<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta property="og:type" content="website">
<meta property="og:title" content="Blog">
<meta property="og:description" content="">
<meta property="og:image" content="https://cdn.pathfactory.com/assets/11070/thumbnails/731418/a133bf77-5f53-4113-bbdc-c70b5165c490.jpg">
<meta property="og:url" content="https://www.appspace.com/resources/blog">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Blog">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://cdn.pathfactory.com/assets/11070/thumbnails/731418/a133bf77-5f53-4113-bbdc-c70b5165c490.jpg">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://www.appspace.com/resources/blog">
<link rel="icon" type="image/x-icon" href="https://cdn.pathfactory.com/assets/11070/icons/701642/5ddc2028-65c6-4f14-ba8b-2b77f61a5a2b.png">
<title> Blog </title>
<meta name="description" content="">


<script>
  const jukeboxApiHost = "https://jukebox.pathfactory.com";
  const clientId = "LB-9627F678-11070";
</script>


<script>
  let dimensions = [];
  
    dimensions = `[{"label":"Topics","value":"topics","is_default":true},{"label":"Business Units","value":"business_units","is_default":true},{"label":"Personas","value":"personas","is_default":true},{"label":"Industries","value":"industries","is_default":true},{"label":"Products","value":"products","is_default":true},{"label":"Solutions","value":"solutions","is_default":true}]` ? JSON.parse(`[{"label":"Topics","value":"topics","is_default":true},{"label":"Business Units","value":"business_units","is_default":true},{"label":"Personas","value":"personas","is_default":true},{"label":"Industries","value":"industries","is_default":true},{"label":"Products","value":"products","is_default":true},{"label":"Solutions","value":"solutions","is_default":true}]`) : []
  
  const contentTagCategories = dimensions;
  const customCategories = contentTagCategories?.filter(item => item?.is_default === false) || [];
  const customCategoryKeys = customCategories.map(item => item.value);
</script>


<script>
  function pfDebounce(func, timeout = 500){
    let timer;
    return (...args) => {
      clearTimeout(timer);
      timer = setTimeout(() => { func.apply(this, args); }, timeout);
    };
  }

  function pfGeneratePageOptions({ page, totalPages, maxSlots = 7 }) {
    let pageOptions = [];
    if (totalPages <= maxSlots) {
      for (let i = 1; i <= totalPages; i++) {
        pageOptions.push(i);
      }
    } else {
      pageOptions = [page];
      let pagesSlotted = 1;
      for (let i = 1; pagesSlotted < maxSlots; i++) {
        const leadingPage = page - i;
        const trailingPage = page + i;
        if (leadingPage >= 1) {
          pageOptions = [leadingPage, ...pageOptions];
          pagesSlotted++;
        }
        if (trailingPage <= totalPages) {
          pageOptions = [...pageOptions, trailingPage];
          pagesSlotted++;
        }
      }
      if (pageOptions[0] !== 1) {
        pageOptions[0] = 1;
      }
      if (pageOptions[pageOptions.length - 1] !== totalPages) {
        pageOptions[pageOptions.length - 1] = totalPages;
      }
      if (pageOptions[1] > 2) {
        pageOptions[1] = "...";
      }
      if (pageOptions[pageOptions.length - 2] < totalPages - 1) {
        pageOptions[pageOptions.length - 2] = "...";
      }
    }

    return pageOptions;
  }

  function pfGetCookie(namePattern){
    const cookies = document.cookie.split("; ");
    const cookie = cookies.find((cookie) => {
      const cookieName = cookie.split("=")[0];
      return !!cookieName.match(namePattern)
    }) || "";
    return cookie.split("=")[1];
  }
</script>


<!-- Google tag (gtag.js) -->
<script async type="javascript/pathfactory">
  google_analytics_measurement_id = "313004689";
  (function() {
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'https://www.googletagmanager.com/gtag/js?id=' + google_analytics_measurement_id;
    script.async = true;
    document.head.appendChild(script);
  })();
</script>
<script type="javascript/pathfactory">
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', "313004689");
</script>





  <script type="javascript/pathfactory">
   piAId = '653073';
   piCId = '67854';

   (function() {
     function async_load(){
       var s = document.createElement('script'); s.type = 'text/javascript';
       s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js';
       var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
     }
     if(window.attachEvent) { window.attachEvent('onload', async_load); }
     else { window.addEventListener('load', async_load, false); }
   })();
  </script>




<script src="https://cdn.pathfactory.com/templated-experiences/glide.js"></script>


<link rel="stylesheet" href="https://cdn.pathfactory.com/templated-experiences/glide.core.css">
<link rel="stylesheet" href="https://cdn.pathfactory.com/templated-experiences/glide.theme.css">


<script defer src="https://cdn.pathfactory.com/templated-experiences/alpine.js"></script>



  <script src="https://cdn.pathfactory.com/templated-experiences/values.js"></script>



  
  <script src="https://cdn.pathfactory.com/templated-experiences/brightcove-player-loader.min.js"></script>

  
  <script src="https://cdn.pathfactory.com/templated-experiences/reactplayer.standalone.js"></script>

  
  <script src="https://www.youtube.com/iframe_api"></script>
  <script src="https://player.vimeo.com/api/player.js"></script>
  <script src="https://play.vidyard.com/embed/v4.js"></script>
  <script src="https://fast.wistia.com/assets/external/E-v1.js"></script>
  <script defer src="https://js.static.parmonic.ai/v5/aw-single.js"></script>
  <script defer src="https://js.static.parmonic.ai/v5/aw-init.js"></script>



<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">



  <script>
    var primaryColor = new Values("#0a5beb");
    var primaryShades = primaryColor.all(18).map((shade) => shade.hexString());
    let sectionPadding = "px-[0px] sm:px-[0px] py-[0px] sm:py-[0px]";
      if (true) {
        sectionPadding = "py-12 px-4 sm:px-6 lg:py-16 lg:px-8";
      };
    window.__unocss = {
      theme: {
        colors: {
          primary: {
            DEFAULT: primaryShades[5],
            50: primaryShades[0],
            100: primaryShades[1],
            200: primaryShades[2],
            300: primaryShades[3],
            400: primaryShades[4],
            500: primaryShades[5],
            600: primaryShades[6],
            700: primaryShades[7],
            800: primaryShades[8],
            900: primaryShades[9]
          },
          on: {
            primary: "#ffffff"
          }
        }
      },
      shortcuts: {
        "section-display": "flex justify-center mx-auto",
        "section-padding": `${sectionPadding} flex justify-center mx-auto`,
        "section-base": "container",
        "section-heading": "text-3xl font-bold leading-tight tracking-tight text-gray-900 md:text-4xl",
        "btn": "inline-block w-full px-4 py-2 text-base font-medium leading-4 text-center border rounded-md shadow-sm focus:ring-2 focus:ring-opacity-50 md:text-lg",
        "btn-lg": "px-6 py-4",
        "btn-md": "px-4 py-2",
        "btn-sm": "px-2 py-1",
        "btn-primary": "bg-primary-500 border-primary-500 text-on-primary hover:bg-primary-600 focus:ring-primary-500",
        "btn-outline": "text-gray-800 bg-white border border-gray-400 hover:bg-gray-200 focus:ring-gray-200"
      }
    };
  </script>




  <style>
    [un-cloak] {
      display: none;
    }
  </style>
  <script defer src="https://cdn.pathfactory.com/templated-experiences/attributify.global.js"></script>




  <script src="https://cdn.pathfactory.com/templated-experiences/tailwind.js"></script>



<script src="https://cdn.pathfactory.com/templated-experiences/ozmenu.js"></script>
<link rel="stylesheet" href="https://cdn.pathfactory.com/templated-experiences/ozmenu-styles.css">


  
  <script src="https://cdn-app.pathfactory.com/libraries/overlay/overlay.js"></script>
  <link href="https://cdn-app.pathfactory.com/libraries/overlay/overlay.css" rel="stylesheet" type="text/css">



<script defer>
  const detectGlideAndMount = (count = 0) => {
    const glides = document.querySelectorAll(".glide");
    if (glides.length === 0 && count <= 20) {
      setTimeout(() => detectGlideAndMount(count + 1), 1000);
    } else {
      window.pfGlides = {};
      window.carouselConfiguration = {};
      glides.forEach((glide) => {
        window.carouselConfiguration[glide?.dataset?.carouselGlideId] = {
          type: "slider",
          animationDuration: 1000,
          autoplay: glide.dataset.autoplay === "no"
            ? false
            : glide.dataset.autoplayInterval * 1000,
          gap: glide.dataset.gap || 0,
          perView: glide.dataset.tilesPerRow,
          peek: glide.dataset.peek || 0,
          breakpoints: {
            640: {
              perView: 1
            },
            1024: {
              perView: glide.dataset.tilesPerRow === "1" ? 1 : 2
            }
          }
        };
        window.pfGlides[glide.dataset.carouselGlideId] = new Glide(glide, window.carouselConfiguration[glide?.dataset?.carouselGlideId]);
        window.pfGlides[glide.dataset.carouselGlideId].on(['mount.after', 'run'], () => {
          const bullets = glide.querySelectorAll('.glide__bullet');
          const slides = glide.querySelectorAll('.glide__slide');
          const activeIndex = window.pfGlides[glide.dataset.carouselGlideId].index;
          // Dynamically get perView based on the current screen width
          const viewportWidth = window.innerWidth;
          let perView = parseInt(glide.dataset.tilesPerRow, 10);
          if (viewportWidth <= 640) 
            perView = 1;
          else if (viewportWidth <= 1024) 
            perView = Math.min(perView, 2);
          const totalSlides = slides.length;
          bullets.forEach((bullet, index) => {
            bullet.setAttribute('aria-current', index === activeIndex);
            bullet.setAttribute("tabindex", bullet.classList.contains("glide__bullet--between") ? "-1" : "0");
          });
          slides.forEach((slide, index) => {
            const isVisible =
              activeIndex + perView <= totalSlides
                ? index >= activeIndex && index < activeIndex + perView
                : index >= activeIndex && index < totalSlides;
            slide.setAttribute('aria-hidden', !isVisible);
            const slideButtons = slide.querySelectorAll("button, a");
            slideButtons.forEach(button => {
              button.setAttribute("tabindex", isVisible ? "0" : "-1");
            });
          });
        });
        window.pfGlides[glide.dataset.carouselGlideId].mount();
      });
      for (let count = 0; count < 10; count++) {
        setTimeout(() => window.dispatchEvent(new Event('resize')), 500 * count);
      }
    }
  }
  detectGlideAndMount();
</script>



<script>
  function pfUpdateCheckedFiltersCount(sectionNodeId) {
    const section = document.querySelector(`.section-${sectionNodeId}`);
    const optionWrappers = section.querySelectorAll("ul[class*='pf-options-wrapper-']");
    optionWrappers.forEach((wrapper) => {
      const f = wrapper.closest("[class*=select-container]");

      if (!f) return;

      const checkboxes = Array.from(f.querySelectorAll(".pf-checkbox"));
      const checkedOptionsCount = checkboxes.reduce((total, cb) => {
        return cb.checked ? total + 1 : total;
      }, 0);
      const countLabel = f.querySelector(".pf-selected-options-count");
      countLabel.style.display = checkedOptionsCount === 0 ? "none" : "inline-block";
      countLabel.textContent = checkedOptionsCount > 0 ? checkedOptionsCount : "";
    });
    const filterContainers = section.querySelectorAll(".pf-resource-center-filters");
    filterContainers.forEach((filterContainer) => {
      const totalCheckedFiltersLabel = filterContainer.querySelector(".pf-total-checked-filters-count");
      const overallFiltersLabel = filterContainer.querySelector(".pf-filters-label");
      if (totalCheckedFiltersLabel && overallFiltersLabel) {
        const totalChecked = Array.from(filterContainer.querySelectorAll(".pf-checkbox")).reduce((total, cb) => {
          return cb.checked ? total + 1 : total;
        }, 0);
        totalCheckedFiltersLabel.textContent = totalChecked;
        if (totalChecked > 0) {
          totalCheckedFiltersLabel.style.display = "";
          overallFiltersLabel.textContent = "Filters applied:";
        } else {
          totalCheckedFiltersLabel.style.display = "none";
          overallFiltersLabel.textContent = "Filter";
        }
      }
    });
  }

  function pfUpdateUrlsWithFilterParams(sectionNodeId) {
    const filterOptions = window.pfAllFilterOptions || {};
    const selectedFilters = window.pfResourceCenterParams?.[sectionNodeId] || {};
    const userDefinedCategoryParams = customCategoryKeys.reduce((acc, key) => {
      acc[key] = selectedFilters?.[key]?.map((id) => filterOptions?.dimensions?.[key]?.find((t) => t.value == id)?.label)?.filter((x) => x) || [];
      return acc;
    }, {});
    reconstructUrl(convertToQueryParams({
      topics: selectedFilters.topics?.map((id) => filterOptions.dimensions?.topics?.find((t) => t.value == id)?.label)?.filter((x) => x) || [],
      languages: selectedFilters.languages?.map((id) => filterOptions.languages?.find((t) => t.value == id)?.label)?.filter((x) => x) || [],
      personas: selectedFilters.personas?.map((id) => filterOptions.dimensions?.personas?.find((t) => t.value == id)?.label)?.filter((x) => x) || [],
      business_units: selectedFilters.business_units?.map((id) => filterOptions.dimensions?.business_units?.find((t) => t.value == id)?.label)?.filter((x) => x) || [],
      industries: selectedFilters.industries?.map((id) => filterOptions.dimensions?.industries?.find((t) => t.value == id)?.label)?.filter((x) => x) || [],
      products: selectedFilters.products?.map((id) => filterOptions.dimensions?.products?.find((t) => t.value == id)?.label)?.filter((x) => x) || [],
      solutions: selectedFilters.solutions?.map((id) => filterOptions.dimensions?.solutions?.find((t) => t.value == id)?.label)?.filter((x) => x) || [],
      content_types: selectedFilters.content_types?.map((id) => filterOptions.contentTypes?.find((t) => t.value == id)?.label)?.filter((x) => x) || [],
      funnel_stages: selectedFilters.funnel_stages?.map((id) => filterOptions.dimensions?.funnel_stages?.find((t) => t.value == id)?.label)?.filter((x) => x) || [],
      current_page: `${selectedFilters.page}`,
      ...userDefinedCategoryParams
    }));
  }

  async function pfGetContents({
    sectionNodeId,
    isLoadMore = false,
    updateParams = {}
  }) {
    const sectionSelector = `.section-${sectionNodeId}`;
    const contents = Array.from(document.querySelectorAll(`.section-${sectionNodeId} .pf-content-card`));
    const contentUuids = contents.map((c) => c.dataset.uuid).filter((x) => x);
    const landingPageId = "19278";
    const segmentGroupId = "";
    const api_url = `${jukeboxApiHost}/api/public/v3/get_contents/${window.location.search}`;
    const initialParams = {
      sort: "",
      page: 1,
      search: "",
      dimensions: [],
      languages: [],
      content_types: []
    };
    const newParams = {
      ...(window.pfResourceCenterParams?.[sectionNodeId] || initialParams),
      ...updateParams
    };
    window.pfResourceCenterParams = {
      ...(window.pfResourceCenterParams || {}),
      [sectionNodeId]: newParams
    };
    const body = {
      ...newParams,
      landingPageId,
      sectionNodeId,
      clientId,
      baseUrl: "https://www.appspace.com/resources",
      visitorUuid: pfGetCookie("vid"),
      sessionId: (pfGetCookie(/_pf_id.+/) || "").split(".")[5],
      segmentGroupId,
      loadedContentUuids: newParams.page === 1 ? [] : contentUuids
    };
    const response = await fetch(api_url, {
      method: "POST",
      headers: { "Content-Type": "application/json" },
      body: JSON.stringify(body)
    });
    const result = await response.json();

    window.pfResourceCenterParams[sectionNodeId] = {
      ...window.pfResourceCenterParams[sectionNodeId],
      totalContents: result.totalContents
    };
    window.document.dispatchEvent(new CustomEvent('pageMetadataUpdated', { detail: sectionNodeId }));

    const section = document.querySelector(sectionSelector);
    const contentListWrapper = section.querySelector(".pf-resource-center-cards-wrapper");
    const contentCardTemplate = section.querySelector(".pf-content-card.template");

    if (!contentCardTemplate || !contentListWrapper) return;

    if (!isLoadMore) contentListWrapper.innerHTML = "";

    const noResultsMessage = document.querySelector(".pf-no-results");
    if ((result.contents || []).length === 0 && !isLoadMore) {
      noResultsMessage.style.display = "";
    } else {
      noResultsMessage.style.display = "none";
    }

    // This is for dynamically updating filter status message for screen reader
    const resultCountMessage = document.querySelector(`${sectionSelector} .results-count`);
    if(resultCountMessage) {
       const numberOfResults = window.pfResourceCenterParams[sectionNodeId]?.totalContents || 0;
       resultCountMessage.textContent = `${numberOfResults} result${numberOfResults !== 1 ? 's' : ''} found`;
    } 

    (result.contents || []).forEach((c) => {
      const contentCard = contentCardTemplate.cloneNode(true);
      contentCard.dataset.uuid = c.uuid;
      contentCard.querySelector(".pf-content-card-title").textContent = c.title;
      contentCard.querySelector(".pf-content-card-thumbnail").src = c.thumbnail;
      contentCard.querySelector(".pf-content-card-thumbnail").setAttribute("alt", c.alt_text);
      contentCard.querySelector(".pf-content-card-link").href = c.url;
      const linkNode = contentCard.querySelector(".pf-content-card-link");
      if (linkNode.dataset.hasOwnProperty("lookbookOverlayHref")) {
        linkNode.dataset.lookbookOverlayHref = c.url;
      }
      const descriptionNode = contentCard.querySelector(".pf-content-card-description");
      if (descriptionNode && c.description) {
        descriptionNode.textContent = c.description;
        descriptionNode.parentElement.style.display = "";
      }
      const ctaLabelNode = contentCard.querySelector(".pf-content-card-cta");
      if (ctaLabelNode) {
        ctaLabelNode.textContent = c.ctaLabel;
      }

      const tagsOnCardWrapper = contentCard.querySelector(".pf-content-tag-on-card-wrapper");
      const tagsBelowCardWrapper = contentCard.querySelector(".pf-content-tag-below-card-wrapper");

      if (tagsOnCardWrapper || tagsBelowCardWrapper) {
        const tagOnCardTemplate = tagsOnCardWrapper?.querySelector(".pf-content-tag-on-card");
        const tagBelowCardTemplate = tagsBelowCardWrapper?.querySelector(".pf-content-tag-below-card");
        const enabledTagTypes = (tagBelowCardTemplate || tagOnCardTemplate).dataset.enabledTags.split(",");
        if (c.contentType && tagsOnCardWrapper && enabledTagTypes.includes("content_type")) {
          const contentTypeTag = tagOnCardTemplate.cloneNode();
          contentTypeTag.textContent = c.contentType;
          tagsOnCardWrapper.appendChild(contentTypeTag);
        }
        if (c.language && tagsOnCardWrapper && enabledTagTypes.includes("language")) {
          const languageTag = tagOnCardTemplate.cloneNode();
          languageTag.textContent = c.language;
          tagsOnCardWrapper.appendChild(languageTag);
        }
        const customCategoryDimensionsByType = customCategoryKeys.reduce((acc, item) => {
          const camelizedKey = item.replace(/(_\w)/g, function (match) {
            return match[1].toUpperCase();
          })
          if (c && c[camelizedKey]) {
            acc[item] = c[camelizedKey];
          }
          return acc;
        }, {});

        const dimensionsByType = {
          business_units: c.businessUnits,
          funnel_stages: c.funnelStages,
          industries: c.industries,
          personas: c.personas,
          products: c.products,
          solutions: c.solutions,
          topics: c.topics,
          ...customCategoryDimensionsByType 
        };    
        if (Object.values(dimensionsByType).flat().length > 0 && tagsBelowCardWrapper) {
          enabledTagTypes.forEach((type) => {
            const dimensions = dimensionsByType[type] || [];
            dimensions.forEach((d) => {
              const dimensionTag = tagBelowCardTemplate.cloneNode();
              dimensionTag.textContent = d;
              tagsBelowCardWrapper.appendChild(dimensionTag);
            });
          });
        }
        if(tagOnCardTemplate) tagOnCardTemplate.remove();
        if(tagBelowCardTemplate) tagBelowCardTemplate.remove();
        if (c.isPinned) {
          const pinnedTag = tagsOnCardWrapper.querySelector(".pf-pinned-content-tag");
          pinnedTag.style.display = "";
          tagsOnCardWrapper.style.display = "flex";
        }
      }

      contentCard.style.display = "";
      contentListWrapper.appendChild(contentCard);
    });
    pfUpdateCheckedFiltersCount(sectionNodeId);
    if (!isLoadMore) section.scrollIntoView();
  }

  function trapElementFocus(wrapper, event) {
    if (wrapper && !wrapper.classList.contains("hidden")) {
      function isVisible(element) {
        return element.offsetParent !== null;
      }
  
      let wrapperElements = [
        ...wrapper.querySelectorAll(
          "button, a[href], input, select, textarea, [tabindex]:not([tabindex='-1'])"
        ),
      ].filter((el) => isVisible(el) && el.tabIndex !== -1);
  
      if (wrapperElements.length > 0) {
        const firstElement = wrapperElements[0];
        const lastElement = wrapperElements[wrapperElements.length - 1];
  
        if (event.shiftKey && document.activeElement === firstElement) {
          lastElement.focus();
          event.preventDefault();
        } else if (!event.shiftKey && document.activeElement === lastElement) {
          firstElement.focus();
          event.preventDefault();
        }
      }
    }
  }

  async function pfGetFilters(sectionNodeId) {
    const isContentPage = false;
    const urlParams = new URLSearchParams(window.location.search);
    const sectionSelector = `.section-${sectionNodeId}`;
    const contentPlayUuid = urlParams.get("pf_cpid");
    const campaignUuid = urlParams.get("pf_cid");
    const landingPageId =
      isContentPage
        ? urlParams.get("pflpid")
        : "19278";
    const lpSectionNodeId =
      isContentPage
        ? urlParams.get("pfsid")
        : sectionNodeId;
    const segmentGroupId = "";

    const contentPageParams = isContentPage ? {
      isContentPage: true,
      contentSource: "experience",
      templatedExperienceId: "3306"
    } : {};

    const apiUrl = new URL(`${jukeboxApiHost}/api/public/v3/get_filter_options`);
    const params = { ...contentPageParams, landingPageId, sectionNodeId: lpSectionNodeId, clientId, segmentGroupId, pf_cpid: contentPlayUuid, pf_cid: campaignUuid };
    apiUrl.search = new URLSearchParams(params);
    const response = await fetch(apiUrl);
    const result = await response.json();
    window.pfAllFilterOptions = result;

    if (typeof result?.totalContents === "number") {
      window.pfResourceCenterParams = {
        ...(window.pfResourceCenterParams || {}),
        [sectionNodeId]: {
          ...(window.pfResourceCenterParams?.[sectionNodeId] || {}),
          totalContents: result.totalContents || 0
        }
      };
      window.document.dispatchEvent(new CustomEvent('pageMetadataUpdated', { detail: sectionNodeId }));
    }

    const section = document.querySelector(sectionSelector);
    const allFiltersWrapper = section.querySelectorAll(".pf-resource-center-filters");

    if (allFiltersWrapper.length === 0) return;

    allFiltersWrapper.forEach((filtersWrapper) => {
      const filterOptionTemplate = filtersWrapper.querySelector(".pf-options.pf-template");
      const contentTypeOptionsWrapper =
        filtersWrapper.querySelector(".pf-options-wrapper-content_type")
          || filtersWrapper.querySelector(".pf-options-wrapper-content_types");
      const languageOptionsWrapper =
        filtersWrapper.querySelector(".pf-options-wrapper-language")
          || filtersWrapper.querySelector(".pf-options-wrapper-languages");

      if (contentTypeOptionsWrapper) {
        if (result.contentTypes.length === 0) {
          filtersWrapper.querySelector("[class*='select-content_type']").style.display = "none";
        } else {
          filtersWrapper.querySelector("[class*='select-content_type']").style.display = "";
          contentTypeOptionsWrapper.innerHTML = "";
        }
        result.contentTypes.forEach((ct) => {
          const contentTypeOption = filterOptionTemplate.cloneNode(true);
          contentTypeOption.querySelector(".pf-label").textContent = ct.label;
          contentTypeOption.querySelector(".pf-label").setAttribute("for", ct.label.replace(/\s/g, ''));
          contentTypeOption.querySelector(".pf-checkbox").id = ct.label.replace(/\s/g, '');
          contentTypeOption.querySelector(".pf-checkbox").name = ct.value;
          contentTypeOption.querySelector(".pf-checkbox").dataset.label = ct.label;
          contentTypeOption.style.display = "";
          contentTypeOption.querySelector(".pf-checkbox").addEventListener("change", (event) => {
            const currentCheckedValues = window.pfResourceCenterParams?.[sectionNodeId]?.["content_types"] || [];
            const checkedContentTypes =
              event.target.checked
                ? [...currentCheckedValues, ct.value]
                : currentCheckedValues.filter(x => x !== ct.value);
            const newParams = { ["content_types"]: checkedContentTypes, page: 1 };
            if (isContentPage) {
              pfGetContentPageContents({ sectionNodeId, updateParams: newParams });
            } else {
              pfGetContents({ sectionNodeId, updateParams: newParams });
            }
          });
          contentTypeOptionsWrapper.appendChild(contentTypeOption);
        });
      }

      if (languageOptionsWrapper) {
        if (result.languages.length === 0) {
          filtersWrapper.querySelector("[class*='select-language']").style.display = "none";
        } else {
          filtersWrapper.querySelector("[class*='select-language']").style.display = "";
          languageOptionsWrapper.innerHTML = "";
        }
        result.languages.forEach((l) => {
          const languageOption = filterOptionTemplate.cloneNode(true);
          languageOption.querySelector(".pf-label").textContent = l.label;
          languageOption.querySelector(".pf-label").setAttribute("for", l.label.replace(/\s/g, ''));
          languageOption.querySelector(".pf-checkbox").id = l.label.replace(/\s/g, '');
          languageOption.querySelector(".pf-checkbox").name = l.value;
          languageOption.querySelector(".pf-checkbox").dataset.label = l.label;
          languageOption.style.display = "";
          languageOption.querySelector(".pf-checkbox").addEventListener("change", (event) => {
            const currentCheckedValues = window.pfResourceCenterParams?.[sectionNodeId]?.languages || [];
            const checkedLanguages =
              event.target.checked
                ? [...currentCheckedValues, l.value]
                : currentCheckedValues.filter(x => x !== l.value);
            const newParams = { ["languages"]: checkedLanguages, page: 1 };
            if (isContentPage) {
              pfGetContentPageContents({ sectionNodeId, updateParams: newParams });
            } else {
              pfGetContents({ sectionNodeId, updateParams: newParams });
            }
          });
          languageOptionsWrapper.appendChild(languageOption);
        });
      }

      const dimensionTypes = [
        "topics",
        "personas",
        "business_units",
        "industries",
        "products",
        "solutions",
        "funnel_stages",
        ...customCategoryKeys
      ];
      
      dimensionTypes.forEach((dt) => {
        const optionsWrapper = filtersWrapper.querySelector(`.pf-options-wrapper-${dt}`);
        if (optionsWrapper && (result.dimensions[dt] || []).length === 0) {
          filtersWrapper.querySelector(`.select-${dt}`).style.display = "none";
        }
        if (optionsWrapper && (result.dimensions[dt] || []).length > 0) {
          filtersWrapper.querySelector(`.select-${dt}`).style.display = "";
          optionsWrapper.innerHTML = "";
          result.dimensions[dt].forEach((d) => {
            const option = filterOptionTemplate.cloneNode(true);
            option.querySelector(".pf-label").textContent = d.label;
            option.querySelector(".pf-label").setAttribute("for", d.label.replace(/\s/g, ''));
            option.querySelector(".pf-checkbox").id = d.label.replace(/\s/g, '');
            option.querySelector(".pf-checkbox").name = d.value;
            option.querySelector(".pf-checkbox").dataset.label = d.label;
            option.style.display = "";
            option.querySelector(".pf-checkbox").addEventListener("change", (event) => {
              const currentTypeCheckedValues = window.pfResourceCenterParams?.[sectionNodeId]?.[dt] || [];
              const newCurrentTypeCheckedValues =
                event.target.checked
                  ? [...currentTypeCheckedValues, d.value]
                  : currentTypeCheckedValues.filter(x => x !== d.value);
              const newCheckedDimensions = [
                ...dimensionTypes.map((type) => {
                  if (type !== dt) return window.pfResourceCenterParams?.[sectionNodeId]?.[type];
                }),
                newCurrentTypeCheckedValues
              ].filter(x => x);
              const newParams = {
                [dt]: newCurrentTypeCheckedValues,
                dimensions: newCheckedDimensions,
                page: 1
              };
              if (isContentPage) {
                pfGetContentPageContents({ sectionNodeId, updateParams: newParams });
              } else {
                pfGetContents({ sectionNodeId, updateParams: newParams });
              }
            });
            optionsWrapper.appendChild(option);
          });
        }
      });

      window.document.dispatchEvent(new CustomEvent('pfFiltersRendered', { detail: sectionNodeId }));
    });
  }
</script>


<script>
  async function pfGetContentPageContents({ isLoadMore = false, sectionNodeId, initialLimit, pageAfterInitialLimit, updateParams = {}}) {
    const urlParams = new URLSearchParams(window.location.search);
    const filterParams = ["topics", "languages", "personas", "business_units", "industries", "products", "solutions", "content_types", "funnel_stages", ...customCategoryKeys];
    filterParams.forEach((p) => urlParams.delete(p));
    const templatedExperienceId = "3306";
    const contentSource = "experience";
    const segmentGroupId = "";
    const landingPageId = urlParams.get("pflpid");
    const lpSectionNodeId = urlParams.get("pfsid");
    const contents = Array.from(document.querySelectorAll(`.section-${sectionNodeId} .pf-content-card`));
    const contentUuids = contents.map((c) => c.dataset.uuid).filter((x) => x);
    const api_url = `${jukeboxApiHost}/api/public/v3/get_contents/?${urlParams.toString()}`;
    const initialParams = {
      sort: "",
      page: 1,
      search: "",
      dimensions: [],
      languages: [],
      content_types: []
    };
    const newParams = {
      ...(window.pfResourceCenterParams?.[sectionNodeId] || initialParams),
      ...updateParams
    };
    window.pfResourceCenterParams = {
      ...(window.pfResourceCenterParams || {}),
      [sectionNodeId]: newParams
    };
    const body = {
      ...newParams,
      templatedExperienceId,
      contentSource,
      landingPageId,
      sectionNodeId: lpSectionNodeId,
      clientId,
      baseUrl: "https://www.appspace.com/resources",
      visitorUuid: pfGetCookie("vid"),
      sessionId: (pfGetCookie(/_pf_id.+/) || "").split(".")[5],
      segmentGroupId,
      isContentPage: true,
      loadedContentUuids: newParams.page === 1 ? [] : contentUuids
    };
    if (!isLoadMore && initialLimit) {
      body.limit = initialLimit;
    }
    const response = await fetch(api_url, {
      method: "POST",
      headers: { "Content-Type": "application/json" },
      body: JSON.stringify(body)
    });
    const result = await response.json();

    window.pfResourceCenterParams[sectionNodeId] = {
      ...window.pfResourceCenterParams[sectionNodeId],
      totalContents: result.totalContents
    };

    if (!isLoadMore && pageAfterInitialLimit) {
      window.pfResourceCenterParams[sectionNodeId].page = pageAfterInitialLimit;
    }

    window.document.dispatchEvent(new CustomEvent('pageMetadataUpdated', { detail: sectionNodeId }));

    // The following will handle desktop and mobile content lists
    const contentListWrappers = document.querySelectorAll(".pf-cards-wrapper");
    contentListWrappers.forEach((contentListWrapper) => {
      const contentCardTemplate = contentListWrapper.querySelector(".pf-content-card.template");
      const loadMoreButton = contentListWrapper.querySelector(".pf-load-more");

      if (!contentCardTemplate) return;

      if (!isLoadMore) {
        contentListWrapper.innerHTML = "";
        contentCardTemplate.style.display = "none";
        contentListWrapper.appendChild(contentCardTemplate);

        const noResultsMessages = document.querySelectorAll(".pf-no-results");
        if ((result.contents || []).length === 0) {
          noResultsMessages.forEach((noResultsMessage) => {
            noResultsMessage.style.display = "block";
          });
        } else {
          noResultsMessages.forEach((noResultsMessage) => {
            noResultsMessage.style.display = "none";
          });
        }
      };

      (result.contents || []).forEach((c) => {
        const contentCard = contentCardTemplate.cloneNode(true);
        const thumbnail = contentCard.querySelector(".pf-content-card-thumbnail");
        const pinnedTag = contentCard.querySelector(".pf-pinned-content-tag");
        const tagTemplate = contentCard.querySelector(".pf-content-tag");
        contentCard.dataset.uuid = c.uuid;
        contentCard.classList.remove("template");
        contentCard.querySelector(".pf-content-card-title").textContent = c.title;
        if (thumbnail) { 
          thumbnail.src = c.thumbnail;
          thumbnail.setAttribute("alt", c.alt_text);
        }
        contentCard.querySelector(".pf-content-card-link").href = c.url;
        contentCard.querySelector(".pf-content-card-link").onclick = () => {
          window['initializeContentEvents'] && typeof window['initializeContentEvents'] === 'function' && window['initializeContentEvents']('contentClick', {contentId: c.id});
        };
        if (c.isPinned && pinnedTag) { pinnedTag.style.display = "" }
        if (tagTemplate) {
          const enabledTags = (tagTemplate.dataset.enabledContentTags || "").split(",").filter(x => x);
          if (enabledTags.length > 0) {
            const tagsWrapper = contentCard.querySelector(".pf-content-tags-wrapper");
            enabledTags.forEach((tagType) => {
              [c[tagType] || []].flat().forEach((tag) => {
                const newTag = tagTemplate.cloneNode(true);
                newTag.textContent = tag;
                newTag.style.display = "block";
                tagsWrapper.appendChild(newTag);
              });
            });
          }
        }
        contentCard.style.display = "";
        contentListWrapper.appendChild(contentCard);
      });

      if (loadMoreButton) {
        contentListWrapper.appendChild(loadMoreButton); // Moves the button back to bottom
        const totalPages = Math.ceil(window.pfResourceCenterParams[sectionNodeId].totalContents / window.pfResourceCenterParams[sectionNodeId].limit);
        if (window.pfResourceCenterParams[sectionNodeId].page == totalPages) {
          loadMoreButton.style.display = "none";
        }
      }

      pfUpdateCheckedFiltersCount(sectionNodeId);
      pfUpdateUrlsWithFilterParams(sectionNodeId);
    });
  }
</script>


<script defer>
  const pfShowCookieSettingsModal = () => {
    const cookieSettingsContainer = document.querySelector("#qa-modal-container");
    const cookieSettingsModal = document.querySelector("#qa-modal-background");
    if (cookieSettingsModal && cookieSettingsContainer) {
      cookieSettingsModal.style.display = "block";
      cookieSettingsContainer.style.display = "block";
      const toggle = cookieSettingsContainer.querySelector("#optIn-checkbox");
      toggle.checked = pfConsentStatus();
    }
  };
</script>


<script defer>
  document.addEventListener("click", (event) => {
    document.querySelectorAll(".select-container").forEach((select) => {
      if (!select.contains(event.target)) {
        select.querySelector(".dropdown-list").classList.add("hidden");
      }
    });
  });

  const convertToQueryParams = (paramObject) => {
    const keys = Object.keys(paramObject);
    const keyValuePairs = keys.filter(k => paramObject[k].length).map(key => {
      return key + '=' + paramObject[key];
    });
    return keyValuePairs.join('&');
  }

  const reconstructUrl = (newFilterQueryParams) => {
    const isContentPage = false;
    if (isContentPage) {
      const allowedFilters = ["topics", "languages", "personas", "business_units", "industries", "products", "solutions", "content_types", "funnel_stages", "current_page", ...customCategoryKeys];
      const allParams = new URLSearchParams(window.location.search);
      const allParamsAsObject = Object.fromEntries(allParams);
      const nonFilterParams = Object.keys(allParamsAsObject).
        filter((key) => !allowedFilters.includes(key)).
        reduce((cur, key) => { return Object.assign(cur, { [key]: allParamsAsObject[key] })}, {});
      const nonFilterQueryParams = convertToQueryParams(nonFilterParams);
      const currentUrl = window.location.href;
      const path = currentUrl.substring(0, currentUrl.indexOf('?'));
      history.replaceState({}, "", `${path}?${nonFilterQueryParams}&${newFilterQueryParams}`);
      const allContentLinks = document.querySelectorAll(".assets-content-page a");
      for (let i = 0; i < allContentLinks.length; i++) {
        const contentUrl = allContentLinks[i].href.split("?")[0];
        allContentLinks[i].href = (`${contentUrl}?${nonFilterQueryParams}&${newFilterQueryParams}`.replace("&lb-mode=overlay", ""));
      }
    }
  };

  function handleFilterChange(nodeId) {
    const isDeviceMobile = window.innerWidth <= 640;
    const isDeviceTablet = window.innerWidth <= 1024;
    const mobileFilters = document.querySelector(`.section-${nodeId} .mobile-filters-container`);
    const mobileFiltersVisible = mobileFilters && window.getComputedStyle(mobileFilters).display !== "none";
    const filters =
      mobileFiltersVisible
        ? mobileFilters
        : document.querySelector(`.section-${nodeId} .filters-container`);
    const search = document.querySelector(`#search-${nodeId}`)?.value?.toLowerCase() || "";
    const selectedTopics = filters.querySelector(".select-topics")?.value || [];
    const selectedLanguages = filters.querySelector(".select-languages")?.value || [];
    const selectedPersonas = filters.querySelector(".select-personas")?.value || [];
    const selectedBusinessUnits = filters.querySelector(".select-business_units")?.value || [];
    const selectedIndustries = filters.querySelector(".select-industries")?.value || [];
    const selectedProducts = filters.querySelector(".select-products")?.value || [];
    const selectedSolutions = filters.querySelector(".select-solutions")?.value || [];
    const selectedContentTypes = filters.querySelector(".select-content_types")?.value || [];
    const selectedFunnelStages = filters.querySelector(".select-funnel_stages")?.value || [];
    const filterObj = {
      topics: selectedTopics,
      languages: selectedLanguages,
      personas: selectedPersonas,
      business_units: selectedBusinessUnits,
      industries: selectedIndustries,
      products: selectedProducts,
      solutions: selectedSolutions,
      content_types: selectedContentTypes,
      funnel_stages: selectedFunnelStages
    };
    const carouselArrow = document.querySelector(`.carousel-arrows-${nodeId}`);
    const carouselSection = document.querySelector(`.carousel-${nodeId}`);
    const configuredTilesPerRow = carouselSection ? carouselSection?.dataset?.tilesPerRow : "";
    const tabletTilesPerRow = configuredTilesPerRow === "1" ? "1" : "2";
    const tilesPerRow = Number(isDeviceMobile ? "1" : (isDeviceTablet ? tabletTilesPerRow : configuredTilesPerRow));
    
    customCategories.forEach(filter => {
      const className = `.select-${filter.value}`;
      const selectedValue = filters.querySelector(className)?.value || []
      filterObj[filter.value] = selectedValue;
    })

    const newQueryString = convertToQueryParams(filterObj);
    reconstructUrl(newQueryString);
    window.assets = window.assets || {};
    if (!window.assets[`asset-${nodeId}`]) {
      window.assets[`asset-${nodeId}`] = document.querySelectorAll(`.assets-${nodeId} > .asset`);
    }
    
    const matches = Array.from(window.assets[`asset-${nodeId}`]).filter((asset) => {
      const topicMatches = selectedTopics.length == 0 || selectedTopics.findIndex((topic) => asset.dataset.topics.includes(topic)) > -1;
      const searchMatches = asset.dataset.title.toLowerCase().includes(search) || !search;
      const languageMatches = selectedLanguages.length == 0 || selectedLanguages.findIndex((language) => asset.dataset.language.includes(language)) > -1;
      const personaMatches = selectedPersonas.length == 0 || selectedPersonas.findIndex((persona) => asset.dataset.personas.includes(persona)) > -1;
      const businessUnitMatches = selectedBusinessUnits.length == 0 || selectedBusinessUnits.findIndex((value) => asset.dataset.businessUnits.includes(value)) > -1;
      const industryMatches = selectedIndustries.length == 0 || selectedIndustries.findIndex((value) => asset.dataset.industries.includes(value)) > -1;
      const productMatches = selectedProducts.length == 0 || selectedProducts.findIndex((value) => asset.dataset.products.includes(value)) > -1;
      const solutionMatches = selectedSolutions.length == 0 || selectedSolutions.findIndex((value) => asset.dataset.solutions.includes(value)) > -1;
      const contentTypeMatches = selectedContentTypes.length == 0 || selectedContentTypes.findIndex((value) => asset.dataset.contentType.includes(value)) > -1;
      const funnelStageMatches = selectedFunnelStages.length == 0 || selectedFunnelStages.findIndex((value) => asset.dataset.funnelStages.includes(value)) > -1;

      const customCategoriesMatches = customCategories.every(category => {
        const customFilter = category.value;
        if (filterObj[customFilter].length === 0) return true;
        const dataSetKey = "data-" + customFilter.replaceAll("_", "-") 
        return filterObj[customFilter].some(value => asset.getAttribute(dataSetKey)?.includes(value));
      });

      const isPinned = asset.dataset.isPinned == "true";

      const assetMatchesAllFilters =
        isPinned ||
          (
            topicMatches && searchMatches && languageMatches && personaMatches && businessUnitMatches &&
              industryMatches && productMatches && solutionMatches && contentTypeMatches &&
              funnelStageMatches && customCategoriesMatches
          );

      if (assetMatchesAllFilters) {
        asset.style.display = "";
      } else {
        asset.style.display = "none";
      }
      
      return assetMatchesAllFilters;
    });
    if (matches.length === 0) {
      document.querySelectorAll(`.section-${nodeId} .no-results`).forEach((noResultsMessage) => {
        noResultsMessage.classList.remove("hidden");
      });

      // This is for dynamically updating filter status message for screen reader
      document.querySelectorAll(`.section-${nodeId} .results-count`)?.forEach((resultCountMessage) => {
        resultCountMessage.textContent  =  `${matches.length} result found`;
      });
    } else {
      document.querySelectorAll(`.section-${nodeId} .no-results`).forEach((noResultsMessage) => {
        noResultsMessage.classList.add("hidden");
      });

      // This is for dynamically updating filter status message for screen reader
      document.querySelectorAll(`.section-${nodeId} .results-count`)?.forEach((resultCountMessage) => {
        resultCountMessage.textContent  =  `${matches.length} results found`;
      });
    }
     
    const updatedAssets = document.createDocumentFragment();
    const bulletsContainer = document.querySelector(`.carousel-${nodeId} .glide__bullets`);
    const showCarouselArrow = matches.length > tilesPerRow;

    if (bulletsContainer) {
      const updatedBulletContainer = document.createDocumentFragment();
      bulletsContainer.innerHTML = '';
      matches.forEach((asset, index) => {
          updatedAssets.appendChild(matches[index]);
           const i = index + 1;
          if (tilesPerRow) {
            const remainder = (i + tilesPerRow)  % tilesPerRow;
            const buttonElement = document.createElement('button');
            buttonElement.className = `glide__bullet ${!(remainder == 1 || tilesPerRow == 1) && 'glide__bullet--between'}`;
            buttonElement.setAttribute('data-glide-dir', `=${i-1}`);
            buttonElement.setAttribute('aria-label', `scroll to content ${i}`);
            updatedBulletContainer.appendChild(buttonElement);
          }
      });
      const carouselContainer = document.querySelector(`.carousel-${nodeId} .assets-${nodeId}`);
      if (carouselContainer) {
        carouselContainer.innerHTML = '';
        carouselContainer.appendChild(updatedAssets);
      }
      updatedBulletContainer && bulletsContainer.appendChild(updatedBulletContainer);
      if (window.pfGlides && window.pfGlides[`glide-${nodeId}`]) {
        const mountAndGo = window.customThrottle(() => {
          window.pfGlides[`glide-${nodeId}`].destroy();
          const carousel = document.querySelector(`.carousel-${nodeId}`);
          if (carousel) {
            window.pfGlides[`glide-${nodeId}`] = new Glide(carousel, window.carouselConfiguration ? window.carouselConfiguration[`glide-${nodeId}`] : {});
            window.pfGlides[`glide-${nodeId}`].mount();
            window.pfGlides[`glide-${nodeId}`].go('=0');
          }
        }, 1000);
        mountAndGo();
      }
    }

    function showHideCarouselActions(type) {
      if (bulletsContainer) {
        bulletsContainer.style.display = type;
      }
      if (carouselArrow?.style) {
        carouselArrow.style.display = type;
      }
    }
    showHideCarouselActions(showCarouselArrow ? "" : "none");
  }
</script>


<script>
  (function(j,o,u,r,n,e,y){j["pfObject"]=n;j[n]=j[n]||function(){
    (j[n].q=j[n].q||[]).push(arguments)},j[n].l=1*new Date();e=o.createElement(u),
    y=o.getElementsByTagName(u)[0];e.async=1;e.src=r;y.parentNode.insertBefore(e,y)
  })(window,document,"script","https://cdn-app.pathfactory.com/libraries/journey/current/journey.js","pf");
  pf("create", "LB-9627F678-11070", {
    appId: "b3d224ae-36e1-4805-afda-1bdc3185f844",
    collectorUrl: "spcollector.pathfactory.com",
    consentDeclinedCookieLifetimeDays: "1/48",
    contentId: '598094',
    contentUuid: "f4a35a52-1d9a-4d69-8ce9-b6cdfc5101a1",
    cookieLifetimeDays: "730",
    experienceId: '167224',
    experienceUuid: "a8d60a33-9f52-4076-b3e5-65e1928ad8b3",
    gdprCookieConsentEnabled: true,
    marketingAutomationPlatform: "pardot",
    landingPageContentUuid: "",
    jukeboxApiHost: "https://jukebox.pathfactory.com",
    collectionUuid: "",
    childTrackExperienceUuid: "",
    enableDemandBase: false,
    enableNvidiaNcidCookie: false,
    baseUrl: "https://www.appspace.com/resources",
    segmentGroupId: "",
    enableSixSense: true,
    sixSenseApiKey: "693f942e39d4c5a40e4259a2a0c08538084c0926",
    sixSenseCustomIdToken: "PathFactory-appspace-693f942e39d4c5a40e4259a2a0c08538084c0926",
    sixSenseCacheDuration: "86400",
    requestIp: "34.127.221.132",
    engagementThreshold: 0,
    contentTitle: "Blog",
    contentUrl: "blog"
  });
</script>


<script>
  const elementInView = (elem) => {
      if (!elem) {
      return;
      }
      var bounding = elem.getBoundingClientRect();
      return (
      bounding.top >= 0 &&
      bounding.left >= 0 &&
      bounding.bottom <=
          (window.innerHeight || document.documentElement.clientHeight) &&
      bounding.right <=
          (window.innerWidth || document.documentElement.clientWidth)
      );
  };
  window.customThrottle = (cb, delay) => {
      let wait = false;
      let storedArgs = null;
  
      const checkStoredArgs = () => {
          if (storedArgs == null) {
              wait = false;
          } else {
              cb(...storedArgs);
              storedArgs = null;
              setTimeout(checkStoredArgs, delay);
          }
      };
  
      return (...args) => {
          if (wait) {
              storedArgs = args;
              return;
          }
      
          cb(...args);
          wait = true;
          setTimeout(checkStoredArgs, delay);
      };
  };
</script>


<script>
  window.viewedEmbedForms = [];
  const embedFormLoaded = (retryCount, formId, formType) => {
    setTimeout(() => {
      if (window["showForm"] && typeof window["showForm"] === "function") {
        window.showForm({
          formType: formType,
          formData: { value: formId }
        });
      } else if (retryCount < 5) {
        retryCount++;
        embedFormLoaded(retryCount, formId, formType);
      }
    }, 500);
  };
  const initEmbedFormShow = (formId, formType, nodeId) => {
    const scrollElementToView = () => {
      if (window.viewedEmbedForms && !window.viewedEmbedForms.includes(nodeId)) {
        const embedFormView = elementInView && elementInView(document.querySelector(`.embed-form-section-${nodeId} .embed-form-container`));
        if (embedFormView) {
          embedFormLoaded && embedFormLoaded(0, formId, formType);
          window.viewedEmbedForms.push(nodeId);
        }
      }
    }
    if (window.customThrottle) {
      document.addEventListener("scroll", window.customThrottle(scrollElementToView, 1000));
    }
  }
</script>




<script>
  window.getPFContact = function() {
    var api_host = "https://www.appspace.com/resources";
    return fetch(`${api_host}/get_contact`);
  };
</script>


<script defer>
  function handleOverlay(retries = 0) {
    var nextRetryCount = retries + 1;
    var rawOverlayUrl =
      window.location.search.substring(1).split("&").filter(function(query) {
        return query.indexOf("overlay_url=") == 0
      })[0]
    var overlayUrl = rawOverlayUrl ? decodeURIComponent(rawOverlayUrl.replace("overlay_url=", "")) : null;
    var overlayContentLink = document.querySelector(`a[data-lookbook-overlay-href^="${overlayUrl}"]`);
    if (overlayUrl && overlayContentLink) {
      overlayContentLink.click()
    } else if (overlayUrl) {
      var a = document.createElement('a');
      a.setAttribute("data-lookbook-overlay-href", overlayUrl)
      a.href = overlayUrl;
      a.style.display = "hidden";
      window.onload = function() {
        document.body.appendChild(a);
        a.click();
      }      
    } else if (retries <= 10) {
      setTimeout(function() { handleOverlay(nextRetryCount) }, 500);
    }
  };
  
  handleOverlay();
</script>

<script>
  function pfSelectElements({selector, indexes}, callback) {
    let elements = Array.from(document.querySelectorAll(selector));

    if (Array.isArray(indexes)) {
      elements = elements.filter((_x, i) => indexes.includes(i));
    }

    elements.forEach((e, i) => callback(e, i));
  }

  function pfStripTextContent(targetNode) {
    let totalChars = 0;

    function removeText(node) {
      if (node.nodeType === Node.TEXT_NODE) {
        totalChars += node.textContent.length;
        node.textContent = '';
      }
  
      if (node.nodeType === Node.ELEMENT_NODE) {
        if (node.tagName.toLowerCase() === "li" && node.textContent.trim() !== "") {
          node.style.visibility = "hidden";
        }
        node.childNodes.forEach(removeText);
      }
    }

    removeText(targetNode);

    return totalChars;
  }

  function pfGetTextNodes(targetNode) {
    const textNodes = [];
    const treeWalker = document.createTreeWalker(
      targetNode,
      NodeFilter.SHOW_TEXT,
    );

    while (treeWalker.nextNode()) {
      textNodes.push({ text: treeWalker.currentNode.data, textNode: treeWalker.currentNode});
    }

    return textNodes;
  }
  
  function pfApplyTypewriterAnimation({
    selector,
    indexes = undefined,
    duration = 3,
    delay = 1,
    loop = false,
    loopDelay = 0
  }) {
    pfSelectElements({ selector, indexes }, (element, i) => {
      element.style.visibility = "hidden";
      let step = 0;
      setTimeout(() => {
        const elementOriginalHeight = element.offsetHeight;
        element.style["min-height"] = `${elementOriginalHeight}px`;
        const textNodes = pfGetTextNodes(element);
        const totalChars = pfStripTextContent(element);
        const interval = Math.floor((duration * 1000) / totalChars);
        element.style.visibility = "";
        textNodes.forEach((tn) => {
          for (let i = 1; i <= tn.text.length; i++) {
            step++;
            setTimeout(() => {
              if (tn.textNode.parentNode.closest("li")) {
                tn.textNode.parentNode.closest("li").style.visibility = "";
              }
              tn.textNode.textContent = tn.text.substring(0, i);
            }, interval * step);
          }
        });

        setTimeout(() => {
          element.style["min-height"] = "";
        }, duration * 1000);

        if (loop && i === 0) {
          setTimeout(() => {
            pfApplyTypewriterAnimation({ selector, indexes, duration, delay, loop, loopDelay });
          }, (duration + loopDelay) * 1000);
        }
      }, delay * 1000);
    });
  }

  function pfApplySlideAnimation({
    selector,
    indexes = undefined,
    direction = "right",
    duration = 2,
    delay = 1,
    loop = false,
    loopDelay = 0
  }) {
    pfSelectElements({ selector, indexes }, (element, i) => {
      const initialState = {
        right: { axis: "X", axisDirection: "-", unit: "vw" },
        left: { axis: "X", axisDirection: "", unit: "vw" },
        top: { axis: "Y", axisDirection: "", unit: "vh" },
        bottom: { axis: "Y", axisDirection: "-", unit: "vh" }
      }[direction] || { axis: "X", axisDirection: "-", unit: "vw" };
    
      const section = element.closest("section");
      section.style.overflow = "hidden";
      element.style.transition = "";
      element.style.transform = `translate${initialState.axis}(${initialState.axisDirection}100${initialState.unit})`;
    
      setTimeout(() => {
        element.style.transition = `transform ${duration}s ease`;
        element.style.transform = `translate${initialState.axis}(0)`;
        element.style.transform = "";

        setTimeout(() => {
          section.style.overflow = "";
        }, duration * 1000);

        if (loop && i === 0) {
          setTimeout(() => {
            pfApplySlideAnimation({ selector, indexes, direction, duration, delay, loop, loopDelay });
          }, (duration + loopDelay) * 1000);
        }
      }, delay * 1000);
    });
  }

  function pfApplyFadeAnimation({
    selector,
    indexes = undefined,
    duration = 2,
    delay = 1,
    loop = false,
    loopDelay = 0
  }) {
    pfSelectElements({ selector, indexes }, (element, i) => {
      element.style.transition = "";
      element.style.opacity = 0;
      element.offsetHeight;

      setTimeout(() => {
        element.style.transition = `opacity ${duration}s ease`;
        element.style.opacity = 1;

        if (loop && i === 0) {
          setTimeout(() => {
            pfApplyFadeAnimation({ selector, indexes, duration, delay, loop, loopDelay });
          }, (duration + loopDelay) * 1000);
        }
      }, delay * 1000);
    });
  }

  function pfApplyExpandAnimation({
    selector,
    indexes = undefined,
    duration = 2,
    delay = 1,
    loop = false,
    loopDelay = 0
  }) {
    pfSelectElements({ selector, indexes }, (element, i) => {
      element.style.transition = "";
      element.style.transform = "scale(0)";
      element.style.transformOrigin = "center";
      element.offsetHeight;

      setTimeout(() => {
        element.style.transition = `transform ${duration}s ease`;
        element.style.transform = "scale(1)";
        element.style.transform = "";

        if (loop && i === 0) {
          setTimeout(() => {
            pfApplyExpandAnimation({ selector, indexes, duration, delay, loop, loopDelay });
          }, (duration + loopDelay) * 1000);
        }
      }, delay * 1000);
    });
  }

  function pfApplySqueezeAnimation({
    selector,
    indexes = undefined,
    duration = 2,
    delay = 1,
    loop = false,
    loopDelay = 0
  }) {
    pfSelectElements({ selector, indexes }, (element, i) => {
      element.style.animation = "";
      element.style.transformOrigin = "center";

      setTimeout(() => {
        element.style.animation = `squeeze ${duration}s ease`;

        if (loop && i === 0) {
          setTimeout(() => {
            pfApplySqueezeAnimation({ selector, indexes, duration, delay, loop, loopDelay });
          }, (duration + loopDelay) * 1000);
        }
      }, delay * 1000);
    });
  }

  function pfAnimationFunctions(type) {
    return (
      {
        typewriter: pfApplyTypewriterAnimation,
        expand: pfApplyExpandAnimation,
        squeeze: pfApplySqueezeAnimation,
        fade: pfApplyFadeAnimation,
        slide: pfApplySlideAnimation
      }[type] || (() => {})
    );
  }
</script>

<style>
  @keyframes squeeze {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.5);
    }
    100% {
      transform: scale(1);
    }
  }
</style>


  

  



<style>
  .glide__arrow {
    color: rgba(25, 25, 25, 0.5);
    height: 100%;
    top: 40%;
    border: none;
    box-shadow: none;
  }
  .glide__arrow--left {
    left: -40px;
  }
  .glide__arrow--right {
    right: -40px;
  }
  .glide__bullets {
    bottom: 0;
  }
  .glide__bullet {
    width: 15px;
    height: 15px;
    background-color: rgba(125, 125, 125, 0.5);
  }
  .glide__bullet--active {
    background-color: #0a5beb;
  }
  .glide__bullet:hover,
  .glide__bullet:focus {
    background-color: #0a5beb;
  }
  .glide__bullet--between {
    display: none;
  }
  .glide__bullet--between.glide__bullet--active {
    display: block;
    position: relative;
    left: -23px;
    margin-right: -19px;
  }
</style>



<style>
  #content-page {
    height: 100vh;
  }
  .video-js { width: 100%; height: 100% }
</style>


<style>
  .pf-full-width-rte .pf-rte-wrapper {
    width: 100%;
  }
  .pf-rte-wrapper ul, .pf-rte-wrapper ol {
    list-style: revert;
    list-style-position: inside;
    margin: revert;
    padding: revert;
  }
  .pf-rte-wrapper menu {
    list-style: revert !important;
    margin: revert !important;
    padding: revert !important;
  }
  .pf-rte-wrapper ul p, .pf-rte-wrapper ol p {
    display: inline;
  }
</style>


<style>
  .pf-aem-fragment .container {
    max-width: none;
  }
</style>


<style>
  html {
    scroll-behavior: smooth;
  }
</style>


<style>
  .lookbook-overlay {
    z-index: 10000000;
  }
</style>


<style>
  body:has(div[class*='pf-modal'][style*='display: block']) {
    overflow: hidden;
  }
</style>


<style>
  .pf-ai-response ul {
    list-style: revert;
    margin: revert;
    padding: revert;
  }
</style>


<style>
  .visually-hidden {
      clip: rect(0 0 0 0);
      clip-path: inset(50%);
      height: 1px;
      overflow: hidden;
      position: absolute;
      white-space: nowrap;
      width: 1px;
  }
</style>


<link href="//fonts.googleapis.com/css?family=Raleway:300,400,500,600,700|Roboto:300,400,500,700|Lato:300,400,700" media="screen" rel="stylesheet" type="text/css" />

<style>
	@font-face {
    font-family: PoppinsItalic;
    src: url('https://cdn.pathfactory.com/assets/2/fonts/d8164d7f-1758-4004-9828-d1497759e075.ttf') format('truetype');
  }
	@font-face {
    font-family: PoppinsMediumItalic;
    src: url('https://cdn.pathfactory.com/assets/2/fonts/1d0d81b3-0dee-44d1-90ae-37b200367202.ttf') format('truetype');
  }
	@font-face {
    font-family: PoppinsLight;
    src: url('https://cdn.pathfactory.com/assets/2/fonts/c3870b82-653c-41db-bc5d-5592c110aa83.ttf') format('truetype');
  }
	@font-face {
    font-family: PoppinsLightItalic;
    src: url('https://cdn.pathfactory.com/assets/2/fonts/ab833488-99fa-4c92-b2ce-ffd900b833cd.ttf') format('truetype');
  }
	@font-face {
    font-family: PoppinsMedium;
    src: url('https://cdn.pathfactory.com/assets/2/fonts/fb7c2a06-dd50-4fc2-8df0-ec816826177c.ttf') format('truetype');
  }
	@font-face {
    font-family: PoppinsRegular;
    src: url('https://cdn.pathfactory.com/assets/2/fonts/ccf9e6ee-1ab8-4c36-aa64-77c9a5928c8a.ttf') format('truetype');
  }
	@font-face {
    font-family: PoppinsSemiBold;
    src: url('https://cdn.pathfactory.com/assets/2/fonts/161e729e-1be2-4cc7-a167-ba198a33ace5.ttf') format('truetype');
  }
	@font-face {
    font-family: PoppinsSemiBoldItalic;
    src: url('https://cdn.pathfactory.com/assets/2/fonts/596e65a2-a32d-4897-90c7-159e805b5219.ttf') format('truetype');
  }
	@font-face {
    font-family: InterVariableFontslnt;
    src: url('https://cdn.pathfactory.com/assets/2/fonts/71baf727-4046-43c3-9baf-1976bafb0bd5.ttf') format('truetype');
  }</style>
<style>.pf_font_preset_0 { font-size: 38pt; font-weight: normal; font-family: PoppinsMedium; line-height: 1.4; } .pf_font_preset_1 { font-size: 32pt; font-weight: normal; font-family: PoppinsMedium; line-height: 1.4; } .pf_font_preset_2 { font-size: 28pt; font-weight: normal; font-family: InterVariableFontslnt; line-height: 1.4; } .pf_font_preset_3 { font-size: 24pt; font-weight: normal; font-family: InterVariableFontslnt; line-height: 1.4; } .pf_font_preset_4 { font-size: 20pt; font-weight: bold; font-family: InterVariableFontslnt; line-height: 1.4; } .pf_font_preset_5 { font-size: 14pt; font-weight: bold; font-family: InterVariableFontslnt; line-height: ; } .pf_font_preset_6 { font-size: 12pt; font-weight: normal; font-family: InterVariableFontslnt; line-height: ; } .pf_font_preset_7 { font-size: 10pt; font-weight: normal; font-family: InterVariableFontslnt; line-height: ; } @media (max-width: 640px) { .pf_font_preset_0 { font-size: ; line-height: ; } .pf_font_preset_1 { font-size: ; line-height: ; } .pf_font_preset_2 { font-size: ; line-height: ; } .pf_font_preset_3 { font-size: ; line-height: ; } .pf_font_preset_4 { font-size: ; line-height: ; } .pf_font_preset_5 { font-size: ; line-height: ; } .pf_font_preset_6 { font-size: ; line-height: ; } .pf_font_preset_7 { font-size: ; line-height: ; } }</style>

    <link rel="icon" href="https://www.appspace.com/wp-content/uploads/2021/08/cropped-appspacefav21-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.appspace.com/wp-content/uploads/2021/08/cropped-appspacefav21-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.appspace.com/wp-content/uploads/2021/08/cropped-appspacefav21-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.appspace.com/wp-content/uploads/2021/08/cropped-appspacefav21-270x270.png" />

<style>
/* Adjust Resource Center search bar and filters */
section.pf-resource-center .dropdown-label {
  padding-left: 10px;
}

section.pf-resource-center input.pf-content-list-search {
  padding-left: 18px;
}

/* Remove spacing under Feature-List-2 icons */
div.pfFeature {
  margin-bottom: 0px;
}
</style>
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NLXCZPCS');</script><script>
document.addEventListener("webviewerloaded", function() {
    PDFViewerApplication.initializedPromise.then(function() {
        PDFViewerApplication.eventBus.on("documentloaded", function(event) {
            window.PDFViewerApplication.setTitleUsingUrl('Blog' + '.pdf')
        });
    });
});
</script>
  </head>
  <body un-cloak class="mb-[0px]">
    
    <script type="text/javascript" src="https://www.appspace.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.19.4" id="elementor-frontend-modules-js"></script>
<link rel='stylesheet' id='elementor-post-42387-css' href='https://www.appspace.com/wp-content/uploads/elementor/css/post-42387.css?ver=1709149634' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-45227-css' href='https://www.appspace.com/wp-content/uploads/elementor/css/post-45227.css?ver=1732111467' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-45230-css' href='https://www.appspace.com/wp-content/uploads/elementor/css/post-45230.css?ver=1709149634' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-45254-css' href='https://www.appspace.com/wp-content/uploads/elementor/css/post-45254.css?ver=1717688718' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-59813-css' href='https://www.appspace.com/wp-content/uploads/elementor/css/post-59813.css?ver=1709149635' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-59824-css' href='https://www.appspace.com/wp-content/uploads/elementor/css/post-59824.css?ver=1709149635' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-59821-css' href='https://www.appspace.com/wp-content/uploads/elementor/css/post-59821.css?ver=1709149635' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-59827-css' href='https://www.appspace.com/wp-content/uploads/elementor/css/post-59827.css?ver=1709149635' type='text/css' media='all' />
<link rel='stylesheet' id='ekit-widget-styles-pro-css' href='https://www.appspace.com/wp-content/plugins/elementskit/widgets/init/assets/css/widget-styles-pro.css?ver=3.6.2' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-81938-css' href='https://www.appspace.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css?ver=3.1.3' type='text/css' media='all' />
<link rel='stylesheet' id='elementskit-reset-button-for-pro-form-css-css' href='https://www.appspace.com/wp-content/plugins/elementskit/modules/pro-form-reset-button/assets/css/elementskit-reset-button.css?ver=3.5.0' type='text/css' media='all' />
<link rel='stylesheet' id='ekit-particles-css' href='https://www.appspace.com/wp-content/plugins/elementskit/modules/particles/assets/css/particles.css?ver=3.5.0' type='text/css' media='all' />
<link rel='stylesheet' id='e-animations-css' href='https://www.appspace.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.19.4' type='text/css' media='all' />
<link rel='stylesheet' href='https://www.appspace.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css?ver=3.24.5' type='text/css' media='all' />
<link rel='stylesheet' href='https://www.appspace.com/wp-content/uploads/elementor/css/post-6.css?ver=1727871937' media='all' />
<link rel='stylesheet' href='https://www.appspace.com/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=3.24.5' type='text/css' media='all' />
<link rel='stylesheet' href='https://www.appspace.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=3.24.2' media='all' />

<script type="text/javascript" src="https://www.appspace.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js?ver=3.2.8" id="ekit-widget-scripts-js"></script>


<script src="https://cdnjs.cloudflare.com/ajax/libs/arrive/2.4.1/arrive.js"></script>


<link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Inter%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=6.6.2' type='text/css' media='all' />

<script src="https://cdnjs.cloudflare.com/ajax/libs/arrive/2.4.1/arrive.js"></script>
<script>
document.arrive(".elementor-menu-toggle", function() {

var pfMobileMenu = document.querySelector(".elementor-menu-toggle");
var pfMobileMenuContainer = document.querySelector(".elementor-nav-menu__container");
var pfMobileMenuOpen = document.querySelector(".eicon-menu-bar");
var pfMobileMenuClose = document.querySelector(".eicon-close");
var pfSubMenu = document.querySelectorAll('.has-submenu');

pfMobileMenuOpen.addEventListener("click", openMobileMenu);
pfMobileMenuClose.addEventListener("click", closeMobileMenu);
pfSubMenu.forEach((sub) => sub.addEventListener("click", subMenu));

function openMobileMenu() {
  pfMobileMenu.classList.add("elementor-active");
  pfMobileMenu.setAttribute('aria-expanded','true');
  pfMobileMenuContainer.setAttribute('aria-hidden','false');
  pfMobileMenuContainer.style.setProperty('--menu-height', '1000vmax');
}

function closeMobileMenu() {
  pfMobileMenu.classList.remove("elementor-active");
  pfMobileMenu.setAttribute('aria-expanded','false');
  pfMobileMenuContainer.setAttribute('aria-hidden','true');
  pfMobileMenuContainer.style.setProperty('--menu-height', '0');
}

function subMenu() {
  var subMenuItem = this.nextElementSibling;
  if (subMenuItem.style.display == 'block') {
    subMenuItem.style.display = 'none';
  } else {
    subMenuItem.style.display = 'block';
  }
}

});
</script>

<style>

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nav__container {
	width: 1280px;
	max-width: 100%;
}

.pointer-cursor:hover {
	cursor: pointer;
}

.no-cursor {
	cursor: default !important;
}

.nav__logo a img {
top: 5px;
width: 155px;
left: 5px;
}
.nav__menu > li > ul {
margin-top: 0px;
}
.nav__menu .button__outline a {
padding: 12px 24px 12px 24px;
}
.nav__menu .button a {
font-size: 12.9px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.nav__menu > li > ul > li > a img {
width: 40px;
height: 40px;
}

.appspace-disabled > a {
	pointer-events: none;
}


.js-mobile-toggle {
	background: #fff !important;
}

.nav__menu > li > a {
	font-family: "Inter", sans-serif;
  font-size: 16px;
}

.nav__menu > li > ul > li > ul > li > a {
	font-family: "Inter", sans-serif !important;
}


.nav__menu > li > ul > li > ul > li {
	line-height: 18px !important;
	margin-bottom: 4px !important
}


.nav__menu > li.menu-item-has-children:hover > a:before, .nav__menu > li.menu-item-has-children > a:before {
    background: url("https://www.appspace.com/wp-content/uploads/2021/11/arrow-alt.svg") no-repeat center;
}

.nav__menu > li > ul > li > a, .nav__menu > li > ul > li > a > p {
	font-family: "Inter", sans-serif;
}


.nav__menu .appspace-button__outline a {
    fill: #0a5beb;
    color: #0a5beb;
    background-color: #fff !important;
    box-shadow: 0px 0px 0px 1px #0a5beb inset;
}

.nav__menu .appspace-button__outline a:hover {
    color: #0a5beb;
    background-color: #fff;
}

.nav__menu.appspace-button a:hover {
    color: #0a5beb;
    background-color: #fff !important;
    box-shadow: 0px 0px 0px 1px #0a5beb inset;
}

.nav__menu .appspace-button {
    padding-right: 0px;
}

.nav__menu .appspace-button a {
	background-color: #0a5beb;
}

.nav-bold-acc a {
	font-size: 12px !important;
	font-weight: 700 !important;
}

.nav-norm a {
	font-size: 14px !important;
	font-weight: normal !important;
}

.pp-advanced-menu--dropdown {
	border-left: solid 2px blue !important;
	
}

.elementskit-megamenu-panel {
    position: fixed !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.elementor-icon-box-icon {
margin-bottom: -25px !important;
}

.elementor-widget:not(:last-child) {
margin-bottom: 10px !important;
}

.ekit-wid-con svg {
margin-top: 0px !important;
}

.elementor-icon-box-title {
font-family: "Poppins", sans-serif;
}

.elementor-42371 .elementor-element.elementor-element-544d4ad > .elementor-widget-container {
margin: 10px 10px 0px 0px !important;
}

</style>

<div class="ekit-template-content-markup ekit-template-content-header ekit-template-content-theme-support ">
		<div data-elementor-type="wp-post" data-elementor-id="42371" class="elementor elementor-42371" data-elementor-post-type="elementskit_template">
						<section data-pf-theme-artefact-id="appspace-custom-nav"
      data-pf-theme-artefact-file-id="9e9f7556-db27-49c0-99ab-10c6fd266f6a"
      data-pf-theme-artefact-filename="appspace-custom-nav"
      data-pf-theme-block-id="fhA16suYwy"
      data-pf-theme-block-type="section"
      data-pf-theme-block-pos="0"
      data-pf-theme-block-ref="header" class="elementor-section elementor-top-section elementor-element elementor-element-48d4e2ea elementor-hidden-tablet elementor-hidden-mobile ekit-sticky--top elementor-section-boxed elementor-section-height-default elementor-section-height-default ekit-sticky--effects elementskit-parallax-multi-container ekit-sticky ekit-sticky--active ekit-section--handles-inside" data-id="48d4e2ea" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_sticky&quot;:&quot;top&quot;,&quot;ekit_sticky_offset&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;ekit_sticky_offset_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;ekit_sticky_offset_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;ekit_sticky_on_desktop&quot;:&quot;desktop&quot;,&quot;ekit_sticky_on_tablet&quot;:&quot;tablet&quot;,&quot;ekit_sticky_on_mobile&quot;:&quot;mobile&quot;,&quot;ekit_sticky_effect_offset&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;ekit_sticky_effect_offset_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;ekit_sticky_effect_offset_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" style="position: fixed; width: 100%; margin-top: 0px; margin-bottom: 0px; top: 0px;">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-6168e6c0" data-id="6168e6c0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-41051b21 apps-logo elementor-widget elementor-widget-image" data-id="41051b21" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
														<a href="https://appspace.com/">
							<img width="207" height="43" src="https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo.png" class="attachment-full size-full wp-image-42358" alt="Appspace Logo" srcset="https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo.png 207w, https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo-24x5.png 24w, https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo-36x7.png 36w, https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo-48x10.png 48w" sizes="(max-width: 207px) 100vw, 207px">								</a>
													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-14e5c75c" data-id="14e5c75c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-385636cc elementor-widget elementor-widget-ekit-nav-menu" data-id="385636cc" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="ekit-nav-menu.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con ekit_menu_responsive_tablet" data-hamburger-icon="" data-hamburger-icon-type="icon" data-responsive-breakpoint="1024">            <button class="elementskit-menu-hamburger elementskit-menu-toggler" type="button" aria-label="hamburger-icon">
                                    <span class="elementskit-menu-hamburger-icon"></span><span class="elementskit-menu-hamburger-icon"></span><span class="elementskit-menu-hamburger-icon"></span>
                            </button>
            <div id="ekit-megamenu-appspace-custom-megamenu" class="elementskit-menu-container elementskit-menu-offcanvas-elements elementskit-navbar-nav-default ekit-nav-menu-one-page-no ekit-nav-dropdown-hover" ekit-dom-added="yes"><ul id="menu-appspace-custom-megamenu" class="elementskit-navbar-nav elementskit-menu-po-center submenu-click-on-icon">
				
				<li id="menu-item-42346" class="no-cursor menu-item menu-item-type-custom menu-item-object-custom menu-item-42346 nav-item elementskit-dropdown-has top_position elementskit-dropdown-menu-full_width elementskit-megamenu-has elementskit-mobile-builder-content" data-vertical-menu=""><a class="ekit-menu-nav-link">PLATFORM<i class="icon icon-down-arrow1 elementskit-submenu-indicator"></i></a><div class="elementskit-megamenu-panel" style="top: 80px; max-width: 1470px; left: -249px;">		<div data-elementor-type="wp-post" data-elementor-id="42387" class="elementor elementor-42387" data-elementor-post-type="elementskit_content">
					<section class="elementor-section elementor-top-section elementor-element elementor-element-196a4315 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle elementskit-parallax-multi-container" data-id="196a4315" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
					<div class="elementor-container elementor-column-gap-no">
				<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-50cc9b4f" data-id="50cc9b4f" data-element_type="column">
		<div class="elementor-widget-wrap elementor-element-populated">
					<section class="elementor-section elementor-inner-section elementor-element elementor-element-382b8e62 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementskit-parallax-multi-container" data-id="382b8e62" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
					<div class="elementor-container elementor-column-gap-default">
				<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-1f25e10c" data-id="1f25e10c" data-element_type="column">
		<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-element elementor-element-5017f473 elementor-position-left elementor-vertical-align-middle mm-workplace-hover elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="5017f473" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
			<div class="elementor-widget-container">
				<div class="elementor-icon-box-wrapper">

					<div class="elementor-icon-box-icon">
			<a href="/workplace-communications/" class="elementor-icon elementor-animation-" tabindex="-1">
			<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><g clip-path="url(#clip0_161_2)"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.71429 4.88571C5.9641 4.88571 5.24464 5.18372 4.71418 5.71418C4.18372 6.24464 3.88571 6.9641 3.88571 7.71428V21.7809L7.30473 18.3619C7.48155 18.185 7.72137 18.0857 7.97143 18.0857H19.2857C20.0359 18.0857 20.7554 17.7877 21.2858 17.2572C21.8163 16.7268 22.1143 16.0073 22.1143 15.2571V7.71428C22.1143 6.9641 21.8163 6.24464 21.2858 5.71418C20.7554 5.18372 20.0359 4.88571 19.2857 4.88571H6.71429ZM3.38078 4.38078C4.26488 3.49668 5.46398 3 6.71429 3H19.2857C20.536 3 21.7351 3.49668 22.6192 4.38078C23.5033 5.26488 24 6.46398 24 7.71428V15.2571C24 16.5074 23.5033 17.7065 22.6192 18.5906C21.7351 19.4747 20.536 19.9714 19.2857 19.9714H8.36197L3.60956 24.7238C3.3399 24.9935 2.93436 25.0741 2.58204 24.9282C2.22972 24.7823 2 24.4385 2 24.0571V7.71428C2 6.46397 2.49668 5.26488 3.38078 4.38078Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M6 10C6 9.44772 6.49484 9 7.10526 9H18.8947C19.5052 9 20 9.44772 20 10C20 10.5523 19.5052 11 18.8947 11H7.10526C6.49484 11 6 10.5523 6 10Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M6 14C6 13.4477 6.44772 13 7 13H15C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H7C6.44772 15 6 14.5523 6 14Z" fill="#0A5BEB"></path></g><defs><clipPath id="clip0_161_2"><rect width="28" height="28" fill="white"></rect></clipPath></defs></svg>				</a>
		</div>
		
					<div class="elementor-icon-box-content">

								<h3 class="elementor-icon-box-title">
					<a href="/workplace-communications/">
						WORKPLACE COMMUNICATION						</a>
				</h3>
			
			
		</div>
		
	</div>
			</div>
			</div>
			<div class="elementor-element elementor-element-17cce138 elementor-widget elementor-widget-elementskit-page-list" data-id="17cce138" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="/employee-app/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Employee Communications</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
			<div class="elementor-element elementor-element-1c27f92c elementor-widget elementor-widget-elementskit-page-list" data-id="1c27f92c" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="/employee-mobile-app/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Employee Mobile App</span>
																</span>
						</div>
												</a>
				</div>
          <div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="/employee-app/#workplace-communication">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Workplace Communication</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="/employee-app/#workplace-management">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Workplace Management</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="/employee-app/#integrations">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Integrations</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
			<div class="elementor-element elementor-element-52cab69e elementor-position-left elementor-vertical-align-middle mm-workplace-hover elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="52cab69e" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
			<div class="elementor-widget-container">
				<div class="elementor-icon-box-wrapper">

					<div class="elementor-icon-box-icon">
			<a href="/workplace-management/" class="elementor-icon elementor-animation-" tabindex="-1">
			<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><g clip-path="url(#clip0_161_7)"><path fill-rule="evenodd" clip-rule="evenodd" d="M1 26C1 25.4477 1.4305 25 1.96154 25H25.0385C25.5695 25 26 25.4477 26 26C26 26.5523 25.5695 27 25.0385 27H1.96154C1.4305 27 1 26.5523 1 26Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M15.5133 2.14361C15.8158 2.3188 16 2.62829 16 2.96154V26.0385C16 26.5695 15.5405 27 14.9737 27C14.4069 27 13.9474 26.5695 13.9474 26.0385V4.51734L5.05263 8.68401V26.0385C5.05263 26.5695 4.59313 27 4.02632 27C3.4595 27 3 26.5695 3 26.0385V8.08974C3 7.72554 3.21963 7.3926 3.56733 7.22972L14.5147 2.10151C14.8328 1.95248 15.2107 1.96841 15.5133 2.14361Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M14.1512 7.43104C14.427 6.98633 14.9857 6.86617 15.3993 7.16263L22.5992 12.3239C22.8496 12.5034 23 12.8055 23 13.1291V26.0323C23 26.5667 22.5971 27 22.1 27C21.603 27 21.2 26.5667 21.2 26.0323V13.647L14.4009 8.77305C13.9873 8.47658 13.8755 7.87574 14.1512 7.43104Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9 11C9.55228 11 10 11.4448 10 11.9934V12.0066C10 12.5552 9.55228 13 9 13C8.44772 13 8 12.5552 8 12.0066V11.9934C8 11.4448 8.44772 11 9 11Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9 14C9.55228 14 10 14.4448 10 14.9934V15.0066C10 15.5552 9.55228 16 9 16C8.44772 16 8 15.5552 8 15.0066V14.9934C8 14.4448 8.44772 14 9 14Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9 17C9.55228 17 10 17.4448 10 17.9934V18.0066C10 18.5552 9.55228 19 9 19C8.44772 19 8 18.5552 8 18.0066V17.9934C8 17.4448 8.44772 17 9 17Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9 20C9.55228 20 10 20.4448 10 20.9934V21.0066C10 21.5552 9.55228 22 9 22C8.44772 22 8 21.5552 8 21.0066V20.9934C8 20.4448 8.44772 20 9 20Z" fill="#0A5BEB"></path></g><defs><clipPath id="clip0_161_7"><rect width="28" height="28" fill="white"></rect></clipPath></defs></svg>				</a>
		</div>
		
					<div class="elementor-icon-box-content">

								<h3 class="elementor-icon-box-title">
					<a href="/workplace-management/">
						WORKPLACE MANAGEMENT						</a>
				</h3>
			
			
		</div>
		
	</div>
			</div>
			</div>
			<div class="elementor-element elementor-element-4e952a82 elementor-widget elementor-widget-elementskit-page-list" data-id="4e952a82" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="/space-reservation/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Space Reservation</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
			<div class="elementor-element elementor-element-6d8b1946 elementor-widget elementor-widget-elementskit-page-list" data-id="6d8b1946" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="/space-reservation/#hot-desking">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Hot Desking</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="/space-reservation/#room-booking">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Room Booking</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="/space-reservation/#maps-floorplans">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Maps &amp; Floorplans</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
				</div>
	</div>
			<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-5fc4de19" data-id="5fc4de19" data-element_type="column">
		<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-element elementor-element-1f80ba73 elementor-widget elementor-widget-spacer" data-id="1f80ba73" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="spacer.default">
			<div class="elementor-widget-container">
				<div class="elementor-spacer">
		<div class="elementor-spacer-inner"></div>
	</div>
			</div>
			</div>
			<div class="elementor-element elementor-element-14a2592a elementor-widget elementor-widget-elementskit-page-list" data-id="14a2592a" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="/intranet/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Intranet</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
			<div class="elementor-element elementor-element-36b72106 elementor-widget elementor-widget-elementskit-page-list" data-id="36b72106" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="/knowledge-management/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Knowledge Management</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="/internal-communication/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Internal Communication</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-3876a7a ekit_badge_left" href="/team-collaboration/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Team Collaboration</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="/process-automation/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Process Automation</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
			<div class="elementor-element elementor-element-7cde2e33 elementor-widget elementor-widget-spacer" data-id="7cde2e33" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="spacer.default">
			<div class="elementor-widget-container">
				<div class="elementor-spacer">
		<div class="elementor-spacer-inner"></div>
	</div>
			</div>
			</div>
			<div class="elementor-element elementor-element-101bbd64 elementor-widget elementor-widget-elementskit-page-list" data-id="101bbd64" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="/visitor-management/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Visitor Management</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
			<div class="elementor-element elementor-element-6dfa847 elementor-widget elementor-widget-elementskit-page-list" data-id="6dfa847" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="/visitor-management/#registration">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Registration</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="/visitor-management/#checkpoints">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Checkpoints</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="/visitor-management/#visitorkiosks">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Visitor Kiosks</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
				</div>
	</div>
			<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-3e4a3b93" data-id="3e4a3b93" data-element_type="column">
		<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-element elementor-element-ee87ef5 elementor-widget elementor-widget-spacer" data-id="ee87ef5" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="spacer.default">
			<div class="elementor-widget-container">
				<div class="elementor-spacer">
		<div class="elementor-spacer-inner"></div>
	</div>
			</div>
			</div>
			<div class="elementor-element elementor-element-48c3a888 elementor-widget elementor-widget-elementskit-page-list" data-id="48c3a888" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="/digital-signage/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Digital Signage</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
			<div class="elementor-element elementor-element-2fa9c6ec elementor-widget elementor-widget-elementskit-page-list" data-id="2fa9c6ec" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="/digital-signage/#meeting-rooms">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Meeting Rooms</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-3be6e0a ekit_badge_left" href="/digital-signage/#video-walls">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Video Walls</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="/digital-signage/#interactive-displays">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Interactive Displays</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-29c9e45 ekit_badge_left" href="/enterprise-tv/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">IPTV</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
			<div class="elementor-element elementor-element-2f850db8 elementor-widget elementor-widget-spacer" data-id="2f850db8" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="spacer.default">
			<div class="elementor-widget-container">
				<div class="elementor-spacer">
		<div class="elementor-spacer-inner"></div>
	</div>
			</div>
			</div>
			<div class="elementor-element elementor-element-6d378b08 elementor-widget elementor-widget-elementskit-page-list" data-id="6d378b08" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="/wayfinding/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Wayfinding</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
			<div class="elementor-element elementor-element-54bc2ae2 elementor-widget elementor-widget-elementskit-page-list" data-id="54bc2ae2" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="/wayfinding/#self-service-kiosks">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Self-Service Kiosks</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="/wayfinding/#directories">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Directories</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="/wayfinding/#mobile-desktop">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">For Mobile &amp; Desktop</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
				</div>
	</div>
			<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-40d4816e" data-id="40d4816e" data-element_type="column">
		<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-element elementor-element-e0e9904 elementor-widget elementor-widget-spacer" data-id="e0e9904" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="spacer.default">
			<div class="elementor-widget-container">
				<div class="elementor-spacer">
		<div class="elementor-spacer-inner"></div>
	</div>
			</div>
			</div>
			<div class="elementor-element elementor-element-6efa8f68 elementor-widget elementor-widget-elementskit-page-list" data-id="6efa8f68" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="/content/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Content &amp; Publishing</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
			<div class="elementor-element elementor-element-286777b1 elementor-widget elementor-widget-elementskit-page-list" data-id="286777b1" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="/content/#design-templates">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Design Templates</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="/content/#ready-made-content">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Ready-made Content</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="/content/#broadcast-alerts">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Broadcasts &amp; Alerts</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
				</div>
	</div>
			<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-54f9190c width-400" data-id="54f9190c" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
		<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-element elementor-element-1247039e elementor-position-left elementor-vertical-align-middle no-cursor elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="1247039e" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
			<div class="elementor-widget-container">
				<div class="elementor-icon-box-wrapper">

					<div class="elementor-icon-box-icon">
			<span class="elementor-icon elementor-animation-">
			<svg xmlns="http://www.w3.org/2000/svg" width="29" height="30" viewBox="0 0 29 30" fill="none"><path d="M28.7878 15.2891C28.7878 23.2113 22.3656 29.6335 14.4434 29.6335C6.52129 29.6335 0.0991211 23.2113 0.0991211 15.2891C0.0991211 7.367 6.52129 0.944824 14.4434 0.944824C22.3656 0.944824 28.7878 7.367 28.7878 15.2891Z" fill="#0A5BEB"></path><path d="M26.8532 15.3295C26.8532 22.2057 21.2789 27.78 14.4027 27.78C7.52645 27.78 1.95215 22.2057 1.95215 15.3295C1.95215 8.45321 7.52645 2.87891 14.4027 2.87891C21.2789 2.87891 26.8532 8.45321 26.8532 15.3295Z" fill="white"></path><path d="M25.8059 15.3294C25.8059 21.6271 20.7006 26.7324 14.4029 26.7324C8.10527 26.7324 3 21.6271 3 15.3294C3 9.03178 8.10527 3.92651 14.4029 3.92651C20.7006 3.92651 25.8059 9.03178 25.8059 15.3294Z" fill="white"></path><path d="M24.9998 15.3295C24.9998 21.1821 20.2553 25.9266 14.4027 25.9266C8.55013 25.9266 3.80566 21.1821 3.80566 15.3295C3.80566 9.47689 8.55013 4.73242 14.4027 4.73242C20.2553 4.73242 24.9998 9.47689 24.9998 15.3295Z" fill="#0A5BEB"></path><path d="M9.36112 14.2567C9.36112 16.169 7.81089 17.7193 5.89858 17.7193C3.98627 17.7193 2.43604 16.169 2.43604 14.2567C2.43604 12.3444 3.98627 10.7942 5.89858 10.7942C7.81089 10.7942 9.36112 12.3444 9.36112 14.2567Z" fill="white"></path><mask id="mask0_27_189" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="29" height="30"><path d="M28.7878 15.2891C28.7878 23.2113 22.3656 29.6335 14.4434 29.6335C6.52129 29.6335 0.0991211 23.2113 0.0991211 15.2891C0.0991211 7.367 6.52129 0.944824 14.4434 0.944824C22.3656 0.944824 28.7878 7.367 28.7878 15.2891Z" fill="#0A5BEB"></path></mask><g mask="url(#mask0_27_189)"><mask id="mask1_27_189" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="2" width="26" height="26"><path d="M26.8538 15.2489C26.8538 22.1697 21.2434 27.78 14.3226 27.78C7.40188 27.78 1.7915 22.1697 1.7915 15.2489C1.7915 8.32815 7.40188 2.71777 14.3226 2.71777C21.2434 2.71777 26.8538 8.32815 26.8538 15.2489Z" fill="#C4C4C4"></path></mask><g mask="url(#mask1_27_189)"><path d="M28.3035 21.2836C28.3035 24.827 25.431 27.6995 21.8876 27.6995C18.3442 27.6995 15.4717 24.827 15.4717 21.2836C15.4717 17.7402 18.3442 14.8677 21.8876 14.8677C25.431 14.8677 28.3035 17.7402 28.3035 21.2836Z" fill="white"></path></g></g><path d="M24.8407 11.3032C24.8407 12.4843 23.8832 13.4418 22.7021 13.4418C21.521 13.4418 20.5635 12.4843 20.5635 11.3032C20.5635 10.122 21.521 9.16455 22.7021 9.16455C23.8832 9.16455 24.8407 10.122 24.8407 11.3032Z" fill="white"></path><path d="M6.10254 13.0354L21.1748 10.896L21.5822 12.2199L6.49568 15.2271L6.10254 13.0354Z" fill="white"></path><path d="M7.0151 13.8492L21.9893 18.4319L19.8749 23.8775L5.8984 15.7756L7.0151 13.8492Z" fill="white"></path></svg>				</span>
		</div>
		
					<div class="elementor-icon-box-content">

								<h3 class="elementor-icon-box-title">
					<span>
						PLATFORM FEATURES						</span>
				</h3>
			
			
		</div>
		
	</div>
			</div>
			</div>
			<div class="elementor-element elementor-element-7e99dfd9 elementor-widget elementor-widget-text-editor" data-id="7e99dfd9" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
			<div class="elementor-widget-container">
						<img style="float: left; padding-right: 10px; border-radius: 10px; width: 150px;" src="https://www.appspace.com/wp-content/uploads/2025/02/device-hand-appspace.png">
<a class="platform-features-nav" href="/enterprise-messaging/">Enterprise Messaging Integration</a><br>
<a class="platform-features-nav" href="/analytics">Reporting &amp; Analytics</a><br>
<a class="platform-features-nav" href="/apps-bots/">Apps &amp; Bots</a><br>
<a class="platform-features-nav" href="/administration/">Centralized Administration</a><br>
<a class="platform-features-nav" href="/device">Devices</a><br>
<a class="platform-features-nav" href="/trust/">Security</a>						</div>
			</div>
			<div class="elementor-element elementor-element-3bad1883 elementor-position-left elementor-vertical-align-middle no-cursor elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="3bad1883" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
			<div class="elementor-widget-container">
				<div class="elementor-icon-box-wrapper">

					<div class="elementor-icon-box-icon">
			<span class="elementor-icon elementor-animation-">
			<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 2.15385C7.45755 2.15385 2.15385 7.45755 2.15385 14C2.15385 20.5424 7.45755 25.8462 14 25.8462C20.5424 25.8462 25.8462 20.5424 25.8462 14C25.8462 7.45755 20.5424 2.15385 14 2.15385ZM0 14C0 6.26801 6.26801 0 14 0C21.732 0 28 6.26801 28 14C28 21.732 21.732 28 14 28C6.26801 28 0 21.732 0 14Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M13.2357 20.0825C13.7879 20.0731 14.2431 20.5102 14.2524 21.0588L14.2526 21.072C14.2619 21.6206 13.8217 22.0728 13.2695 22.0822C12.7173 22.0915 12.2621 21.6544 12.2529 21.1058L12.2526 21.0926C12.2434 20.5441 12.6835 20.0918 13.2357 20.0825Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M11.7392 6.58197C12.3363 6.25677 12.9968 6.08261 13.6689 6.07322C14.3409 6.06382 15.0062 6.21944 15.6123 6.52782C16.2183 6.8362 16.7487 7.28892 17.1615 7.85035C17.5743 8.41178 17.8584 9.06658 17.9914 9.7632C18.1243 10.4598 18.1025 11.1793 17.9277 11.8648C17.7528 12.5504 17.4297 13.1835 16.9838 13.7141C16.5379 14.2448 15.9813 14.6586 15.3579 14.9229C15.3497 14.9264 15.3415 14.9297 15.3333 14.9329C15.1357 15.0102 14.9674 15.1532 14.8537 15.3405C14.7399 15.5278 14.6869 15.7492 14.7026 15.9713C14.7426 16.5373 14.3409 17.0296 13.8054 17.0708C13.27 17.112 12.8035 16.6865 12.7635 16.1205C12.7164 15.4541 12.8755 14.7899 13.2167 14.228C13.5552 13.6708 14.0546 13.2441 14.6409 13.0111C14.9812 12.8649 15.285 12.638 15.5289 12.3478C15.7751 12.0548 15.9536 11.7052 16.0501 11.3265C16.1467 10.9479 16.1587 10.5506 16.0853 10.1659C16.0119 9.78123 15.855 9.41963 15.627 9.10959C15.399 8.79954 15.1061 8.54953 14.7715 8.37923C14.4368 8.20893 14.0694 8.123 13.6982 8.12818C13.3271 8.13337 12.9623 8.22955 12.6326 8.40914C12.3029 8.58872 12.0173 8.84682 11.7983 9.16311C11.4814 9.62066 10.8731 9.7194 10.4396 9.38366C10.0061 9.04791 9.91157 8.40483 10.2284 7.94728C10.6251 7.37454 11.1422 6.90717 11.7392 6.58197Z" fill="#0A5BEB"></path></svg>				</span>
		</div>
		
					<div class="elementor-icon-box-content">

								<h3 class="elementor-icon-box-title">
					<span>
						SERVICES &amp; SUPPORT						</span>
				</h3>
			
			
		</div>
		
	</div>
			</div>
			</div>
			<div class="elementor-element elementor-element-27ccbc0 elementor-widget elementor-widget-elementskit-page-list" data-id="27ccbc0" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
			<div class="elementor-widget-container">
		<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
						<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="/services/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Enhanced Services</span>
																</span>
						</div>
												</a>
				</div>
							<div class="elementor-icon-list-item   ">
					<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="/support/">
						<div class="ekit_page_list_content">
															<span class="elementor-icon-list-text">
								<span class="ekit_page_list_title_title">Customer Support</span>
																</span>
						</div>
												</a>
				</div>
					</div>
	</div>		</div>
			</div>
				</div>
	</div>
				</div>
	</section>
				</div>
	</div>
				</div>
	</section>
			</div>
	</div></li>


<li id="menu-item-42347" class="no-cursor menu-item menu-item-type-custom menu-item-object-custom menu-item-42347 nav-item elementskit-dropdown-has top_position elementskit-dropdown-menu-full_width elementskit-megamenu-has elementskit-mobile-builder-content" data-vertical-menu="">
	<a class="ekit-menu-nav-link">SOLUTIONS<i class="icon icon-down-arrow1 elementskit-submenu-indicator"></i></a>
	<div class="elementskit-megamenu-panel" style="top: 80px; max-width: 1470px; left: -249px;">		<div data-elementor-type="wp-post" data-elementor-id="45227" class="elementor elementor-45227" data-elementor-post-type="elementskit_content">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-11a5ca8c elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="11a5ca8c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-45e934ff" data-id="45e934ff" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-6aad17a elementor-section-height-min-height elementor-section-boxed elementor-section-height-default" data-id="6aad17a" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-6118e34" data-id="6118e34" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4f3af5b elementor-position-left elementor-vertical-align-middle no-cursor elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="4f3af5b" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span class="elementor-icon elementor-animation-">
				<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 1C14.5523 1 15 1.41574 15 1.92857V3.16667C15 3.6795 14.5523 4.09524 14 4.09524C13.4477 4.09524 13 3.6795 13 3.16667V1.92857C13 1.41574 13.4477 1 14 1ZM4.75956 4.49102C5.15008 4.12839 5.78325 4.12839 6.17377 4.49102L7.10711 5.35769C7.49763 5.72032 7.49763 6.30826 7.10711 6.67089C6.71658 7.03351 6.08342 7.03351 5.69289 6.67089L4.75956 5.80422C4.36904 5.44159 4.36904 4.85365 4.75956 4.49102ZM23.2404 4.49102C23.631 4.85365 23.631 5.44159 23.2404 5.80422L22.3071 6.67088C21.9166 7.03351 21.2834 7.03352 20.8929 6.67089C20.5024 6.30826 20.5024 5.72032 20.8929 5.35769L21.8262 4.49102C22.2168 4.12839 22.8499 4.12839 23.2404 4.49102ZM1 13.0714C1 12.5586 1.44772 12.1429 2 12.1429H3.33333C3.88562 12.1429 4.33333 12.5586 4.33333 13.0714C4.33333 13.5843 3.88562 14 3.33333 14H2C1.44772 14 1 13.5843 1 13.0714ZM23.6667 13.0714C23.6667 12.5586 24.1144 12.1429 24.6667 12.1429H26C26.5523 12.1429 27 12.5586 27 13.0714C27 13.5843 26.5523 14 26 14H24.6667C24.1144 14 23.6667 13.5843 23.6667 13.0714Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M14 8.93548C12.9141 8.93548 11.8557 9.29762 10.9748 9.97061C10.0938 10.6436 9.43499 11.5933 9.0916 12.6852C8.7482 13.7771 8.73765 14.9559 9.06143 16.0545C9.38382 17.1483 10.0214 18.1076 10.8844 18.7975C10.9049 18.8133 10.9249 18.8301 10.9443 18.8479C10.9646 18.8664 10.9839 18.8857 11.0023 18.9056C11.5734 19.5088 12.0037 20.2452 12.2587 21.0561C12.5072 21.8464 12.5825 22.686 12.4793 23.5112C12.4934 23.9173 12.6519 24.3037 12.924 24.5921C13.2094 24.8946 13.5964 25.0645 14 25.0645C14.4036 25.0645 14.7906 24.8946 15.076 24.5921C15.3481 24.3037 15.5066 23.9173 15.5207 23.5112C15.4175 22.686 15.4928 21.8464 15.7413 21.0561C15.9981 20.2395 16.4327 19.4984 17.0098 18.8929C17.0394 18.8618 17.071 18.8329 17.1043 18.8065C17.9731 18.1159 18.6148 17.1531 18.9386 16.0545C19.2624 14.9559 19.2518 13.7771 18.9084 12.6852C18.565 11.5933 17.9062 10.6436 17.0252 9.97061C16.1443 9.29762 15.0859 8.93548 14 8.93548ZM9.7454 20.311C8.59776 19.38 7.74965 18.0948 7.31841 16.6316C6.88034 15.1452 6.89462 13.5504 7.35922 12.0731C7.82381 10.5959 8.71517 9.31097 9.90703 8.40046C11.0989 7.48995 12.5308 7 14 7C15.4692 7 16.9011 7.48995 18.093 8.40046C19.2848 9.31097 20.1762 10.5959 20.6408 12.0731C21.1054 13.5504 21.1197 15.1452 20.6816 16.6316C20.2503 18.0948 19.4022 19.38 18.2546 20.311C17.901 20.6948 17.6339 21.1587 17.4737 21.6681C17.3075 22.1965 17.261 22.7589 17.338 23.3099C17.3445 23.3568 17.3478 23.4042 17.3478 23.4516C17.3478 24.3927 16.9951 25.2952 16.3673 25.9607C15.7394 26.6262 14.8879 27 14 27C13.1121 27 12.2606 26.6262 11.6327 25.9607C11.0049 25.2952 10.6522 24.3927 10.6522 23.4516C10.6522 23.4042 10.6555 23.3568 10.662 23.3099C10.739 22.7589 10.6925 22.1965 10.5263 21.6681C10.3661 21.1587 10.099 20.6948 9.7454 20.311Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M10 20C10 19.4477 10.4404 19 10.9836 19H17.0164C17.5596 19 18 19.4477 18 20C18 20.5523 17.5596 21 17.0164 21H10.9836C10.4404 21 10 20.5523 10 20Z" fill="#0A5BEB"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span>
							BY NEED						</span>
					</h3>
				
				
			</div>
			
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-fe6567a elementor-widget elementor-widget-elementskit-page-list" data-id="fe6567a" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
							<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-ca43551 ekit_badge_left" href="/ai/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Appspace Intelligence</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="/frontline-workers/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Frontline Workers</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="/hybrid-teams/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Hybrid Workplace</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-85f5d6a ekit_badge_left" href="/better-office-experience/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Better Office Experience</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-90eea8f ekit_badge_left" href="/culture-engagement/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Culture &amp; Engagement</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-57bb1cb ekit_badge_left" href="/it-recession-proof/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Consolidate your Tech Stack</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-1f1400a ekit_badge_left" href="/microsoft/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Appspace for Microsoft</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-87204b7 ekit_badge_left" href="/appspace-for-google/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Appspace for Google</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-ac45483" data-id="ac45483" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c045232 elementor-position-left elementor-vertical-align-middle no-cursor elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="c045232" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span class="elementor-icon elementor-animation-">
				<svg xmlns="http://www.w3.org/2000/svg" width="26" height="28" viewBox="0 0 26 28" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.00049 15.6667C2.55277 15.6667 3.00049 16.1144 3.00049 16.6667V19.4087L5.14907 20.5905C5.63299 20.8566 5.80953 21.4647 5.54337 21.9486C5.27721 22.4325 4.66916 22.6091 4.18524 22.3429L1.51857 20.8762C1.19902 20.7005 1.00049 20.3647 1.00049 20V16.6667C1.00049 16.1144 1.4482 15.6667 2.00049 15.6667Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5.54337 6.05141C5.80953 6.53533 5.63299 7.14339 5.14907 7.40954L3.00049 8.59127V11.3333C3.00049 11.8856 2.55277 12.3333 2.00049 12.3333C1.4482 12.3333 1.00049 11.8856 1.00049 11.3333V7.99999C1.00049 7.6353 1.19902 7.29953 1.51857 7.12378L4.18524 5.65711C4.66916 5.39096 5.27721 5.56749 5.54337 6.05141Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.1849 1.12378C12.485 0.958739 12.8487 0.958739 13.1488 1.12378L15.8154 2.59045C16.2994 2.85661 16.4759 3.46466 16.2097 3.94859C15.9436 4.43251 15.3355 4.60904 14.8516 4.34288L12.6669 3.14127L10.4821 4.34288C9.99818 4.60904 9.39013 4.43251 9.12397 3.94859C8.85781 3.46466 9.03435 2.85661 9.51827 2.59045L12.1849 1.12378Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M19.7905 6.05141C20.0566 5.56749 20.6647 5.39096 21.1486 5.65711L23.8153 7.12378C24.1348 7.29953 24.3334 7.6353 24.3334 7.99999V11.3333C24.3334 11.8856 23.8856 12.3333 23.3334 12.3333C22.7811 12.3333 22.3334 11.8856 22.3334 11.3333V8.59127L20.1848 7.40954C19.7009 7.14339 19.5243 6.53533 19.7905 6.05141Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M23.3333 15.6667C23.8856 15.6667 24.3333 16.1144 24.3333 16.6667V20C24.3333 20.362 24.1378 20.6957 23.822 20.8725L21.1553 22.3659C20.6734 22.6357 20.064 22.4638 19.7942 21.982C19.5243 21.5001 19.6962 20.8907 20.1781 20.6208L22.3333 19.4139V16.6667C22.3333 16.1144 22.7811 15.6667 23.3333 15.6667Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9.12397 24.0514C9.39013 23.5675 9.99818 23.391 10.4821 23.6571L12.6669 24.8587L14.8516 23.6571C15.3355 23.391 15.9436 23.5675 16.2097 24.0514C16.4759 24.5353 16.2994 25.1434 15.8154 25.4095L13.1488 26.8762C12.8487 27.0413 12.485 27.0413 12.1849 26.8762L9.51827 25.4095C9.03435 25.1434 8.85781 24.5353 9.12397 24.0514Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M16.2096 12.0514C16.4757 12.5353 16.2992 13.1434 15.8153 13.4095L13.1486 14.8762C12.6647 15.1424 12.0566 14.9658 11.7905 14.4819C11.5243 13.998 11.7009 13.3899 12.1848 13.1238L14.8514 11.6571C15.3354 11.391 15.9434 11.5675 16.2096 12.0514Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M24.2096 7.51808C24.4757 8.002 24.2992 8.61006 23.8153 8.87622L21.1486 10.3429C20.6647 10.609 20.0566 10.4325 19.7905 9.94859C19.5243 9.46467 19.7009 8.85661 20.1848 8.59045L22.8514 7.12379C23.3354 6.85763 23.9434 7.03416 24.2096 7.51808Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.667 13C13.2193 13 13.667 13.4477 13.667 14V17.3333C13.667 17.8856 13.2193 18.3333 12.667 18.3333C12.1147 18.3333 11.667 17.8856 11.667 17.3333V14C11.667 13.4477 12.1147 13 12.667 13Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.667 21.6666C13.2193 21.6666 13.667 22.1143 13.667 22.6666V26C13.667 26.5522 13.2193 27 12.667 27C12.1147 27 11.667 26.5522 11.667 26V22.6666C11.667 22.1143 12.1147 21.6666 12.667 21.6666Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9.12767 12.018C9.39752 11.5362 10.0069 11.3643 10.4888 11.6341L13.1554 13.1275C13.6373 13.3973 13.8092 14.0067 13.5394 14.4886C13.2695 14.9705 12.6601 15.1423 12.1782 14.8725L9.51158 13.3792C9.0297 13.1093 8.85782 12.4999 9.12767 12.018Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M1.12397 7.51808C1.39013 7.03416 1.99818 6.85763 2.4821 7.12379L5.14877 8.59045C5.63269 8.85661 5.80922 9.46467 5.54307 9.94859C5.27691 10.4325 4.66885 10.609 4.18493 10.3429L1.51827 8.87622C1.03435 8.61006 0.857814 8.002 1.12397 7.51808Z" fill="#0A5BEB"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span>
							BY TEAM						</span>
					</h3>
				
				
			</div>
			
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-8fbed5c elementor-widget elementor-widget-elementskit-page-list" data-id="8fbed5c" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
							<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="/hr-teams/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">HR Teams</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="/communications-teams/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Communications Teams</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="/workplace-teams/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Workplace Teams</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-044ea87 ekit_badge_left" href="/facilities-teams/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Facilities Teams</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-6684abf ekit_badge_left" href="/it-teams/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">IT Teams</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
				<div class="elementor-element elementor-element-8d35298 elementor-widget elementor-widget-elementskit-page-list" data-id="8d35298" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
							<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="#" target="_blank" rel="nofollow">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">.</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-aa54a15" data-id="aa54a15" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3cdf783 elementor-position-left elementor-vertical-align-middle no-cursor elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="3cdf783" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span class="elementor-icon elementor-animation-">
				<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.43494 8.94039C4.4371 8.42038 4.84523 8 5.34795 8H12.6521C13.1548 8 13.5629 8.42038 13.5651 8.94039C13.5852 13.819 14.5783 18.77 15.9647 23.7962C16.1031 24.2978 15.8221 24.8204 15.3373 24.9635C14.8524 25.1066 14.3471 24.816 14.2088 24.3145C12.8885 19.528 11.889 14.7041 11.7542 9.88886H6.24577C6.11096 14.7041 5.11147 19.528 3.79122 24.3145C3.65287 24.816 3.14763 25.1066 2.66274 24.9635C2.17785 24.8204 1.89692 24.2978 2.03527 23.7962C3.42167 18.77 4.41476 13.819 4.43494 8.94039Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M13 13.9473C13 13.4241 13.4197 13 13.9375 13H19.5623C20.0766 13 20.4949 13.4186 20.4998 13.9383C20.5292 17.0496 21.5568 20.3013 22.93 23.6938C23.126 24.178 22.8964 24.7312 22.4172 24.9292C21.938 25.1273 21.3906 24.8953 21.1946 24.411C19.9275 21.2806 18.8651 18.0753 18.6599 14.8947H13.9375C13.4197 14.8947 13 14.4706 13 13.9473Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M11.4432 3.71418C11.106 3.70777 10.7722 3.77594 10.4705 3.91279C10.1688 4.04964 9.90843 4.25106 9.71176 4.49966C9.40761 4.88412 8.81753 4.97208 8.39379 4.69613C7.97005 4.42017 7.87311 3.8848 8.17726 3.50034C8.55272 3.02574 9.04987 2.64121 9.62578 2.37995C10.1958 2.12136 10.826 1.99123 11.463 2.00046C12.1 1.99123 12.7302 2.12136 13.3002 2.37995C13.8761 2.64121 14.3733 3.02574 14.7488 3.50034C14.9454 3.74894 15.2058 3.95036 15.5075 4.08721C15.8092 4.22406 16.143 4.29222 16.4802 4.28582C16.4934 4.28557 16.5066 4.28557 16.5198 4.28582C16.857 4.29222 17.1908 4.22406 17.4925 4.08721C17.7942 3.95036 18.0546 3.74894 18.2512 3.50034C18.6267 3.02574 19.1239 2.64121 19.6998 2.37995C20.2698 2.12136 20.9 1.99123 21.537 2.00046C22.174 1.99123 22.8042 2.12136 23.3742 2.37995C23.9501 2.64121 24.4473 3.02574 24.8227 3.50034C25.1269 3.8848 25.0299 4.42017 24.6062 4.69613C24.1825 4.97208 23.5924 4.88412 23.2882 4.49966C23.0916 4.25106 22.8312 4.04964 22.5295 3.91279C22.2278 3.77594 21.894 3.70778 21.5568 3.71418C21.5436 3.71443 21.5304 3.71443 21.5172 3.71418C21.18 3.70778 20.8462 3.77594 20.5445 3.91279C20.2428 4.04964 19.9824 4.25106 19.7857 4.49966C19.4103 4.97426 18.9131 5.35879 18.3372 5.62005C17.7672 5.87864 17.137 6.00877 16.5 5.99954C15.863 6.00877 15.2328 5.87864 14.6628 5.62005C14.0869 5.35879 13.5897 4.97426 13.2143 4.49966C13.0176 4.25106 12.7572 4.04964 12.4555 3.91279C12.1538 3.77594 11.82 3.70777 11.4828 3.71418C11.4696 3.71443 11.4564 3.71443 11.4432 3.71418Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M1 24C1 23.4477 1.42588 23 1.95122 23H26.0488C26.5741 23 27 23.4477 27 24C27 24.5523 26.5741 25 26.0488 25H1.95122C1.42588 25 1 24.5523 1 24Z" fill="#0A5BEB"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span>
							INDUSTRY						</span>
					</h3>
				
				
			</div>
			
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-0221892 elementor-widget elementor-widget-elementskit-page-list" data-id="0221892" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
							<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="/education/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Education</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="/financial-services/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Financial Services</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="/government/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Government &amp; Public Sector</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-61dc8ba ekit_badge_left" href="/healthcare/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Healthcare</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-dd05515 ekit_badge_left" href="/industrial/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Industrial &amp; Manufacturing</span>
																	</span>
							</div>
													</a>
					</div>
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-d9ec8cc ekit_badge_left" href="/retail/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Retail</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-f6cc1f9" data-id="f6cc1f9" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4bda0c1 nav-card1 elementor-widget elementor-widget-icon-box" data-id="4bda0c1" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<a href="https://marketplace.appspace.com/">
							Appspace Marketplace						</a>
					</h3>
				
									<p class="elementor-icon-box-description">
						Add custom solutions, third-party apps, out-of-the-box integrations, and more.<br>
<br>
<a style="color: #fff !important; text-decoration: none !important; font-size: 16px;" href="https://marketplace.appspace.com/" target="blank_">Check it out › </a>					</p>
				
			</div>
			
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div>
		</li>
<li id="menu-item-42348" class="no-cursor menu-item menu-item-type-custom menu-item-object-custom menu-item-42348 nav-item elementskit-dropdown-has top_position elementskit-dropdown-menu-full_width elementskit-megamenu-has elementskit-mobile-builder-content" data-vertical-menu=""><a class="ekit-menu-nav-link">CUSTOMERS<i class="icon icon-down-arrow1 elementskit-submenu-indicator"></i></a><div class="elementskit-megamenu-panel" style="top: 80px; max-width: 1469px; left: -249px;">		<div data-elementor-type="wp-post" data-elementor-id="45230" class="elementor elementor-45230" data-elementor-post-type="elementskit_content">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-54cf6c52 elementor-hidden-mobile elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle elementskit-parallax-multi-container" data-id="54cf6c52" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2e383d09" data-id="2e383d09" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-6f7256b6 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementskit-parallax-multi-container" data-id="6f7256b6" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-68cccba2" data-id="68cccba2" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3ac07c32 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="3ac07c32" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://www.appspace.com/gallery/stakeholders" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.5 6.875C13.2093 6.875 10.5417 9.54264 10.5417 12.8333C10.5417 16.124 13.2093 18.7917 16.5 18.7917C19.7907 18.7917 22.4583 16.124 22.4583 12.8333C22.4583 9.54264 19.7907 6.875 16.5 6.875ZM7.79166 12.8333C7.79166 8.02385 11.6905 4.125 16.5 4.125C21.3095 4.125 25.2083 8.02385 25.2083 12.8333C25.2083 17.6428 21.3095 21.5417 16.5 21.5417C11.6905 21.5417 7.79166 17.6428 7.79166 12.8333Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.8333 28.875C11.2531 28.875 9.73756 29.5028 8.62016 30.6202C7.50275 31.7376 6.875 33.2531 6.875 34.8333V38.5C6.875 39.2594 6.25939 39.875 5.5 39.875C4.74061 39.875 4.125 39.2594 4.125 38.5V34.8333C4.125 32.5237 5.04248 30.3087 6.67561 28.6756C8.30874 27.0425 10.5237 26.125 12.8333 26.125H20.1667C22.4763 26.125 24.6913 27.0425 26.3244 28.6756C27.9575 30.3087 28.875 32.5237 28.875 34.8333V38.5C28.875 39.2594 28.2594 39.875 27.5 39.875C26.7406 39.875 26.125 39.2594 26.125 38.5V34.8333C26.125 33.2531 25.4972 31.7376 24.3798 30.6202C23.2624 29.5028 21.7469 28.875 20.1667 28.875H12.8333Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M28.0013 5.39728C28.1897 4.66162 28.9387 4.21794 29.6744 4.4063C31.5476 4.88591 33.2079 5.97533 34.3935 7.50279C35.5792 9.03025 36.2227 10.9089 36.2227 12.8425C36.2227 14.7761 35.5792 16.6547 34.3935 18.1822C33.2079 19.7097 31.5476 20.7991 29.6744 21.2787C28.9387 21.4671 28.1897 21.0234 28.0013 20.2877C27.8129 19.5521 28.2566 18.803 28.9923 18.6146C30.2739 18.2865 31.4099 17.5411 32.2212 16.496C33.0324 15.4509 33.4727 14.1655 33.4727 12.8425C33.4727 11.5195 33.0324 10.2341 32.2212 9.18901C31.4099 8.1439 30.2739 7.39852 28.9923 7.07036C28.2566 6.882 27.8129 6.13294 28.0013 5.39728Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M31.6687 27.4313C31.8585 26.696 32.6084 26.2538 33.3437 26.4437C35.2048 26.9241 36.8545 28.0068 38.0359 29.5229C39.2173 31.039 39.8639 32.9034 39.875 34.8254L39.875 34.8333H39.875V38.5C39.875 39.2594 39.2594 39.875 38.5 39.875C37.7406 39.875 37.125 39.2594 37.125 38.5V34.8375C37.1166 33.5237 36.6743 32.2496 35.8667 31.2132C35.0584 30.1759 33.9296 29.4351 32.6563 29.1063C31.921 28.9165 31.4788 28.1666 31.6687 27.4313Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://www.appspace.com/gallery/stakeholders">
						GALLERY					</a>
				</h3>
									<p class="elementor-icon-box-description">
						Templates, channels and feeds to help you build a comprehensive, company-wide communications program					</p>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-4bd49bd1 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="4bd49bd1" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://www.appspace.com/support/" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.16683 8.7085C8.9137 8.7085 8.7085 8.9137 8.7085 9.16683V34.8335C8.7085 35.0866 8.9137 35.2918 9.16683 35.2918H34.8335C35.0866 35.2918 35.2918 35.0866 35.2918 34.8335V9.16683C35.2918 8.9137 35.0866 8.7085 34.8335 8.7085H9.16683ZM5.9585 9.16683C5.9585 7.39492 7.39492 5.9585 9.16683 5.9585H34.8335C36.6054 5.9585 38.0418 7.39492 38.0418 9.16683V34.8335C38.0418 36.6054 36.6054 38.0418 34.8335 38.0418H9.16683C7.39492 38.0418 5.9585 36.6054 5.9585 34.8335V9.16683Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5.9585 14.6665C5.9585 13.9071 6.5741 13.2915 7.3335 13.2915H36.6668C37.4262 13.2915 38.0418 13.9071 38.0418 14.6665C38.0418 15.4259 37.4262 16.0415 36.6668 16.0415H7.3335C6.5741 16.0415 5.9585 15.4259 5.9585 14.6665Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M14.6665 5.9585C15.4259 5.9585 16.0415 6.5741 16.0415 7.3335V14.6668C16.0415 15.4262 15.4259 16.0418 14.6665 16.0418C13.9071 16.0418 13.2915 15.4262 13.2915 14.6668V7.3335C13.2915 6.5741 13.9071 5.9585 14.6665 5.9585Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://www.appspace.com/support/">
						SUPPORT					</a>
				</h3>
									<p class="elementor-icon-box-description">
						Need Appspace support? Find support contact information, tutorials, documentation and more<br>
</p><p>&nbsp;</p>					<p></p>
							</div>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-756eebd8" data-id="756eebd8" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-53fbe8b0 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="53fbe8b0" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://docs.appspace.com/" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="67" height="68" viewBox="0 0 67 68" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.6318 16.5512C14.6523 16.5512 10.6157 20.5879 10.6157 25.5673V42.2123C10.6157 47.1917 14.6523 51.2283 19.6318 51.2283H47.3735C52.3529 51.2283 56.3895 47.1917 56.3895 42.2123V25.5673C56.3895 20.5879 52.3529 16.5512 47.3735 16.5512H19.6318ZM6.45447 25.5673C6.45447 18.2897 12.3541 12.39 19.6318 12.39H47.3735C54.6511 12.39 60.5508 18.2897 60.5508 25.5673V42.2123C60.5508 49.4899 54.6511 55.3896 47.3735 55.3896H19.6318C12.3541 55.3896 6.45447 49.4899 6.45447 42.2123V25.5673Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M26.9292 23.7568C27.5815 23.3875 28.382 23.3976 29.0248 23.7833L42.8956 32.1058C43.5223 32.4818 43.9058 33.159 43.9058 33.8899C43.9058 34.6207 43.5223 35.298 42.8956 35.674L29.0248 43.9965C28.382 44.3822 27.5815 44.3923 26.9292 44.023C26.2769 43.6536 25.8737 42.962 25.8737 42.2124V25.5674C25.8737 24.8178 26.2769 24.1261 26.9292 23.7568ZM30.0349 29.2422V38.5376L37.7811 33.8899L30.0349 29.2422Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://docs.appspace.com/">
						KNOWLEDGE CENTER					</a>
				</h3>
									<p class="elementor-icon-box-description">
						Step-by-step paths and how-to user guides to turn any novice into an Appspace pro
					</p>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-793064e7 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="793064e7" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://docs.appspace.com/product-roadmap/" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.46967 4.46967C5.76256 4.17678 6.23744 4.17678 6.53033 4.46967L9.53033 7.46967C9.82322 7.76256 9.82322 8.23744 9.53033 8.53033C9.23744 8.82322 8.76256 8.82322 8.46967 8.53033L6 6.06066L3.53033 8.53033C3.23744 8.82322 2.76256 8.82322 2.46967 8.53033C2.17678 8.23744 2.17678 7.76256 2.46967 7.46967L5.46967 4.46967Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M2.46967 15.4697C2.76256 15.1768 3.23744 15.1768 3.53033 15.4697L6 17.9393L8.46967 15.4697C8.76256 15.1768 9.23744 15.1768 9.53033 15.4697C9.82322 15.7626 9.82322 16.2374 9.53033 16.5303L6.53033 19.5303C6.23744 19.8232 5.76256 19.8232 5.46967 19.5303L2.46967 16.5303C2.17678 16.2374 2.17678 15.7626 2.46967 15.4697Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M6 4.25C6.41421 4.25 6.75 4.58579 6.75 5V19C6.75 19.4142 6.41421 19.75 6 19.75C5.58579 19.75 5.25 19.4142 5.25 19V5C5.25 4.58579 5.58579 4.25 6 4.25Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.25 6C12.25 5.58579 12.5858 5.25 13 5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H13C12.5858 6.75 12.25 6.41421 12.25 6Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.25 12C12.25 11.5858 12.5858 11.25 13 11.25H20C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75H13C12.5858 12.75 12.25 12.4142 12.25 12Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.25 18C12.25 17.5858 12.5858 17.25 13 17.25H20C20.4142 17.25 20.75 17.5858 20.75 18C20.75 18.4142 20.4142 18.75 20 18.75H13C12.5858 18.75 12.25 18.4142 12.25 18Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://docs.appspace.com/product-roadmap/">
						PRODUCT ROADMAP					</a>
				</h3>
									<p class="elementor-icon-box-description">
						Check out Appspace’s planned product releases, vote for your favorites, or submit a new feature request					</p>
							</div>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-69aa2d67" data-id="69aa2d67" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-64be9ab8 elementor-widget elementor-widget-image" data-id="64be9ab8" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img fetchpriority="high" width="2400" height="1800" src="https://www.appspace.com/wp-content/uploads/2022/07/Gallery-Appspace.png" class="attachment-full size-full wp-image-45236" alt="Workplace Communication Content" srcset="https://www.appspace.com/wp-content/uploads/2022/07/Gallery-Appspace.png 2400w, https://www.appspace.com/wp-content/uploads/2022/07/Gallery-Appspace-768x576.png 768w, https://www.appspace.com/wp-content/uploads/2022/07/Gallery-Appspace-1536x1152.png 1536w, https://www.appspace.com/wp-content/uploads/2022/07/Gallery-Appspace-2048x1536.png 2048w, https://www.appspace.com/wp-content/uploads/2022/07/Gallery-Appspace-400x300.png 400w" sizes="(max-width: 2400px) 100vw, 2400px">													</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div></li>
<li id="menu-item-42349" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42349 nav-item elementskit-mobile-builder-content" data-vertical-menu="750px"><a href="https://www.appspace.com/pricing/" class="ekit-menu-nav-link">PRICING</a></li>
<li id="menu-item-81936" class="no-cursor menu-item menu-item-type-custom menu-item-object-custom menu-item-81936 nav-item elementskit-dropdown-has top_position elementskit-dropdown-menu-full_width elementskit-megamenu-has elementskit-mobile-builder-content" data-vertical-menu=""><a class="ekit-menu-nav-link">RESOURCES<i class="icon icon-down-arrow1 elementskit-submenu-indicator"></i></a><div class="elementskit-megamenu-panel" style="top: 80px; max-width: 1199px; left: -144px;">
	<div data-elementor-type="wp-post" data-elementor-id="45254" class="elementor elementor-45254" data-elementor-post-type="elementskit_content">
		<section class="elementor-section elementor-top-section elementor-element elementor-element-8a7d8a6 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementskit-parallax-multi-container" data-id="8a7d8a6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
		<div class="elementor-container elementor-column-gap-no">
	<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-780ec15" data-id="780ec15" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
<div class="elementor-widget-wrap elementor-element-populated">
		<section class="elementor-section elementor-inner-section elementor-element elementor-element-4658076 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementskit-parallax-multi-container" data-id="4658076" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
		<div class="elementor-container elementor-column-gap-default">
	<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-77800a9" data-id="77800a9" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-widget-wrap">
			</div>
</div>
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2935f03" data-id="2935f03" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-widget-wrap elementor-element-populated">
		<div class="elementor-element elementor-element-ac70a1e elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="ac70a1e" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
	<div class="elementor-icon-box-wrapper">

		<div class="elementor-icon-box-icon">
<a href="https://www.appspace.com/wxhub/" class="elementor-icon elementor-animation-" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M57.5732 63.5286C57.5732 60.2149 60.2595 57.5286 63.5732 57.5286H136.426C139.74 57.5286 142.426 60.2149 142.426 63.5286V136.382C142.426 139.695 139.74 142.382 136.426 142.382H63.5732C60.2595 142.382 57.5732 139.695 57.5732 136.382V63.5286ZM69.5732 69.5286V130.382H130.426V69.5286H69.5732Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M27.147 19.1021C31.5653 19.1021 35.147 22.6838 35.147 27.1021V27.1922C35.147 31.6105 31.5653 35.1922 27.147 35.1922C22.7287 35.1922 19.147 31.6105 19.147 27.1922V27.1021C19.147 22.6838 22.7287 19.1021 27.147 19.1021Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M63.5732 19.1021C67.9915 19.1021 71.5732 22.6838 71.5732 27.1021V27.1922C71.5732 31.6105 67.9915 35.1922 63.5732 35.1922C59.155 35.1922 55.5732 31.6105 55.5732 27.1922V27.1021C55.5732 22.6838 59.155 19.1021 63.5732 19.1021Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M100 19.1021C104.418 19.1021 108 22.6838 108 27.1021V27.1922C108 31.6105 104.418 35.1922 100 35.1922C95.5817 35.1922 92 31.6105 92 27.1922V27.1021C92 22.6838 95.5817 19.1021 100 19.1021Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M136.426 19.1021C140.845 19.1021 144.426 22.6838 144.426 27.1021V27.1922C144.426 31.6105 140.845 35.1922 136.426 35.1922C132.008 35.1922 128.426 31.6105 128.426 27.1922V27.1021C128.426 22.6838 132.008 19.1021 136.426 19.1021Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M172.853 19.1021C177.271 19.1021 180.853 22.6838 180.853 27.1021V27.1922C180.853 31.6105 177.271 35.1922 172.853 35.1922C168.435 35.1922 164.853 31.6105 164.853 27.1922V27.1021C164.853 22.6838 168.435 19.1021 172.853 19.1021Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M27.147 164.808C31.5653 164.808 35.147 168.39 35.147 172.808V172.898C35.147 177.317 31.5653 180.898 27.147 180.898C22.7287 180.898 19.147 177.317 19.147 172.898V172.808C19.147 168.39 22.7287 164.808 27.147 164.808Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M63.5732 164.808C67.9915 164.808 71.5732 168.39 71.5732 172.808V172.898C71.5732 177.317 67.9915 180.898 63.5732 180.898C59.155 180.898 55.5732 177.317 55.5732 172.898V172.808C55.5732 168.39 59.155 164.808 63.5732 164.808Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M100 164.808C104.418 164.808 108 168.39 108 172.808V172.898C108 177.317 104.418 180.898 100 180.898C95.5817 180.898 92 177.317 92 172.898V172.808C92 168.39 95.5817 164.808 100 164.808Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M136.426 164.808C140.845 164.808 144.426 168.39 144.426 172.808V172.898C144.426 177.317 140.845 180.898 136.426 180.898C132.008 180.898 128.426 177.317 128.426 172.898V172.808C128.426 168.39 132.008 164.808 136.426 164.808Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M172.853 164.808C177.271 164.808 180.853 168.39 180.853 172.808V172.898C180.853 177.317 177.271 180.898 172.853 180.898C168.435 180.898 164.853 177.317 164.853 172.898V172.808C164.853 168.39 168.435 164.808 172.853 164.808Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M172.853 128.382C177.271 128.382 180.853 131.963 180.853 136.382V136.472C180.853 140.89 177.271 144.472 172.853 144.472C168.435 144.472 164.853 140.89 164.853 136.472V136.382C164.853 131.963 168.435 128.382 172.853 128.382Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M172.853 91.9551C177.271 91.9551 180.853 95.5368 180.853 99.9551V100.045C180.853 104.463 177.271 108.045 172.853 108.045C168.435 108.045 164.853 104.463 164.853 100.045V99.9551C164.853 95.5368 168.435 91.9551 172.853 91.9551Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M172.853 55.5286C177.271 55.5286 180.853 59.1103 180.853 63.5286V63.6187C180.853 68.037 177.271 71.6187 172.853 71.6187C168.435 71.6187 164.853 68.037 164.853 63.6187V63.5286C164.853 59.1103 168.435 55.5286 172.853 55.5286Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M27.147 128.382C31.5653 128.382 35.147 131.963 35.147 136.382V136.472C35.147 140.89 31.5653 144.472 27.147 144.472C22.7287 144.472 19.147 140.89 19.147 136.472V136.382C19.147 131.963 22.7287 128.382 27.147 128.382Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M27.147 91.9551C31.5653 91.9551 35.147 95.5368 35.147 99.9551V100.045C35.147 104.463 31.5653 108.045 27.147 108.045C22.7287 108.045 19.147 104.463 19.147 100.045V99.9551C19.147 95.5368 22.7287 91.9551 27.147 91.9551Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M27.147 55.5286C31.5653 55.5286 35.147 59.1103 35.147 63.5286V63.6187C35.147 68.037 31.5653 71.6187 27.147 71.6187C22.7287 71.6187 19.147 68.037 19.147 63.6187V63.5286C19.147 59.1103 22.7287 55.5286 27.147 55.5286Z" fill="#0A5BEB"></path></svg>				</a>
</div>

		<div class="elementor-icon-box-content">

					<h3 class="elementor-icon-box-title">
		<a href="https://www.appspace.com/wxhub/">
			WX HUB						</a>
	</h3>


</div>

</div>
</div>
</div>
<div class="elementor-element elementor-element-1b23813 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="1b23813" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
	<div class="elementor-icon-box-wrapper">

		<div class="elementor-icon-box-icon">
<a href="http://appspace.com/resources/blog/" class="elementor-icon elementor-animation-" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><g clip-path="url(#clip0_1165_200)"><g clip-path="url(#clip1_1165_200)"><path d="M4.25 8.49996C4.25 7.74851 4.54851 7.02784 5.07986 6.49649C5.61122 5.96514 6.33189 5.66663 7.08333 5.66663H26.9167C27.6681 5.66663 28.3888 5.96514 28.9201 6.49649C29.4515 7.02784 29.75 7.74851 29.75 8.49996V25.5C29.75 26.2514 29.4515 26.9721 28.9201 27.5034C28.3888 28.0348 27.6681 28.3333 26.9167 28.3333H7.08333C6.33189 28.3333 5.61122 28.0348 5.07986 27.5034C4.54851 26.9721 4.25 26.2514 4.25 25.5V8.49996Z" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.91675 11.3334H24.0834" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.91675 17H24.0834" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.91675 22.6666H24.0834" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_1165_200"><rect width="34" height="34" fill="white"></rect></clipPath><clipPath id="clip1_1165_200"><rect width="34" height="34" fill="white"></rect></clipPath></defs></svg>				</a>
</div>

		<div class="elementor-icon-box-content">

					<h3 class="elementor-icon-box-title">
		<a href="http://appspace.com/resources/blog/">
			BLOG						</a>
	</h3>


</div>

</div>
</div>
</div>
<div class="elementor-element elementor-element-e2fd70a elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="e2fd70a" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
	<div class="elementor-icon-box-wrapper">

		<div class="elementor-icon-box-icon">
<a href="https://www.appspace.com/resources/" class="elementor-icon elementor-animation-" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M15 11.875C14.8342 11.875 14.6753 11.9408 14.5581 12.0581C14.4408 12.1753 14.375 12.3342 14.375 12.5V47.5C14.375 47.6658 14.4408 47.8247 14.5581 47.9419C14.6753 48.0592 14.8342 48.125 15 48.125H20.625V11.875H15ZM24.375 11.875V48.125H42.5C43.3288 48.125 44.1237 47.7958 44.7097 47.2097C45.2958 46.6237 45.625 45.8288 45.625 45V15C45.625 14.1712 45.2958 13.3763 44.7097 12.7903C44.1237 12.2042 43.3288 11.875 42.5 11.875H24.375ZM24.375 51.875H42.5C44.3234 51.875 46.072 51.1507 47.3614 49.8614C48.6507 48.572 49.375 46.8234 49.375 45V15C49.375 13.1766 48.6507 11.428 47.3614 10.1386C46.072 8.84933 44.3234 8.125 42.5 8.125H15C13.8397 8.125 12.7269 8.58594 11.9064 9.40641C11.0859 10.2269 10.625 11.3397 10.625 12.5V47.5C10.625 48.6603 11.0859 49.7731 11.9064 50.5936C12.7269 51.4141 13.8397 51.875 15 51.875H20.625V55C20.625 56.0355 21.4645 56.875 22.5 56.875C23.5355 56.875 24.375 56.0355 24.375 55V51.875Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M30.625 20C30.625 18.9645 31.4645 18.125 32.5 18.125H37.5C38.5355 18.125 39.375 18.9645 39.375 20C39.375 21.0355 38.5355 21.875 37.5 21.875H32.5C31.4645 21.875 30.625 21.0355 30.625 20Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M30.625 30C30.625 28.9645 31.4645 28.125 32.5 28.125H37.5C38.5355 28.125 39.375 28.9645 39.375 30C39.375 31.0355 38.5355 31.875 37.5 31.875H32.5C31.4645 31.875 30.625 31.0355 30.625 30Z" fill="#0A5BEB"></path></svg>				</a>
</div>

		<div class="elementor-icon-box-content">

					<h3 class="elementor-icon-box-title">
		<a href="https://www.appspace.com/resources/">
			GUIDES &amp; MORE						</a>
	</h3>


</div>

</div>
</div>
</div>
<div class="elementor-element elementor-element-80756af elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="80756af" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
	<div class="elementor-icon-box-wrapper">

		<div class="elementor-icon-box-icon">
<a href="https://appspace.com/resources/events/" class="elementor-icon elementor-animation-" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><g clip-path="url(#clip0_1165_188)"><g clip-path="url(#clip1_1165_188)"><path d="M21.25 7.08337V9.91671" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.25 15.5834V18.4167" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M21.25 24.0834V26.9167" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.08333 7.08337H26.9167C27.6681 7.08337 28.3888 7.38188 28.9201 7.91324C29.4515 8.44459 29.75 9.16526 29.75 9.91671V14.1667C28.9986 14.1667 28.2779 14.4652 27.7465 14.9966C27.2152 15.5279 26.9167 16.2486 26.9167 17C26.9167 17.7515 27.2152 18.4722 27.7465 19.0035C28.2779 19.5349 28.9986 19.8334 29.75 19.8334V24.0834C29.75 24.8348 29.4515 25.5555 28.9201 26.0868C28.3888 26.6182 27.6681 26.9167 26.9167 26.9167H7.08333C6.33189 26.9167 5.61122 26.6182 5.07986 26.0868C4.54851 25.5555 4.25 24.8348 4.25 24.0834V19.8334C5.00145 19.8334 5.72212 19.5349 6.25347 19.0035C6.78482 18.4722 7.08333 17.7515 7.08333 17C7.08333 16.2486 6.78482 15.5279 6.25347 14.9966C5.72212 14.4652 5.00145 14.1667 4.25 14.1667V9.91671C4.25 9.16526 4.54851 8.44459 5.07986 7.91324C5.61122 7.38188 6.33189 7.08337 7.08333 7.08337Z" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_1165_188"><rect width="34" height="34" fill="white"></rect></clipPath><clipPath id="clip1_1165_188"><rect width="34" height="34" fill="white"></rect></clipPath></defs></svg>				</a>
</div>

		<div class="elementor-icon-box-content">

					<h3 class="elementor-icon-box-title">
		<a href="https://appspace.com/resources/events/">
			EVENTS &amp; WEBINARS						</a>
	</h3>


</div>

</div>
</div>
</div>
<div class="elementor-element elementor-element-e4f7a50 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="e4f7a50" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
	<div class="elementor-icon-box-wrapper">

		<div class="elementor-icon-box-icon">
<a href="https://www.appspace.com/resources/case-studies" class="elementor-icon elementor-animation-" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><g clip-path="url(#clip0_167_545)"><path d="M6 31.5V12C6 10.8065 6.47411 9.66193 7.31802 8.81802C8.16193 7.97411 9.30653 7.5 10.5 7.5H25.5C26.6935 7.5 27.8381 7.97411 28.682 8.81802C29.5259 9.66193 30 10.8065 30 12V21C30 22.1935 29.5259 23.3381 28.682 24.182C27.8381 25.0259 26.6935 25.5 25.5 25.5H12L6 31.5Z" stroke="#0A5BEB" stroke-width="2.75" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.5 13.5L22.5 16.5L19.5 19.5" stroke="#0A5BEB" stroke-width="2.75" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.5 16.5H13.5" stroke="#0A5BEB" stroke-width="2.75" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_167_545"><rect width="36" height="36" fill="white"></rect></clipPath></defs></svg>				</a>
</div>

		<div class="elementor-icon-box-content">

					<h3 class="elementor-icon-box-title">
		<a href="https://www.appspace.com/resources/case-studies">
			CUSTOMER STORIES						</a>
	</h3>


</div>

</div>
</div>
</div>
	</div>
</div>
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-cb26415" data-id="cb26415" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
<div class="elementor-widget-wrap elementor-element-populated">
		<div class="elementor-element elementor-element-ba0f2b2 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="ba0f2b2" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
	<div class="elementor-icon-box-wrapper">

		<div class="elementor-icon-box-icon">
<a href="https://www.appspace.com/about/" class="elementor-icon elementor-animation-" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><g clip-path="url(#clip0_1165_286)"><path d="M4.25 17C4.25 20.3815 5.5933 23.6245 7.98439 26.0156C10.3755 28.4067 13.6185 29.75 17 29.75C20.3815 29.75 23.6245 28.4067 26.0156 26.0156C28.4067 23.6245 29.75 20.3815 29.75 17C29.75 13.6185 28.4067 10.3755 26.0156 7.98439C23.6245 5.5933 20.3815 4.25 17 4.25C13.6185 4.25 10.3755 5.5933 7.98439 7.98439C5.5933 10.3755 4.25 13.6185 4.25 17Z" stroke="#0A5BEB" stroke-width="2.125" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.7499 10.625L12.7499 23.375L24.0833 17L12.7499 10.625Z" stroke="#0A5BEB" stroke-width="2.125" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_1165_286"><rect width="34" height="34" fill="white" transform="translate(34) rotate(90)"></rect></clipPath></defs></svg>				</a>
</div>

		<div class="elementor-icon-box-content">

					<h3 class="elementor-icon-box-title">
		<a href="https://www.appspace.com/about/">
			ABOUT US						</a>
	</h3>


</div>

</div>
</div>
</div>
<div class="elementor-element elementor-element-427da06 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="427da06" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
	<div class="elementor-icon-box-wrapper">

		<div class="elementor-icon-box-icon">
<a href="https://www.appspace.com/press/" class="elementor-icon elementor-animation-" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><g clip-path="url(#clip0_1165_245)"><g clip-path="url(#clip1_1165_245)"><path d="M22.6667 8.49996H26.9167C27.2925 8.49996 27.6528 8.64922 27.9185 8.91489C28.1842 9.18057 28.3334 9.5409 28.3334 9.91663V25.5C28.3334 26.2514 28.0349 26.9721 27.5036 27.5034C26.9722 28.0348 26.2515 28.3333 25.5001 28.3333M25.5001 28.3333C24.7486 28.3333 24.028 28.0348 23.4966 27.5034C22.9653 26.9721 22.6667 26.2514 22.6667 25.5V7.08329C22.6667 6.70757 22.5175 6.34723 22.2518 6.08156C21.9861 5.81588 21.6258 5.66663 21.2501 5.66663H7.08341C6.70769 5.66663 6.34736 5.81588 6.08168 6.08156C5.816 6.34723 5.66675 6.70757 5.66675 7.08329V24.0833C5.66675 25.2105 6.11451 26.2915 6.91154 27.0885C7.70857 27.8855 8.78958 28.3333 9.91675 28.3333H25.5001Z" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.3333 11.3334H16.9999" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.3333 17H16.9999" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.3333 22.6666H16.9999" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_1165_245"><rect width="34" height="34" fill="white"></rect></clipPath><clipPath id="clip1_1165_245"><rect width="34" height="34" fill="white"></rect></clipPath></defs></svg>				</a>
</div>

		<div class="elementor-icon-box-content">

					<h3 class="elementor-icon-box-title">
		<a href="https://www.appspace.com/press/">
			PRESS						</a>
	</h3>


</div>

</div>
</div>
</div>
<div class="elementor-element elementor-element-d757f05 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="d757f05" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
	<div class="elementor-icon-box-wrapper">

		<div class="elementor-icon-box-icon">
<a href="https://www.appspace.com/partners/" class="elementor-icon elementor-animation-" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><g clip-path="url(#clip0_1165_277)"><path d="M12.7501 5.66666H17.0001L19.8334 8.49999H26.9167C27.6682 8.49999 28.3889 8.7985 28.9202 9.32985C29.4516 9.86121 29.7501 10.5819 29.7501 11.3333V21.25C29.7501 22.0014 29.4516 22.7221 28.9202 23.2535C28.3889 23.7848 27.6682 24.0833 26.9167 24.0833H12.7501C11.9986 24.0833 11.278 23.7848 10.7466 23.2535C10.2153 22.7221 9.91675 22.0014 9.91675 21.25V8.49999C9.91675 7.74854 10.2153 7.02787 10.7466 6.49652C11.278 5.96517 11.9986 5.66666 12.7501 5.66666Z" stroke="#0A5BEB" stroke-width="2.19" stroke-linecap="round" stroke-linejoin="round"></path><path d="M24.0833 24.0833V26.9167C24.0833 27.6681 23.7848 28.3888 23.2535 28.9201C22.7221 29.4515 22.0014 29.75 21.25 29.75H7.08333C6.33189 29.75 5.61122 29.4515 5.07986 28.9201C4.54851 28.3888 4.25 27.6681 4.25 26.9167V14.1667C4.25 13.4152 4.54851 12.6946 5.07986 12.1632C5.61122 11.6319 6.33189 11.3333 7.08333 11.3333H9.91667" stroke="#0A5BEB" stroke-width="2.19" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_1165_277"><rect width="34" height="34" fill="white"></rect></clipPath></defs></svg>				</a>
</div>

		<div class="elementor-icon-box-content">

					<h3 class="elementor-icon-box-title">
		<a href="https://www.appspace.com/partners/">
			PARTNERS						</a>
	</h3>


</div>

</div>
</div>
</div>
<div class="elementor-element elementor-element-12def70 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="12def70" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
	<div class="elementor-icon-box-wrapper">

		<div class="elementor-icon-box-icon">
<a href="https://docs.appspace.com/" class="elementor-icon elementor-animation-" tabindex="-1">
<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 34 34" fill="none"><g clip-path="url(#clip0_1140_347)"><g clip-path="url(#clip1_1140_347)"><path d="M17 12.75H17.0156" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M15.5834 17H17.0001V22.6667H18.4167" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17 4.25C27.2 4.25 29.75 6.8 29.75 17C29.75 27.2 27.2 29.75 17 29.75C6.8 29.75 4.25 27.2 4.25 17C4.25 6.8 6.8 4.25 17 4.25Z" stroke="#0A5BEB" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"></path></g></g><defs><clipPath id="clip0_1140_347"><rect width="34" height="34" fill="white"></rect></clipPath><clipPath id="clip1_1140_347"><rect width="34" height="34" fill="white"></rect></clipPath></defs></svg>				</a>
</div>

		<div class="elementor-icon-box-content">

					<h3 class="elementor-icon-box-title">
		<a href="https://docs.appspace.com/">
			KNOWLEDGE CENTER						</a>
	</h3>


</div>

</div>
</div>
</div>
<div class="elementor-element elementor-element-1fc4b5b elementor-widget elementor-widget-spacer" data-id="1fc4b5b" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="spacer.default">
<div class="elementor-widget-container">
	<div class="elementor-spacer">
<div class="elementor-spacer-inner"></div>
</div>
</div>
</div>
	</div>
</div>
	</div>
</section>
	</div>
</div>
	</div>
</section>
</div>
</div></li>
<li id="menu-item-46750" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-46750 nav-item elementskit-mobile-builder-content" data-vertical-menu="750px"><a href="https://marketplace.appspace.com/" class="ekit-menu-nav-link">MARKETPLACE</a></li>
</ul><div class="elementskit-nav-identity-panel">
				<div class="elementskit-site-title">
					<a class="elementskit-nav-logo" href="https://www.appspace.com" target="_self" rel="">
						<img src="" title="" alt="">
					</a> 
				</div><button class="elementskit-menu-close elementskit-menu-toggler" type="button">X</button></div></div>			
			<div class="elementskit-menu-overlay elementskit-menu-offcanvas-elements elementskit-menu-toggler ekit-nav-menu--overlay"></div></div>		</div>
				</div>
					</div>
		</div>
		<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-6a588192 elementor-hidden-tablet elementor-hidden-mobile" data-id="6a588192" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-544d4ad elementor-widget elementor-widget-text-editor" data-id="544d4ad" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p><a class="nav-text-cta" href="http://info.appspace.com/cloud/login" target="_blank" rel="noopener">Sign in</a></p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-780e3556 elementor-hidden-mobile elementor-hidden-tablet" data-id="780e3556" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f3d12de elementor-align-right elementor-widget__width-initial elementor-widget elementor-widget-button" data-id="f3d12de" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="https://info.appspace.com/signup">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">TRY FOR FREE</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-2d853eed elementor-hidden-mobile elementor-hidden-tablet" data-id="2d853eed" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2a64e0b9 elementor-align-right elementor-widget elementor-widget-button" data-id="2a64e0b9" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.appspace.com/contact-sales/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">CONTACT SALES</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section><section class="elementor-section elementor-top-section elementor-element elementor-element-48d4e2ea elementor-hidden-tablet elementor-hidden-mobile ekit-sticky--top elementor-section-boxed elementor-section-height-default elementor-section-height-default ekit-sticky--effects elementskit-parallax-multi-container ekit-sticky ekit-sticky__spacer" data-id="48d4e2ea" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_sticky&quot;:&quot;top&quot;,&quot;ekit_sticky_offset&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;ekit_sticky_offset_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;ekit_sticky_offset_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;ekit_sticky_on_desktop&quot;:&quot;desktop&quot;,&quot;ekit_sticky_on_tablet&quot;:&quot;tablet&quot;,&quot;ekit_sticky_on_mobile&quot;:&quot;mobile&quot;,&quot;ekit_sticky_effect_offset&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;ekit_sticky_effect_offset_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;ekit_sticky_effect_offset_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" style="visibility: hidden; transition: none 0s ease 0s; animation: auto ease 0s 1 normal none running none;">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-6168e6c0" data-id="6168e6c0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-41051b21 apps-logo elementor-widget elementor-widget-image" data-id="41051b21" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
														<a href="https://appspace.com/">
							<img width="207" height="43" src="https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo.png" class="attachment-full size-full wp-image-42358" alt="Appspace Logo" srcset="https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo.png 207w, https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo-24x5.png 24w, https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo-36x7.png 36w, https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo-48x10.png 48w" sizes="(max-width: 207px) 100vw, 207px">								</a>
													</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-14e5c75c" data-id="14e5c75c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-385636cc elementor-widget elementor-widget-ekit-nav-menu" data-id="385636cc" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="ekit-nav-menu.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con ekit_menu_responsive_tablet" data-hamburger-icon="" data-hamburger-icon-type="icon" data-responsive-breakpoint="1024">            <button class="elementskit-menu-hamburger elementskit-menu-toggler" type="button" aria-label="hamburger-icon">
                                    <span class="elementskit-menu-hamburger-icon"></span><span class="elementskit-menu-hamburger-icon"></span><span class="elementskit-menu-hamburger-icon"></span>
                            </button>
            <div id="ekit-megamenu-appspace-custom-megamenu" class="elementskit-menu-container elementskit-menu-offcanvas-elements elementskit-navbar-nav-default ekit-nav-menu-one-page-no ekit-nav-dropdown-hover" ekit-dom-added="yes"><ul id="menu-appspace-custom-megamenu" class="elementskit-navbar-nav elementskit-menu-po-center submenu-click-on-icon"><li id="menu-item-42346" class="no-cursor menu-item menu-item-type-custom menu-item-object-custom menu-item-42346 nav-item elementskit-dropdown-has top_position elementskit-dropdown-menu-full_width elementskit-megamenu-has elementskit-mobile-builder-content" data-vertical-menu=""><a class="ekit-menu-nav-link">PLATFORM<i class="icon icon-down-arrow1 elementskit-submenu-indicator"></i></a><div class="elementskit-megamenu-panel" style="top: 80px; max-width: 1469px; left: -249px;">		<div data-elementor-type="wp-post" data-elementor-id="42387" class="elementor elementor-42387" data-elementor-post-type="elementskit_content">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-196a4315 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle elementskit-parallax-multi-container" data-id="196a4315" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-50cc9b4f" data-id="50cc9b4f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-382b8e62 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementskit-parallax-multi-container" data-id="382b8e62" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-1f25e10c" data-id="1f25e10c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5017f473 elementor-position-left elementor-vertical-align-middle mm-workplace-hover elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="5017f473" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://www.appspace.com/workplace-communications/" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><g clip-path="url(#clip0_161_2)"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.71429 4.88571C5.9641 4.88571 5.24464 5.18372 4.71418 5.71418C4.18372 6.24464 3.88571 6.9641 3.88571 7.71428V21.7809L7.30473 18.3619C7.48155 18.185 7.72137 18.0857 7.97143 18.0857H19.2857C20.0359 18.0857 20.7554 17.7877 21.2858 17.2572C21.8163 16.7268 22.1143 16.0073 22.1143 15.2571V7.71428C22.1143 6.9641 21.8163 6.24464 21.2858 5.71418C20.7554 5.18372 20.0359 4.88571 19.2857 4.88571H6.71429ZM3.38078 4.38078C4.26488 3.49668 5.46398 3 6.71429 3H19.2857C20.536 3 21.7351 3.49668 22.6192 4.38078C23.5033 5.26488 24 6.46398 24 7.71428V15.2571C24 16.5074 23.5033 17.7065 22.6192 18.5906C21.7351 19.4747 20.536 19.9714 19.2857 19.9714H8.36197L3.60956 24.7238C3.3399 24.9935 2.93436 25.0741 2.58204 24.9282C2.22972 24.7823 2 24.4385 2 24.0571V7.71428C2 6.46397 2.49668 5.26488 3.38078 4.38078Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M6 10C6 9.44772 6.49484 9 7.10526 9H18.8947C19.5052 9 20 9.44772 20 10C20 10.5523 19.5052 11 18.8947 11H7.10526C6.49484 11 6 10.5523 6 10Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M6 14C6 13.4477 6.44772 13 7 13H15C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H7C6.44772 15 6 14.5523 6 14Z" fill="#0A5BEB"></path></g><defs><clipPath id="clip0_161_2"><rect width="28" height="28" fill="white"></rect></clipPath></defs></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://www.appspace.com/workplace-communications/">
						WORKPLACE COMMUNICATION					</a>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-14a2592a elementor-widget elementor-widget-elementskit-page-list" data-id="14a2592a" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="https://www.appspace.com/intranet/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Intranet</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
				<div class="elementor-element elementor-element-36b72106 elementor-widget elementor-widget-elementskit-page-list" data-id="36b72106" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="https://www.appspace.com/knowledge-management/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Knowledge Management</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="https://www.appspace.com/internal-communication/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Internal Communication</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3876a7a ekit_badge_left" href="https://www.appspace.com/team-collaboration/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Team Collaboration</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="https://www.appspace.com/process-automation/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Process Automation</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
				<div class="elementor-element elementor-element-11425731 elementor-widget elementor-widget-spacer" data-id="11425731" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-52cab69e elementor-position-left elementor-vertical-align-middle mm-workplace-hover elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="52cab69e" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://www.appspace.com/workplace-management/" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><g clip-path="url(#clip0_161_7)"><path fill-rule="evenodd" clip-rule="evenodd" d="M1 26C1 25.4477 1.4305 25 1.96154 25H25.0385C25.5695 25 26 25.4477 26 26C26 26.5523 25.5695 27 25.0385 27H1.96154C1.4305 27 1 26.5523 1 26Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M15.5133 2.14361C15.8158 2.3188 16 2.62829 16 2.96154V26.0385C16 26.5695 15.5405 27 14.9737 27C14.4069 27 13.9474 26.5695 13.9474 26.0385V4.51734L5.05263 8.68401V26.0385C5.05263 26.5695 4.59313 27 4.02632 27C3.4595 27 3 26.5695 3 26.0385V8.08974C3 7.72554 3.21963 7.3926 3.56733 7.22972L14.5147 2.10151C14.8328 1.95248 15.2107 1.96841 15.5133 2.14361Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M14.1512 7.43104C14.427 6.98633 14.9857 6.86617 15.3993 7.16263L22.5992 12.3239C22.8496 12.5034 23 12.8055 23 13.1291V26.0323C23 26.5667 22.5971 27 22.1 27C21.603 27 21.2 26.5667 21.2 26.0323V13.647L14.4009 8.77305C13.9873 8.47658 13.8755 7.87574 14.1512 7.43104Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9 11C9.55228 11 10 11.4448 10 11.9934V12.0066C10 12.5552 9.55228 13 9 13C8.44772 13 8 12.5552 8 12.0066V11.9934C8 11.4448 8.44772 11 9 11Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9 14C9.55228 14 10 14.4448 10 14.9934V15.0066C10 15.5552 9.55228 16 9 16C8.44772 16 8 15.5552 8 15.0066V14.9934C8 14.4448 8.44772 14 9 14Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9 17C9.55228 17 10 17.4448 10 17.9934V18.0066C10 18.5552 9.55228 19 9 19C8.44772 19 8 18.5552 8 18.0066V17.9934C8 17.4448 8.44772 17 9 17Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9 20C9.55228 20 10 20.4448 10 20.9934V21.0066C10 21.5552 9.55228 22 9 22C8.44772 22 8 21.5552 8 21.0066V20.9934C8 20.4448 8.44772 20 9 20Z" fill="#0A5BEB"></path></g><defs><clipPath id="clip0_161_7"><rect width="28" height="28" fill="white"></rect></clipPath></defs></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://www.appspace.com/workplace-management/">
						WORKPLACE MANAGEMENT					</a>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-4e952a82 elementor-widget elementor-widget-elementskit-page-list" data-id="4e952a82" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="https://www.appspace.com/space-reservation/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Space Reservation</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
				<div class="elementor-element elementor-element-6d8b1946 elementor-widget elementor-widget-elementskit-page-list" data-id="6d8b1946" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="https://www.appspace.com/space-reservation/#hot-desking">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Hot Desking</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="https://www.appspace.com/space-reservation/#room-booking">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Room Booking</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="https://www.appspace.com/space-reservation/#maps-floorplans">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Maps &amp; Floorplans</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-5fc4de19" data-id="5fc4de19" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1f80ba73 elementor-widget elementor-widget-spacer" data-id="1f80ba73" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-17cce138 elementor-widget elementor-widget-elementskit-page-list" data-id="17cce138" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="https://www.appspace.com/employee-app/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Employee App</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
				<div class="elementor-element elementor-element-1c27f92c elementor-widget elementor-widget-elementskit-page-list" data-id="1c27f92c" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="https://www.appspace.com/employee-app/#workplace-communication">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Workplace Communication</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="https://www.appspace.com/employee-app/#workplace-management">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Workplace Management</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="https://www.appspace.com/employee-app/#integrations">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Integrations</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
				<div class="elementor-element elementor-element-7cde2e33 elementor-widget elementor-widget-spacer" data-id="7cde2e33" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-101bbd64 elementor-widget elementor-widget-elementskit-page-list" data-id="101bbd64" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="https://www.appspace.com/visitor-management/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Visitor Management</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
				<div class="elementor-element elementor-element-6dfa847 elementor-widget elementor-widget-elementskit-page-list" data-id="6dfa847" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="https://www.appspace.com/visitor-management/#registration">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Registration</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="https://www.appspace.com/visitor-management/#checkpoints">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Checkpoints</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="https://www.appspace.com/visitor-management/#visitorkiosks">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Visitor Kiosks</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-3e4a3b93" data-id="3e4a3b93" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ee87ef5 elementor-widget elementor-widget-spacer" data-id="ee87ef5" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-48c3a888 elementor-widget elementor-widget-elementskit-page-list" data-id="48c3a888" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="https://www.appspace.com/digital-signage/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Digital Signage</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
				<div class="elementor-element elementor-element-2fa9c6ec elementor-widget elementor-widget-elementskit-page-list" data-id="2fa9c6ec" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="https://www.appspace.com/digital-signage/#meeting-rooms">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Meeting Rooms</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3be6e0a ekit_badge_left" href="https://www.appspace.com/digital-signage/#video-walls">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Video Walls</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="https://www.appspace.com/digital-signage/#interactive-displays">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Interactive Displays</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
				<div class="elementor-element elementor-element-2f850db8 elementor-widget elementor-widget-spacer" data-id="2f850db8" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-6d378b08 elementor-widget elementor-widget-elementskit-page-list" data-id="6d378b08" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="https://www.appspace.com/wayfinding/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Wayfinding</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
				<div class="elementor-element elementor-element-54bc2ae2 elementor-widget elementor-widget-elementskit-page-list" data-id="54bc2ae2" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="https://www.appspace.com/wayfinding/#self-service-kiosks">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Self-Service Kiosks</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="https://www.appspace.com/wayfinding/#directories">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Directories</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="https://www.appspace.com/wayfinding/#mobile-desktop">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">For Mobile &amp; Desktop</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-40d4816e" data-id="40d4816e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e0e9904 elementor-widget elementor-widget-spacer" data-id="e0e9904" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-6efa8f68 elementor-widget elementor-widget-elementskit-page-list" data-id="6efa8f68" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="https://www.appspace.com/content/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Content &amp; Publishing</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
				<div class="elementor-element elementor-element-286777b1 elementor-widget elementor-widget-elementskit-page-list" data-id="286777b1" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="https://www.appspace.com/content/#design-templates">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Design Templates</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="https://www.appspace.com/content/#ready-made-content">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Ready-made Content</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="https://www.appspace.com/content/#broadcast-alerts">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Broadcasts &amp; Alerts</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-54f9190c width-400" data-id="54f9190c" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1247039e elementor-position-left elementor-vertical-align-middle no-cursor elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="1247039e" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<span class="elementor-icon elementor-animation-">
				<svg xmlns="http://www.w3.org/2000/svg" width="29" height="30" viewBox="0 0 29 30" fill="none"><path d="M28.7878 15.2891C28.7878 23.2113 22.3656 29.6335 14.4434 29.6335C6.52129 29.6335 0.0991211 23.2113 0.0991211 15.2891C0.0991211 7.367 6.52129 0.944824 14.4434 0.944824C22.3656 0.944824 28.7878 7.367 28.7878 15.2891Z" fill="#0A5BEB"></path><path d="M26.8532 15.3295C26.8532 22.2057 21.2789 27.78 14.4027 27.78C7.52645 27.78 1.95215 22.2057 1.95215 15.3295C1.95215 8.45321 7.52645 2.87891 14.4027 2.87891C21.2789 2.87891 26.8532 8.45321 26.8532 15.3295Z" fill="white"></path><path d="M25.8059 15.3294C25.8059 21.6271 20.7006 26.7324 14.4029 26.7324C8.10527 26.7324 3 21.6271 3 15.3294C3 9.03178 8.10527 3.92651 14.4029 3.92651C20.7006 3.92651 25.8059 9.03178 25.8059 15.3294Z" fill="white"></path><path d="M24.9998 15.3295C24.9998 21.1821 20.2553 25.9266 14.4027 25.9266C8.55013 25.9266 3.80566 21.1821 3.80566 15.3295C3.80566 9.47689 8.55013 4.73242 14.4027 4.73242C20.2553 4.73242 24.9998 9.47689 24.9998 15.3295Z" fill="#0A5BEB"></path><path d="M9.36112 14.2567C9.36112 16.169 7.81089 17.7193 5.89858 17.7193C3.98627 17.7193 2.43604 16.169 2.43604 14.2567C2.43604 12.3444 3.98627 10.7942 5.89858 10.7942C7.81089 10.7942 9.36112 12.3444 9.36112 14.2567Z" fill="white"></path><mask id="mask0_27_189" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="29" height="30"><path d="M28.7878 15.2891C28.7878 23.2113 22.3656 29.6335 14.4434 29.6335C6.52129 29.6335 0.0991211 23.2113 0.0991211 15.2891C0.0991211 7.367 6.52129 0.944824 14.4434 0.944824C22.3656 0.944824 28.7878 7.367 28.7878 15.2891Z" fill="#0A5BEB"></path></mask><g mask="url(#mask0_27_189)"><mask id="mask1_27_189" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="2" width="26" height="26"><path d="M26.8538 15.2489C26.8538 22.1697 21.2434 27.78 14.3226 27.78C7.40188 27.78 1.7915 22.1697 1.7915 15.2489C1.7915 8.32815 7.40188 2.71777 14.3226 2.71777C21.2434 2.71777 26.8538 8.32815 26.8538 15.2489Z" fill="#C4C4C4"></path></mask><g mask="url(#mask1_27_189)"><path d="M28.3035 21.2836C28.3035 24.827 25.431 27.6995 21.8876 27.6995C18.3442 27.6995 15.4717 24.827 15.4717 21.2836C15.4717 17.7402 18.3442 14.8677 21.8876 14.8677C25.431 14.8677 28.3035 17.7402 28.3035 21.2836Z" fill="white"></path></g></g><path d="M24.8407 11.3032C24.8407 12.4843 23.8832 13.4418 22.7021 13.4418C21.521 13.4418 20.5635 12.4843 20.5635 11.3032C20.5635 10.122 21.521 9.16455 22.7021 9.16455C23.8832 9.16455 24.8407 10.122 24.8407 11.3032Z" fill="white"></path><path d="M6.10254 13.0354L21.1748 10.896L21.5822 12.2199L6.49568 15.2271L6.10254 13.0354Z" fill="white"></path><path d="M7.0151 13.8492L21.9893 18.4319L19.8749 23.8775L5.8984 15.7756L7.0151 13.8492Z" fill="white"></path></svg>				</span>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<span>
						PLATFORM FEATURES					</span>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-7e99dfd9 elementor-widget elementor-widget-text-editor" data-id="7e99dfd9" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<img style="float: left; padding-right: 10px; border-radius: 10px; width: 150px;" src="https://www.appspace.com/wp-content/uploads/2022/07/Mega-Menu-Phone-Hand-Appspace.png">
<a class="platform-features-nav" href="https://www.appspace.com/enterprise-messaging/">Enterprise Messaging Integration</a><br>
<a class="platform-features-nav" href="https://www.appspace.com/analytics">Reporting &amp; Analytics</a><br>
<a class="platform-features-nav" href="https://www.appspace.com/apps-bots/">Apps &amp; Bots</a><br>
<a class="platform-features-nav" href="https://www.appspace.com/administration/">Centralized Administration</a><br>
<a class="platform-features-nav" href="https://www.appspace.com/device">Devices</a><br>
<a class="platform-features-nav" href="https://www.appspace.com/trust/">Security</a>						</div>
				</div>
				<div class="elementor-element elementor-element-3bad1883 elementor-position-left elementor-vertical-align-middle no-cursor elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="3bad1883" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<span class="elementor-icon elementor-animation-">
				<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 2.15385C7.45755 2.15385 2.15385 7.45755 2.15385 14C2.15385 20.5424 7.45755 25.8462 14 25.8462C20.5424 25.8462 25.8462 20.5424 25.8462 14C25.8462 7.45755 20.5424 2.15385 14 2.15385ZM0 14C0 6.26801 6.26801 0 14 0C21.732 0 28 6.26801 28 14C28 21.732 21.732 28 14 28C6.26801 28 0 21.732 0 14Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M13.2357 20.0825C13.7879 20.0731 14.2431 20.5102 14.2524 21.0588L14.2526 21.072C14.2619 21.6206 13.8217 22.0728 13.2695 22.0822C12.7173 22.0915 12.2621 21.6544 12.2529 21.1058L12.2526 21.0926C12.2434 20.5441 12.6835 20.0918 13.2357 20.0825Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M11.7392 6.58197C12.3363 6.25677 12.9968 6.08261 13.6689 6.07322C14.3409 6.06382 15.0062 6.21944 15.6123 6.52782C16.2183 6.8362 16.7487 7.28892 17.1615 7.85035C17.5743 8.41178 17.8584 9.06658 17.9914 9.7632C18.1243 10.4598 18.1025 11.1793 17.9277 11.8648C17.7528 12.5504 17.4297 13.1835 16.9838 13.7141C16.5379 14.2448 15.9813 14.6586 15.3579 14.9229C15.3497 14.9264 15.3415 14.9297 15.3333 14.9329C15.1357 15.0102 14.9674 15.1532 14.8537 15.3405C14.7399 15.5278 14.6869 15.7492 14.7026 15.9713C14.7426 16.5373 14.3409 17.0296 13.8054 17.0708C13.27 17.112 12.8035 16.6865 12.7635 16.1205C12.7164 15.4541 12.8755 14.7899 13.2167 14.228C13.5552 13.6708 14.0546 13.2441 14.6409 13.0111C14.9812 12.8649 15.285 12.638 15.5289 12.3478C15.7751 12.0548 15.9536 11.7052 16.0501 11.3265C16.1467 10.9479 16.1587 10.5506 16.0853 10.1659C16.0119 9.78123 15.855 9.41963 15.627 9.10959C15.399 8.79954 15.1061 8.54953 14.7715 8.37923C14.4368 8.20893 14.0694 8.123 13.6982 8.12818C13.3271 8.13337 12.9623 8.22955 12.6326 8.40914C12.3029 8.58872 12.0173 8.84682 11.7983 9.16311C11.4814 9.62066 10.8731 9.7194 10.4396 9.38366C10.0061 9.04791 9.91157 8.40483 10.2284 7.94728C10.6251 7.37454 11.1422 6.90717 11.7392 6.58197Z" fill="#0A5BEB"></path></svg>				</span>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<span>
						SERVICES &amp; SUPPORT					</span>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-27ccbc0 elementor-widget elementor-widget-elementskit-page-list" data-id="27ccbc0" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-18cb473 ekit_badge_left" href="https://www.appspace.com/services/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Enhanced Services</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="https://www.appspace.com/support/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Customer Support</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div></li>
<li id="menu-item-42347" class="no-cursor menu-item menu-item-type-custom menu-item-object-custom menu-item-42347 nav-item elementskit-dropdown-has top_position elementskit-dropdown-menu-full_width elementskit-megamenu-has elementskit-mobile-builder-content" data-vertical-menu=""><a class="ekit-menu-nav-link">SOLUTIONS<i class="icon icon-down-arrow1 elementskit-submenu-indicator"></i></a><div class="elementskit-megamenu-panel" style="top: 80px; max-width: 1469px; left: -249px;">		<div data-elementor-type="wp-post" data-elementor-id="45227" class="elementor elementor-45227" data-elementor-post-type="elementskit_content">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-11a5ca8c elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle elementskit-parallax-multi-container" data-id="11a5ca8c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-45e934ff" data-id="45e934ff" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-6be4defd elementor-section-boxed elementor-section-height-default elementor-section-height-default elementskit-parallax-multi-container" data-id="6be4defd" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-40b99a60" data-id="40b99a60" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4af67040 elementor-position-left elementor-vertical-align-middle no-cursor elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="4af67040" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<span class="elementor-icon elementor-animation-">
				<svg xmlns="http://www.w3.org/2000/svg" width="29" height="30" viewBox="0 0 29 30" fill="none"><path d="M28.7878 15.2891C28.7878 23.2113 22.3656 29.6335 14.4434 29.6335C6.52129 29.6335 0.0991211 23.2113 0.0991211 15.2891C0.0991211 7.367 6.52129 0.944824 14.4434 0.944824C22.3656 0.944824 28.7878 7.367 28.7878 15.2891Z" fill="#0A5BEB"></path><path d="M26.8532 15.3295C26.8532 22.2057 21.2789 27.78 14.4027 27.78C7.52645 27.78 1.95215 22.2057 1.95215 15.3295C1.95215 8.45321 7.52645 2.87891 14.4027 2.87891C21.2789 2.87891 26.8532 8.45321 26.8532 15.3295Z" fill="white"></path><path d="M25.8059 15.3294C25.8059 21.6271 20.7006 26.7324 14.4029 26.7324C8.10527 26.7324 3 21.6271 3 15.3294C3 9.03178 8.10527 3.92651 14.4029 3.92651C20.7006 3.92651 25.8059 9.03178 25.8059 15.3294Z" fill="white"></path><path d="M24.9998 15.3295C24.9998 21.1821 20.2553 25.9266 14.4027 25.9266C8.55013 25.9266 3.80566 21.1821 3.80566 15.3295C3.80566 9.47689 8.55013 4.73242 14.4027 4.73242C20.2553 4.73242 24.9998 9.47689 24.9998 15.3295Z" fill="#0A5BEB"></path><path d="M9.36112 14.2567C9.36112 16.169 7.81089 17.7193 5.89858 17.7193C3.98627 17.7193 2.43604 16.169 2.43604 14.2567C2.43604 12.3444 3.98627 10.7942 5.89858 10.7942C7.81089 10.7942 9.36112 12.3444 9.36112 14.2567Z" fill="white"></path><mask id="mask0_27_189" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="29" height="30"><path d="M28.7878 15.2891C28.7878 23.2113 22.3656 29.6335 14.4434 29.6335C6.52129 29.6335 0.0991211 23.2113 0.0991211 15.2891C0.0991211 7.367 6.52129 0.944824 14.4434 0.944824C22.3656 0.944824 28.7878 7.367 28.7878 15.2891Z" fill="#0A5BEB"></path></mask><g mask="url(#mask0_27_189)"><mask id="mask1_27_189" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="2" width="26" height="26"><path d="M26.8538 15.2489C26.8538 22.1697 21.2434 27.78 14.3226 27.78C7.40188 27.78 1.7915 22.1697 1.7915 15.2489C1.7915 8.32815 7.40188 2.71777 14.3226 2.71777C21.2434 2.71777 26.8538 8.32815 26.8538 15.2489Z" fill="#C4C4C4"></path></mask><g mask="url(#mask1_27_189)"><path d="M28.3035 21.2836C28.3035 24.827 25.431 27.6995 21.8876 27.6995C18.3442 27.6995 15.4717 24.827 15.4717 21.2836C15.4717 17.7402 18.3442 14.8677 21.8876 14.8677C25.431 14.8677 28.3035 17.7402 28.3035 21.2836Z" fill="white"></path></g></g><path d="M24.8407 11.3032C24.8407 12.4843 23.8832 13.4418 22.7021 13.4418C21.521 13.4418 20.5635 12.4843 20.5635 11.3032C20.5635 10.122 21.521 9.16455 22.7021 9.16455C23.8832 9.16455 24.8407 10.122 24.8407 11.3032Z" fill="white"></path><path d="M6.10254 13.0354L21.1748 10.896L21.5822 12.2199L6.49568 15.2271L6.10254 13.0354Z" fill="white"></path><path d="M7.0151 13.8492L21.9893 18.4319L19.8749 23.8775L5.8984 15.7756L7.0151 13.8492Z" fill="white"></path></svg>				</span>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<span>
						APPSPACE SOLUTIONS					</span>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-3e3ae1b6 elementor-widget elementor-widget-text-editor" data-id="3e3ae1b6" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							Create a more connected and engaging workplace experience, with solutions for specific business needs, teams, and industry.						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-3b3c63fb" data-id="3b3c63fb" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3519dcdb elementor-position-left elementor-vertical-align-middle no-cursor elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="3519dcdb" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<span class="elementor-icon elementor-animation-">
				<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14 1C14.5523 1 15 1.41574 15 1.92857V3.16667C15 3.6795 14.5523 4.09524 14 4.09524C13.4477 4.09524 13 3.6795 13 3.16667V1.92857C13 1.41574 13.4477 1 14 1ZM4.75956 4.49102C5.15008 4.12839 5.78325 4.12839 6.17377 4.49102L7.10711 5.35769C7.49763 5.72032 7.49763 6.30826 7.10711 6.67089C6.71658 7.03351 6.08342 7.03351 5.69289 6.67089L4.75956 5.80422C4.36904 5.44159 4.36904 4.85365 4.75956 4.49102ZM23.2404 4.49102C23.631 4.85365 23.631 5.44159 23.2404 5.80422L22.3071 6.67088C21.9166 7.03351 21.2834 7.03352 20.8929 6.67089C20.5024 6.30826 20.5024 5.72032 20.8929 5.35769L21.8262 4.49102C22.2168 4.12839 22.8499 4.12839 23.2404 4.49102ZM1 13.0714C1 12.5586 1.44772 12.1429 2 12.1429H3.33333C3.88562 12.1429 4.33333 12.5586 4.33333 13.0714C4.33333 13.5843 3.88562 14 3.33333 14H2C1.44772 14 1 13.5843 1 13.0714ZM23.6667 13.0714C23.6667 12.5586 24.1144 12.1429 24.6667 12.1429H26C26.5523 12.1429 27 12.5586 27 13.0714C27 13.5843 26.5523 14 26 14H24.6667C24.1144 14 23.6667 13.5843 23.6667 13.0714Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M14 8.93548C12.9141 8.93548 11.8557 9.29762 10.9748 9.97061C10.0938 10.6436 9.43499 11.5933 9.0916 12.6852C8.7482 13.7771 8.73765 14.9559 9.06143 16.0545C9.38382 17.1483 10.0214 18.1076 10.8844 18.7975C10.9049 18.8133 10.9249 18.8301 10.9443 18.8479C10.9646 18.8664 10.9839 18.8857 11.0023 18.9056C11.5734 19.5088 12.0037 20.2452 12.2587 21.0561C12.5072 21.8464 12.5825 22.686 12.4793 23.5112C12.4934 23.9173 12.6519 24.3037 12.924 24.5921C13.2094 24.8946 13.5964 25.0645 14 25.0645C14.4036 25.0645 14.7906 24.8946 15.076 24.5921C15.3481 24.3037 15.5066 23.9173 15.5207 23.5112C15.4175 22.686 15.4928 21.8464 15.7413 21.0561C15.9981 20.2395 16.4327 19.4984 17.0098 18.8929C17.0394 18.8618 17.071 18.8329 17.1043 18.8065C17.9731 18.1159 18.6148 17.1531 18.9386 16.0545C19.2624 14.9559 19.2518 13.7771 18.9084 12.6852C18.565 11.5933 17.9062 10.6436 17.0252 9.97061C16.1443 9.29762 15.0859 8.93548 14 8.93548ZM9.7454 20.311C8.59776 19.38 7.74965 18.0948 7.31841 16.6316C6.88034 15.1452 6.89462 13.5504 7.35922 12.0731C7.82381 10.5959 8.71517 9.31097 9.90703 8.40046C11.0989 7.48995 12.5308 7 14 7C15.4692 7 16.9011 7.48995 18.093 8.40046C19.2848 9.31097 20.1762 10.5959 20.6408 12.0731C21.1054 13.5504 21.1197 15.1452 20.6816 16.6316C20.2503 18.0948 19.4022 19.38 18.2546 20.311C17.901 20.6948 17.6339 21.1587 17.4737 21.6681C17.3075 22.1965 17.261 22.7589 17.338 23.3099C17.3445 23.3568 17.3478 23.4042 17.3478 23.4516C17.3478 24.3927 16.9951 25.2952 16.3673 25.9607C15.7394 26.6262 14.8879 27 14 27C13.1121 27 12.2606 26.6262 11.6327 25.9607C11.0049 25.2952 10.6522 24.3927 10.6522 23.4516C10.6522 23.4042 10.6555 23.3568 10.662 23.3099C10.739 22.7589 10.6925 22.1965 10.5263 21.6681C10.3661 21.1587 10.099 20.6948 9.7454 20.311Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M10 20C10 19.4477 10.4404 19 10.9836 19H17.0164C17.5596 19 18 19.4477 18 20C18 20.5523 17.5596 21 17.0164 21H10.9836C10.4404 21 10 20.5523 10 20Z" fill="#0A5BEB"></path></svg>				</span>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<span>
						BY NEED					</span>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-50ef335d elementor-widget elementor-widget-elementskit-page-list" data-id="50ef335d" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="https://www.appspace.com/frontline-workers/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Frontline Workers</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="https://www.appspace.com/hybrid-teams/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Hybrid Workplace</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-85f5d6a ekit_badge_left" href="https://www.appspace.com/better-office-experience/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Better Office Experience</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-90eea8f ekit_badge_left" href="https://www.appspace.com/culture-engagement/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Culture &amp; Engagement</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-57bb1cb ekit_badge_left" href="https://www.appspace.com/it-recession-proof/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Consolidate your Tech Stack</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-1f1400a ekit_badge_left" href="https://www.appspace.com/microsoft/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Appspace for Microsoft</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-87204b7 ekit_badge_left" href="https://www.appspace.com/appspace-for-google/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Appspace for Google</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-ca43551 ekit_badge_left" href="https://www.appspace.com/ai/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Appspace AI</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-1ef6a695" data-id="1ef6a695" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-336aa96f elementor-position-left elementor-vertical-align-middle no-cursor elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="336aa96f" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<span class="elementor-icon elementor-animation-">
				<svg xmlns="http://www.w3.org/2000/svg" width="26" height="28" viewBox="0 0 26 28" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.00049 15.6667C2.55277 15.6667 3.00049 16.1144 3.00049 16.6667V19.4087L5.14907 20.5905C5.63299 20.8566 5.80953 21.4647 5.54337 21.9486C5.27721 22.4325 4.66916 22.6091 4.18524 22.3429L1.51857 20.8762C1.19902 20.7005 1.00049 20.3647 1.00049 20V16.6667C1.00049 16.1144 1.4482 15.6667 2.00049 15.6667Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5.54337 6.05141C5.80953 6.53533 5.63299 7.14339 5.14907 7.40954L3.00049 8.59127V11.3333C3.00049 11.8856 2.55277 12.3333 2.00049 12.3333C1.4482 12.3333 1.00049 11.8856 1.00049 11.3333V7.99999C1.00049 7.6353 1.19902 7.29953 1.51857 7.12378L4.18524 5.65711C4.66916 5.39096 5.27721 5.56749 5.54337 6.05141Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.1849 1.12378C12.485 0.958739 12.8487 0.958739 13.1488 1.12378L15.8154 2.59045C16.2994 2.85661 16.4759 3.46466 16.2097 3.94859C15.9436 4.43251 15.3355 4.60904 14.8516 4.34288L12.6669 3.14127L10.4821 4.34288C9.99818 4.60904 9.39013 4.43251 9.12397 3.94859C8.85781 3.46466 9.03435 2.85661 9.51827 2.59045L12.1849 1.12378Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M19.7905 6.05141C20.0566 5.56749 20.6647 5.39096 21.1486 5.65711L23.8153 7.12378C24.1348 7.29953 24.3334 7.6353 24.3334 7.99999V11.3333C24.3334 11.8856 23.8856 12.3333 23.3334 12.3333C22.7811 12.3333 22.3334 11.8856 22.3334 11.3333V8.59127L20.1848 7.40954C19.7009 7.14339 19.5243 6.53533 19.7905 6.05141Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M23.3333 15.6667C23.8856 15.6667 24.3333 16.1144 24.3333 16.6667V20C24.3333 20.362 24.1378 20.6957 23.822 20.8725L21.1553 22.3659C20.6734 22.6357 20.064 22.4638 19.7942 21.982C19.5243 21.5001 19.6962 20.8907 20.1781 20.6208L22.3333 19.4139V16.6667C22.3333 16.1144 22.7811 15.6667 23.3333 15.6667Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9.12397 24.0514C9.39013 23.5675 9.99818 23.391 10.4821 23.6571L12.6669 24.8587L14.8516 23.6571C15.3355 23.391 15.9436 23.5675 16.2097 24.0514C16.4759 24.5353 16.2994 25.1434 15.8154 25.4095L13.1488 26.8762C12.8487 27.0413 12.485 27.0413 12.1849 26.8762L9.51827 25.4095C9.03435 25.1434 8.85781 24.5353 9.12397 24.0514Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M16.2096 12.0514C16.4757 12.5353 16.2992 13.1434 15.8153 13.4095L13.1486 14.8762C12.6647 15.1424 12.0566 14.9658 11.7905 14.4819C11.5243 13.998 11.7009 13.3899 12.1848 13.1238L14.8514 11.6571C15.3354 11.391 15.9434 11.5675 16.2096 12.0514Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M24.2096 7.51808C24.4757 8.002 24.2992 8.61006 23.8153 8.87622L21.1486 10.3429C20.6647 10.609 20.0566 10.4325 19.7905 9.94859C19.5243 9.46467 19.7009 8.85661 20.1848 8.59045L22.8514 7.12379C23.3354 6.85763 23.9434 7.03416 24.2096 7.51808Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.667 13C13.2193 13 13.667 13.4477 13.667 14V17.3333C13.667 17.8856 13.2193 18.3333 12.667 18.3333C12.1147 18.3333 11.667 17.8856 11.667 17.3333V14C11.667 13.4477 12.1147 13 12.667 13Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.667 21.6666C13.2193 21.6666 13.667 22.1143 13.667 22.6666V26C13.667 26.5522 13.2193 27 12.667 27C12.1147 27 11.667 26.5522 11.667 26V22.6666C11.667 22.1143 12.1147 21.6666 12.667 21.6666Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9.12767 12.018C9.39752 11.5362 10.0069 11.3643 10.4888 11.6341L13.1554 13.1275C13.6373 13.3973 13.8092 14.0067 13.5394 14.4886C13.2695 14.9705 12.6601 15.1423 12.1782 14.8725L9.51158 13.3792C9.0297 13.1093 8.85782 12.4999 9.12767 12.018Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M1.12397 7.51808C1.39013 7.03416 1.99818 6.85763 2.4821 7.12379L5.14877 8.59045C5.63269 8.85661 5.80922 9.46467 5.54307 9.94859C5.27691 10.4325 4.66885 10.609 4.18493 10.3429L1.51827 8.87622C1.03435 8.61006 0.857814 8.002 1.12397 7.51808Z" fill="#0A5BEB"></path></svg>				</span>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<span>
						BY TEAM					</span>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-3dbf6127 elementor-widget elementor-widget-elementskit-page-list" data-id="3dbf6127" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="https://www.appspace.com/hr-teams/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">HR Teams</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="https://www.appspace.com/communications-teams/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Communications Teams</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="https://www.appspace.com/workplace-teams/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Workplace Teams</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-044ea87 ekit_badge_left" href="https://www.appspace.com/facilities-teams/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Facilities Teams</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-6684abf ekit_badge_left" href="https://www.appspace.com/it-teams/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">IT Teams</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
				<div class="elementor-element elementor-element-7aaa6215 elementor-widget elementor-widget-elementskit-page-list" data-id="7aaa6215" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="#" target="_blank" rel="nofollow">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">.</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-1df72d57" data-id="1df72d57" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8898c9d elementor-position-left elementor-vertical-align-middle no-cursor elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="8898c9d" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<span class="elementor-icon elementor-animation-">
				<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.43494 8.94039C4.4371 8.42038 4.84523 8 5.34795 8H12.6521C13.1548 8 13.5629 8.42038 13.5651 8.94039C13.5852 13.819 14.5783 18.77 15.9647 23.7962C16.1031 24.2978 15.8221 24.8204 15.3373 24.9635C14.8524 25.1066 14.3471 24.816 14.2088 24.3145C12.8885 19.528 11.889 14.7041 11.7542 9.88886H6.24577C6.11096 14.7041 5.11147 19.528 3.79122 24.3145C3.65287 24.816 3.14763 25.1066 2.66274 24.9635C2.17785 24.8204 1.89692 24.2978 2.03527 23.7962C3.42167 18.77 4.41476 13.819 4.43494 8.94039Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M13 13.9473C13 13.4241 13.4197 13 13.9375 13H19.5623C20.0766 13 20.4949 13.4186 20.4998 13.9383C20.5292 17.0496 21.5568 20.3013 22.93 23.6938C23.126 24.178 22.8964 24.7312 22.4172 24.9292C21.938 25.1273 21.3906 24.8953 21.1946 24.411C19.9275 21.2806 18.8651 18.0753 18.6599 14.8947H13.9375C13.4197 14.8947 13 14.4706 13 13.9473Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M11.4432 3.71418C11.106 3.70777 10.7722 3.77594 10.4705 3.91279C10.1688 4.04964 9.90843 4.25106 9.71176 4.49966C9.40761 4.88412 8.81753 4.97208 8.39379 4.69613C7.97005 4.42017 7.87311 3.8848 8.17726 3.50034C8.55272 3.02574 9.04987 2.64121 9.62578 2.37995C10.1958 2.12136 10.826 1.99123 11.463 2.00046C12.1 1.99123 12.7302 2.12136 13.3002 2.37995C13.8761 2.64121 14.3733 3.02574 14.7488 3.50034C14.9454 3.74894 15.2058 3.95036 15.5075 4.08721C15.8092 4.22406 16.143 4.29222 16.4802 4.28582C16.4934 4.28557 16.5066 4.28557 16.5198 4.28582C16.857 4.29222 17.1908 4.22406 17.4925 4.08721C17.7942 3.95036 18.0546 3.74894 18.2512 3.50034C18.6267 3.02574 19.1239 2.64121 19.6998 2.37995C20.2698 2.12136 20.9 1.99123 21.537 2.00046C22.174 1.99123 22.8042 2.12136 23.3742 2.37995C23.9501 2.64121 24.4473 3.02574 24.8227 3.50034C25.1269 3.8848 25.0299 4.42017 24.6062 4.69613C24.1825 4.97208 23.5924 4.88412 23.2882 4.49966C23.0916 4.25106 22.8312 4.04964 22.5295 3.91279C22.2278 3.77594 21.894 3.70778 21.5568 3.71418C21.5436 3.71443 21.5304 3.71443 21.5172 3.71418C21.18 3.70778 20.8462 3.77594 20.5445 3.91279C20.2428 4.04964 19.9824 4.25106 19.7857 4.49966C19.4103 4.97426 18.9131 5.35879 18.3372 5.62005C17.7672 5.87864 17.137 6.00877 16.5 5.99954C15.863 6.00877 15.2328 5.87864 14.6628 5.62005C14.0869 5.35879 13.5897 4.97426 13.2143 4.49966C13.0176 4.25106 12.7572 4.04964 12.4555 3.91279C12.1538 3.77594 11.82 3.70777 11.4828 3.71418C11.4696 3.71443 11.4564 3.71443 11.4432 3.71418Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M1 24C1 23.4477 1.42588 23 1.95122 23H26.0488C26.5741 23 27 23.4477 27 24C27 24.5523 26.5741 25 26.0488 25H1.95122C1.42588 25 1 24.5523 1 24Z" fill="#0A5BEB"></path></svg>				</span>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<span>
						INDUSTRY					</span>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-9261356 elementor-widget elementor-widget-elementskit-page-list" data-id="9261356" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="https://www.appspace.com/education/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Education</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="https://www.appspace.com/financial-services/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Financial Services</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="https://www.appspace.com/government/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Government &amp; Public Sector</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-61dc8ba ekit_badge_left" href="https://www.appspace.com/healthcare/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Healthcare</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-dd05515 ekit_badge_left" href="https://www.appspace.com/industrial/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Industrial &amp; Manufacturing</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-d9ec8cc ekit_badge_left" href="https://www.appspace.com/retail/">
							<div class="ekit_page_list_content">
																	<span class="elementor-icon-list-icon">
																			</span>
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Retail</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div></li>
<li id="menu-item-42348" class="no-cursor menu-item menu-item-type-custom menu-item-object-custom menu-item-42348 nav-item elementskit-dropdown-has top_position elementskit-dropdown-menu-full_width elementskit-megamenu-has elementskit-mobile-builder-content" data-vertical-menu=""><a class="ekit-menu-nav-link">CUSTOMERS<i class="icon icon-down-arrow1 elementskit-submenu-indicator"></i></a><div class="elementskit-megamenu-panel" style="top: 80px; max-width: 1469px; left: -249px;">		<div data-elementor-type="wp-post" data-elementor-id="45230" class="elementor elementor-45230" data-elementor-post-type="elementskit_content">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-54cf6c52 elementor-hidden-mobile elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle elementskit-parallax-multi-container" data-id="54cf6c52" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2e383d09" data-id="2e383d09" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-6f7256b6 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementskit-parallax-multi-container" data-id="6f7256b6" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-68cccba2" data-id="68cccba2" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3ac07c32 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="3ac07c32" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://www.appspace.com/gallery/stakeholders" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.5 6.875C13.2093 6.875 10.5417 9.54264 10.5417 12.8333C10.5417 16.124 13.2093 18.7917 16.5 18.7917C19.7907 18.7917 22.4583 16.124 22.4583 12.8333C22.4583 9.54264 19.7907 6.875 16.5 6.875ZM7.79166 12.8333C7.79166 8.02385 11.6905 4.125 16.5 4.125C21.3095 4.125 25.2083 8.02385 25.2083 12.8333C25.2083 17.6428 21.3095 21.5417 16.5 21.5417C11.6905 21.5417 7.79166 17.6428 7.79166 12.8333Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.8333 28.875C11.2531 28.875 9.73756 29.5028 8.62016 30.6202C7.50275 31.7376 6.875 33.2531 6.875 34.8333V38.5C6.875 39.2594 6.25939 39.875 5.5 39.875C4.74061 39.875 4.125 39.2594 4.125 38.5V34.8333C4.125 32.5237 5.04248 30.3087 6.67561 28.6756C8.30874 27.0425 10.5237 26.125 12.8333 26.125H20.1667C22.4763 26.125 24.6913 27.0425 26.3244 28.6756C27.9575 30.3087 28.875 32.5237 28.875 34.8333V38.5C28.875 39.2594 28.2594 39.875 27.5 39.875C26.7406 39.875 26.125 39.2594 26.125 38.5V34.8333C26.125 33.2531 25.4972 31.7376 24.3798 30.6202C23.2624 29.5028 21.7469 28.875 20.1667 28.875H12.8333Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M28.0013 5.39728C28.1897 4.66162 28.9387 4.21794 29.6744 4.4063C31.5476 4.88591 33.2079 5.97533 34.3935 7.50279C35.5792 9.03025 36.2227 10.9089 36.2227 12.8425C36.2227 14.7761 35.5792 16.6547 34.3935 18.1822C33.2079 19.7097 31.5476 20.7991 29.6744 21.2787C28.9387 21.4671 28.1897 21.0234 28.0013 20.2877C27.8129 19.5521 28.2566 18.803 28.9923 18.6146C30.2739 18.2865 31.4099 17.5411 32.2212 16.496C33.0324 15.4509 33.4727 14.1655 33.4727 12.8425C33.4727 11.5195 33.0324 10.2341 32.2212 9.18901C31.4099 8.1439 30.2739 7.39852 28.9923 7.07036C28.2566 6.882 27.8129 6.13294 28.0013 5.39728Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M31.6687 27.4313C31.8585 26.696 32.6084 26.2538 33.3437 26.4437C35.2048 26.9241 36.8545 28.0068 38.0359 29.5229C39.2173 31.039 39.8639 32.9034 39.875 34.8254L39.875 34.8333H39.875V38.5C39.875 39.2594 39.2594 39.875 38.5 39.875C37.7406 39.875 37.125 39.2594 37.125 38.5V34.8375C37.1166 33.5237 36.6743 32.2496 35.8667 31.2132C35.0584 30.1759 33.9296 29.4351 32.6563 29.1063C31.921 28.9165 31.4788 28.1666 31.6687 27.4313Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://www.appspace.com/gallery/stakeholders">
						GALLERY					</a>
				</h3>
									<p class="elementor-icon-box-description">
						Templates, channels and feeds to help you build a comprehensive, company-wide communications program					</p>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-4bd49bd1 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="4bd49bd1" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://www.appspace.com/support/" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.16683 8.7085C8.9137 8.7085 8.7085 8.9137 8.7085 9.16683V34.8335C8.7085 35.0866 8.9137 35.2918 9.16683 35.2918H34.8335C35.0866 35.2918 35.2918 35.0866 35.2918 34.8335V9.16683C35.2918 8.9137 35.0866 8.7085 34.8335 8.7085H9.16683ZM5.9585 9.16683C5.9585 7.39492 7.39492 5.9585 9.16683 5.9585H34.8335C36.6054 5.9585 38.0418 7.39492 38.0418 9.16683V34.8335C38.0418 36.6054 36.6054 38.0418 34.8335 38.0418H9.16683C7.39492 38.0418 5.9585 36.6054 5.9585 34.8335V9.16683Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5.9585 14.6665C5.9585 13.9071 6.5741 13.2915 7.3335 13.2915H36.6668C37.4262 13.2915 38.0418 13.9071 38.0418 14.6665C38.0418 15.4259 37.4262 16.0415 36.6668 16.0415H7.3335C6.5741 16.0415 5.9585 15.4259 5.9585 14.6665Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M14.6665 5.9585C15.4259 5.9585 16.0415 6.5741 16.0415 7.3335V14.6668C16.0415 15.4262 15.4259 16.0418 14.6665 16.0418C13.9071 16.0418 13.2915 15.4262 13.2915 14.6668V7.3335C13.2915 6.5741 13.9071 5.9585 14.6665 5.9585Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://www.appspace.com/support/">
						SUPPORT					</a>
				</h3>
									<p class="elementor-icon-box-description">
						Need Appspace support? Find support contact information, tutorials, documentation and more<br>
</p><p>&nbsp;</p>					<p></p>
							</div>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-756eebd8" data-id="756eebd8" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-53fbe8b0 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="53fbe8b0" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://docs.appspace.com/" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="67" height="68" viewBox="0 0 67 68" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.6318 16.5512C14.6523 16.5512 10.6157 20.5879 10.6157 25.5673V42.2123C10.6157 47.1917 14.6523 51.2283 19.6318 51.2283H47.3735C52.3529 51.2283 56.3895 47.1917 56.3895 42.2123V25.5673C56.3895 20.5879 52.3529 16.5512 47.3735 16.5512H19.6318ZM6.45447 25.5673C6.45447 18.2897 12.3541 12.39 19.6318 12.39H47.3735C54.6511 12.39 60.5508 18.2897 60.5508 25.5673V42.2123C60.5508 49.4899 54.6511 55.3896 47.3735 55.3896H19.6318C12.3541 55.3896 6.45447 49.4899 6.45447 42.2123V25.5673Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M26.9292 23.7568C27.5815 23.3875 28.382 23.3976 29.0248 23.7833L42.8956 32.1058C43.5223 32.4818 43.9058 33.159 43.9058 33.8899C43.9058 34.6207 43.5223 35.298 42.8956 35.674L29.0248 43.9965C28.382 44.3822 27.5815 44.3923 26.9292 44.023C26.2769 43.6536 25.8737 42.962 25.8737 42.2124V25.5674C25.8737 24.8178 26.2769 24.1261 26.9292 23.7568ZM30.0349 29.2422V38.5376L37.7811 33.8899L30.0349 29.2422Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://docs.appspace.com/">
						KNOWLEDGE CENTER					</a>
				</h3>
									<p class="elementor-icon-box-description">
						Step-by-step paths and how-to user guides to turn any novice into an Appspace pro
					</p>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-793064e7 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="793064e7" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://docs.appspace.com/product-roadmap/" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.46967 4.46967C5.76256 4.17678 6.23744 4.17678 6.53033 4.46967L9.53033 7.46967C9.82322 7.76256 9.82322 8.23744 9.53033 8.53033C9.23744 8.82322 8.76256 8.82322 8.46967 8.53033L6 6.06066L3.53033 8.53033C3.23744 8.82322 2.76256 8.82322 2.46967 8.53033C2.17678 8.23744 2.17678 7.76256 2.46967 7.46967L5.46967 4.46967Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M2.46967 15.4697C2.76256 15.1768 3.23744 15.1768 3.53033 15.4697L6 17.9393L8.46967 15.4697C8.76256 15.1768 9.23744 15.1768 9.53033 15.4697C9.82322 15.7626 9.82322 16.2374 9.53033 16.5303L6.53033 19.5303C6.23744 19.8232 5.76256 19.8232 5.46967 19.5303L2.46967 16.5303C2.17678 16.2374 2.17678 15.7626 2.46967 15.4697Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M6 4.25C6.41421 4.25 6.75 4.58579 6.75 5V19C6.75 19.4142 6.41421 19.75 6 19.75C5.58579 19.75 5.25 19.4142 5.25 19V5C5.25 4.58579 5.58579 4.25 6 4.25Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.25 6C12.25 5.58579 12.5858 5.25 13 5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H13C12.5858 6.75 12.25 6.41421 12.25 6Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.25 12C12.25 11.5858 12.5858 11.25 13 11.25H20C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75H13C12.5858 12.75 12.25 12.4142 12.25 12Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.25 18C12.25 17.5858 12.5858 17.25 13 17.25H20C20.4142 17.25 20.75 17.5858 20.75 18C20.75 18.4142 20.4142 18.75 20 18.75H13C12.5858 18.75 12.25 18.4142 12.25 18Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://docs.appspace.com/product-roadmap/">
						PRODUCT ROADMAP					</a>
				</h3>
									<p class="elementor-icon-box-description">
						Check out Appspace’s planned product releases, vote for your favorites, or submit a new feature request					</p>
							</div>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-69aa2d67" data-id="69aa2d67" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-64be9ab8 elementor-widget elementor-widget-image" data-id="64be9ab8" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
													<img fetchpriority="high" width="2400" height="1800" src="https://www.appspace.com/wp-content/uploads/2022/07/Gallery-Appspace.png" class="attachment-full size-full wp-image-45236" alt="Workplace Communication Content" srcset="https://www.appspace.com/wp-content/uploads/2022/07/Gallery-Appspace.png 2400w, https://www.appspace.com/wp-content/uploads/2022/07/Gallery-Appspace-768x576.png 768w, https://www.appspace.com/wp-content/uploads/2022/07/Gallery-Appspace-1536x1152.png 1536w, https://www.appspace.com/wp-content/uploads/2022/07/Gallery-Appspace-2048x1536.png 2048w, https://www.appspace.com/wp-content/uploads/2022/07/Gallery-Appspace-400x300.png 400w" sizes="(max-width: 2400px) 100vw, 2400px">													</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div></li>
<li id="menu-item-42349" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-42349 nav-item elementskit-mobile-builder-content" data-vertical-menu="750px"><a href="https://www.appspace.com/pricing/" class="ekit-menu-nav-link">PRICING</a></li>
<li id="menu-item-42350" class="no-cursor menu-item menu-item-type-custom menu-item-object-custom menu-item-42350 nav-item elementskit-dropdown-has top_position elementskit-dropdown-menu-full_width elementskit-megamenu-has elementskit-mobile-builder-content" data-vertical-menu=""><a class="ekit-menu-nav-link">RESOURCES<i class="icon icon-down-arrow1 elementskit-submenu-indicator"></i></a><div class="elementskit-megamenu-panel" style="top: 80px; max-width: 1469px; left: -249px;">		<div data-elementor-type="wp-post" data-elementor-id="45254" class="elementor elementor-45254" data-elementor-post-type="elementskit_content">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-79e54519 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle elementskit-parallax-multi-container" data-id="79e54519" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-36e7a4a2" data-id="36e7a4a2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-8019848 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementskit-parallax-multi-container" data-id="8019848" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-4e6bcfb0" data-id="4e6bcfb0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7aedad0 elementor-vertical-align-middle elementor-widget elementor-widget-icon-box" data-id="7aedad0" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<span>
						RESOURCES					</span>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-faa8b5f elementor-widget elementor-widget-text-editor" data-id="faa8b5f" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							Find best practices from Appspace experts and partners, information on new releases, and workplace insights.						</div>
				</div>
				<div class="elementor-element elementor-element-2580a167 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="2580a167" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://www.appspace.com/about/" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="29" height="30" viewBox="0 0 29 30" fill="none"><path d="M28.7878 15.2891C28.7878 23.2113 22.3656 29.6335 14.4434 29.6335C6.52129 29.6335 0.0991211 23.2113 0.0991211 15.2891C0.0991211 7.367 6.52129 0.944824 14.4434 0.944824C22.3656 0.944824 28.7878 7.367 28.7878 15.2891Z" fill="#0A5BEB"></path><path d="M26.8532 15.3295C26.8532 22.2057 21.2789 27.78 14.4027 27.78C7.52645 27.78 1.95215 22.2057 1.95215 15.3295C1.95215 8.45321 7.52645 2.87891 14.4027 2.87891C21.2789 2.87891 26.8532 8.45321 26.8532 15.3295Z" fill="white"></path><path d="M25.8059 15.3294C25.8059 21.6271 20.7006 26.7324 14.4029 26.7324C8.10527 26.7324 3 21.6271 3 15.3294C3 9.03178 8.10527 3.92651 14.4029 3.92651C20.7006 3.92651 25.8059 9.03178 25.8059 15.3294Z" fill="white"></path><path d="M24.9998 15.3295C24.9998 21.1821 20.2553 25.9266 14.4027 25.9266C8.55013 25.9266 3.80566 21.1821 3.80566 15.3295C3.80566 9.47689 8.55013 4.73242 14.4027 4.73242C20.2553 4.73242 24.9998 9.47689 24.9998 15.3295Z" fill="#0A5BEB"></path><path d="M9.36112 14.2567C9.36112 16.169 7.81089 17.7193 5.89858 17.7193C3.98627 17.7193 2.43604 16.169 2.43604 14.2567C2.43604 12.3444 3.98627 10.7942 5.89858 10.7942C7.81089 10.7942 9.36112 12.3444 9.36112 14.2567Z" fill="white"></path><mask id="mask0_27_189" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="29" height="30"><path d="M28.7878 15.2891C28.7878 23.2113 22.3656 29.6335 14.4434 29.6335C6.52129 29.6335 0.0991211 23.2113 0.0991211 15.2891C0.0991211 7.367 6.52129 0.944824 14.4434 0.944824C22.3656 0.944824 28.7878 7.367 28.7878 15.2891Z" fill="#0A5BEB"></path></mask><g mask="url(#mask0_27_189)"><mask id="mask1_27_189" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="2" width="26" height="26"><path d="M26.8538 15.2489C26.8538 22.1697 21.2434 27.78 14.3226 27.78C7.40188 27.78 1.7915 22.1697 1.7915 15.2489C1.7915 8.32815 7.40188 2.71777 14.3226 2.71777C21.2434 2.71777 26.8538 8.32815 26.8538 15.2489Z" fill="#C4C4C4"></path></mask><g mask="url(#mask1_27_189)"><path d="M28.3035 21.2836C28.3035 24.827 25.431 27.6995 21.8876 27.6995C18.3442 27.6995 15.4717 24.827 15.4717 21.2836C15.4717 17.7402 18.3442 14.8677 21.8876 14.8677C25.431 14.8677 28.3035 17.7402 28.3035 21.2836Z" fill="white"></path></g></g><path d="M24.8407 11.3032C24.8407 12.4843 23.8832 13.4418 22.7021 13.4418C21.521 13.4418 20.5635 12.4843 20.5635 11.3032C20.5635 10.122 21.521 9.16455 22.7021 9.16455C23.8832 9.16455 24.8407 10.122 24.8407 11.3032Z" fill="white"></path><path d="M6.10254 13.0354L21.1748 10.896L21.5822 12.2199L6.49568 15.2271L6.10254 13.0354Z" fill="white"></path><path d="M7.0151 13.8492L21.9893 18.4319L19.8749 23.8775L5.8984 15.7756L7.0151 13.8492Z" fill="white"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://www.appspace.com/about/">
						ABOUT US					</a>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-63de61a elementor-widget elementor-widget-text-editor" data-id="63de61a" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							Learn more about who we are, our people, our leadership, and more						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-30e9c449" data-id="30e9c449" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-14363bbe elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="14363bbe" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://www.appspace.com/resources/" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.33333 8.70834C7.21178 8.70834 7.0952 8.75663 7.00924 8.84259C6.92329 8.92854 6.875 9.04512 6.875 9.16668V27.5C6.875 27.6216 6.92329 27.7381 7.00924 27.8241C7.0952 27.9101 7.21178 27.9583 7.33333 27.9583H36.6667C36.7882 27.9583 36.9048 27.9101 36.9908 27.8241C37.0767 27.7381 37.125 27.6216 37.125 27.5V22C37.125 21.2406 37.7406 20.625 38.5 20.625C39.2594 20.625 39.875 21.2406 39.875 22V27.5C39.875 28.3509 39.537 29.167 38.9353 29.7686C38.3336 30.3703 37.5176 30.7083 36.6667 30.7083H7.33333C6.48243 30.7083 5.66638 30.3703 5.0647 29.7686C4.46302 29.167 4.125 28.3509 4.125 27.5V9.16668C4.125 8.31577 4.46302 7.49972 5.0647 6.89804C5.66638 6.29636 6.48243 5.95834 7.33333 5.95834H23.8333C24.5927 5.95834 25.2083 6.57395 25.2083 7.33334C25.2083 8.09274 24.5927 8.70834 23.8333 8.70834H7.33333Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M11.4583 36.6667C11.4583 35.9073 12.0739 35.2917 12.8333 35.2917H31.1666C31.926 35.2917 32.5416 35.9073 32.5416 36.6667C32.5416 37.426 31.926 38.0417 31.1666 38.0417H12.8333C12.0739 38.0417 11.4583 37.426 11.4583 36.6667Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M16.5 27.9583C17.2594 27.9583 17.875 28.574 17.875 29.3333V36.6667C17.875 37.4261 17.2594 38.0417 16.5 38.0417C15.7406 38.0417 15.125 37.4261 15.125 36.6667V29.3333C15.125 28.574 15.7406 27.9583 16.5 27.9583Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M27.5 27.9583C28.2594 27.9583 28.875 28.574 28.875 29.3333V36.6667C28.875 37.4261 28.2594 38.0417 27.5 38.0417C26.7406 38.0417 26.125 37.4261 26.125 36.6667V29.3333C26.125 28.574 26.7406 27.9583 27.5 27.9583Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M29.7917 7.33334C29.7917 6.57395 30.4073 5.95834 31.1667 5.95834H38.5C39.2594 5.95834 39.875 6.57395 39.875 7.33334V14.6667C39.875 15.4261 39.2594 16.0417 38.5 16.0417C37.7406 16.0417 37.125 15.4261 37.125 14.6667V8.70834H31.1667C30.4073 8.70834 29.7917 8.09274 29.7917 7.33334Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M39.4723 6.36107C40.0092 6.89804 40.0092 7.76864 39.4723 8.30562L30.3056 17.4723C29.7686 18.0093 28.898 18.0093 28.361 17.4723C27.8241 16.9353 27.8241 16.0647 28.361 15.5277L37.5277 6.36107C38.0647 5.8241 38.9353 5.8241 39.4723 6.36107Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://www.appspace.com/resources/">
						BLOG, EBOOKS, &amp; VIDEOS					</a>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-75bd9d45 elementor-widget elementor-widget-text-editor" data-id="75bd9d45" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>All the latest announcements, best practices, and more from our experienced team</p>						</div>
				</div>
				<div class="elementor-element elementor-element-3ca2f817 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="3ca2f817" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://www.appspace.com/tutorials/" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.1626 6.13302C12.5974 5.89003 13.1297 5.90123 13.5539 6.16231L37.3873 20.829C37.7939 21.0792 38.0416 21.5225 38.0416 22C38.0416 22.4775 37.7939 22.9208 37.3873 23.171L13.5539 37.8377C13.1297 38.0988 12.5974 38.11 12.1626 37.867C11.7277 37.624 11.4583 37.1648 11.4583 36.6667V7.33334C11.4583 6.8352 11.7277 6.37602 12.1626 6.13302ZM14.2083 9.79399V34.206L34.0431 22L14.2083 9.79399Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://www.appspace.com/tutorials/">
						VIDEO TUTORIALS					</a>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-7e625c08 elementor-widget elementor-widget-text-editor" data-id="7e625c08" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Grasp the basics, tackle the advanced, and master how to develop using training videos</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-6c720f4c" data-id="6c720f4c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4a5a5db8 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="4a5a5db8" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://www.appspace.com/events/" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M27.5 7.79169C28.2594 7.79169 28.875 8.4073 28.875 9.16669V12.8334C28.875 13.5927 28.2594 14.2084 27.5 14.2084C26.7406 14.2084 26.125 13.5927 26.125 12.8334V9.16669C26.125 8.4073 26.7406 7.79169 27.5 7.79169Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M27.5 18.7917C28.2594 18.7917 28.875 19.4073 28.875 20.1667V23.8334C28.875 24.5927 28.2594 25.2084 27.5 25.2084C26.7406 25.2084 26.125 24.5927 26.125 23.8334V20.1667C26.125 19.4073 26.7406 18.7917 27.5 18.7917Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M27.5 29.7917C28.2594 29.7917 28.875 30.4073 28.875 31.1667V34.8334C28.875 35.5927 28.2594 36.2084 27.5 36.2084C26.7406 36.2084 26.125 35.5927 26.125 34.8334V31.1667C26.125 30.4073 26.7406 29.7917 27.5 29.7917Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M9.16667 10.5417C8.55888 10.5417 7.97598 10.7831 7.54621 11.2129C7.11644 11.6427 6.875 12.2256 6.875 12.8334V17.1495C7.69551 17.3821 8.45123 17.8213 9.065 18.435C10.0105 19.3805 10.5417 20.6629 10.5417 22C10.5417 23.3372 10.0105 24.6195 9.065 25.565C8.45123 26.1788 7.69551 26.618 6.875 26.8506V31.1667C6.875 31.7745 7.11644 32.3574 7.54621 32.7871C7.97598 33.2169 8.55888 33.4584 9.16667 33.4584H34.8333C35.4411 33.4584 36.024 33.2169 36.4538 32.7871C36.8836 32.3574 37.125 31.7745 37.125 31.1667V26.8506C36.3045 26.618 35.5488 26.1788 34.935 25.565C33.9895 24.6195 33.4583 23.3372 33.4583 22C33.4583 20.6629 33.9895 19.3805 34.935 18.435C35.5488 17.8213 36.3045 17.3821 37.125 17.1495V12.8334C37.125 12.2256 36.8836 11.6427 36.4538 11.2129C36.024 10.7831 35.4411 10.5417 34.8333 10.5417H9.16667ZM5.60167 9.26836C6.54717 8.32286 7.82953 7.79169 9.16667 7.79169H34.8333C36.1705 7.79169 37.4528 8.32286 38.3983 9.26836C39.3438 10.2139 39.875 11.4962 39.875 12.8334V18.3334C39.875 19.0927 39.2594 19.7084 38.5 19.7084C37.8922 19.7084 37.3093 19.9498 36.8795 20.3796C36.4498 20.8093 36.2083 21.3922 36.2083 22C36.2083 22.6078 36.4498 23.1907 36.8795 23.6205C37.3093 24.0502 37.8922 24.2917 38.5 24.2917C39.2594 24.2917 39.875 24.9073 39.875 25.6667V31.1667C39.875 32.5038 39.3438 33.7862 38.3983 34.7317C37.4528 35.6772 36.1705 36.2084 34.8333 36.2084H9.16667C7.82953 36.2084 6.54717 35.6772 5.60167 34.7317C4.65617 33.7862 4.125 32.5038 4.125 31.1667V25.6667C4.125 24.9073 4.74061 24.2917 5.5 24.2917C6.10779 24.2917 6.69068 24.0502 7.12045 23.6205C7.55022 23.1907 7.79167 22.6078 7.79167 22C7.79167 21.3922 7.55022 20.8093 7.12045 20.3796C6.69068 19.9498 6.10779 19.7084 5.5 19.7084C4.74061 19.7084 4.125 19.0927 4.125 18.3334V12.8334C4.125 11.4962 4.65617 10.2139 5.60167 9.26836Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://www.appspace.com/events/">
						WEBINARS &amp; EVENTS					</a>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-49f5f47f elementor-widget elementor-widget-text-editor" data-id="49f5f47f" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>All the upcoming webinars, virtual events, and in-person trade shows &amp; meetups</p>						</div>
				</div>
				<div class="elementor-element elementor-element-a0abe0a elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="a0abe0a" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://www.appspace.com/partners/" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.5 6.875C13.2093 6.875 10.5416 9.54264 10.5416 12.8333C10.5416 16.124 13.2093 18.7917 16.5 18.7917C19.7907 18.7917 22.4583 16.124 22.4583 12.8333C22.4583 9.54264 19.7907 6.875 16.5 6.875ZM7.79163 12.8333C7.79163 8.02385 11.6905 4.125 16.5 4.125C21.3094 4.125 25.2083 8.02385 25.2083 12.8333C25.2083 17.6428 21.3094 21.5417 16.5 21.5417C11.6905 21.5417 7.79163 17.6428 7.79163 12.8333Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.8333 28.875C11.2531 28.875 9.73756 29.5028 8.62016 30.6202C7.50275 31.7376 6.875 33.2531 6.875 34.8333V38.5C6.875 39.2594 6.25939 39.875 5.5 39.875C4.74061 39.875 4.125 39.2594 4.125 38.5V34.8333C4.125 32.5237 5.04248 30.3087 6.67561 28.6756C8.30874 27.0425 10.5237 26.125 12.8333 26.125H20.1667C22.4763 26.125 24.6913 27.0425 26.3244 28.6756C27.9575 30.3087 28.875 32.5237 28.875 34.8333V38.5C28.875 39.2594 28.2594 39.875 27.5 39.875C26.7406 39.875 26.125 39.2594 26.125 38.5V34.8333C26.125 33.2531 25.4972 31.7376 24.3798 30.6202C23.2624 29.5028 21.7469 28.875 20.1667 28.875H12.8333Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M34.8334 13.2917C35.5928 13.2917 36.2084 13.9073 36.2084 14.6667V18.7917H40.3334C41.0928 18.7917 41.7084 19.4073 41.7084 20.1667C41.7084 20.9261 41.0928 21.5417 40.3334 21.5417H36.2084V25.6667C36.2084 26.4261 35.5928 27.0417 34.8334 27.0417C34.074 27.0417 33.4584 26.4261 33.4584 25.6667V21.5417H29.3334C28.574 21.5417 27.9584 20.9261 27.9584 20.1667C27.9584 19.4073 28.574 18.7917 29.3334 18.7917H33.4584V14.6667C33.4584 13.9073 34.074 13.2917 34.8334 13.2917Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://www.appspace.com/partners/">
						PARTNERS					</a>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-559c31e0 elementor-widget elementor-widget-text-editor" data-id="559c31e0" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Learn more about our partners, apply to become a partner, and access the latest resources</p>						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-a5a840e" data-id="a5a840e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ad9fdb7 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="ad9fdb7" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://www.appspace.com/press/" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.89801 6.89804C7.49969 6.29636 8.31574 5.95834 9.16665 5.95834H27.5C28.3509 5.95834 29.1669 6.29636 29.7686 6.89804C30.3703 7.49972 30.7083 8.31577 30.7083 9.16668V9.62501H34.8333C35.6842 9.62501 36.5003 9.96303 37.1019 10.5647C37.7036 11.1664 38.0416 11.9824 38.0416 12.8333V33C38.0416 34.3371 37.5105 35.6195 36.565 36.565C35.6195 37.5105 34.3371 38.0417 33 38.0417H12.8333C11.01 38.0417 9.26127 37.3174 7.97195 36.028C6.68264 34.7387 5.95831 32.99 5.95831 31.1667V9.16668C5.95831 8.31577 6.29633 7.49972 6.89801 6.89804ZM28.5092 35.2917H12.8333C11.7393 35.2917 10.6901 34.8571 9.9165 34.0835C9.14291 33.3099 8.70831 32.2607 8.70831 31.1667V9.16668C8.70831 9.04512 8.7566 8.92854 8.84256 8.84259C8.92851 8.75663 9.04509 8.70834 9.16665 8.70834H27.5C27.6215 8.70834 27.7381 8.75663 27.8241 8.84259C27.91 8.92854 27.9583 9.04512 27.9583 9.16668V33C27.9583 33.8042 28.1504 34.5885 28.5092 35.2917ZM30.7083 12.375V33C30.7083 33.6078 30.9498 34.1907 31.3795 34.6205C31.8093 35.0502 32.3922 35.2917 33 35.2917C33.6078 35.2917 34.1907 35.0502 34.6204 34.6205C35.0502 34.1907 35.2916 33.6078 35.2916 33V12.8333C35.2916 12.7118 35.2434 12.5952 35.1574 12.5093C35.0715 12.4233 34.9549 12.375 34.8333 12.375H30.7083Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M13.2917 14.6667C13.2917 13.9073 13.9073 13.2917 14.6667 13.2917H22C22.7594 13.2917 23.375 13.9073 23.375 14.6667C23.375 15.426 22.7594 16.0417 22 16.0417H14.6667C13.9073 16.0417 13.2917 15.426 13.2917 14.6667Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M13.2917 22C13.2917 21.2406 13.9073 20.625 14.6667 20.625H22C22.7594 20.625 23.375 21.2406 23.375 22C23.375 22.7594 22.7594 23.375 22 23.375H14.6667C13.9073 23.375 13.2917 22.7594 13.2917 22Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M13.2917 29.3333C13.2917 28.574 13.9073 27.9583 14.6667 27.9583H22C22.7594 27.9583 23.375 28.574 23.375 29.3333C23.375 30.0927 22.7594 30.7083 22 30.7083H14.6667C13.9073 30.7083 13.2917 30.0927 13.2917 29.3333Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://www.appspace.com/press/">
						PRESS					</a>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-46d6ba9 elementor-widget elementor-widget-text-editor" data-id="46d6ba9" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							Check out our latest press releases and media coverage						</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-inner-column elementor-element elementor-element-24c37f52 secondcard-height" data-id="24c37f52" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4512b189 elementor-vertical-align-middle elementor-widget elementor-widget-icon-box" data-id="4512b189" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<span>
						GETTING STARTED WITH APPSPACE					</span>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-2da86de7 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="2da86de7" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://docs.appspace.com/" target="_blank" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M27.5 4.125C28.2594 4.125 28.875 4.74061 28.875 5.5V12.8333C28.875 12.9549 28.9233 13.0715 29.0092 13.1574C29.0952 13.2434 29.2118 13.2917 29.3333 13.2917H36.6667C37.4261 13.2917 38.0417 13.9073 38.0417 14.6667C38.0417 15.4261 37.4261 16.0417 36.6667 16.0417H29.3333C28.4824 16.0417 27.6664 15.7036 27.0647 15.102C26.463 14.5003 26.125 13.6842 26.125 12.8333V5.5C26.125 4.74061 26.7406 4.125 27.5 4.125Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M20.1667 6.875C19.5589 6.875 18.976 7.11644 18.5462 7.54621C18.1164 7.97598 17.875 8.55888 17.875 9.16667V27.5C17.875 28.1078 18.1164 28.6907 18.5462 29.1205C18.976 29.5502 19.5589 29.7917 20.1667 29.7917H33C33.6078 29.7917 34.1907 29.5502 34.6205 29.1205C35.0502 28.6907 35.2917 28.1078 35.2917 27.5V15.2362L26.9305 6.875H20.1667ZM16.6017 5.60167C17.5472 4.65617 18.8295 4.125 20.1667 4.125H27.5C27.8647 4.125 28.2144 4.26987 28.4723 4.52773L37.6389 13.6944C37.8968 13.9523 38.0417 14.302 38.0417 14.6667V27.5C38.0417 28.8371 37.5105 30.1195 36.565 31.065C35.6195 32.0105 34.3371 32.5417 33 32.5417H20.1667C18.8295 32.5417 17.5472 32.0105 16.6017 31.065C15.6562 30.1195 15.125 28.8371 15.125 27.5V9.16667C15.125 7.82953 15.6562 6.54717 16.6017 5.60167Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M12.8333 14.2083C12.2255 14.2083 11.6426 14.4498 11.2128 14.8796C10.7831 15.3093 10.5416 15.8922 10.5416 16.5V34.8333C10.5416 35.4411 10.7831 36.024 11.2128 36.4538C11.6426 36.8836 12.2255 37.125 12.8333 37.125H25.6666C26.2744 37.125 26.8573 36.8836 27.2871 36.4538C27.7169 36.024 27.9583 35.4411 27.9583 34.8333V31.1667C27.9583 30.4073 28.5739 29.7917 29.3333 29.7917C30.0927 29.7917 30.7083 30.4073 30.7083 31.1667V34.8333C30.7083 36.1705 30.1771 37.4528 29.2316 38.3983C28.2861 39.3438 27.0038 39.875 25.6666 39.875H12.8333C11.4962 39.875 10.2138 39.3438 9.2683 38.3983C8.3228 37.4528 7.79163 36.1705 7.79163 34.8333V16.5C7.79163 15.1629 8.3228 13.8805 9.2683 12.935C10.2138 11.9895 11.4962 11.4583 12.8333 11.4583H16.5C17.2594 11.4583 17.875 12.074 17.875 12.8333C17.875 13.5927 17.2594 14.2083 16.5 14.2083H12.8333Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://docs.appspace.com/" target="_blank">
						DOCUMENTATION					</a>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-4b0d3470 elementor-widget elementor-widget-text-editor" data-id="4b0d3470" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Step-by-step paths and how-to user guides to turn any novice into an Appspace pro</p>						</div>
				</div>
				<div class="elementor-element elementor-element-b3b8305 elementor-position-left elementor-vertical-align-middle elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="b3b8305" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-box-wrapper">
						<div class="elementor-icon-box-icon">
				<a href="https://www.appspace.com/catalogue/" target="_blank" class="elementor-icon elementor-animation-" tabindex="-1">
				<svg xmlns="http://www.w3.org/2000/svg" width="44" height="44" viewBox="0 0 44 44" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 33.9977C11.095 33.9977 8.48678 34.6966 6.18749 36.0241C5.52983 36.4038 4.6889 36.1785 4.3092 35.5208C3.9295 34.8632 4.15483 34.0222 4.81249 33.6425C7.52983 32.0737 10.6123 31.2477 13.75 31.2477C16.6259 31.2477 19.4555 31.9416 22 33.2655C24.5445 31.9416 27.374 31.2477 30.25 31.2477C33.3877 31.2477 36.4701 32.0737 39.1875 33.6425C39.8451 34.0222 40.0705 34.8632 39.6908 35.5208C39.3111 36.1785 38.4701 36.4038 37.8125 36.0241C35.5132 34.6966 32.905 33.9977 30.25 33.9977C27.595 33.9977 24.9868 34.6966 22.6875 36.0241C22.2621 36.2697 21.7379 36.2697 21.3125 36.0241C19.0132 34.6966 16.405 33.9977 13.75 33.9977Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 10.1644C11.095 10.1644 8.48678 10.8633 6.18749 12.1908C5.52983 12.5705 4.6889 12.3452 4.3092 11.6875C3.9295 11.0299 4.15483 10.1889 4.81249 9.80922C7.52983 8.24037 10.6123 7.41443 13.75 7.41443C16.626 7.41443 19.4555 8.10831 22 9.43215C24.5445 8.10831 27.374 7.41443 30.25 7.41443C33.3877 7.41443 36.4701 8.24037 39.1875 9.80922C39.8451 10.1889 40.0705 11.0299 39.6908 11.6875C39.3111 12.3452 38.4701 12.5705 37.8125 12.1908C35.5132 10.8633 32.905 10.1644 30.25 10.1644C27.595 10.1644 24.9868 10.8633 22.6875 12.1908C22.2621 12.4364 21.7379 12.4364 21.3125 12.1908C19.0132 10.8633 16.405 10.1644 13.75 10.1644Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 9.625C6.25939 9.625 6.875 10.2406 6.875 11V34.8333C6.875 35.5927 6.25939 36.2083 5.5 36.2083C4.74061 36.2083 4.125 35.5927 4.125 34.8333V11C4.125 10.2406 4.74061 9.625 5.5 9.625Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M22 9.625C22.7594 9.625 23.375 10.2406 23.375 11V34.8333C23.375 35.5927 22.7594 36.2083 22 36.2083C21.2406 36.2083 20.625 35.5927 20.625 34.8333V11C20.625 10.2406 21.2406 9.625 22 9.625Z" fill="#0A5BEB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M38.5 9.625C39.2594 9.625 39.875 10.2406 39.875 11V34.8333C39.875 35.5927 39.2594 36.2083 38.5 36.2083C37.7406 36.2083 37.125 35.5927 37.125 34.8333V11C37.125 10.2406 37.7406 9.625 38.5 9.625Z" fill="#0A5BEB"></path></svg>				</a>
			</div>
						<div class="elementor-icon-box-content">
				<h3 class="elementor-icon-box-title">
					<a href="https://www.appspace.com/catalogue/" target="_blank">
						PRODUCT CATALOGUE					</a>
				</h3>
							</div>
		</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-5ffe5c1f elementor-widget elementor-widget-text-editor" data-id="5ffe5c1f" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>Learn more about products and features and get started quickly</p>						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div></li>
<li id="menu-item-46750" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-46750 nav-item elementskit-mobile-builder-content" data-vertical-menu="750px"><a href="https://www.appspace.com/careers/" class="ekit-menu-nav-link">CAREERS</a></li>
</ul><div class="elementskit-nav-identity-panel">
				<div class="elementskit-site-title">
					<a class="elementskit-nav-logo" href="https://www.appspace.com" target="_self" rel="">
						<img src="" title="" alt="">
					</a> 
				</div><button class="elementskit-menu-close elementskit-menu-toggler" type="button">X</button></div></div>			
			<div class="elementskit-menu-overlay elementskit-menu-offcanvas-elements elementskit-menu-toggler ekit-nav-menu--overlay"></div></div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-6a588192 elementor-hidden-tablet elementor-hidden-mobile" data-id="6a588192" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-42890f8d elementor-align-right elementor-widget__width-initial elementor-widget elementor-widget-button" data-id="42890f8d" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="http://info.appspace.com/cloud/login">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">SIGN IN</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-780e3556 elementor-hidden-mobile elementor-hidden-tablet" data-id="780e3556" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f3d12de elementor-align-right elementor-widget__width-initial elementor-widget elementor-widget-button" data-id="f3d12de" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="https://info.appspace.com/signup">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">TRY FOR FREE</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-2d853eed elementor-hidden-mobile elementor-hidden-tablet" data-id="2d853eed" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2a64e0b9 elementor-align-right elementor-widget elementor-widget-button" data-id="2a64e0b9" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.appspace.com/contact-sales/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">CONTACT SALES</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
		<section class="elementor-section elementor-top-section elementor-element elementor-element-30491d7a elementor-section-full_width elementor-hidden-desktop elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle elementskit-parallax-multi-container" data-id="30491d7a" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
			<div class="elementor-container elementor-column-gap-default">
		<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-129490b0" data-id="129490b0" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
			<div class="elementor-element elementor-element-6da72426 elementor-widget-tablet__width-initial elementor-widget elementor-widget-image" data-id="6da72426" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default">
	<div class="elementor-widget-container">
											<a href="https://www.appspace.com/">
				<img width="207" height="43" src="https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo.png" class="attachment-full size-full wp-image-42358" alt="Appspace Logo" srcset="https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo.png 207w, https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo-24x5.png 24w, https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo-36x7.png 36w, https://www.appspace.com/wp-content/uploads/2022/06/appspace_logo-48x10.png 48w" sizes="(max-width: 207px) 100vw, 207px">								</a>
										</div>
	</div>
		</div>
</div>
	<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-321a8958" data-id="321a8958" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
			<div class="elementor-element elementor-element-69d5b9fd elementor-absolute elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="69d5b9fd" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;dropdown&quot;,&quot;_position&quot;:&quot;absolute&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;<i class=\&quot;fas fa-caret-down\&quot;><\/i>&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="nav-menu.default">
	<div class="elementor-widget-container">
		<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="true">
<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i>			<span class="elementor-screen-only">Menu</span>
</div>
		<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="false" style="--menu-height: 1000vmax;">
	<ul id="menu-2-69d5b9fd" class="elementor-nav-menu" data-smartmenus-id="1727981924343377"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-46067"><a href="/workplace-communications/" class="elementor-item" tabindex="0">Workplace Communications</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-46068"><a href="/workplace-management/" class="elementor-item has-submenu" tabindex="0" id="sm-1727981924343377-1" aria-haspopup="true" aria-controls="sm-1727981924343377-2" aria-expanded="false">Workplace Management<span class="sub-arrow"><i class="fas fa-caret-down"></i></span></a>
<ul class="sub-menu elementor-nav-menu--dropdown" id="sm-1727981924343377-4" role="group" aria-hidden="true" aria-labelledby="sm-1727981924343377-3" aria-expanded="false">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-45285"><a href="/intranet/" class="elementor-sub-item" tabindex="-1">Intranet</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30094"><a href="https://www.appspace.com/employee-comms/" class="elementor-sub-item" tabindex="-1">Employee Communications</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30095"><a href="https://www.appspace.com/digital-signage/" class="elementor-sub-item" tabindex="-1">Digital Signage Software</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30191"><a href="https://www.appspace.com/content/" class="elementor-sub-item" tabindex="-1">Content &amp; Publishing</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30262"><a href="https://www.appspace.com/space-reservation/" class="elementor-sub-item" tabindex="-1">Space Reservation</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30223"><a href="https://www.appspace.com/visitor-management/" class="elementor-sub-item" tabindex="-1">Visitor Management</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-45287"><a href="/wayfinding/" class="elementor-sub-item" tabindex="-1">Wayfinding</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-20948"><a href="#" class="elementor-item elementor-item-anchor has-submenu" tabindex="0" id="sm-1727981924343377-5" aria-haspopup="true" aria-controls="sm-1727981924343377-6" aria-expanded="false">Solutions<span class="sub-arrow"><i class="fas fa-caret-down"></i></span></a>
<ul class="sub-menu elementor-nav-menu--dropdown" id="sm-1727981924343377-6" role="group" aria-hidden="true" aria-labelledby="sm-1727981924343377-5" aria-expanded="false" style="width: auto; display: none;">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30825"><a href="https://www.appspace.com/communications-teams/" class="elementor-sub-item" tabindex="-1">For Communication Teams</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-21281"><a href="https://www.appspace.com/space-management/" class="elementor-sub-item" tabindex="-1">For Workplace Teams</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30915"><a href="https://www.appspace.com/frontline-workers/" class="elementor-sub-item" tabindex="-1">For Frontline Workers</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-37105"><a href="https://www.appspace.com/for-hybrid-teams/" class="elementor-sub-item" tabindex="-1">For Hybrid Teams</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80531"><a href="/it-recession-proof/" class="elementor-sub-item" tabindex="-1">IT Recession-Proof</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80532"><a href="/better-office-experience/" class="elementor-sub-item" tabindex="-1">Better Office Experience</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-50964"><a href="/microsoft/" class="elementor-sub-item" tabindex="-1">Appspace for Microsoft</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-50965"><a href="/appspace-for-google/" class="elementor-sub-item" tabindex="-1">Appspace for Google</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80533"><a href="/ai/" class="elementor-sub-item" tabindex="-1">Appspace AI</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-62651"><a href="#" class="elementor-item elementor-item-anchor has-submenu" tabindex="0" id="sm-1727981924343377-7" aria-haspopup="true" aria-controls="sm-1727981924343377-8" aria-expanded="false">Customer<span class="sub-arrow"><i class="fas fa-caret-down"></i></span></a>
<ul class="sub-menu elementor-nav-menu--dropdown" id="sm-1727981924343377-8" role="group" aria-hidden="true" aria-labelledby="sm-1727981924343377-7" aria-expanded="false">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-62653"><a href="https://docs.appspace.com/" class="elementor-sub-item" tabindex="-1">Knowledge Center</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-62652"><a href="https://www.appspace.com/support/" class="elementor-sub-item" tabindex="-1">Support</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-62654"><a href="https://docs.appspace.com/product-roadmap/" class="elementor-sub-item" tabindex="-1">Product Roadmap</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8866"><a href="https://www.appspace.com/pricing/" class="elementor-item" tabindex="0">Pricing</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8867"><a href="#" class="elementor-item elementor-item-anchor has-submenu" tabindex="0" id="sm-1727981924343377-9" aria-haspopup="true" aria-controls="sm-1727981924343377-10" aria-expanded="false">Resources<span class="sub-arrow"><i class="fas fa-caret-down"></i></span></a>
<ul class="sub-menu elementor-nav-menu--dropdown" id="sm-1727981924343377-10" role="group" aria-hidden="true" aria-labelledby="sm-1727981924343377-9" aria-expanded="false">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-82320"><a href="https://www.appspace.com/wxhub/" class="elementor-sub-item" tabindex="-1">WX Hub</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-82749"><a href="https://www.appspace.com/resources/" class="elementor-sub-item" tabindex="-1">Blog</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-82750"><a href="https://www.appspace.com/resources/" class="elementor-sub-item" tabindex="-1">Guides &amp; More</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80534"><a href="https://www.appspace.com/resources/events/" class="elementor-sub-item" tabindex="-1">Events &amp; Webinars</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-82751"><a href="https://www.appspace.com/resources/case-studies" class="elementor-sub-item" tabindex="-1">Customer Stories</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8915"><a href="https://www.appspace.com/about/" class="elementor-sub-item" tabindex="-1">About Us</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80536"><a href="https://www.appspace.com/press/" class="elementor-sub-item" tabindex="-1">Press</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8914"><a href="https://www.appspace.com/partners/" class="elementor-sub-item" tabindex="-1">Partners</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8912"><a href="https://docs.appspace.com/" class="elementor-sub-item" tabindex="-1">Knowledge Center</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8905"><a href="https://info.appspace.com/signup" class="elementor-item" tabindex="0">Try For Free</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8868"><a href="https://cloud.appspace.com/#!/login" class="elementor-item elementor-item-anchor" tabindex="0">Sign in</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-61974"><a href="https://www.appspace.com/contact-sales/" class="elementor-item" tabindex="0">Contact Us</a></li>
</ul>			</nav>
	</div>
	</div>
		</div>
</div>
		</div>
</section>
				</div>
		</div>

<!--Added hero text max width config options lines 522-547-->
<!--Added hero text max width styling lines 3-9-->
<style>
@media screen and (min-width: 1025px) {
  section.pf-hero-background div.section-base {
    
  }
}
</style>

<section data-pf-theme-artefact-id="hero-with-background-image"
      data-pf-theme-artefact-file-id="bcd8b290-2d51-4320-bce7-f81e7ca69eeb"
      data-pf-theme-artefact-filename="hero-with-background-image"
      data-pf-theme-block-id="QiXdjX66W2"
      data-pf-theme-block-type="section"
      data-pf-theme-block-pos="1"
      data-pf-theme-block-ref="hero"
  id="pf-hero-with-background"
  class="section-display section-padding pf-hero-background relative
    hidden
    
      bg-[linear-gradient(90deg,#ffffff,#ffffff)]
    "
>
  <div id="hero-with-background-image-QiXdjX66W2"></div>
    
    <div class="relative px-[0px] py-[0]">
      <div class="section-base container mx-auto py-20 md:py-28">
        <div class="mx-auto text-center">
          
          <h1 id="pf-hero-with-background-heading" class="mb-4 text-4xl md:text-5xl lg:text-6xl font-heading font-bold"><div class="pf-rte-wrapper">
<div class="pf-rte-wrapper" style="text-align: center;"><span class="pf_font_preset_0">Title about guides &amp; more</span></div>
<h1 id="pf-hero-with-background-heading" class="mb-4 text-4xl md:text-5xl lg:text-6xl font-heading font-bold"></h1>
<h6 id="pf-hero-with-background-subheading" class="mb-8 text-2xl font-light text-gray-700 md:text-2xl"></h6>
</div></h1>
          <h6 id="pf-hero-with-background-subheading" class="mb-8 text-2xl font-light text-gray-700 md:text-2xl">
            <div class="pf-rte-wrapper">
<div class="pf-rte-wrapper" style="text-align: center;"><span class="pf_font_preset_6" style="font-size: 18pt;">Small description?</span></div>
</div>
          </h6>
          <div class="flex flex-wrap justify-center">
            
          </div>
        </div>
      </div>
    </div>
</section>

<!-- content_vertical_alignment, hero_media_layout_override -->
<section data-pf-theme-artefact-id="hero"
      data-pf-theme-artefact-file-id="1c2610bb-92ab-4e7e-804e-f630b6fbf154"
      data-pf-theme-artefact-filename="hero"
      data-pf-theme-block-id="hero"
      data-pf-theme-block-type="section"
      data-pf-theme-block-pos="2"
      data-pf-theme-block-ref="hero" 
  id="hero-hero"
  class="section-display section-padding pf-hero relative
    hidden
    
      bg-[#FFFFFF]
    "
>
  <div id="hero-hero"></div>
  
  <div class="section-base relative px-[60px] py-[0]">
    <div class="flex flex-col -mx-4 md:flex-row xl:items-center" style="align-items: flex-start">
      <div class="flex-1 grow-[2] px-4 mb-4 md:mb-0 ">
        <h1 id="pf-hero-heading" class="mb-4 text-4xl font-bold leading-tight tracking-tight md:text-5xl lg:text-6xl">
          <div class="pf-rte-wrapper">
<p><span class="pf_font_preset_0" style="font-size: 36pt;">How AI can support and improve workplace communication</span></p>
</div>
        </h1>
        <h6 id="pf-hero-subheading" class="mb-8 text-2xl font-light text-gray-700 md:text-2xl">
          <div class="pf-rte-wrapper">
<p><span style="font-family: InterVariableFontslnt;">Let&rsquo;s dive into how AI is shaping the workplace for the better and how it can improve internal communications in your workplace.</span></p>
</div>
        </h6>
        <div class="flex flex-wrap justify-start">
          
            
              <div class="w-full py-1 md:mr-4 md:w-auto">
                



  <a
  class="
    btn leading-none btn-md pf-cta pf_font_preset_7 bg-[#0a5beb] border-[#0a5beb]
     text-on-primary 
    
     hover:bg-primary-600  focus:ring-[#0a5beb] rounded-[30px] 
  "
  href="https://www.appspace.com/resources/featured-resources/how-ai-can-support-and-improve-workplace-communication"
  
    target="_blank"
  
  data-pf-theme-artefact-id="cta-link"
  data-pf-theme-block-id="ctas_0"
  data-pf-theme-block-type="component"
  data-pf-theme-block-ref="cta"
  data-pf-theme-block-label="Read More"
  tabindex="0" 
  role="button"
  aria-label="Read More"
  
>
  Read More
</a>




              </div>
            
          
        </div>
      </div>
      
        <div class="flex-1 px-4" >
          <div class="w-full mx-auto md:max-w-max">
            <img id="pf-hero-image" class="rounded-lg  w-[500px]  mx-auto object-cover" src="https://cdn.pathfactory.com/assets/11070/thumbnails/714032/ad920b96-3bb3-4fc7-820d-13e281cd1adc.jpg" alt="">
          </div>
        </div>
      
      
        
      
    </div>
  </div>
</section>




<!--Added resource center button config options lines 804-899-->
<!--Added resource center button hover styling lines 3-8-->
<style>
button.pf-lazy-load-button:hover {
  
  color: #ffffff !important;
}

@media screen and (min-width: 1025px) {
  section.pf-resource-center div.headings {
    
  }
}
</style>












<section data-pf-theme-artefact-id="resource-center"
      data-pf-theme-artefact-file-id="d867c4da-0f87-4db1-a95d-ef9904a0ef6e"
      data-pf-theme-artefact-filename="resource-center"
      data-pf-theme-block-id="Yc0qiu0mjc"
      data-pf-theme-block-type="section"
      data-pf-theme-block-pos="3"
      data-pf-theme-block-ref="resource-center"
  class="section-Yc0qiu0mjc section-display section-padding pf-resource-center relative
    hidden
    
      bg-[#FFFFFF]
    "
>
  <div id="resource-center-Yc0qiu0mjc"></div>
  <div class="section-base relative px-[0] py-[0]">
  <div style="display: flex; flex-direction: column; align-items: center;">
    
      <div class="pf-full-width-rte text-center flex flex-wrap w-full pb-[20px] headings">
        <div class="pf-rte-wrapper">
<p style="text-align: center;"><span class="pf_font_preset_2" style="font-size: 28pt;">Heading</span></p>
</div>
      </div>
    
    
      <div class="pf-full-width-rte text-center flex flex-wrap w-full pb-[20px] headings">
        <div class="pf-rte-wrapper">
<p style="text-align: center;"><span class="pf_font_preset_6" style="font-size: 18pt;">Sub-heading</span></p>
</div>
      </div>
    
    </div>
    <div class="flex flex-col ">
      









<div class="px-[10px] flex-wrap">
  <div class="mb-[10px] flex flex-wrap gap-x-3 md:justify-between">
    <div class="flex flex-grow justify-between gap-1">
      
      
  </div>
  <div class="pf-resource-center-filters rc-mobile-filters-container md:hidden">
          
          



<div id="rc-mobile-filter-Yc0qiu0mjc" class="z-[1000] fixed bottom-[calc(0px-70%)] left-0 h-[70%] w-full transition-[bottom] ease-in-out duration-300 md:hidden bg-white" x-data="{
    isFilterExpanded: false,
    checkStyle() {
      this.isFilterExpanded = $el.style.bottom === '0px';
    }
  }"
  x-init="checkStyle()"
  @keyup.escape="$el.style.bottom = ''; checkStyle()"
  @transitionend="checkStyle()">
  <div
    id="rc-mobile-filter-Yc0qiu0mjc-title"
    class="w-full px-5 flex justify-between items-center h-[50px]
      
        text-[#ffffff]
      
      
        bg-[#0a5beb]
      "
  >
    <h2>Filters&nbsp;</h2>
    <button aria-label="Close" class="fa fa-close"></button>
  </div>
  <div class="w-full flex justify-center h-full">
    
            <div class="flex flex-col w-full overflow-scroll">
              
            </div>
          
  </div>
</div>
<script>
  document.querySelector("#rc-mobile-filter-Yc0qiu0mjc-title").onclick = (e) => {
    const bottombar = document.querySelector("#rc-mobile-filter-Yc0qiu0mjc");
    const bottombarTitleIcon = document.querySelector("#rc-mobile-filter-Yc0qiu0mjc-title > i");
    if (bottombar.style.bottom == "0px") {
      bottombar.style.bottom = ""
      bottombar.classList.add("bottom-calc(0px-70%)");
      bottombarTitleIcon?.setAttribute("class", "fa fa-close");
    } else {
      bottombar.classList.remove("bottom-calc(0px-70%)");
      bottombar.style.bottom = "0px";
      bottombarTitleIcon?.setAttribute("class", "fa fa-close");
    }
    
  }
  document.addEventListener("keydown", (e) => {
    const bottombar = document.querySelector("#rc-mobile-filter-Yc0qiu0mjc");
    const closeButton = document.querySelector('#rc-mobile-filter-Yc0qiu0mjc .fa-close');
    if (e.key === "Escape") {
      bottombar.style.bottom = ""
      closeButton.setAttribute('tabindex', '-1');
    } else if (e.key === "Tab") {
      trapElementFocus(bottombar, e);
    }
  });
</script>
        </div>
    
  </div>
  
</div>

<script>
  (() => {
    const searchBoxElement = document.querySelector(".section-Yc0qiu0mjc .search-Yc0qiu0mjc");
    const filterButton = document.querySelector(".section-Yc0qiu0mjc .rc-mobile-filter-selector");
    const bottomBar = document.querySelector("#rc-mobile-filter-Yc0qiu0mjc");
    const closeButton = document.querySelector('#rc-mobile-filter-Yc0qiu0mjc .fa-close');

    // disable initial tabbing for close button in bottom bar
    closeButton.setAttribute("tabindex", "-1");

    // handle search input
    searchBoxElement?.addEventListener("input", pfDebounce((event) => {
      pfGetContents({sectionNodeId: "Yc0qiu0mjc", updateParams: {search: event.target.value, page: 1}});
    }), 1000);

    // handle filter button click
    filterButton?.addEventListener("click", () => {
      filterButton.setAttribute("aria-expanded", "true");
      closeButton.setAttribute("tabindex", "0");
      document.querySelector('#rc-mobile-filter-Yc0qiu0mjc-title').onclick();
    });

    // handle close button click that collapses bottom bar
    closeButton?.addEventListener("click", () => {
      filterButton.setAttribute("aria-expanded", "false");
      closeButton.setAttribute("tabindex", "-1");
    });
  })();

</script>
      <div class="flex flex-col w-full items-center">
        











<div
  data-uuid=""
  style="display: none;"
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/2 template"
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href=""
    
    
  >
    <div class="relative overflow-hidden  rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src=""
        alt="Sample content thumbnail"
      >
      <div class="relative top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[fff]">
        <div class="pf_font_preset_7 text-[#01153f] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2"></span>
        </div>
        
          <div
            class="pf_font_preset_7 text-[#000000] pb-[10px]"
            style="display: none;"
          >
            <span class="pf-content-card-description line-clamp-2">
              
            </span>
          </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
    <span class="
  pf-content-tag-on-card 
  bg-[#e0eaf5] text-[#060e1c] pf_font_preset_7 rounded-[0px] max-w-full break-words px-[10px] py-[5px]
 w-fit
" data-enabled-tags=""></span>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  <span class="
  pf-content-tag-below-card 
  bg-[#e0eaf5] text-[#060e1c] pf_font_preset_7 rounded-[0px] max-w-full break-words px-[10px] py-[5px]

" data-enabled-tags=""></span>
  
</div>
  </a>
</div>

        <div class="pf-resource-center-cards-wrapper flex flex-wrap w-full ">
          
          
            











<div
  data-uuid="6b4020a5-f1db-4514-8376-a6edde22de85"
  
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/2 "
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href="https://www.appspace.com/resources/blog/c/future-proof-your-workplace-communications?pflpid=19278"
    
    
  >
    <div class="relative overflow-hidden  rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src="https://cdn.pathfactory.com/assets/11070/contents/1198079/thumbnails/600x/f49a717f-3fd6-4b3c-ac55-99815dda816f.png"
        alt="Sample content thumbnail"
      >
      <div class="relative top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[fff]">
        <div class="pf_font_preset_7 text-[#01153f] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2">Future-proof your workplace communications: Why attend WOW25</span>
        </div>
        
          <div
            class="pf_font_preset_7 text-[#000000] pb-[10px]"
            style=""
          >
            <span class="pf-content-card-description line-clamp-2">
              Future-proof your workplace communications at WOW25. Learn new tools, trends, and get practical advice for engaging hybrid teams. Hear from expert Sara Ross & connect with peers.
            </span>
          </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
  </a>
</div>

          
            











<div
  data-uuid="8630c5f2-ab50-4464-bee1-a781a3389c0c"
  
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/2 "
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href="https://www.appspace.com/resources/blog/c/wx-trends-modernize-digital-employee-experience?pflpid=19278"
    
    
  >
    <div class="relative overflow-hidden  rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src="https://cdn.pathfactory.com/assets/11070/contents/1176016/thumbnails/600x/e02e0c2c-77cc-4c58-a7b6-3540a2d5436b.jpg"
        alt="Sample content thumbnail"
      >
      <div class="relative top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[fff]">
        <div class="pf_font_preset_7 text-[#01153f] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2">How to modernize the digital employee experience</span>
        </div>
        
          <div
            class="pf_font_preset_7 text-[#000000] pb-[10px]"
            style=""
          >
            <span class="pf-content-card-description line-clamp-2">
              Improve employee experience with modern digital communications. Learn how to conduct audits, leverage AI, and empower local leaders for a connected workplace,
            </span>
          </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
  </a>
</div>

          
            











<div
  data-uuid="cee8bf83-0f15-4efc-b6dd-dbe0a623d814"
  
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/2 "
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href="https://www.appspace.com/resources/blog/c/inside-qbic-strategy-build-smart-offices?pflpid=19278"
    
    
  >
    <div class="relative overflow-hidden  rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src="https://cdn.pathfactory.com/assets/11070/contents/1177832/thumbnails/600x/466a6a34-7792-4adc-b21a-030a6e5a9aa7.jpg"
        alt="Sample content thumbnail"
      >
      <div class="relative top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[fff]">
        <div class="pf_font_preset_7 text-[#01153f] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2">Inside Qbic’s strategy: Building smart offices that actually work</span>
        </div>
        
          <div
            class="pf_font_preset_7 text-[#000000] pb-[10px]"
            style=""
          >
            <span class="pf-content-card-description line-clamp-2">
              Connect employees with Appspace and Microsoft Viva, SharePoint, and Teams. Post once, reach everyone, and enhance workplace communication.
            </span>
          </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
  </a>
</div>

          
            











<div
  data-uuid="d2e37cc0-84f6-457c-8331-b5a2d496d279"
  
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/2 "
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href="https://www.appspace.com/resources/blog/c/wx-trends-future-off-could-be-good-for-your-health?pflpid=19278"
    
    
  >
    <div class="relative overflow-hidden  rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src="https://cdn.pathfactory.com/assets/11070/contents/955748/thumbnails/600x/1Blog-April-Social-Appspace-PF.jpg"
        alt="Sample content thumbnail"
      >
      <div class="relative top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[fff]">
        <div class="pf_font_preset_7 text-[#01153f] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2">The future office could be good for your health (and a reason to return)</span>
        </div>
        
          <div
            class="pf_font_preset_7 text-[#000000] pb-[10px]"
            style=""
          >
            <span class="pf-content-card-description line-clamp-2">
              Discover how smart technology is transforming workplaces into sustainable, energy-efficient, and healthier spaces.
            </span>
          </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
  </a>
</div>

          
        </div>
        <div class="pf-no-results text-xl text-center w-full p-15" style="display: none;">No results match the search/filter criteria</div>
        <!--Added inline styling to the CTA button line 29-->


















  <div class="pf-lazy-load-container my-0 mx-auto" >
    <button 
      class="pf-lazy-load-button bg-[#E8EBF1] hover:bg-[#0a5beb] py-2 px-4 border-2 border-black rounded border-opacity-100" style="border-radius: 30px;border-width: 0px;border-color: #000000;color: #000000;"
    >
      Load more...
    </button>
  </div>




 

<script >
  document.querySelector(".section-Yc0qiu0mjc .pf-lazy-load-button")?.addEventListener("click", () => {
  const currentPage = window.pfResourceCenterParams?.["Yc0qiu0mjc"]?.page || 1;
    pfGetContents({ sectionNodeId: "Yc0qiu0mjc", isLoadMore: true, updateParams: {page: currentPage + 1}});
  }); 
  
  document.querySelector(".section-Yc0qiu0mjc .pf-pagination-item-previous")?.addEventListener("click", (event) => {
    let nextPage = (window.pfResourceCenterParams?.["Yc0qiu0mjc"]?.page || 1) - 1;
    if (nextPage < 1) {
      nextPage = 1;
    }
    pfGetContents({ sectionNodeId: "Yc0qiu0mjc", updateParams: { page: nextPage } });
  });
  
  document.querySelector(".section-Yc0qiu0mjc .pf-pagination-item-next")?.addEventListener("click", (event) => {
    const totalContents = window.pfResourceCenterParams?.["Yc0qiu0mjc"]?.totalContents;
    const contentsPerPage = 4;
    const totalPages = Math.ceil(totalContents / contentsPerPage);
    let nextPage = (window.pfResourceCenterParams?.["Yc0qiu0mjc"]?.page || 1) + 1;
    if (nextPage > totalPages) {
      nextPage = totalPages;
    }
    pfGetContents({ sectionNodeId: "Yc0qiu0mjc", updateParams: { page: nextPage } });
  });
  document.querySelectorAll(".section-Yc0qiu0mjc .pf-pagination-item").forEach((link, index) => {
    link.addEventListener("click", (event) => {
      if (link.textContent === "...") {
        return;
      }
      const pageNumber = parseInt(link.textContent);
      pfGetContents({ sectionNodeId: "Yc0qiu0mjc", updateParams: { page: pageNumber } });
    })
  });

  document.addEventListener('pageMetadataUpdated', (event) => {
    if (event.detail !== "Yc0qiu0mjc") return;
    const currentPage = window.pfResourceCenterParams?.["Yc0qiu0mjc"]?.page || 1;
    const totalContents = window.pfResourceCenterParams?.["Yc0qiu0mjc"]?.totalContents;
    const totalPages = Math.ceil(totalContents / 4);
    const pageNumbers = pfGeneratePageOptions({ page: currentPage, totalPages});
    const lazyLoadButton  = document.querySelector(".section-Yc0qiu0mjc .pf-lazy-load-button");
    if (lazyLoadButton && (totalPages === currentPage || totalContents === 0)) {
      lazyLoadButton.style.display = 'none';
    } else if (lazyLoadButton) {
      lazyLoadButton.style.display = "";
    } 
    const activePageClasses = "flex rounded-full items-center justify-center bg-#0a5beb text-[#ffffff] w-7 h-7".split(' ');     
    document.querySelectorAll(".section-Yc0qiu0mjc .pf-pagination-item").forEach((link, index) => {
      link.textContent = pageNumbers[index];
      link.style.display = "";
      if (pageNumbers[index] === currentPage) {
        link.classList.add(...activePageClasses);
      } else {
        link.classList.remove(...activePageClasses);
      }          
      if (index + 1 > pageNumbers.length) {
        link.style.display = 'none';
      }
    });     
  });
</script> 
      </div>
    </div>
  </div>
</section>
<script>
  pfGetFilters("Yc0qiu0mjc");
</script>


<!--Added resource center button config options lines 804-899-->
<!--Added resource center button hover styling lines 3-8-->
<style>
button.pf-lazy-load-button:hover {
  
  color: #ffffff !important;
}

@media screen and (min-width: 1025px) {
  section.pf-resource-center div.headings {
    
  }
}
</style>












<section data-pf-theme-artefact-id="resource-center"
      data-pf-theme-artefact-file-id="d867c4da-0f87-4db1-a95d-ef9904a0ef6e"
      data-pf-theme-artefact-filename="resource-center"
      data-pf-theme-block-id="NO0ZlJlTO_"
      data-pf-theme-block-type="section"
      data-pf-theme-block-pos="4"
      data-pf-theme-block-ref="resource-center"
  class="section-NO0ZlJlTO_ section-display section-padding pf-resource-center relative
    
    
      bg-[#ffffff]
    "
>
  <div id="resource-center-NO0ZlJlTO_"></div>
  <div class="section-base relative px-[60px] py-[0px]">
  <div style="display: flex; flex-direction: column; align-items: center;">
    
      <div class="pf-full-width-rte text-center flex flex-wrap w-full pb-[20px] headings">
        <div class="pf-rte-wrapper">
<div class="pf-rte-wrapper" style="text-align: center;"><span class="pf_font_preset_0" style="font-size: 38pt;">The Appspace blog</span></div>
</div>
      </div>
    
    
      <div class="pf-full-width-rte text-center flex flex-wrap w-full pb-[20px] headings">
        <div class="pf-rte-wrapper">
<div class="pf-rte-wrapper" style="text-align: center;">
<h3 class="subtitle is-size-5"><span class="pf_font_preset_6" style="font-size: 18pt;">Want to create a more connected workplace?<br>Our blog covers everything from getting hybrid work right to tech that brings teams together.</span></h3>
<p>&nbsp;</p>
</div>
</div>
      </div>
    
    </div>
    <div class="flex flex-col ">
      









<div class="px-[10px] flex-wrap">
  <div class="mb-[10px] flex flex-wrap gap-x-3 md:justify-between">
    <div class="flex flex-grow justify-between gap-1">
      
        <div class="w-[100%] md:w-fit mb-sm sm:mb-[5px] md:flex md:justify-start md:flex-wrap md:gap-x-3">
          <label for="search-input-NO0ZlJlTO_" class="font-semibold text-[#374151] mt-1 mr-3">
            Search:
          </label>
          <input
            type="search"
            id="search-input-NO0ZlJlTO_"
            placeholder="Search..."
            class="w-[100%] md:w-[200px] search-NO0ZlJlTO_ 
                  border-[#0a5beb] 
                  rounded-[30px] 
                  h-fit p-[8px] 
                  placeholder-gray-500 pf_font_preset_7 
                  pf-content-list-search mb-[10px] mr-[10px] md:mr-0"
            aria-label="Search the content"
          />
        </div>
      
      
  </div>
  <div class="pf-resource-center-filters rc-mobile-filters-container md:hidden">
          
          



<div id="rc-mobile-filter-NO0ZlJlTO_" class="z-[1000] fixed bottom-[calc(0px-70%)] left-0 h-[70%] w-full transition-[bottom] ease-in-out duration-300 md:hidden bg-white" x-data="{
    isFilterExpanded: false,
    checkStyle() {
      this.isFilterExpanded = $el.style.bottom === '0px';
    }
  }"
  x-init="checkStyle()"
  @keyup.escape="$el.style.bottom = ''; checkStyle()"
  @transitionend="checkStyle()">
  <div
    id="rc-mobile-filter-NO0ZlJlTO_-title"
    class="w-full px-5 flex justify-between items-center h-[50px]
      
        text-[#ffffff]
      
      
        bg-[#0a5beb]
      "
  >
    <h2>Filters&nbsp;</h2>
    <button aria-label="Close" class="fa fa-close"></button>
  </div>
  <div class="w-full flex justify-center h-full">
    
            <div class="flex flex-col w-full overflow-scroll">
              
                
                
                
                  
                  








<div x-data="{ expanded: false }" id="mobile-select-industries-NO0ZlJlTO_" onchange="" class="select-industries mobile-select-container relative sm:ml-sm w-full">
  <button x-on:click="expanded = !expanded" x-bind:aria-expanded="expanded ? 'true' : 'false'" class="expand-filter text-[#2d3851] flex justify-between p-5 pb-0 w-full" x-bind:tabindex="isFilterExpanded ? '0' : '-1'">
    <span class="filter-label whitespace-nowrap text-md">Industries</span>
    <span>
      <span class="pf-selected-options-count text-sm text-center w-[20px] bg-[#0a5beb] text-[#ffffff] border-none rounded-[50%]"></span>
      &nbsp;
      <i class="fa-solid fa-chevron-down"></i>
    </span>
  </button>
  <div class="filter-options px-10 h-0 overflow-hidden ease-in-out duration-300">
    <ul class="pf-options-wrapper-industries">
      
      
        <li class="pf-options pf-template border-b-1 h-12 py-3 flex items-center" style="display: none">
          <input id="-mobile-NO0ZlJlTO_" x-bind:tabindex="expanded && isFilterExpanded ? 0 : -1" name="" type="checkbox" class="pf-checkbox text-[] border-[] rounded-sm cursor-pointer">
          <label for="-mobile-NO0ZlJlTO_" class="pf-label ml-sm text-[#2d3851] truncate">None</label>
        </li>
      
      
    </ul>
  </div>
</div>
<script>
  document.querySelector("#mobile-select-industries-NO0ZlJlTO_ .expand-filter").addEventListener("click", () => {
    const options = document.querySelector("#mobile-select-industries-NO0ZlJlTO_ .filter-options");
    if (options.classList.contains("h-0")) {
      options.classList.remove("h-0");
      options.classList.add("h-fit");
    } else {
      options.classList.add("h-0");
      options.classList.remove("h-fit");
    }
  });

  
    document.querySelectorAll("#mobile-select-industries-NO0ZlJlTO_ input[type='checkbox']").forEach((checkbox) => {
      checkbox.addEventListener("change", (event) => {
        const container = document.querySelector("#mobile-select-industries-NO0ZlJlTO_");
        const currentContainerValue = container.value || [];
        const label = document.querySelector("#mobile-select-industries-NO0ZlJlTO_ .filter-label");
        if (event.target.checked) {
          container.value = currentContainerValue.concat([event.target.name]);
        } else {
          container.value = currentContainerValue.filter(x => x !== event.target.name);
        }
        label.textContent = container.value.length == 0 ? "Industries" : `Industries (${container.value.length})`;
      });
    });
  
</script>
              
                
                
                
                  
                  








<div x-data="{ expanded: false }" id="mobile-select-products-NO0ZlJlTO_" onchange="" class="select-products mobile-select-container relative sm:ml-sm w-full">
  <button x-on:click="expanded = !expanded" x-bind:aria-expanded="expanded ? 'true' : 'false'" class="expand-filter text-[#2d3851] flex justify-between p-5 pb-0 w-full" x-bind:tabindex="isFilterExpanded ? '0' : '-1'">
    <span class="filter-label whitespace-nowrap text-md">Products</span>
    <span>
      <span class="pf-selected-options-count text-sm text-center w-[20px] bg-[#0a5beb] text-[#ffffff] border-none rounded-[50%]"></span>
      &nbsp;
      <i class="fa-solid fa-chevron-down"></i>
    </span>
  </button>
  <div class="filter-options px-10 h-0 overflow-hidden ease-in-out duration-300">
    <ul class="pf-options-wrapper-products">
      
      
        <li class="pf-options pf-template border-b-1 h-12 py-3 flex items-center" style="display: none">
          <input id="-mobile-NO0ZlJlTO_" x-bind:tabindex="expanded && isFilterExpanded ? 0 : -1" name="" type="checkbox" class="pf-checkbox text-[] border-[] rounded-sm cursor-pointer">
          <label for="-mobile-NO0ZlJlTO_" class="pf-label ml-sm text-[#2d3851] truncate">None</label>
        </li>
      
      
    </ul>
  </div>
</div>
<script>
  document.querySelector("#mobile-select-products-NO0ZlJlTO_ .expand-filter").addEventListener("click", () => {
    const options = document.querySelector("#mobile-select-products-NO0ZlJlTO_ .filter-options");
    if (options.classList.contains("h-0")) {
      options.classList.remove("h-0");
      options.classList.add("h-fit");
    } else {
      options.classList.add("h-0");
      options.classList.remove("h-fit");
    }
  });

  
    document.querySelectorAll("#mobile-select-products-NO0ZlJlTO_ input[type='checkbox']").forEach((checkbox) => {
      checkbox.addEventListener("change", (event) => {
        const container = document.querySelector("#mobile-select-products-NO0ZlJlTO_");
        const currentContainerValue = container.value || [];
        const label = document.querySelector("#mobile-select-products-NO0ZlJlTO_ .filter-label");
        if (event.target.checked) {
          container.value = currentContainerValue.concat([event.target.name]);
        } else {
          container.value = currentContainerValue.filter(x => x !== event.target.name);
        }
        label.textContent = container.value.length == 0 ? "Products" : `Products (${container.value.length})`;
      });
    });
  
</script>
              
                
                
                
                  
                  








<div x-data="{ expanded: false }" id="mobile-select-content_type-NO0ZlJlTO_" onchange="" class="select-content_type mobile-select-container relative sm:ml-sm w-full">
  <button x-on:click="expanded = !expanded" x-bind:aria-expanded="expanded ? 'true' : 'false'" class="expand-filter text-[#2d3851] flex justify-between p-5 pb-0 w-full" x-bind:tabindex="isFilterExpanded ? '0' : '-1'">
    <span class="filter-label whitespace-nowrap text-md">Content type</span>
    <span>
      <span class="pf-selected-options-count text-sm text-center w-[20px] bg-[#0a5beb] text-[#ffffff] border-none rounded-[50%]"></span>
      &nbsp;
      <i class="fa-solid fa-chevron-down"></i>
    </span>
  </button>
  <div class="filter-options px-10 h-0 overflow-hidden ease-in-out duration-300">
    <ul class="pf-options-wrapper-content_type">
      
      
        <li class="pf-options pf-template border-b-1 h-12 py-3 flex items-center" style="display: none">
          <input id="-mobile-NO0ZlJlTO_" x-bind:tabindex="expanded && isFilterExpanded ? 0 : -1" name="" type="checkbox" class="pf-checkbox text-[] border-[] rounded-sm cursor-pointer">
          <label for="-mobile-NO0ZlJlTO_" class="pf-label ml-sm text-[#2d3851] truncate">None</label>
        </li>
      
      
    </ul>
  </div>
</div>
<script>
  document.querySelector("#mobile-select-content_type-NO0ZlJlTO_ .expand-filter").addEventListener("click", () => {
    const options = document.querySelector("#mobile-select-content_type-NO0ZlJlTO_ .filter-options");
    if (options.classList.contains("h-0")) {
      options.classList.remove("h-0");
      options.classList.add("h-fit");
    } else {
      options.classList.add("h-0");
      options.classList.remove("h-fit");
    }
  });

  
    document.querySelectorAll("#mobile-select-content_type-NO0ZlJlTO_ input[type='checkbox']").forEach((checkbox) => {
      checkbox.addEventListener("change", (event) => {
        const container = document.querySelector("#mobile-select-content_type-NO0ZlJlTO_");
        const currentContainerValue = container.value || [];
        const label = document.querySelector("#mobile-select-content_type-NO0ZlJlTO_ .filter-label");
        if (event.target.checked) {
          container.value = currentContainerValue.concat([event.target.name]);
        } else {
          container.value = currentContainerValue.filter(x => x !== event.target.name);
        }
        label.textContent = container.value.length == 0 ? "Content type" : `Content type (${container.value.length})`;
      });
    });
  
</script>
              
            </div>
          
  </div>
</div>
<script>
  document.querySelector("#rc-mobile-filter-NO0ZlJlTO_-title").onclick = (e) => {
    const bottombar = document.querySelector("#rc-mobile-filter-NO0ZlJlTO_");
    const bottombarTitleIcon = document.querySelector("#rc-mobile-filter-NO0ZlJlTO_-title > i");
    if (bottombar.style.bottom == "0px") {
      bottombar.style.bottom = ""
      bottombar.classList.add("bottom-calc(0px-70%)");
      bottombarTitleIcon?.setAttribute("class", "fa fa-close");
    } else {
      bottombar.classList.remove("bottom-calc(0px-70%)");
      bottombar.style.bottom = "0px";
      bottombarTitleIcon?.setAttribute("class", "fa fa-close");
    }
    
  }
  document.addEventListener("keydown", (e) => {
    const bottombar = document.querySelector("#rc-mobile-filter-NO0ZlJlTO_");
    const closeButton = document.querySelector('#rc-mobile-filter-NO0ZlJlTO_ .fa-close');
    if (e.key === "Escape") {
      bottombar.style.bottom = ""
      closeButton.setAttribute('tabindex', '-1');
    } else if (e.key === "Tab") {
      trapElementFocus(bottombar, e);
    }
  });
</script>
        </div>
    
  </div>
  
</div>

<script>
  (() => {
    const searchBoxElement = document.querySelector(".section-NO0ZlJlTO_ .search-NO0ZlJlTO_");
    const filterButton = document.querySelector(".section-NO0ZlJlTO_ .rc-mobile-filter-selector");
    const bottomBar = document.querySelector("#rc-mobile-filter-NO0ZlJlTO_");
    const closeButton = document.querySelector('#rc-mobile-filter-NO0ZlJlTO_ .fa-close');

    // disable initial tabbing for close button in bottom bar
    closeButton.setAttribute("tabindex", "-1");

    // handle search input
    searchBoxElement?.addEventListener("input", pfDebounce((event) => {
      pfGetContents({sectionNodeId: "NO0ZlJlTO_", updateParams: {search: event.target.value, page: 1}});
    }), 1000);

    // handle filter button click
    filterButton?.addEventListener("click", () => {
      filterButton.setAttribute("aria-expanded", "true");
      closeButton.setAttribute("tabindex", "0");
      document.querySelector('#rc-mobile-filter-NO0ZlJlTO_-title').onclick();
    });

    // handle close button click that collapses bottom bar
    closeButton?.addEventListener("click", () => {
      filterButton.setAttribute("aria-expanded", "false");
      closeButton.setAttribute("tabindex", "-1");
    });
  })();

</script>
      <div class="flex flex-col w-full items-center">
        











<div
  data-uuid=""
  style="display: none;"
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/3 template"
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href=""
    
      target="_blank"
    
    
  >
    <div class="relative overflow-hidden pb-[70px] rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src=""
        alt="Sample content thumbnail"
      >
      <div class="absolute top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[#ffffff]">
        <div class="pf_font_preset_6 text-[#060e1c] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2"></span>
        </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
    <span class="
  pf-content-tag-on-card 
  bg-[#e0eaf5] text-[#060e1c] pf_font_preset_7 rounded-[0px] max-w-full break-words px-[10px] py-[5px]
 w-fit
" data-enabled-tags=""></span>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  <span class="
  pf-content-tag-below-card 
  bg-[#e0eaf5] text-[#060e1c] pf_font_preset_7 rounded-[0px] max-w-full break-words px-[10px] py-[5px]

" data-enabled-tags=""></span>
  
    
      
    
  
    
  
</div>
  </a>
</div>

        <div class="pf-resource-center-cards-wrapper flex flex-wrap w-full ">
          
          
            











<div
  data-uuid="6b4020a5-f1db-4514-8376-a6edde22de85"
  
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/3 "
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href="https://www.appspace.com/resources/blog/c/future-proof-your-workplace-communications?pflpid=19278"
    
      target="_blank"
    
    
  >
    <div class="relative overflow-hidden pb-[70px] rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src="https://cdn.pathfactory.com/assets/11070/contents/1198079/thumbnails/600x/f49a717f-3fd6-4b3c-ac55-99815dda816f.png"
        alt="Sample content thumbnail"
      >
      <div class="absolute top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[#ffffff]">
        <div class="pf_font_preset_6 text-[#060e1c] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2">Future-proof your workplace communications: Why attend WOW25</span>
        </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
    
      
    
  
    
  
</div>
  </a>
</div>

          
            











<div
  data-uuid="8630c5f2-ab50-4464-bee1-a781a3389c0c"
  
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/3 "
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href="https://www.appspace.com/resources/blog/c/wx-trends-modernize-digital-employee-experience?pflpid=19278"
    
      target="_blank"
    
    
  >
    <div class="relative overflow-hidden pb-[70px] rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src="https://cdn.pathfactory.com/assets/11070/contents/1176016/thumbnails/600x/e02e0c2c-77cc-4c58-a7b6-3540a2d5436b.jpg"
        alt="Sample content thumbnail"
      >
      <div class="absolute top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[#ffffff]">
        <div class="pf_font_preset_6 text-[#060e1c] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2">How to modernize the digital employee experience</span>
        </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
    
      
    
  
    
  
</div>
  </a>
</div>

          
            











<div
  data-uuid="cee8bf83-0f15-4efc-b6dd-dbe0a623d814"
  
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/3 "
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href="https://www.appspace.com/resources/blog/c/inside-qbic-strategy-build-smart-offices?pflpid=19278"
    
      target="_blank"
    
    
  >
    <div class="relative overflow-hidden pb-[70px] rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src="https://cdn.pathfactory.com/assets/11070/contents/1177832/thumbnails/600x/466a6a34-7792-4adc-b21a-030a6e5a9aa7.jpg"
        alt="Sample content thumbnail"
      >
      <div class="absolute top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[#ffffff]">
        <div class="pf_font_preset_6 text-[#060e1c] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2">Inside Qbic’s strategy: Building smart offices that actually work</span>
        </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
    
      
    
  
    
  
</div>
  </a>
</div>

          
            











<div
  data-uuid="d2e37cc0-84f6-457c-8331-b5a2d496d279"
  
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/3 "
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href="https://www.appspace.com/resources/blog/c/wx-trends-future-off-could-be-good-for-your-health?pflpid=19278"
    
      target="_blank"
    
    
  >
    <div class="relative overflow-hidden pb-[70px] rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src="https://cdn.pathfactory.com/assets/11070/contents/955748/thumbnails/600x/1Blog-April-Social-Appspace-PF.jpg"
        alt="Sample content thumbnail"
      >
      <div class="absolute top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[#ffffff]">
        <div class="pf_font_preset_6 text-[#060e1c] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2">The future office could be good for your health (and a reason to return)</span>
        </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
    
      
    
  
    
  
</div>
  </a>
</div>

          
            











<div
  data-uuid="6cbc292c-5ca5-4189-87fd-cebbd0e3e84c"
  
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/3 "
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href="https://www.appspace.com/resources/blog/c/connect-your-employee-comms?pflpid=19278"
    
      target="_blank"
    
    
  >
    <div class="relative overflow-hidden pb-[70px] rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src="https://cdn.pathfactory.com/assets/11070/contents/953123/thumbnails/600x/bettertogether-appspacexmicrosoft-connectedworkspace.png"
        alt="Sample content thumbnail"
      >
      <div class="absolute top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[#ffffff]">
        <div class="pf_font_preset_6 text-[#060e1c] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2">Connect your employee comms across Microsoft SharePoint, Viva, and Teams</span>
        </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
    
      
    
  
    
  
</div>
  </a>
</div>

          
            











<div
  data-uuid="1bb6ead4-e08f-48a0-b680-2a12cdccdfe8"
  
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/3 "
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href="https://www.appspace.com/resources/blog/c/6-steps-maintaining-safe-workplace?pflpid=19278"
    
      target="_blank"
    
    
  >
    <div class="relative overflow-hidden pb-[70px] rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src="https://cdn.pathfactory.com/assets/11070/thumbnails/1201452/490e3c73-1250-4895-ab34-aa73fdb7d2c8.jpg"
        alt="Sample content thumbnail"
      >
      <div class="absolute top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[#ffffff]">
        <div class="pf_font_preset_6 text-[#060e1c] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2">How to create a safe workplace: Best practices that go beyond PPE</span>
        </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
    
      
    
  
    
  
</div>
  </a>
</div>

          
            











<div
  data-uuid="19210d1e-1b17-4618-8351-f59a531155da"
  
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/3 "
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href="https://www.appspace.com/resources/blog/c/wx-trends-opt-for-asynchronous-communication?pflpid=19278"
    
      target="_blank"
    
    
  >
    <div class="relative overflow-hidden pb-[70px] rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src="https://cdn.pathfactory.com/assets/11070/contents/938779/thumbnails/600x/pf_-asynchronous_communication_wxhub_April7.png"
        alt="Sample content thumbnail"
      >
      <div class="absolute top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[#ffffff]">
        <div class="pf_font_preset_6 text-[#060e1c] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2">Can it wait? Why you should opt for asynchronous communication</span>
        </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
    
      
    
  
    
  
</div>
  </a>
</div>

          
            











<div
  data-uuid="2255f5b5-962f-475c-a489-954816ef3721"
  
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/3 "
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href="https://www.appspace.com/resources/blog/c/scheduling-space-that-work?pflpid=19278"
    
      target="_blank"
    
    
  >
    <div class="relative overflow-hidden pb-[70px] rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src="https://cdn.pathfactory.com/assets/11070/contents/937991/thumbnails/600x/bettertogether-appspacexmicrosoft-hybridwork.png"
        alt="Sample content thumbnail"
      >
      <div class="absolute top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[#ffffff]">
        <div class="pf_font_preset_6 text-[#060e1c] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2">Scheduling spaces that work: Microsoft Places meets Appspace</span>
        </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
    
      
    
  
    
  
</div>
  </a>
</div>

          
            











<div
  data-uuid="71000a9c-10de-4efb-90f6-e541a9619a76"
  
  class="pf-content-card relative px-[10px] mb-8 w-full sm:w-1/2 lg:w-1/3 "
>
  <a
    class="pf-content-card-link block group mb-[10px]"
    href="https://www.appspace.com/resources/blog/c/why-you-need-digital-signage-microsoft-teams?pflpid=19278"
    
      target="_blank"
    
    
  >
    <div class="relative overflow-hidden pb-[70px] rounded-md border-solid border-1 border-[#f2f4f8] ">
      <img
        class="pf-content-card-thumbnail object-cover w-full rounded-md rounded-b-none aspect-[16/9] transition ease-in-out duration-300 group-hover:scale-105"
        src="https://cdn.pathfactory.com/assets/11070/contents/938390/thumbnails/600x/bettertogether-appspacexmicrosoft-digitalsignage.png"
        alt="Sample content thumbnail"
      >
      <div class="absolute top-[calc(100%-70px)]  h-[100%] w-full z-[1] px-[10px] bg-[#ffffff]">
        <div class="pf_font_preset_6 text-[#060e1c] h-[70px] flex items-center w-full">
          <span class="pf-content-card-title line-clamp-2">Why you need digital signage in Microsoft Teams Rooms</span>
        </div>
        
      </div>
    </div>
    
    <div class="mb-[10px]"></div>
    


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
    
      
    
  
    
  
</div>
  </a>
</div>

          
        </div>
        <div class="pf-no-results text-xl text-center w-full p-15" style="display: none;">No results match the search/filter criteria</div>
        <!--Added inline styling to the CTA button line 29-->


















  <div class="pf-lazy-load-container my-0 mx-auto" >
    <button 
      class="pf-lazy-load-button bg-[#E8EBF1] hover:bg-[#0a5beb] py-2 px-4 border-2 border-black rounded border-opacity-100" style="border-radius: 30px;border-width: 0px;border-color: #000000;color: #000000;"
    >
      <div class="pf-rte-wrapper">
<p>Load more...</p>
</div>
    </button>
  </div>




 

<script >
  document.querySelector(".section-NO0ZlJlTO_ .pf-lazy-load-button")?.addEventListener("click", () => {
  const currentPage = window.pfResourceCenterParams?.["NO0ZlJlTO_"]?.page || 1;
    pfGetContents({ sectionNodeId: "NO0ZlJlTO_", isLoadMore: true, updateParams: {page: currentPage + 1}});
  }); 
  
  document.querySelector(".section-NO0ZlJlTO_ .pf-pagination-item-previous")?.addEventListener("click", (event) => {
    let nextPage = (window.pfResourceCenterParams?.["NO0ZlJlTO_"]?.page || 1) - 1;
    if (nextPage < 1) {
      nextPage = 1;
    }
    pfGetContents({ sectionNodeId: "NO0ZlJlTO_", updateParams: { page: nextPage } });
  });
  
  document.querySelector(".section-NO0ZlJlTO_ .pf-pagination-item-next")?.addEventListener("click", (event) => {
    const totalContents = window.pfResourceCenterParams?.["NO0ZlJlTO_"]?.totalContents;
    const contentsPerPage = 9;
    const totalPages = Math.ceil(totalContents / contentsPerPage);
    let nextPage = (window.pfResourceCenterParams?.["NO0ZlJlTO_"]?.page || 1) + 1;
    if (nextPage > totalPages) {
      nextPage = totalPages;
    }
    pfGetContents({ sectionNodeId: "NO0ZlJlTO_", updateParams: { page: nextPage } });
  });
  document.querySelectorAll(".section-NO0ZlJlTO_ .pf-pagination-item").forEach((link, index) => {
    link.addEventListener("click", (event) => {
      if (link.textContent === "...") {
        return;
      }
      const pageNumber = parseInt(link.textContent);
      pfGetContents({ sectionNodeId: "NO0ZlJlTO_", updateParams: { page: pageNumber } });
    })
  });

  document.addEventListener('pageMetadataUpdated', (event) => {
    if (event.detail !== "NO0ZlJlTO_") return;
    const currentPage = window.pfResourceCenterParams?.["NO0ZlJlTO_"]?.page || 1;
    const totalContents = window.pfResourceCenterParams?.["NO0ZlJlTO_"]?.totalContents;
    const totalPages = Math.ceil(totalContents / 9);
    const pageNumbers = pfGeneratePageOptions({ page: currentPage, totalPages});
    const lazyLoadButton  = document.querySelector(".section-NO0ZlJlTO_ .pf-lazy-load-button");
    if (lazyLoadButton && (totalPages === currentPage || totalContents === 0)) {
      lazyLoadButton.style.display = 'none';
    } else if (lazyLoadButton) {
      lazyLoadButton.style.display = "";
    } 
    const activePageClasses = "flex rounded-full items-center justify-center bg-#0a5beb text-[#ffffff] w-7 h-7".split(' ');     
    document.querySelectorAll(".section-NO0ZlJlTO_ .pf-pagination-item").forEach((link, index) => {
      link.textContent = pageNumbers[index];
      link.style.display = "";
      if (pageNumbers[index] === currentPage) {
        link.classList.add(...activePageClasses);
      } else {
        link.classList.remove(...activePageClasses);
      }          
      if (index + 1 > pageNumbers.length) {
        link.style.display = 'none';
      }
    });     
  });
</script> 
      </div>
    </div>
  </div>
</section>
<script>
  pfGetFilters("NO0ZlJlTO_");
</script>


<!--Added a custom class pfFeature to lines 44, 75, 106 -->
<section data-pf-theme-artefact-id="feature-list-2"
      data-pf-theme-artefact-file-id="80c92a95-52c3-496c-985b-af30c24e7ab4"
      data-pf-theme-artefact-filename="feature-list-2"
      data-pf-theme-block-id="A2w9RNpqfN"
      data-pf-theme-block-type="section"
      data-pf-theme-block-pos="5"
      data-pf-theme-block-ref="feature-list"
  id="pf-feature-list-second" 
  class="section-display section-padding pf-feature-list-2 relative
    hidden
    
      bg-[#EFEFF7]
    "
>
  <div id="feature-list-2-A2w9RNpqfN"></div>
  
  <div class="relative px-[0] py-[0]">
    <div class="container  pb-12 lg:pb-16 pt-0.1  px-4 mx-auto sm:px-6  lg:px-8 mx-auto">
      <div class="w-full mb-8">
        
        
          <div class="my-[-40px] sm:my-0 lg:mb-[20px] scale-75 sm:scale-100 pf-feature-list-2-header-text">
            <p style="text-align: center;"><span style="font-size: 36pt;"><strong>Your feature list section heading</strong></span></p>
<p>&nbsp;</p>
<p style="text-align: center;"><span style="font-size: 14pt; color: rgb(101, 110, 125);">The subheading for your feature list section</span></p>
          </div>
        
      </div>
      <div class="flex flex-wrap -mx-4">
      
        
        <div class="w-full  md:w-1/2   lg:w-1/3 px-4" >
          <div class="h-full p-4 mt-4 text-center
           hover:bg-[#ffffff] rounded-xl hover:shadow-xl transition duration-200   
          ">
            <div class="pfFeature inline-flex scale-100 mb-6 mx-auto items-center justify-center text-white
               bg-[#B6B6FA]  
              rounded-[12px]">
              
                <img
                  class="object-contain h-14 w-14 pf-feature-list-second-icon p-[10px]"
                  src='https://www.svgrepo.com/show/459046/edit.svg'
                  alt="feature-1"
                >
              
            </div>
            <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold pf-feature-list-second-title">Feature Item Title</h3>
            <p class="text-[#656e7d] font-medium pf-feature-list-second-description">Section subheading placeholder Feature Item Description</p>
            <div class="flex flex-wrap justify-center">
              
                <div class="w-full py-1 mt-4 md:w-auto lg:py-0">
                  



  <a
  class="
    btn leading-none btn-md pf-cta pf_font_preset_7 bg-[#0a5beb] border-[#0a5beb]
     text-on-primary 
    
     hover:bg-primary-600  focus:ring-[#0a5beb] rounded-[30px] pointer-events-none
  "
  href="#"
  
    target="_blank"
  
  data-pf-theme-artefact-id="cta-link"
  data-pf-theme-block-id="cta-617906410"
  data-pf-theme-block-type="component"
  data-pf-theme-block-ref="cta"
  data-pf-theme-block-label="Request a Demo"
  tabindex="0" 
  role="button"
  aria-label="Request a Demo"
  
>
  Request a Demo
</a>




                </div>
              
            </div>
          </div>
        </div>
        
        

        
        
        <div class="w-full  md:w-1/2  lg:w-1/3 px-4">
          <div class="h-full p-4 mt-4 text-center
           hover:bg-[#ffffff] rounded-xl hover:shadow-xl transition duration-200   
          ">
            <div class="pfFeature inline-flex scale-100 mb-6 mx-auto items-center justify-center text-white
               bg-[#B6B6FA]  
              rounded-[12px]">
              
                <img
                  class="object-contain h-14 w-14 pf-feature-list-second-icon p-[10px]"
                  src='https://www.svgrepo.com/show/459002/bulb-outline.svg'
                  alt="feature-2"
                >
              
            </div>
            <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold pf-feature-list-second-title">Second Feature Item Title</h3>
            <p class="text-[#656e7d] font-medium pf-feature-list-second-description">Section subheading placeholder Feature Item Description</p>
            <div class="flex flex-wrap justify-center">
              
                <div class="w-full py-1 mt-4 md:w-auto lg:py-0">
                  



  <a
  class="
    btn leading-none btn-md pf-cta pf_font_preset_7 bg-[#0a5beb] border-[#0a5beb]
     text-on-primary 
    
     hover:bg-primary-600  focus:ring-[#0a5beb] rounded-[30px] pointer-events-none
  "
  href="#"
  
    target="_blank"
  
  data-pf-theme-artefact-id="cta-link"
  data-pf-theme-block-id="cta-619160439"
  data-pf-theme-block-type="component"
  data-pf-theme-block-ref="cta"
  data-pf-theme-block-label="Request a Demo"
  tabindex="0" 
  role="button"
  aria-label="Request a Demo"
  
>
  Request a Demo
</a>




                </div>
              
            </div>
          </div>
        </div>
        
        

        
        
        <div class="w-full  md:w-1/2  lg:w-1/3 px-4">
          <div class="h-full p-4 mt-4 text-center
           hover:bg-[#ffffff] rounded-xl hover:shadow-xl transition duration-200   
          ">
            <div class="pfFeature inline-flex scale-100 mb-6 mx-auto items-center justify-center text-white
               bg-[#B6B6FA]  
              rounded-[12px]">
              
                <img
                  class="object-contain h-14 w-14 pf-feature-list-second-icon  p-[10px]"
                  src='https://www.svgrepo.com/show/459015/cog.svg'
                  alt="feature-3"
                >
              
            </div>
            <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold pf-feature-list-second-title">Third Feature Item Title</h3>
            <p class="text-[#656e7d] font-medium pf-feature-list-second-description">Section subheading placeholder Feature Item Description</p>
            <div class="flex flex-wrap justify-center">
              
                <div class="w-full py-1 mt-4 md:w-auto lg:py-0">
                  



  <a
  class="
    btn leading-none btn-md pf-cta pf_font_preset_7 bg-[#0a5beb] border-[#0a5beb]
     text-on-primary 
    
     hover:bg-primary-600  focus:ring-[#0a5beb] rounded-[30px] pointer-events-none
  "
  href="#"
  
    target="_blank"
  
  data-pf-theme-artefact-id="cta-link"
  data-pf-theme-block-id="cta-619453618"
  data-pf-theme-block-type="component"
  data-pf-theme-block-ref="cta"
  data-pf-theme-block-label="Request a Demo"
  tabindex="0" 
  role="button"
  aria-label="Request a Demo"
  
>
  Request a Demo
</a>




                </div>
              
            </div>
          </div>
        </div>
        
        
      </div>
    </div>
  </div>
</section>















<section data-pf-theme-artefact-id="embedded-form-with-image"
      data-pf-theme-artefact-file-id="65c43310-d1ef-46b6-aa73-1d59175e0f67"
      data-pf-theme-artefact-filename="embedded-form-with-image"
      data-pf-theme-block-id="mDGha53aB-"
      data-pf-theme-block-type="section"
      data-pf-theme-block-pos="6"
      data-pf-theme-block-ref="embedded-form"
   role="region" aria-label="Form and Image"
  id=""
  style="display: none;"
  class="section-display relative section-mDGha53aB- embed-form-section-mDGha53aB- pf-embed-form-with-image
    
      section-padding
       
    hidden
    
      bg-[#ffffff]
    "
  
  data-pf-theme-artefact-id="custom"
  data-pf-theme-block-id="embedded_form_image"
  data-pf-theme-block-type="custom"
  data-pf-theme-block-ref="form"
  data-pf-theme-block-label="custom"

>
  <div id="embedded-form-with-image-mDGha53aB-"></div>
  <div class="section-base w-full relative">
    
  <div class="flex flex-col">
    <div class="mb-[20px]">
      <div class="pf_title">
        <div class="pf-rte-wrapper">
<p style="text-align: center;"><span style="font-size: 36pt;"><strong>We'd love to hear from you</strong></span></p>
<p>&nbsp;</p>
<p style="text-align: center;"><span style="font-size: 14pt; color: rgb(107, 114, 128);">Whether you have a question about features, trials, pricing, need a demo, or anything else, our team is ready to answer all your questions</span></p>
</div>
      </div>
      <div class="pf_description"></div>
    </div>
    <div class="flex flex-col lg:flex-row justify-around">
      
        <div class="pf_media grid content-center w-full ">
          
            <img class="rounded-lg w-[500px] mx-auto object-cover" src="https://pathfactory-public-development-assets.s3.amazonaws.com/PathFactory-images/themes-placeholder.jpg" alt="Sample image">
          
          
        </div>
      
      <div class="embed-form-container flex h-fit justify-center shadow-lg my-lg sm:m-lg">
        

  <div
  class="custom-form-mDGha53aB--embedded_form_image pf-form w-[500px] h-fit overflow-y-auto max-w-full"
  data-pf-theme-artefact-id="form-custom"
  data-pf-theme-block-id="embedded_form_image"
  data-pf-theme-block-type="component"
  data-pf-theme-block-ref="form"
  data-pf-theme-block-label="custom-form"
  data-pf-theme-custom-form-id="embedded_form_image"
>
  <div class="max-w-lg p-6 sm:p-10 mx-auto bg-white rounded-lg">
    <form action="">
      <fieldset>
        <legend style="position:absolute; clip:rect(0 0 0 0);">Contact Form</legend>
        <div class="mb-4">
          <h3 class="text-xl text-center font-medium leading-6 text-gray-900">Form Title</h3>
          <div class="text-sm text-center leading-6 text-gray-700">This is your form description</div>
        </div>
        <div class="relative mb-6 rounded-lg border border-gray-400 px-3 py-2 shadow-sm focus-within:border-[#0a5beb] focus-within:ring-1 focus-within:ring-[#0a5beb]">
          <label for="firstName" class="absolute -top-2 left-2 inline-block bg-white px-1 text-xs font-medium text-gray-700">First Name</label>
          <input type="text" name="firstName" id="firstName" class="block w-full border-0 p-0 text-gray-900 placeholder-coolGray-400 focus:ring-0 sm:text-sm" placeholder="Your first name" autocomplete="given-name" >
        </div>
        <div class="relative mb-6 rounded-lg border border-gray-400 px-3 py-2 shadow-sm focus-within:border-[#0a5beb] focus-within:ring-1 focus-within:ring-[#0a5beb]">
          <label for="lastName" class="absolute -top-2 left-2 inline-block bg-white px-1 text-xs font-medium text-gray-700">Last Name</label>
          <input type="text" name="lastName" id="lastName" class="block w-full border-0 p-0 text-gray-900 placeholder-coolGray-400 focus:ring-0 sm:text-sm" placeholder="Your last name" autocomplete="family-name">
        </div>
        <div class="relative mb-6 rounded-lg border border-gray-400 px-3 py-2 shadow-sm focus-within:border-[#0a5beb] focus-within:ring-1 focus-within:ring-[#0a5beb]">
          <label for="title" class="absolute -top-2 left-2 inline-block bg-white px-1 text-xs font-medium text-gray-700">Title</label>
          <input type="text" name="title" id="title" class="block w-full border-0 p-0 text-gray-900 placeholder-coolGray-400 focus:ring-0 sm:text-sm" placeholder="Your title" autocomplete="organization-title">
        </div>
        <div class="relative mb-6 rounded-lg border border-gray-400 px-3 py-2 shadow-sm focus-within:border-[#0a5beb] focus-within:ring-1 focus-within:ring-[#0a5beb]">
          <label for="company" class="absolute -top-2 left-2 inline-block bg-white px-1 text-xs font-medium text-gray-700">Company Name</label>
          <input type="text" name="company" id="company" class="block w-full border-0 p-0 text-gray-900 placeholder-coolGray-400 focus:ring-0 sm:text-sm" placeholder="Your company name" autocomplete="organization">
        </div>
        <div class="relative mb-6 rounded-lg border border-gray-400 px-3 py-2 shadow-sm focus-within:border-[#0a5beb] focus-within:ring-1 focus-within:ring-[#0a5beb]">
          <label for="phone" class="absolute -top-2 left-2 inline-block bg-white px-1 text-xs font-medium text-gray-700">Phone Number</label>
          <input type="text" name="phone" id="phone" class="block w-full border-0 p-0 text-gray-900 placeholder-coolGray-400 focus:ring-0 sm:text-sm" placeholder="Your phone number" autocomplete="tel">
        </div>
        <div class="relative mb-6 rounded-lg border border-gray-400 px-3 py-2 shadow-sm focus-within:border-[#0a5beb] focus-within:ring-1 focus-within:ring-[#0a5beb]">
          <label for="email" class="absolute -top-2 left-2 inline-block bg-white px-1 text-xs font-medium text-gray-700">Email Address</label>
          <input type="text" name="email" id="email" class="block w-full border-0 p-0 text-gray-900 placeholder-coolGray-400 focus:ring-0 sm:text-sm" placeholder="Your email address" autocomplete="email">
        </div>
        <div class="pt-5">
          <div class="flex justify-between">
            <button type="button" class="rounded-md border border-gray-400 bg-white py-2 px-4 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-[#0a5beb] focus:ring-offset-2" id="btn-pf-form-dismiss">Cancel</button>
            <button type="submit" class="ml-3 inline-flex justify-center rounded-md border border-transparent bg-[#0a5beb] py-2 px-4 text-sm font-medium text-white shadow-sm hover:bg-[#0a5beb] focus:outline-none focus:ring-2 focus:ring-[#0a5beb] focus:ring-offset-2" id="btn-pf-form-submit">Submit
            </button>
          </div>
        </div>
      </fieldset>
    </form>
  </div>
</div>

<script>
  document.querySelector(".custom-form-mDGha53aB--embedded_form_image #btn-pf-form-submit")?.addEventListener("click", function(e) {
    e.preventDefault();
    const email = document.querySelector(".custom-form-mDGha53aB--embedded_form_image #email").value;
    window.postMessage({ "lookbookExternalForm": true, "email": email }, "*");
  });
  document.querySelector(".custom-form-mDGha53aB--embedded_form_image #btn-pf-form-dismiss").addEventListener("click", function() {
    document.querySelectorAll(".pf-modal").forEach((modal) => {
      modal.style.display = "none";
    });
    if (window.closeForm) {
      window.closeForm({
        formType: "custom",
        formData: {
          value: "embedded_form_image"
        }
      });
    }
  });
</script>




      </div>
      

<div
  class="embed-form-submitted-message form-submitted-message flex flex-col justify-center items-center w-[400px] min-w-[400px] h-[500px] bg-[rgba(0,0,0,0)]"
  style="display: none;"
>
  <i class="fa-regular fa-circle-check text-[100px] text-[#00FF00]"></i>
  <div class="text-[35px] font-bold">Thank you!</div>
  <div class="text-md">Your submission has been sent.</div>
</div>
<div class="form-submitted-status visually-hidden" role="status" aria-live="polite"></div>

    </div>
  </div>
  
  
  <script>
    document.querySelector(".embed-form-section-mDGha53aB-").addEventListener("mouseenter", () => {
      window.lastActiveEmbedForm = ".embed-form-section-mDGha53aB-";
    });

    document.querySelector(".embed-form-section-mDGha53aB-").addEventListener("touchstart", () => {
      window.lastActiveEmbedForm = ".embed-form-section-mDGha53aB-";
    });
    initEmbedFormShow && initEmbedFormShow("embedded_form_image", "custom", "mDGha53aB-");
  </script>

  </div>
</section>






<script>
  (() => {
    const animations = [];
    const onLoadAnimations = animations.filter((a) => a.trigger === "load");
    const onScrollAnimations = animations.filter((a) => a.trigger === "scroll");

    onLoadAnimations.forEach((a) => pfAnimationFunctions(a.type)(a));

    const observer = new IntersectionObserver((entries) => {
      entries.forEach((entry) => {
        if (entry.isIntersecting) {
          onScrollAnimations.forEach((a) => pfAnimationFunctions(a.type)(a));
          observer.disconnect();
        }
      });
    }, { threshold: 0.5 });

    const section = document.querySelector(".section-mDGha53aB-");
    observer.observe(section);
  })();
</script>






<style>
  .section-zeBaYIxqVf .glide__bullet:not(.glide__bullet--active):not(:hover):not(:focus) {
    background-color: #7d7d7d80 !important;
  }
  .section-zeBaYIxqVf .glide__bullet {
    background-color: #0a5beb !important;
  }
</style>










<section data-pf-theme-artefact-id="content-list"
      data-pf-theme-artefact-file-id="4a2e1434-0349-4225-8903-222ca66938ae"
      data-pf-theme-artefact-filename="content-list"
      data-pf-theme-block-id="zeBaYIxqVf"
      data-pf-theme-block-type="section"
      data-pf-theme-block-pos="7"
      data-pf-theme-block-ref="content-list"
   role="region" aria-label="Content - Carousel"
  id=""
  style="display: none;"
  class="section-display relative section-zeBaYIxqVf pf-content-list
    
      section-padding
       
    hidden
    
      bg-[#FFFFFF]
    "
  
>
  <div id="content-list-zeBaYIxqVf"></div>
  <div class="section-base w-full relative">
    
  <div class="mb-4">
    <div class="pf-content-list-header-text">
      <div class="pf-rte-wrapper">
<p style="text-align: center;"><span class="pf_font_preset_1" style="font-size: 34pt;">Your content list section heading</span></p>
<p>&nbsp;</p>
<p style="text-align: center;"><span class="pf_font_preset_6" style="font-size: 18pt;">The subheading for your content list section</span></p>
</div>
    </div>
    <div class="pf_description"></div>
  </div>
  <div class="flex flex-col sm:flex-row justify-between mb-lg px-[10px]">
    <div class="flex justify-between mb-sm sm:mb-[5px]">
      
      
    </div>
    
  </div>
  <div role="status" aria-live="polite" class="results-count visually-hidden"></div>
  <div role="status" aria-live="polite" class="no-results hidden text-xl text-center w-full p-15">No results match the search/filter criteria</div>
  
  
    <div
      role="status" aria-live="polite"
      class="carousel-zeBaYIxqVf mx-[40px] sm:mx-[0] w-[calc(100%-80px)] sm:w-full glide"
      data-carousel-glide-id="glide-zeBaYIxqVf"
      data-tiles-per-row="3"
      data-carousel-speed=""
      data-autoplay="no"
      data-autoplay-interval="4"
      data-gap="0"
      aria-roledescription="content-list-carousel"
      aria-live="polite"
    >
      <div class="glide__track" data-glide-el="track">
        <ul class="glide__slides assets-zeBaYIxqVf">
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 1 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Future-proof your workplace communications: Why attend WOW25"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Digital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stackAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/future-proof-your-workplace-communications?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/1198079/thumbnails/600x/f49a717f-3fd6-4b3c-ac55-99815dda816f.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Future-proof your workplace communications: Why attend WOW25</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 2 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to modernize the digital employee experience"
              data-language="English"
              data-personas="IT teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareRetailCorporate"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-modernize-digital-employee-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/1176016/thumbnails/600x/e02e0c2c-77cc-4c58-a7b6-3540a2d5436b.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to modernize the digital employee experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 3 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Inside Qbic’s strategy: Building smart offices that actually work"
              data-language="English"
              data-personas=""
              data-business-units=""
              data-industries=""
              data-products=""
              data-solutions=""
              data-content-type="Customer Story"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/inside-qbic-strategy-build-smart-offices?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/1177832/thumbnails/600x/466a6a34-7792-4adc-b21a-030a6e5a9aa7.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Inside Qbic’s strategy: Building smart offices that actually work</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 4 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The future office could be good for your health (and a reason to return)"
              data-language="English"
              data-personas="IT teamsHR teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationEmployee AppContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-future-off-could-be-good-for-your-health?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/955748/thumbnails/600x/1Blog-April-Social-Appspace-PF.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The future office could be good for your health (and a reason to return)</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 5 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Connect your employee comms across Microsoft SharePoint, Viva, and Teams"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Space Reservation"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stackAppspace for Microsoft"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/connect-your-employee-comms?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/953123/thumbnails/600x/bettertogether-appspacexmicrosoft-connectedworkspace.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Connect your employee comms across Microsoft SharePoint, Viva, and Teams</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 6 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to create a safe workplace: Best practices that go beyond PPE"
              data-language="English"
              data-personas="HR teamsFacilities teams"
              data-business-units=""
              data-industries="Industrial &amp;amp; manufacturing"
              data-products="Digital Signage"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/6-steps-maintaining-safe-workplace?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/thumbnails/1201452/490e3c73-1250-4895-ab34-aa73fdb7d2c8.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to create a safe workplace: Best practices that go beyond PPE</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 7 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Can it wait? Why you should opt for asynchronous communication"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Financial servicesGovernment &amp;amp; public sectorHealthcareCorporate"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-opt-for-asynchronous-communication?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/938779/thumbnails/600x/pf_-asynchronous_communication_wxhub_April7.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Can it wait? Why you should opt for asynchronous communication</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 8 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Scheduling spaces that work: Microsoft Places meets Appspace"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Digital SignageContent &amp;amp; Publishing"
              data-solutions="Frontline workersBetter office experienceCulture &amp;amp; engagementConsolidate your tech stackAppspace for MicrosoftAppspace AI"
              data-content-type=""
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/scheduling-space-that-work?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/937991/thumbnails/600x/bettertogether-appspacexmicrosoft-hybridwork.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Scheduling spaces that work: Microsoft Places meets Appspace</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 9 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Why you need digital signage in Microsoft Teams Rooms"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Digital Signage"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stackAppspace for Microsoft"
              data-content-type="Blog"
              data-funnel-stages="Top of FunnelMiddle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/why-you-need-digital-signage-microsoft-teams?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/938390/thumbnails/600x/bettertogether-appspacexmicrosoft-digitalsignage.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Why you need digital signage in Microsoft Teams Rooms</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 10 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Aries: 30 new enhancements to elevate your workplace experience"
              data-language="English"
              data-personas=""
              data-business-units=""
              data-industries=""
              data-products=""
              data-solutions=""
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/aries-release?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/937944/thumbnails/600x/aries-blog1-header.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Aries: 30 new enhancements to elevate your workplace experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 11 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Data-driven ROI: Getting more from your Microsoft investment"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Appspace for Microsoft"
              data-content-type=""
              data-funnel-stages="Top of FunnelMiddle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/data-driven-roi-getting-more-from-your-microsoft-investment?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/936264/thumbnails/600x/bettertogether-appspacexmicrosoft-modernworkplace.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Data-driven ROI: Getting more from your Microsoft investment</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 12 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Making space for success: How to create workplaces where women thrive"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type=""
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-to-create-workplaces-where-women-thrive?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/935894/thumbnails/600x/PF-wxhub-w49-MAR31.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Making space for success: How to create workplaces where women thrive</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 13 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The workplace communications gaps you need to fix"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="EducationGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Digital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/repurposing-employee-comms?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/929681/thumbnails/600x/pf-march24-wxhub-appspace.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The workplace communications gaps you need to fix</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 14 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="High-stakes insights from the Gartner® Digital Workplace Summit 2025"
              data-language="English"
              data-personas=""
              data-business-units=""
              data-industries=""
              data-products=""
              data-solutions=""
              data-content-type=""
              data-funnel-stages=""
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/gartner-dex-summit?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/921312/thumbnails/600x/gartner-digitalworkplaces-pf.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">High-stakes insights from the Gartner® Digital Workplace Summit 2025</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 15 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Traditional workplaces? No thanks, say Gen Z"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesHealthcareRetailCorporate"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagement"
              data-content-type=""
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-traditional-workplaces-no-thanks?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/thumbnails/1077761/aa1e0759-f485-42b1-8140-823a40641e10.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Traditional workplaces? No thanks, say Gen Z</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 16 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Work smarter with the new Appspace Plugin for Google Calendar"
              data-language="English"
              data-personas="IT teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="Financial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Space Reservation"
              data-solutions="Appspace for Google"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/work-smarter-plugin-for-google-calendar?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/890602/thumbnails/600x/reimagine-workspaces.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Work smarter with the new Appspace Plugin for Google Calendar</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 17 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The surprising truths of the 2025 workplace"
              data-language="English"
              data-personas="Communications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationDigital SignageEmployee AppContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-surprising-truths-of-2025-workplace?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/915590/thumbnails/600x/PF-Card-Appspace-2024-trends-and-insights-report-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The surprising truths of the 2025 workplace</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 18 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Creating a culture of respect in the workplace"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Digital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-creating-culture-of-respect?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/913716/thumbnails/600x/wxhub_culture-of-respect.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Creating a culture of respect in the workplace</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 19 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The death of work-life balance as we know it"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-the-death-of-work-life-balance?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/910060/thumbnails/600x/feb17-wxhub-worklifebalance-appspace.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The death of work-life balance as we know it</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 20 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The best frontline communication solution for healthcare? 5 things to look for"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teams"
              data-business-units=""
              data-industries="Healthcare"
              data-products="Employee AppIntranet"
              data-solutions="Frontline workersBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/best-frontline-communication-solution?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/thumbnails/1059947/c94b524b-7917-4a46-9971-7aebe17a10a2.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The best frontline communication solution for healthcare? 5 things to look for</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 21 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="DeepSeek and the rise of shadow AI"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-deepseek-and-the-rise-of-shadow-ai?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/906028/thumbnails/600x/deepseek-shadowai-wxtrends-appspace.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">DeepSeek and the rise of shadow AI</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 22 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Why skills are the new currency of workplace success"
              data-language="English"
              data-personas="IT teamsHR teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranet"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-why-skills-are-the-new-currency?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/902633/thumbnails/600x/w1-pffeb3-wxtrends.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Why skills are the new currency of workplace success</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 23 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Why Return on Engagement is the new ROI"
              data-language="English"
              data-personas="HR teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranet"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/why-return-on-engagement-is-the-new-roi?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/902601/thumbnails/600x/engagementroi-appspaceblog.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Why Return on Engagement is the new ROI</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 24 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Leadership in 2025 – it’s time to be bold"
              data-language="English"
              data-personas="HR teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products=""
              data-solutions="Hybrid workplaceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-leadership-in-2025?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/899019/thumbnails/600x/W5-January-PF.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Leadership in 2025 – it’s time to be bold</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 25 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="WX trends: Why workplace loneliness is a business problem"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingCorporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-why-workplace-loneliness-is-a-business-problem?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/thumbnails/1031509/a96142e6-a1d9-4106-82ca-2b632be30934.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">WX trends: Why workplace loneliness is a business problem</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 26 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Why employee wellbeing is the new bottom line"
              data-language="English"
              data-personas="HR teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranet"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagement"
              data-content-type="Customer Story"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-why-employee-wellbeing-is-the-new-bottom-line?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/890591/thumbnails/600x/pf_wxhub_jan13_appspace.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Why employee wellbeing is the new bottom line</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 27 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Pegasus: Deeper workplace insights, stronger employee connections, and simpler interactions with spaces"
              data-language="English"
              data-personas=""
              data-business-units=""
              data-industries=""
              data-products=""
              data-solutions=""
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/pegasus-release?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/885000/thumbnails/600x/pegasus-blog1.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Pegasus: Deeper workplace insights, stronger employee connections, and simpler interactions with spaces</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 28 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What are AI agents and why should you care?"
              data-language="English"
              data-personas="HR teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products=""
              data-solutions="Hybrid workplaceBetter office experienceAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-what-are-ai-agents-and-why-should-you-care?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/886145/thumbnails/600x/PF_wxhub_w38.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What are AI agents and why should you care?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 29 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Three big workplace predictions for 2025"
              data-language="English"
              data-personas="IT teamsHR teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranet"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagementAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-workplace-trends-2025?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/884991/thumbnails/600x/12.30_workplace-predictions-wxhub-appspace.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Three big workplace predictions for 2025</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 30 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Why facilities managers should care about employee communications"
              data-language="English"
              data-personas="Communications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationDigital SignageEmployee AppIntranet"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type=""
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/why-facilities-managers-should-care?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/882159/thumbnails/600x/ACS-blog.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Why facilities managers should care about employee communications</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 31 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Proof that hybrid works – so why isn’t it working for everyone?"
              data-language="English"
              data-personas=""
              data-business-units=""
              data-industries=""
              data-products=""
              data-solutions=""
              data-content-type=""
              data-funnel-stages=""
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-proof-that-hybrid-works?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/873742/thumbnails/600x/wxhub_w36_PF.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Proof that hybrid works – so why isn’t it working for everyone?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 32 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Storytelling for internal comms: 6 tips to engage employees"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagementAppspace for MicrosoftAppspace AI"
              data-content-type=""
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/6-tips-to-engage-employees?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/872122/thumbnails/600x/tellbetterstories-appspace.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Storytelling for internal comms: 6 tips to engage employees</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 33 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Is the next Great Resignation on the horizon?"
              data-language="English"
              data-personas="HR teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type=""
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/great-resignation?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/867121/thumbnails/600x/greatresignation-wx-trends.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Is the next Great Resignation on the horizon?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 34 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="6 reasons higher education needs a modern campus communication solution"
              data-language="English"
              data-personas="IT teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Education"
              data-products="Space ReservationEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/6-reasons-higher-education?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/865422/thumbnails/600x/highereducation-appspace.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">6 reasons higher education needs a modern campus communication solution</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 35 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Bridging generational gaps in giving critical feedback at work"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-bridging-generational-gaps?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/861487/thumbnails/600x/wxhub_w34.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Bridging generational gaps in giving critical feedback at work</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 36 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Workplace culture and why work-life balance is going viral"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-workplace-culture-and-why-work-life-balance-is-going-viral?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/858836/thumbnails/600x/wxhub_w33.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Workplace culture and why work-life balance is going viral</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 37 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="AI literacy in the workplace and why it matters"
              data-language="English"
              data-personas="IT teamsHR teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Better office experienceConsolidate your tech stackAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-ai-literacy?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/thumbnails/994046/055f86ce-4b8b-419f-9586-1e19ad3d1e22.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">AI literacy in the workplace and why it matters</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 38 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Beyond the intranet – here&#39;s the employee communication software you need"
              data-language="English"
              data-personas="IT teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranet"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stackAppspace for Microsoft"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/beyond-the-intranet-1?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/858840/thumbnails/600x/intranet-empapp-hero3.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Beyond the intranet – here&#39;s the employee communication software you need</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 39 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What Gen Z should know about workplace success"
              data-language="English"
              data-personas="HR teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationCorporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type=""
              data-funnel-stages=""
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-what-gen-z-should-know?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/852079/thumbnails/600x/wxhub_w31.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What Gen Z should know about workplace success</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 40 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Appspace Marketplace: Integrations, solutions, and content for the modern workplace"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stackAppspace for MicrosoftAppspace for GoogleAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/appspace-marketplace?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/858850/thumbnails/600x/appspace-mp-blog-hero.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Appspace Marketplace: Integrations, solutions, and content for the modern workplace</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 41 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="When AI goes rogue – managing hallucinations in the modern workplace"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationGovernment &amp;amp; public sectorCorporate"
              data-products="Content &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-when-ai-goes-rogue?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/847132/thumbnails/600x/wxhub_w30-1.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">When AI goes rogue – managing hallucinations in the modern workplace</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 42 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Why a digital HQ is critical for hybrid success"
              data-language="English"
              data-personas="IT teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceCulture &amp;amp; engagementAppspace for Microsoft"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/why-a-digital-hq-is-critical-for-hybrid-success?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/858857/thumbnails/600x/5-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Why a digital HQ is critical for hybrid success</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 43 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Hush trips, company retreats, and the new rules of business travel"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/hush-trips?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/840312/thumbnails/600x/wxhub-1028-hushtrip.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Hush trips, company retreats, and the new rules of business travel</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 44 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to measure employee experience effectively (with KPIs)"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranet"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-to-measure?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/842805/thumbnails/600x/1-How-to-measure-employee-experience-3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to measure employee experience effectively (with KPIs)</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 45 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Turning digital signage from &#39;just screens&#39; into a strategic IT asset"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Financial servicesIndustrial &amp;amp; manufacturingCorporate"
              data-products="Digital Signage"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceConsolidate your tech stackAppspace for Google"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/turning-digital-signage-from-just-screens-into-a-strategic-it-asset?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/838644/thumbnails/600x/Transforming-Signage.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Turning digital signage from &#39;just screens&#39; into a strategic IT asset</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 46 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="To get employee engagement right, leaders should do this"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingCorporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-to-get-employee-engagement-right-leaders-should-do-this?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/837961/thumbnails/600x/10.21_Leaders_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">To get employee engagement right, leaders should do this</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 47 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="A smarter, AI-powered visitor management experience in your Microsoft ecosystem"
              data-language="English"
              data-personas="Facilities teamsWorkplace teams"
              data-business-units=""
              data-industries="Financial servicesHealthcareCorporate"
              data-products="Visitor Management"
              data-solutions="Hybrid workplaceBetter office experienceAppspace for Microsoft"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/smarter-ai-powered-visitor-management-experience-in-your-microsoft-ecosystem?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/thumbnails/973870/23378438-1b65-4ea3-a7cc-4f7057c9b8c4.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">A smarter, AI-powered visitor management experience in your Microsoft ecosystem</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 48 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Digital signage: The untapped powerhouse for a connected workplace (and how IT can lead the charge)"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Financial servicesIndustrial &amp;amp; manufacturingCorporate"
              data-products="Digital Signage"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceConsolidate your tech stackAppspace for Google"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/digital-signage-the-untapped-powerhouse-for-a-connected-workplace-and-how-it-can-lead-the-charge?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/835418/thumbnails/600x/Signage-Workplace.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Digital signage: The untapped powerhouse for a connected workplace (and how IT can lead the charge)</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 49 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Frontline workers’ silent struggles (and how AI could help)"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-frontline-workers-silent-struggles-and-how-ai-could-help?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/835218/thumbnails/600x/10.14_Frontline_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Frontline workers’ silent struggles (and how AI could help)</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 50 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Zero ransomware attacks, zero worries: The ChromeOS &amp; Appspace security powerhouse"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Financial servicesIndustrial &amp;amp; manufacturingCorporate"
              data-products="Digital Signage"
              data-solutions="Frontline workersHybrid workplaceConsolidate your tech stackAppspace for Google"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/zero-ransomware-attacks-zero-worries-the-chromeos-appspace-security-powerhouse?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/834098/thumbnails/600x/Security-Digital-Age.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Zero ransomware attacks, zero worries: The ChromeOS &amp; Appspace security powerhouse</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 51 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Appspace and ChromeOS: Effortless digital signage in Google Workspace"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Financial servicesIndustrial &amp;amp; manufacturingCorporate"
              data-products="Digital Signage"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceConsolidate your tech stackAppspace for Google"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/appspace-and-chromeos-effortless-digital-signage-in-google-workspace?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/834096/thumbnails/600x/Digital-Workplace.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Appspace and ChromeOS: Effortless digital signage in Google Workspace</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 52 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Navigating election stress in the workplace"
              data-language="English"
              data-personas="HR teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Better office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-navigating-election-stress-in-the-workplace?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/831849/thumbnails/600x/10.2_Elections_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Navigating election stress in the workplace</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 53 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to navigate being an introvert at work"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-how-to-navigate-being-an-introvert-at-work?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/820602/thumbnails/600x/9.27_Introvert_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to navigate being an introvert at work</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 54 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Lynx: streamline your workplace, elevate your experience"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranet"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stackAppspace for MicrosoftAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Bottom of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/lynx-streamline-your-workplace-elevate-your-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/818072/thumbnails/600x/Blog-Header-1-3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Lynx: streamline your workplace, elevate your experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 55 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Engagement is NOT an email: How intranets are building a culture of connection and collaboration"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Industrial &amp;amp; manufacturingCorporate"
              data-products="Employee App"
              data-solutions="Frontline workersHybrid workplaceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/engagement-is-not-an-email-how-intranets-are-building-a-culture-of-connection-and-collaboration?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/817433/thumbnails/600x/2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Engagement is NOT an email: How intranets are building a culture of connection and collaboration</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 56 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="We’ve partnered with Neat to simplify hybrid work - Appspace"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingCorporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee App"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/weve-partnered-with-neat-to-simplify-hybrid-work?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/817094/thumbnails/600x/Appspace-Partnership-Neat-1536x864-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">We’ve partnered with Neat to simplify hybrid work - Appspace</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 57 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Appspace Revolutionizes Workplace Communication and Workplace Management with New AI-Driven Capabilities"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationDigital SignageEmployee AppIntranet"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/appspace-revolutionizes-workplace-communication-and-workplace-management-with-new-ai-driven-capabilities?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/816675/thumbnails/600x/23.09_PressRelease-AI.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Appspace Revolutionizes Workplace Communication and Workplace Management with New AI-Driven Capabilities</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 58 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Networking – the ins and outs when you’re looking for a new opportunity"
              data-language="English"
              data-personas="HR teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Better office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-networking-the-ins-and-outs-when-youre-looking-for-a-new-opportunity?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/816319/thumbnails/600x/9.23_Networking_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Networking – the ins and outs when you’re looking for a new opportunity</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 59 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Is your intranet ready to bridge the $1.9 trillion engagement gap?"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagementAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/is-your-intranet-ready-to-bridge-the-1-9-trillion-engagement-gap?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/815245/thumbnails/600x/1a.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Is your intranet ready to bridge the $1.9 trillion engagement gap?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 60 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Toxic workplaces – know the signs and what to do"
              data-language="English"
              data-personas="HR teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee App"
              data-solutions="Better office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-toxic-workplaces-know-the-signs-and-what-to-do?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/813015/thumbnails/600x/9.16_Toxic_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Toxic workplaces – know the signs and what to do</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 61 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Beyond the intranet: Build a thriving digital community your employees will actually use"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagementConsolidate your tech stackAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/beyond-the-intranet-build-a-thriving-digital-community-your-employees-will-actually-use?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/812922/thumbnails/600x/1-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Beyond the intranet: Build a thriving digital community your employees will actually use</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 62 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Burnout – who’s impacted and what to do about it"
              data-language="English"
              data-personas="HR teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee App"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-burnout-whos-impacted-and-what-to-do-about-it?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/810425/thumbnails/600x/burnout-wx-hub1.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Burnout – who’s impacted and what to do about it</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 63 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What you need to know about working remotely"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-what-you-need-to-know-about-working-remotely?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/805417/thumbnails/600x/9.1_Remote_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What you need to know about working remotely</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 64 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="‘Ghost’ job postings are causing havoc for job hunters"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Content &amp;amp; Publishing"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-ghost-job-postings-are-causing-havoc-for-job-hunters?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/801220/thumbnails/600x/8.16_Ghost_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">‘Ghost’ job postings are causing havoc for job hunters</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 65 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The future is frontline: Why distributed workplaces need a mobile-first intranet"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Financial servicesIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Digital SignageEmployee App"
              data-solutions="Frontline workersCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/the-future-is-frontline-why-distributed-workplaces-need-a-mobile-first-intranet?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/797235/thumbnails/600x/8.15_Mobile_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The future is frontline: Why distributed workplaces need a mobile-first intranet</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 66 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The AI career wave – are you ready?"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="EducationCorporate"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Appspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-the-ai-career-wave-are-you-ready?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/794897/thumbnails/600x/8.5_Career_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The AI career wave – are you ready?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 67 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Intranets reimagined: From static archives to dynamic hubs"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee App"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/intranets-reimagined-from-static-archives-to-dynamic-hubs?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/793140/thumbnails/600x/7.21_Intranet_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Intranets reimagined: From static archives to dynamic hubs</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 68 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Is AI the answer to your email avalanche?"
              data-language="English"
              data-personas="IT teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-is-ai-the-answer-to-your-email-avalanche?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/684420/thumbnails/600x/8.5_Email_3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Is AI the answer to your email avalanche?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 69 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The ROI of workplace digital signage: What you need to know"
              data-language="English"
              data-personas="Communications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Digital SignageContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/the-roi-of-workplace-digital-signage-what-you-need-to-know?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/683252/thumbnails/600x/8.7_Signage_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The ROI of workplace digital signage: What you need to know</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 70 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The great disconnect – expert tips for an unplugged vacation"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-the-great-disconnect-expert-tips-for-an-unplugged-vacation?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/679443/thumbnails/600x/8.1_Vacation_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The great disconnect – expert tips for an unplugged vacation</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 71 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="7 bad leadership qualities – and how to correct them"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/7-bad-leadership-qualities-and-how-to-correct-them?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/677140/thumbnails/600x/7.21_Leadership_3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">7 bad leadership qualities – and how to correct them</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 72 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Why work in the office? 5 benefits of in-office working vs at-home"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationDigital SignageEmployee App"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementAppspace for MicrosoftAppspace for Google"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/benefits-working-in-office-vs-at-home?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/846225/thumbnails/600x/4-5-benefits-of-working.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Why work in the office? 5 benefits of in-office working vs at-home</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 73 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Return to office trends you should know about"
              data-language="English"
              data-personas="Facilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorIndustrial &amp;amp; manufacturing"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type=""
              data-funnel-stages=""
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-return-to-office-trends-you-should-know-about?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/676187/thumbnails/600x/7.17_Return_3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Return to office trends you should know about</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 74 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="5 ways to use AI to improve the workplace experience"
              data-language="English"
              data-personas="IT teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Digital SignageEmployee AppContent &amp;amp; Publishing"
              data-solutions="Appspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/5-ways-to-use-ai-to-improve-the-workplace-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/671843/thumbnails/600x/6.11_AI_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">5 ways to use AI to improve the workplace experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 75 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The new rules of workplace meetings"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareCorporate"
              data-products="Space ReservationEmployee AppContent &amp;amp; Publishing"
              data-solutions=""
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-the-new-rules-of-workplace-meetings?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/670480/thumbnails/600x/W4-July-Article-img-WX-trends.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The new rules of workplace meetings</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 76 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="6 ways to empower your team through better office tech"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/6-ways-to-empower-your-team-through-better-office-tech?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/793162/thumbnails/600x/7.22_Empower_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">6 ways to empower your team through better office tech</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 77 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="8 goals for your next performance review"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/developmental-goal-examples-performance-review?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/802587/thumbnails/600x/7.21_Review_2-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">8 goals for your next performance review</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 78 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The cost of work crisis – are employers doing enough?"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-the-cost-of-work-crisis-are-employers-doing-enough?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/668385/thumbnails/600x/7.11_WorkCrisis_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The cost of work crisis – are employers doing enough?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 79 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="5 trends that will impact the future workforce"
              data-language="English"
              data-personas="IT teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee App"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/digital-workplace-trends-impact-workforce?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/842822/thumbnails/600x/3-5-trends-that-will-impact-the-future-workforce-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">5 trends that will impact the future workforce</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 80 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Why effective communication channels are essential for business success"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="Industrial &amp;amp; manufacturingCorporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/why-effective-communication-channels-are-essential-for-business-success?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/664600/thumbnails/600x/7.11_Joanna_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Why effective communication channels are essential for business success</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 81 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The future of workplace design: Exclusive interview with XY Sense"
              data-language="English"
              data-personas="Communications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/the-future-of-workplace-design-exclusive-interview-with-xy-sense?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/664530/thumbnails/600x/7.8_XYSense_1-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The future of workplace design: Exclusive interview with XY Sense</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 82 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What you need to know about upskilling"
              data-language="English"
              data-personas="IT teamsHR teams"
              data-business-units=""
              data-industries="Industrial &amp;amp; manufacturingCorporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagementAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-what-you-need-to-know-about-upskilling?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/662674/thumbnails/600x/6.23_Upskilling_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What you need to know about upskilling</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 83 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Why Appspace is the Workplace from Meta alternative you need"
              data-language="English"
              data-personas="IT teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceCulture &amp;amp; engagementAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Bottom of FunnelMiddle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/why-appspace-is-the-workplace-from-meta-alternative-you-need?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/662185/thumbnails/600x/6.28_Meta_1-4.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Why Appspace is the Workplace from Meta alternative you need</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 84 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Intelligent workplaces: Improving the modern work experience"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee App"
              data-solutions="Hybrid workplaceBetter office experienceConsolidate your tech stackAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/intelligent-workplaces-what-they-are?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/806143/thumbnails/600x/9.1_Workplace_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Intelligent workplaces: Improving the modern work experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 85 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="3 things you need to know about AI in the workplace"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stackAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-3-things-you-need-to-know-about-ai-in-the-workplace?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/659748/thumbnails/600x/6.27_AIWorkplace_3.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">3 things you need to know about AI in the workplace</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 86 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The Cygnus release: A wave of innovation for your workplace"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stackAppspace for Microsoft"
              data-content-type="Blog"
              data-funnel-stages="Bottom of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/the-cygnus-release-a-wave-of-innovation-for-your-workplace?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/659050/thumbnails/600x/Blog-Header-1-2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The Cygnus release: A wave of innovation for your workplace</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 87 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Insights from the Gartner® Digital Workplace Summit 2024 in London"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stackAppspace for MicrosoftAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of FunnelMiddle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/insights-from-the-gartner-digital-workplace-summit-2024-in-london?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/655498/thumbnails/600x/6.20_Gartner_3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Insights from the Gartner® Digital Workplace Summit 2024 in London</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 88 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Actionable steps to combat workplace racism"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-actionable-steps-to-combat-workplace-racism?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/646373/thumbnails/600x/6.18_Combat_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Actionable steps to combat workplace racism</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 89 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Appspace extends employee communication to every collaboration space through innovative integration with Microsoft Teams Rooms"
              data-language="English"
              data-personas="IT teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Digital SignageContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceConsolidate your tech stackAppspace for Microsoft"
              data-content-type="Blog"
              data-funnel-stages="Bottom of FunnelMiddle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/appspace-and-microsoft-teams-rooms-the-new-power-couple-of-workplace-communications?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/638317/thumbnails/600x/Blog-Announcement-MTR-1920x1080-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Appspace extends employee communication to every collaboration space through innovative integration with Microsoft Teams Rooms</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 90 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Do your skills outweigh your schooling?"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Financial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-do-your-skills-outweigh-your-schooling?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/636823/thumbnails/600x/6.05_Skills_6.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Do your skills outweigh your schooling?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 91 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Appspace and Logitech MeetUp 2: Expanding your digital signage experience"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingCorporate"
              data-products="Space ReservationVisitor Management"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/appspace-and-logitech-meetup-2-expanding-your-digital-signage-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/636225/thumbnails/600x/Logitech-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Appspace and Logitech MeetUp 2: Expanding your digital signage experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 92 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Workplace from Meta alternatives: Choosing the right employee communication platform"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries=""
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Bottom of FunnelMiddle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/workplace-meta-alter?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/634719/thumbnails/600x/5.28_Meta_4.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Workplace from Meta alternatives: Choosing the right employee communication platform</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 93 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="AI&#39;s surprising impact on work-life balance and more"
              data-language="English"
              data-personas="IT teamsHR teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-ais-surprising-impact-on-work-life-balance?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/631091/thumbnails/600x/5.29_AI_Impact_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">AI&#39;s surprising impact on work-life balance and more</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 94 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Your mental health at work"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Digital SignageEmployee AppContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-your-mental-health-at-work?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/629296/thumbnails/600x/5.28_Mental_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Your mental health at work</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 95 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Persistent tech issues unite in-office, remote workers"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Digital SignageEmployee AppContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/persistent-tech-issues-unite-in-office-remote-workers?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/625994/thumbnails/600x/3.25_Tech_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Persistent tech issues unite in-office, remote workers</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 96 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The politics of returning to the office"
              data-language="English"
              data-personas="HR teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorIndustrial &amp;amp; manufacturingCorporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranet"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-the-politics-of-returning-to-the-office?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/624553/thumbnails/600x/3.25_Return_to_Office_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The politics of returning to the office</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 97 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What women are up against at work"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Digital SignageEmployee App"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-what-women-are-up-against-at-work?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/621709/thumbnails/600x/3-2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What women are up against at work</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 98 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="5 ways to develop a successful ESG strategy for your company"
              data-language="English"
              data-personas="HR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Space ReservationDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/5-ways-to-develop-a-successful-strategy-for-your-company?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/620501/thumbnails/600x/3.25_ESG_2-2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">5 ways to develop a successful ESG strategy for your company</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 99 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Desk booking just got easier: Appspace is now available on Logi Dock Flex"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="Financial servicesGovernment &amp;amp; public sectorIndustrial &amp;amp; manufacturingCorporate"
              data-products="Space Reservation"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Bottom of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/desk-booking-just-got-easier-logitech-logi-dock-flex?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/thumbnails/763557/f224fa82-7179-43c3-a4b6-a0d90c8e4ac5.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Desk booking just got easier: Appspace is now available on Logi Dock Flex</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 100 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Is your workplace truly inclusive?"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-is-your-workplace-truly-inclusive?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/619414/thumbnails/600x/5.01_Inclusive_2-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Is your workplace truly inclusive?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 101 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Does your office culture need a Gen Z makeover?"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Financial servicesGovernment &amp;amp; public sectorIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-does-your-office-culture-need-a-gen-z-makeover?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/617563/thumbnails/600x/4.18_GenZ_3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Does your office culture need a Gen Z makeover?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 102 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Home vs office: Is it worthwhile to go back?"
              data-language="English"
              data-personas="HR teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="Government &amp;amp; public sectorIndustrial &amp;amp; manufacturing"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/return-to-office-tug-of-war?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/616252/thumbnails/600x/3.25_Return_to_Office_2-2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Home vs office: Is it worthwhile to go back?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 103 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Hybrid work and office perks that matter"
              data-language="English"
              data-personas="HR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products=""
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-hybrid-work-office-perks?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/614985/thumbnails/600x/4.17_Hybrid_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Hybrid work and office perks that matter</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 104 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Hybrid work innovation: Is your team missing out?"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="Financial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/hybrid-work-innovation-is-your-team-missing-out?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/614981/thumbnails/600x/3.25_hybrid_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Hybrid work innovation: Is your team missing out?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 105 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="WX trends: AI, surveillance, and you"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee App"
              data-solutions="Appspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/wx-trends-ai-surveillance-you?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/613898/thumbnails/600x/4.15_AI_3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">WX trends: AI, surveillance, and you</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 106 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What are the trends shaping the future of work?"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stackAppspace for MicrosoftAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/what-are-the-trends-shaping-the-future-of-work?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/613295/thumbnails/600x/Trends-Insights-Blog-Image-4.11.2024.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What are the trends shaping the future of work?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 107 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What is the Microsoft Places App? Enhancing the hybrid workplace experience"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Employee App"
              data-solutions="Hybrid workplaceAppspace for Microsoft"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/what-is-the-microsoft-places-app?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/608978/thumbnails/600x/4.8_Microsoft_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What is the Microsoft Places App? Enhancing the hybrid workplace experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 108 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Making work better: How Appspace and Metrikus put your people first"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Digital Signage"
              data-solutions="Better office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/making-work-better?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/608371/thumbnails/600x/Appspace-Metrikus_Blog.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Making work better: How Appspace and Metrikus put your people first</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 109 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to improve team communication: Strategies for lasting change"
              data-language="English"
              data-personas="IT teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranet"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementAppspace for MicrosoftAppspace for Google"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/improve-team-communication?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/842816/thumbnails/600x/2-How-to-improve-team-communication-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to improve team communication: Strategies for lasting change</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 110 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What’s new in Appspace? Meet the latest release: Aquarius"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries=""
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranet"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/march-release-round-up?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/605856/thumbnails/600x/Blog-Header-1-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What’s new in Appspace? Meet the latest release: Aquarius</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 111 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Creating a hybrid work model that will actually boost team productivity"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee App"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/hybrid-work-model-productivity?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/806147/thumbnails/600x/9.1_Hybrid_3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Creating a hybrid work model that will actually boost team productivity</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 112 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Company Intranet Examples That Your Employees Will Love!"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Employee AppContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/company-intranet-examples?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/683269/thumbnails/600x/7.21_Intranet_3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Company Intranet Examples That Your Employees Will Love!</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 113 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What is an agile workplace and how can you create one?"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products=""
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/what-is-an-agile-workplace-and-how-can-you-create-one?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600154/thumbnails/600x/10.12_Agile_Workplace-2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What is an agile workplace and how can you create one?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 114 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How will AI continue to change internal communications?"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital Signage"
              data-solutions="Culture &amp;amp; engagementAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-will-ai-continue-to-change-internal-communications?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600081/thumbnails/600x/12.06_Ai-2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How will AI continue to change internal communications?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 115 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The workplace experience of the future will look like this"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/the-workplace-experience-of-the-future-will-look-like-this?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600134/thumbnails/600x/3.27_Innovation_2.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The workplace experience of the future will look like this</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 116 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What does it mean to consumerize the workplace experience?"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/what-does-it-mean-to-consumerize-the-workplace-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600705/thumbnails/600x/2.21_CEO_Guide_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What does it mean to consumerize the workplace experience?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 117 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Transforming the workplace experience with AI"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationDigital SignageEmployee App"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementAppspace AI"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-will-appspace-transform-the-workplace-experience-with-ai?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600082/thumbnails/600x/12.06_Ai-3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Transforming the workplace experience with AI</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 118 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What does hot desking mean and how does it work?"
              data-language="English"
              data-personas="Facilities teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space Reservation"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/what-does-hot-desking-mean?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600152/thumbnails/600x/3.16_Communication_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What does hot desking mean and how does it work?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 119 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What is workplace experience? Six ways to improve it"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/what-is-workplace-experience-six-ways-to-improve-it?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600158/thumbnails/600x/04.08_WOW_5-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What is workplace experience? Six ways to improve it</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 120 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What is wayfinding signage used for?"
              data-language="English"
              data-personas="Facilities teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Wayfinding"
              data-solutions="Better office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/what-is-wayfinding-signage-used-for?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600157/thumbnails/600x/7.11_Wayfinding_Signage_3.jpg.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What is wayfinding signage used for?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 121 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to create a commute-worthy office space"
              data-language="English"
              data-personas="Communications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Better office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-to-create-a-commute-worthy-office-space?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600071/thumbnails/600x/1.11_Commute_Worthy_3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to create a commute-worthy office space</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 122 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="6 types of internal communication you should master"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Intranet"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/6-types-of-internal-communication-you-should-master?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600020/thumbnails/600x/12.01_CommunicationTips_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">6 types of internal communication you should master</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 123 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="ClearBox Report: Appspace Intranet shines for user experience"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Intranet"
              data-solutions="Better office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/clearbox-report-appspace-intranet-shines-for-user-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600619/thumbnails/600x/ClearBox-report-blog.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">ClearBox Report: Appspace Intranet shines for user experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 124 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Culture change in the workplace: What is it and how can you embrace it?"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/culture-change-in-the-workplace-what-is-it-and-how-can-you-embrace-it?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600053/thumbnails/600x/10.24_Struggle_Workplace-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Culture change in the workplace: What is it and how can you embrace it?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 125 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to use QR codes in digital signage"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital Signage"
              data-solutions="Better office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-to-use-qr-codes-in-digital-signage?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600618/thumbnails/600x/3.7_QR_Code_2-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to use QR codes in digital signage</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 126 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What is an internal company blog (and why create one)?"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="IntranetContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/internal-employee-company-blog?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600624/thumbnails/600x/1.29_Why_A_Blog_4.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What is an internal company blog (and why create one)?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 127 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="From Netflix to higher ed: Creating a friction-free campus experience"
              data-language="English"
              data-personas="IT teamsCommunications teams"
              data-business-units=""
              data-industries="Education"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/from-netflix-to-higher-ed-creating-a-friction-free-campus-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600062/thumbnails/600x/10.09_Friction_Free-2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">From Netflix to higher ed: Creating a friction-free campus experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 128 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Frontline workers are disengaged. Here&#39;s how to fix it."
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Industrial &amp;amp; manufacturing"
              data-products="Employee AppIntranet"
              data-solutions="Frontline workers"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/frontline-workers-are-disengaged-heres-how-to-fix-it?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600063/thumbnails/600x/12.06_FrontlineWorkers_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Frontline workers are disengaged. Here&#39;s how to fix it.</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 129 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Need to share critical company news? Say hello to Broadcasts"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Digital SignageEmployee App"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/need-to-share-critical-company-news-say-hello-to-broadcasts?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600103/thumbnails/600x/2.01_Broadcasts.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Need to share critical company news? Say hello to Broadcasts</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 130 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What&#39;s the business value of an intranet?"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Intranet"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/whats-the-business-value-of-an-intranet?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600159/thumbnails/600x/73-Blog-MC-1920x1080-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What&#39;s the business value of an intranet?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 131 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Workplace Culture: Attracting Millennials"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageEmployee AppIntranet"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/workplace-culture-attracting-millennials?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600163/thumbnails/600x/4.1_Millenials_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Workplace Culture: Attracting Millennials</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 132 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Why your organization needs an employee communication board"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageEmployee AppIntranet"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/why-your-organization-needs-an-employee-communication-board?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600162/thumbnails/600x/2.21_CommunicationBoard.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Why your organization needs an employee communication board</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 133 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Why is Considering a Hybrid Workplace Important?"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/why-is-considering-a-hybrid-workplace-important?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600161/thumbnails/600x/blogheader2421.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Why is Considering a Hybrid Workplace Important?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 134 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What we learned at Gartner Digital Workplace Summits"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/what-we-learned-at-gartner-digital-workplace-summits?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600160/thumbnails/600x/6.20_Gartner_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What we learned at Gartner Digital Workplace Summits</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 135 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What is Employee Engagement?"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/what-is-employee-engagement?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/thumbnails/733247/d9b13065-4eff-4535-8cd0-e0af6a683026.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What is Employee Engagement?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 136 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What is a hybrid workforce and how can you connect with everyone, everywhere?"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationDigital SignageEmployee AppIntranet"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/what-is-a-hybrid-workforce-how-can-you-connect-with-everyone-everywhere?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600153/thumbnails/600x/6.1_Hybrid-Work_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What is a hybrid workforce and how can you connect with everyone, everywhere?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 137 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What do employees REALLY want from their workplace?"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/what-do-employees-really-want-from-their-workplace-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600151/thumbnails/600x/4.20_Workplace-Trends-2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What do employees REALLY want from their workplace?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 138 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="What are 3 important skills for teamwork and collaboration?"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee AppIntranet"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/what-are-3-important-skills-for-teamwork-and-collaboration?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600149/thumbnails/600x/47-Blog-MC-1920x1080-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">What are 3 important skills for teamwork and collaboration?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 139 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Welcome to the Orion release"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/welcome-to-the-orion-release?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600148/thumbnails/600x/Header_Orion-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Welcome to the Orion release</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 140 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Welcome to the Hydra release"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/welcome-to-the-hydra-release?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600147/thumbnails/600x/Hydra-Blog-Header-Final.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Welcome to the Hydra release</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 141 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="WebexOne Round-up"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital Signage"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/webexone-round-up?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600144/thumbnails/600x/12.15_WebexOneRecap.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">WebexOne Round-up</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 142 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Welcome to the Draco release"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/welcome-to-the-draco-release?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600146/thumbnails/600x/Draco-Blog-Featured-Image.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Welcome to the Draco release</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 143 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Welcome to the Andromeda release"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/welcome-to-the-andromeda-release?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600145/thumbnails/600x/Andromeda_Blog_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Welcome to the Andromeda release</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 144 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Webex Video Conferencing Dos and Don&#39;ts"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions=""
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/webex-video-conferencing-dos-and-donts?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600143/thumbnails/600x/webexblogimage-1024x576.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Webex Video Conferencing Dos and Don&#39;ts</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 145 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Using Appspace to Reach Remote Workers"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee App"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/using-appspace-to-reach-remote-workers?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600142/thumbnails/600x/PWA5-1024x576.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Using Appspace to Reach Remote Workers</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 146 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The Employee Experience vs. The Workplace Experience"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/the-employee-experience-vs-the-workplace-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600127/thumbnails/600x/7.21_EmployeeVsWorkplaceExperience.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The Employee Experience vs. The Workplace Experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 147 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The 2022 Final Release Round-Up"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space Reservation"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/the-2022-final-release-round-up?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600125/thumbnails/600x/12.12_Release-Round-Up.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The 2022 Final Release Round-Up</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 148 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Ten Daily Workplace Safety Tips Every Employee Should Know"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="Industrial &amp;amp; manufacturingRetailCorporate"
              data-products="Digital Signage"
              data-solutions="Frontline workers"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/ten-daily-workplace-safety-tips-every-employee-should-know?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600124/thumbnails/600x/marlin_blogsupport_yellowhat.jpeg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Ten Daily Workplace Safety Tips Every Employee Should Know</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 149 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Space Reservation for Capacity Tracking"
              data-language="English"
              data-personas="Facilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space Reservation"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/space-reservation-for-capacity-tracking?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600122/thumbnails/600x/2.25_CapacityAnalytics.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Space Reservation for Capacity Tracking</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 150 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The Difference Between Hot Desking and Desk Hoteling"
              data-language="English"
              data-personas="HR teamsFacilities teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space Reservation"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/the-difference-between-hot-desking-and-desk-hoteling?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600126/thumbnails/600x/10.4_HotDesking_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The Difference Between Hot Desking and Desk Hoteling</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 151 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Stay in the flow of work with the Appspace App for Microsoft Teams"
              data-language="English"
              data-personas="IT teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee AppIntranet"
              data-solutions="Consolidate your tech stackAppspace for Microsoft"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/stay-in-the-flow-of-work-with-the-appspace-app-for-microsoft-teams?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600123/thumbnails/600x/4.4_MS-Embedded-App.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Stay in the flow of work with the Appspace App for Microsoft Teams</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 152 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The Future of Work: Flex Scheduling"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/the-future-of-work-flex-scheduling?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600128/thumbnails/600x/11.1_FlexWork_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The Future of Work: Flex Scheduling</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 153 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The Importance of Emergency Preparedness"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageEmployee AppIntranet"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/the-importance-of-emergency-preparedness?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600129/thumbnails/600x/Emergency-preparedness-benefits-1.jpeg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The Importance of Emergency Preparedness</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 154 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The Latest Visitor Management Enhancements"
              data-language="English"
              data-personas="IT teamsFacilities teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Visitor Management"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/the-latest-visitor-management-enhancements?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600130/thumbnails/600x/12.10_VisitorManagement.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The Latest Visitor Management Enhancements</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 155 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The Outlook Add-In is Available Now"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Appspace for Microsoft"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/the-microsoft-add-in-is-available-now?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600131/thumbnails/600x/5.25_ProductUpdate_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The Outlook Add-In is Available Now</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 156 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The Office in 2021 - What&#39;s New?"
              data-language="English"
              data-personas="Facilities teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space Reservation"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/the-office-in-2021-whats-new?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600132/thumbnails/600x/1.12_OfficeChanges_copy.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The Office in 2021 - What&#39;s New?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 157 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="The Office Then vs. Now - Creating a Hybrid Work Environment"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationWayfindingDigital Signage"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/the-office-then-vs-now-creating-a-hybrid-work-environment?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600133/thumbnails/600x/5.14_NewOffice.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">The Office Then vs. Now - Creating a Hybrid Work Environment</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 158 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Three things to know before getting started with your meeting room deployment"
              data-language="English"
              data-personas="Facilities teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space Reservation"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/three-things-to-know-before-getting-started-with-your-meeting-room-deployment?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600136/thumbnails/600x/meeting-room.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Three things to know before getting started with your meeting room deployment</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 159 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Three of the biggest challenges to creating a more connected campus experience"
              data-language="English"
              data-personas="Facilities teams"
              data-business-units=""
              data-industries="Education"
              data-products="WayfindingDigital SignageEmployee AppIntranet"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/three-of-the-biggest-challenges-to-creating-a-more-connected-campus-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600135/thumbnails/600x/Appspace-for-Education.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Three of the biggest challenges to creating a more connected campus experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 160 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Transitioning Your Remote Workers Back to Work Tips"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/tips-on-including-your-remote-workers-in-return-to-office-plans?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600137/thumbnails/600x/5.28_IncludingRemoteWorkers.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Transitioning Your Remote Workers Back to Work Tips</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 161 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Supercharge your storytelling with this new Employee App feature"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Employee App"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/tips-to-supercharge-your-storytelling-with-this-new-employee-app-feature?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600138/thumbnails/600x/10.20_Employee_App-3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Supercharge your storytelling with this new Employee App feature</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 162 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Update Enables Cisco Collaboration Support"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions=""
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/update-enables-cisco-collaboration-support?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600139/thumbnails/600x/blog-cisco-cover.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Update Enables Cisco Collaboration Support</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 163 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Using Appspace For Safe Social Distancing At Work"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital Signage"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/using-appspace-for-safe-social-distancing-at-work?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600140/thumbnails/600x/contentportalsocialdistancing.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Using Appspace For Safe Social Distancing At Work</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 164 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Using Appspace to Meet Communications Goals"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee App"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/using-appspace-to-meet-communications-goals?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600141/thumbnails/600x/2.23_Comms_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Using Appspace to Meet Communications Goals</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 165 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Solutions for Your Mobile Workforce"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/solutions-for-your-mobile-workforce?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600121/thumbnails/600x/1.28_MobileWorkforce_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Solutions for Your Mobile Workforce</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 166 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Smaller but Smarter: How Changing Workplaces Can Benefit from Space Reservation Tools"
              data-language="English"
              data-personas="Facilities teamsWorkplace teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space Reservation"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/smaller-but-smarter-how-changing-workplaces-can-benefit-from-space-reservation-tools?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600120/thumbnails/600x/3.2_RoomDeskBooking.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Smaller but Smarter: How Changing Workplaces Can Benefit from Space Reservation Tools</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 167 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Communicating Your Return to Office Plan to Your Employees"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/sharing-your-return-to-office-plan-with-employees?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600119/thumbnails/600x/5.12_RTOCommunication.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Communicating Your Return to Office Plan to Your Employees</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 168 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="September Release Round-Up"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/september-release-round-up?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600118/thumbnails/600x/10.13_ProductUpdate.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">September Release Round-Up</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 169 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="SCN: The State of Digital Signage"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital Signage"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/scn-the-state-of-digital-signage?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600117/thumbnails/600x/Website-Home-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">SCN: The State of Digital Signage</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 170 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Schedule Board Card Brings Spaces Together"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space Reservation"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/schedule-board-card-brings-spaces-together?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600116/thumbnails/600x/blog-office-schedule-board2.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Schedule Board Card Brings Spaces Together</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 171 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Samsung SSP6 Tizen Support Added"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital Signage"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/samsung-ssp6-tizen-support-added?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600115/thumbnails/600x/samsung-appspace-cover.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Samsung SSP6 Tizen Support Added</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 172 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Returning to Office: Effective Techniques for Digital Displays"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital Signage"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/returning-to-office-effective-techniques-for-digital-displays?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600114/thumbnails/600x/12.2_InOfficeComms_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Returning to Office: Effective Techniques for Digital Displays</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 173 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Return to Office Questionnaire Must-Haves"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Digital SignageEmployee AppIntranet"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/return-to-office-questionnaire-must-haves?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600113/thumbnails/600x/9.2_QuestionnaireMustHaves.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Return to Office Questionnaire Must-Haves</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 174 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Proven employee communication strategies (with examples)"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/proven-employee-communication-strategies-with-examples?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600112/thumbnails/600x/12.01_CommunicationTips_3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Proven employee communication strategies (with examples)</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 175 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Private Cloud Release Management Updates"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/private-cloud-release-management-updates?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600111/thumbnails/600x/2.16_PrivateCloud-copy.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Private Cloud Release Management Updates</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 176 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Powerful internal communication tips to try with your team"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/powerful-internal-communication-tips-to-try-with-your-team?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600110/thumbnails/600x/12.01_CommunicationTips_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Powerful internal communication tips to try with your team</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 177 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Our new 8-week release cycle is launching (and it&#39;s space-themed)"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/our-new-8-week-release-cycle-is-launching-and-its-space-themed?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600109/thumbnails/600x/5.1_Andromeda-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Our new 8-week release cycle is launching (and it&#39;s space-themed)</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 178 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Optimizing content delivery for enterprise deployments"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/optimizing-content-delivery-for-enterprise-deployments?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600108/thumbnails/600x/Content-Caching-node.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Optimizing content delivery for enterprise deployments</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 179 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="October Release Round-Up"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/october-release-round-up?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600107/thumbnails/600x/Hero-Image-Oct-2022-Roundup-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">October Release Round-Up</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 180 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="New Updates to the Appspace Publish to Web Experience"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/new-updates-to-the-appspace-publish-to-web-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600106/thumbnails/600x/PWA5-oncqdd2z7xfnhq6dt8oigpamvgy09ajc3f1mj0b0j4.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">New Updates to the Appspace Publish to Web Experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 181 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="New Appspace Workflow Option for Cisco Collaboration Endpoints"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/new-appspace-workflow-option-for-cisco-collaboration-endpoints?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600105/thumbnails/600x/1080_Local_whiteboarding-1024x576.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">New Appspace Workflow Option for Cisco Collaboration Endpoints</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 182 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="New Appspace Release: Changes to the Menu and an Enhanced User Module"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries=""
              data-products=""
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/new-appspace-release-changes-to-the-menu-and-an-enhanced-user-module?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600104/thumbnails/600x/12.3_UserModuleUpdates_copy-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">New Appspace Release: Changes to the Menu and an Enhanced User Module</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 183 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Navigating the Modern Workplace of the Next Decade"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/navigating-the-modern-workplace-of-the-next-decade?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600102/thumbnails/600x/workplace-team-smiling-1080.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Navigating the Modern Workplace of the Next Decade</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 184 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Modernizing Campus Communication"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="Education"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/modernizing-campus-communications?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600101/thumbnails/600x/11.30_Education-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Modernizing Campus Communication</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 185 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Mobilizing Your Communications Strategy"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageEmployee AppIntranet"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/mobilizing-your-communication-strategy?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600100/thumbnails/600x/9.14_EmpComms.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Mobilizing Your Communications Strategy</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 186 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Microsoft Places is good news for the workplace experience"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Better office experienceAppspace for Microsoft"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/new-microsoft-places-app-is-good-news-for-the-workplace-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600099/thumbnails/600x/10-22_New-Microsoft-Places-app_1920x1080-Blog.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Microsoft Places is good news for the workplace experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 187 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="May Release Round Up"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/may-release-round-up?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600098/thumbnails/600x/5.4_ProductUpdate.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">May Release Round Up</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 188 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="LinkedIn sets the standard with Appspace"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/linkedin-sets-the-standard-with-appspace?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600096/thumbnails/600x/INBug-HD.jpeg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">LinkedIn sets the standard with Appspace</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 189 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Making safety personal with digital signage"
              data-language="English"
              data-personas="Facilities teams"
              data-business-units=""
              data-industries="HealthcareIndustrial &amp;amp; manufacturing"
              data-products="Digital Signage"
              data-solutions="Frontline workersHybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/making-safety-personal-with-digital-signage?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600097/thumbnails/600x/safetypersonalblog-700x366-1.jpeg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Making safety personal with digital signage</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 190 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="LG WebOS 4.0 Support Added"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Digital Signage"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/lg-webos-4-0-support-added?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600095/thumbnails/600x/lobby-lg-signage2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">LG WebOS 4.0 Support Added</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 191 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Leverage Guest Check-In to Create a Safe Work Environment"
              data-language="English"
              data-personas="Facilities teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Visitor Management"
              data-solutions="Better office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/leverage-guest-check-in-to-create-a-safe-work-environment?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600094/thumbnails/600x/guest-check-in.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Leverage Guest Check-In to Create a Safe Work Environment</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 192 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Easily Reserve a Meeting Room | Easy Office Room Reservation"
              data-language="English"
              data-personas="Facilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetailCorporate"
              data-products="Space Reservation"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/easily-reserve-a-meeting-room?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/620503/thumbnails/600x/11.08_AppspaceMetrikus-scaled.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Easily Reserve a Meeting Room | Easy Office Room Reservation</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 193 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Key takeaways from Ragan Future of Communications 2023"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Better office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/key-takeaways-from-ragan-future-of-communications-2023?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600092/thumbnails/600x/11.14_Ragan-3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Key takeaways from Ragan Future of Communications 2023</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 194 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Just right: How to craft a custom workplace experience"
              data-language="English"
              data-personas="HR teamsCommunications teamsFacilities teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee App"
              data-solutions="Better office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/just-right-how-to-craft-a-custom-workplace-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600091/thumbnails/600x/4.18_Just-Right-ES.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Just right: How to craft a custom workplace experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 195 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Level up hybrid work with Appspace for Google"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceAppspace for Google"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/level-up-hybrid-work-with-appspace-for-google?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600093/thumbnails/600x/1.10_Google_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Level up hybrid work with Appspace for Google</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 196 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="June Release Round Up"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries=""
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/june-release-round-up?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600090/thumbnails/600x/Blog-Header-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">June Release Round Up</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 197 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="July Release Round-Up"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries=""
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/july-release-round-up?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600089/thumbnails/600x/7.12_ProductUpdate_Header2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">July Release Round-Up</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 198 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="January 2023 Release Round-Up"
              data-language="English"
              data-personas="IT teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/january-2023-release-round-up?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600088/thumbnails/600x/1.27_Release-Round-Up-2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">January 2023 Release Round-Up</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 199 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Introducing 3 New Appspace Cards - Available Now"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital Signage"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/introducing-3-new-appspace-cards-available-now?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600086/thumbnails/600x/Countdown-card-1024x573-1-1.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Introducing 3 New Appspace Cards - Available Now</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 200 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Introducing a New Appspace App Experience"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee App"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/introducing-a-new-appspace-app-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600087/thumbnails/600x/blog-app2-hero-cover-1024x576.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Introducing a New Appspace App Experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 201 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Industry analysts say our intranet is a leader, but what&#39;s in it for you?"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Intranet"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/industry-analysts-say-our-intranet-is-a-leader-but-whats-in-it-for-you?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600085/thumbnails/600x/2.15_IndustryAnalysts.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Industry analysts say our intranet is a leader, but what&#39;s in it for you?</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 202 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How workplace communication images can make an impact on your team"
              data-language="English"
              data-personas="IT teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/workplace-communication-imagery-that-makes-an-impact?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600083/thumbnails/600x/3.16_Communication_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How workplace communication images can make an impact on your team</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 203 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="IAdea and Appspace Partner to Elevate Workplace Communications and Workplace Management"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor Management"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/iadea-and-appspace-partner-to-elevate-workplace-communications-and-workplace-management?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600084/thumbnails/600x/9.16_IAdea_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">IAdea and Appspace Partner to Elevate Workplace Communications and Workplace Management</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 204 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How Appspace Can Help Your Human Resource Initiatives"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationDigital SignageEmployee AppIntranet"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-appspace-can-help-your-human-resource-initiatives?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600066/thumbnails/600x/2.15_HR_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How Appspace Can Help Your Human Resource Initiatives</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 205 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Harness the power of the smarter workplace: Session recap"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageEmployee AppIntranet"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/harness-the-power-of-the-smarter-workplace-session-recap?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600065/thumbnails/600x/GettyImages-1401721674-scaled.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Harness the power of the smarter workplace: Session recap</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 206 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Get #Social with Appspace&#39;s Latest Card Templates"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Digital Signage"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/get-social-with-appspaces-latest-card-templates?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600064/thumbnails/600x/unnamed-5.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Get #Social with Appspace&#39;s Latest Card Templates</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 207 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Four engagement stats every healthcare provider needs to know"
              data-language="English"
              data-personas="IT teamsCommunications teams"
              data-business-units=""
              data-industries="Healthcare"
              data-products="WayfindingDigital SignageEmployee AppIntranet"
              data-solutions="Frontline workers"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/4-must-know-stats-to-nail-healthcare-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600061/thumbnails/600x/10-22_Healthcare_1920x1080-Blog.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Four engagement stats every healthcare provider needs to know</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 208 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to Work From Home"
              data-language="English"
              data-personas="Workplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee AppIntranet"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-to-work-from-home?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600080/thumbnails/600x/woman-working-from-home-on-laptop-computer-6ZPQEGV.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to Work From Home</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 209 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to Prevent the Great Resignation at your Organization"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee AppIntranet"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-to-prevent-the-great-resignation-at-your-organization?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600079/thumbnails/600x/1.25_GreatResignation.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to Prevent the Great Resignation at your Organization</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 210 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to organize a hybrid meeting for maximum efficiency"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee App"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-to-organize-a-hybrid-meeting-for-maximum-efficiency?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600078/thumbnails/600x/10.12_Agile_Workplace-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to organize a hybrid meeting for maximum efficiency</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 211 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to get employee engagement buzzing again in financial services"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Financial services"
              data-products="Space ReservationDigital SignageEmployee AppIntranet"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-to-get-employee-engagement-buzzing-again-in-financial-services?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600076/thumbnails/600x/1.26_Finance-eBook_1-768x432.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to get employee engagement buzzing again in financial services</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 212 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to manage a remote workforce in 2023 and communicate smarter"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee App"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-to-manage-a-remote-workforce-in-2023-and-communicate-smarter?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600077/thumbnails/600x/04.08_WOW_6.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to manage a remote workforce in 2023 and communicate smarter</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 213 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to get (a lot) more from your Microsoft investment"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationEmployee AppIntranet"
              data-solutions="Appspace for Microsoft"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-to-get-more-from-your-microsoft-investment?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600075/thumbnails/600x/11.17_MIcrosoft_3.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to get (a lot) more from your Microsoft investment</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 214 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to Excite Employees to Share Key Learnings After a Conference"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageIntranet"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-to-excite-employees-to-share-key-learnings-after-a-conference?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600073/thumbnails/600x/3.11_Announcements.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to Excite Employees to Share Key Learnings After a Conference</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 215 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How To Ensure a Safe Return Back to The Office with Cisco Webex Rooms and Appspace"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-to-ensure-a-safe-return-back-to-the-office-with-cisco-webex-rooms-and-appspace?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600072/thumbnails/600x/Ensure-a-safe-return-to-the-office-with-Cisco-Webex-Room-and-Appspace-1-1024x576.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How To Ensure a Safe Return Back to The Office with Cisco Webex Rooms and Appspace</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 216 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to choose the right cloud deployment option"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-to-choose-the-right-cloud-deployment-option?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600070/thumbnails/600x/cloud-fundamentals.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to choose the right cloud deployment option</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 217 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How CEOs Become Better Workplace Communicators"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-ceos-become-better-workplace-communicators?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600068/thumbnails/600x/2.16_CEOs_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How CEOs Become Better Workplace Communicators</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 218 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How can you improve internal communication in the workplace? Do these 2 things"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranet"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-can-you-improve-internal-communication-in-the-workplace-do-these-2-things?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600067/thumbnails/600x/Communication.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How can you improve internal communication in the workplace? Do these 2 things</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 219 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How check-in aligns with space reservation"
              data-language="English"
              data-personas="Facilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor Management"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/how-check-in-aligns-with-space-reservation?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600069/thumbnails/600x/3.4_CheckIn.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How check-in aligns with space reservation</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 220 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Five actionable tips to improve employee happiness and workplace morale"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/five-actionable-tips-to-improve-employee-happiness-and-workplace-morale?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600060/thumbnails/600x/Five-Actionable-Tips-to-Improve-Employee-Happiness-and-Workplace-Morale_Marlin-Blog.jpeg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Five actionable tips to improve employee happiness and workplace morale</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 221 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Essential Messages for The Workplace of the Future"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/essential-messages-for-the-workplace-of-the-future?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600058/thumbnails/600x/952530_BlogHeader-ContentConsiderationsForTheNewYear-1_021021-1024x576.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Essential Messages for The Workplace of the Future</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 222 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="February 2023 Release Round-Up"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranet"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/february-2023-release-round-up?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600059/thumbnails/600x/2.23_FebRound-Up_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">February 2023 Release Round-Up</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 223 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Engage in Huddle Spaces with Crestron AirMedia®"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageEmployee App"
              data-solutions=""
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/engage-in-huddle-spaces-with-crestron-airmedia?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600057/thumbnails/600x/crestron-huddle-space2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Engage in Huddle Spaces with Crestron AirMedia®</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 224 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Easing your Team Back into the Office"
              data-language="English"
              data-personas="Workplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee App"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/easing-your-team-back-into-the-office?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600056/thumbnails/600x/GettyImages-1250279695-scaled.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Easing your Team Back into the Office</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 225 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Device management update gives greater visibility"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/device-management-update-gives-greater-visibility?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600055/thumbnails/600x/device-management-visibility.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Device management update gives greater visibility</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 226 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Dayparting in Playlist Channels"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions=""
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/dayparting-in-playlist-channels?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600054/thumbnails/600x/blog-clocks.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Dayparting in Playlist Channels</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 227 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Crestron Launches NME Media Player, Appspace Built-In"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital Signage"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/crestron-launches-nme-media-player-appspace-built-in?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600052/thumbnails/600x/NME-blue-gradient.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Crestron Launches NME Media Player, Appspace Built-In</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 228 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Creating a Culture of Candor With Open Workplace Communication"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/creating-workplace-culture-candor?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600051/thumbnails/600x/Culture_of_Candor_509_339.jpeg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Creating a Culture of Candor With Open Workplace Communication</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 229 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Create a Thriving Culture for Sales Teams"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="Financial servicesIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageEmployee AppIntranet"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/create-a-thriving-culture-for-sales-teams?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600050/thumbnails/600x/3.8_SalesTeams.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Create a Thriving Culture for Sales Teams</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 230 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Communication is the Backbone of Company Culture"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Financial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/communication-is-the-backbone-of-company-culture?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600049/thumbnails/600x/3.25_HybridCommunication-copy.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Communication is the Backbone of Company Culture</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 231 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Communicating Effectively with Your Workforce"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Financial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/communicating-effectively-with-your-workforce?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600048/thumbnails/600x/discussing-graphs-with-colleagues-via-video-confer-KX79789.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Communicating Effectively with Your Workforce</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 232 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Cisco Turns On Signage Mode For All"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital Signage"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/cisco-turns-on-signage-mode-for-all?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600046/thumbnails/600x/webex-board-channels-room-1080.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Cisco Turns On Signage Mode For All</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 233 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Catchy Workplace Safety Slogans &amp; Quotes That Will Make an Impact"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Digital Signage"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/catchy-workplace-safety-slogans?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600045/thumbnails/600x/Search-for-Safety-Slogans.jpeg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Catchy Workplace Safety Slogans &amp; Quotes That Will Make an Impact</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 234 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Collaborative Solutions for Product Teams"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="Financial servicesIndustrial &amp;amp; manufacturing"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/collaborative-solutions-for-product-teams?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600047/thumbnails/600x/3.4_ProductTeams.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Collaborative Solutions for Product Teams</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 235 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Bridging the Return to Office: Room Scheduling"
              data-language="English"
              data-personas="IT teamsFacilities teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sector"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/bridging-the-return-to-office-room-scheduling?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600044/thumbnails/600x/Blog_11.12_RoomScheduling.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Bridging the Return to Office: Room Scheduling</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 236 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Bandwidth &amp; Appspace: What You Need to Know"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Intranet"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/bandwidth-appspace-what-you-need-to-know?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600043/thumbnails/600x/blog-cover-bandwidth.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Bandwidth &amp; Appspace: What You Need to Know</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 237 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="August Release Round-Up"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/august-release-round-up?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600042/thumbnails/600x/8.8_ProductUpdate.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">August Release Round-Up</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 238 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="April Release Round-Up"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/april-release-round-up?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600041/thumbnails/600x/4.4_ProductUpdate.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">April Release Round-Up</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 239 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Appspace WOW23 recap: A fully immersive workplace experience"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/appspace-wow23-recap-a-fully-immersive-workplace-experience?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600040/thumbnails/600x/Thomas-keynote-header.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Appspace WOW23 recap: A fully immersive workplace experience</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 240 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Appspace Turns 18!"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions=""
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/appspace-turns-18?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600039/thumbnails/600x/773853_Appspace18th-opt1_v2_072120.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Appspace Turns 18!</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 241 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Appspace tip: RSVPing to events in the Employee App"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Employee App"
              data-solutions="Hybrid workplaceBetter office experienceConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/appspace-tip-rsvping-to-events-in-the-employee-app?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600038/thumbnails/600x/10.20_Employee_App-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Appspace tip: RSVPing to events in the Employee App</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 242 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Appspace + Logitech: Making digital signage easier than ever"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Digital Signage"
              data-solutions="Better office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/appspace-logitech-making-digital-signage-easier-than-ever?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600036/thumbnails/600x/2.01_Logitech.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Appspace + Logitech: Making digital signage easier than ever</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 243 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Appspace Multi-Zone Channel"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital Signage"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/appspace-multi-zone-channel?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600037/thumbnails/600x/3.2_MultiZone.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Appspace Multi-Zone Channel</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 244 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Appspace is the intranet of choice for Microsoft users. Here&#39;s what analysts say."
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries=""
              data-products="Intranet"
              data-solutions="Hybrid workplaceBetter office experienceConsolidate your tech stackAppspace for Microsoft"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/appspace-is-the-intranet-of-choice-for-microsoft-users-heres-what-analysts-say?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600035/thumbnails/600x/11.28_Intranet.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Appspace is the intranet of choice for Microsoft users. Here&#39;s what analysts say.</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 245 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Appspace GDPR compliance, read our statement"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="Corporate"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/appspace-gdpr-compliance-read-our-statement?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600034/thumbnails/600x/gdpr-cover.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Appspace GDPR compliance, read our statement</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 246 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Appspace Debuts New Space Management Innovations"
              data-language="English"
              data-personas="Facilities teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Space Reservation"
              data-solutions="Better office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/appspace-debuts-new-space-management-innovations?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600033/thumbnails/600x/1.12_OfficeChanges_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Appspace Debuts New Space Management Innovations</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 247 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Appspace Available on Cisco GPL"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries=""
              data-products=""
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/appspace-available-on-cisco-gpl?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600032/thumbnails/600x/Blog-Cisco-Collab-Banner-People-720.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Appspace Available on Cisco GPL</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 248 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="App optimizations keep it easy for IT"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Employee App"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/app-optimizations-keep-it-easy-for-it?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600031/thumbnails/600x/optimization-cover.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">App optimizations keep it easy for IT</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 249 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="App optimizations for cards and BrightSign devices"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Digital Signage"
              data-solutions="Better office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/app-optimizations-for-cards-and-brightsign-devices?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600030/thumbnails/600x/keyboard-hand.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">App optimizations for cards and BrightSign devices</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 250 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Analytics to Successfully Return to Office"
              data-language="English"
              data-personas="IT teamsHR teamsFacilities teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Space ReservationDigital Signage"
              data-solutions="Hybrid workplaceBetter office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/analytics-to-successfully-return-to-office?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600028/thumbnails/600x/12.4_Analytics.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Analytics to Successfully Return to Office</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 251 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Animations added to Appspace cards"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Digital Signage"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/animations-added-to-appspace-cards?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600029/thumbnails/600x/pencils.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Animations added to Appspace cards</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 252 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Accomodating a Multi-Generation Workforce"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/accomodating-a-multi-generation-workforce?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600027/thumbnails/600x/10.8_Generations.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Accomodating a Multi-Generation Workforce</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 253 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="A guide to effective workplace communication"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Digital SignageIntranet"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/a-guide-to-effective-workplace-communication?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600026/thumbnails/600x/appspace_blogsupport_tablemeeting.jpeg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">A guide to effective workplace communication</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 254 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="7 Ways to Thrive in a Hybrid Work Environment"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Hybrid workplaceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/7-ways-to-thrive-in-a-hybrid-work-environment?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600023/thumbnails/600x/11.8_Hybrid_2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">7 Ways to Thrive in a Hybrid Work Environment</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 255 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="8 Return to Office Trends"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Employee App"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/8-return-to-office-trends?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600025/thumbnails/600x/5.4_RTOTrends.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">8 Return to Office Trends</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 256 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="How to Welcome A New Employee to the Office"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Employee AppIntranet"
              data-solutions="Hybrid workplaceBetter office experienceCulture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/7-ways-to-welcome-new-employees-to-the-office?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600024/thumbnails/600x/6.4_WelcomingNewEmployees.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">How to Welcome A New Employee to the Office</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 257 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="7 Easy tips to build employee engagement with digital signage"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Digital Signage"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/7-easy-tips-to-build-employee-engagement-with-digital-signage?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600022/thumbnails/600x/7easytips-website-scaled.jpeg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">7 Easy tips to build employee engagement with digital signage</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 258 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="5 Ways to Make Hybrid Work People Centric"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Employee App"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/5-ways-to-make-hybrid-work-people-centric?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600018/thumbnails/600x/1.19_HybridWork_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">5 Ways to Make Hybrid Work People Centric</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 259 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="5 Ways to Level Up Your Virtual Meetings"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee App"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/level-up-your-virtual-meetings?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600017/thumbnails/600x/2.9_VirtualMeetings_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">5 Ways to Level Up Your Virtual Meetings</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 260 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="5 Top Benefits of a Multi-Player Video Wall"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital Signage"
              data-solutions="Better office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/5-top-benefits-of-a-multi-player-video-wall?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600016/thumbnails/600x/video-wall-wwt-hq-appspace-scaled.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">5 Top Benefits of a Multi-Player Video Wall</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 261 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="5 Tips for Improving Employee Engagement"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageEmployee App"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/5-tips-for-improving-employee-engagement?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600015/thumbnails/600x/Blog_10.28_EmployeeEngagement.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">5 Tips for Improving Employee Engagement</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 262 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="5 Simple Messages to Encourage Employee Wellbeing"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturing"
              data-products="Digital SignageEmployee App"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/5-simple-messages-to-encourage-employee-wellbeing?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600013/thumbnails/600x/Blog-Header-Image_Stress-1.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">5 Simple Messages to Encourage Employee Wellbeing</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 263 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="5 reasons your organization needs an employee app"
              data-language="English"
              data-personas="HR teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Employee App"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/5-reasons-your-organization-needs-an-employee-app?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600012/thumbnails/600x/7.6_EmployeeApp.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">5 reasons your organization needs an employee app</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 264 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="5 Reasons to use digital signage in manufacturing"
              data-language="English"
              data-personas="Communications teamsFacilities teams"
              data-business-units=""
              data-industries="Industrial &amp;amp; manufacturing"
              data-products="Digital Signage"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/digital-signage-in-manufacturing?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600011/thumbnails/600x/manufacturing-blog-final.jpeg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">5 Reasons to use digital signage in manufacturing</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 265 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="5 Reasons To Upgrade Your On-Prem Deployment"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/5-reasons-to-upgrade-your-on-prem-deployment?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600010/thumbnails/600x/7-YT.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">5 Reasons To Upgrade Your On-Prem Deployment</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 266 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="5 reasons to love the new Appspace Intranet text editor"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Intranet"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/5-reasons-to-love-the-new-appspace-intranet-text-editor?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600009/thumbnails/600x/10.12_Appspace_Intranet-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">5 reasons to love the new Appspace Intranet text editor</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 267 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="5 Reasons to Fall in Love with Appspace"
              data-language="English"
              data-personas="IT teamsCommunications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Better office experienceConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/5-reasons-to-fall-in-love-with-appspace?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600008/thumbnails/600x/woman-or-feminine-workspace-with-laptop-notebook-8EVCK42-1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">5 Reasons to Fall in Love with Appspace</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 268 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="4 New Reasons to Upgrade Your On-Prem Deployment"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageContent &amp;amp; Publishing"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/4-new-reasons-to-upgrade-your-on-prem-deployment?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600006/thumbnails/600x/Screen-Shot-2020-02-21-at-8.47.05-AM-1.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">4 New Reasons to Upgrade Your On-Prem Deployment</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 269 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="5 New Features for More Efficient Room Scheduling"
              data-language="English"
              data-personas="IT teamsFacilities teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space Reservation"
              data-solutions="Better office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/5-new-features-for-more-efficient-room-scheduling?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600007/thumbnails/600x/meetings.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">5 New Features for More Efficient Room Scheduling</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 270 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="3 Strategies for Creating a Flexible Return to Office"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space Reservation"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/3-strategies-for-creating-a-flexible-return-to-office?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600005/thumbnails/600x/3.24_FlexibleWork.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">3 Strategies for Creating a Flexible Return to Office</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 271 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="3 steps that turn your mission statement into an employee engagement powerhouse"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageContent &amp;amp; Publishing"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/3-steps-that-turn-your-mission-statement-into-an-employee-engagement-powerhouse?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600004/thumbnails/600x/Mission_statement_blog_509_445.jpeg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">3 steps that turn your mission statement into an employee engagement powerhouse</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 272 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="3 signs your company needs an employee communication platform"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital SignageIntranet"
              data-solutions="Hybrid workplace"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/3-signs-your-company-needs-an-employee-communication-platform?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600003/thumbnails/600x/11.10_EmployeeCommunication_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">3 signs your company needs an employee communication platform</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 273 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="10 ways to bridge the generation gap at work with digital signage"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Digital Signage"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/10-ways-to-bridge-the-generation-gap-at-work-with-digital-signage?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600002/thumbnails/600x/bridgegeneration.jpeg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">10 ways to bridge the generation gap at work with digital signage</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 274 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="10+ new room scheduling features you can use today"
              data-language="English"
              data-personas="IT teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space Reservation"
              data-solutions="Better office experience"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/10-new-room-scheduling-features-you-can-use-today?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/599999/thumbnails/600x/meeting-room2.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">10+ new room scheduling features you can use today</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 275 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="10 Ways to Promote Off-the-Job Safety with Workplace Digital Signage"
              data-language="English"
              data-personas="HR teams"
              data-business-units=""
              data-industries="Industrial &amp;amp; manufacturing"
              data-products="Digital Signage"
              data-solutions="Culture &amp;amp; engagement"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/10-creative-ways-promote-off-the-job-safety?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/599998/thumbnails/600x/marlin_blogsupport_safetyvests.jpeg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">10 Ways to Promote Off-the-Job Safety with Workplace Digital Signage</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 276 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="10 Reasons why warehouses love digital signage"
              data-language="English"
              data-personas="Communications teams"
              data-business-units=""
              data-industries="Industrial &amp;amp; manufacturing"
              data-products="Digital Signage"
              data-solutions="Consolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/10-reasons-why-warehouses-love-digital-signage?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600001/thumbnails/600x/warehouse-blogfinal-1-700x366-1.jpeg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">10 Reasons why warehouses love digital signage</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 277 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Thrive anywhere: Supercharge your workplace experience at WOW24"
              data-language="English"
              data-personas="HR teamsCommunications teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Middle of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/thrive-anywhere-supercharge-your-workplace-experience-at-wow24?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600625/thumbnails/600x/3.18_WOW24_1.jpg"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Thrive anywhere: Supercharge your workplace experience at WOW24</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
            <li class="asset relative  w-full  mb-8 sm:w-1/2 lg:w-1/4 glide__slide px-[10px]" style="height: auto;"
              aria-roledescription="slide"
              role="listitem"
              aria-label="Carousel 278 of 278"
              data-is-pinned="false"
              data-topics=""
              data-title="Announcing the 2024 Release Schedule!"
              data-language="English"
              data-personas="IT teamsHR teamsCommunications teamsFacilities teamsWorkplace teams"
              data-business-units=""
              data-industries="EducationFinancial servicesGovernment &amp;amp; public sectorHealthcareIndustrial &amp;amp; manufacturingRetail"
              data-products="Space ReservationVisitor ManagementWayfindingDigital SignageEmployee AppIntranetContent &amp;amp; Publishing"
              data-solutions="Frontline workersHybrid workplaceBetter office experienceCulture &amp;amp; engagementConsolidate your tech stack"
              data-content-type="Blog"
              data-funnel-stages="Top of Funnel"
              
                
              
                
              
                
              
                
              
                
              
                
                              
              >
              <a class="block group" href="https://www.appspace.com/resources/blog/c/announcing-the-2024-release-schedule?pflpid=19278"   >
                <img
                  class="object-cover w-full mb-4 border border-gray-200 rounded-md aspect-[16/9]"
                  src="https://cdn.pathfactory.com/assets/11070/contents/600621/thumbnails/600x/Blog-Hero.png"
                  alt="Sample content thumbnail"
                >
                <div class="inline-block mb-4 text-lg font-bold leading-tight text-gray-800 md:text-xl group-hover:text-gray-500">
                  <span class="pf_font_preset_6 text-[#0a5beb] line-clamp-2">Announcing the 2024 Release Schedule!</span>
                </div>
                
                
              </a>
              


















<div
  class="pf-content-tag-on-card-wrapper flex flex-col absolute top-[20px] left-0 gap-[8px]"
  
    style="display: none;"
  
>
  
  <span
    class="
  pf-pinned-content-tag bg-[#0a5beb] text-[#ffffff] pf_font_preset_7 rounded-[5px] max-w-full break-words px-[10px] py-[5px]
"
    
      style="display: none;"
    
  >
    Featured&nbsp;<i class="fa fa-star" aria-hidden="true"></i>
  </span>
  
</div>
<div
  onclick="event.preventDefault()"
  class="pf-content-tag-below-card-wrapper cursor-default flex flex-wrap gap-[8px]"
  
    style="display: none;"
  
>
  
  
</div>
            </li>
          
        </ul>
      </div>
      
        <div class="glide__arrows carousel-arrows-zeBaYIxqVf" data-glide-el="controls">
          <button class="h-fit glide__arrow glide__arrow--left" data-glide-dir="<" aria-label="scroll left"><i class="fa-solid fa-2x fa-chevron-left" color=#575656></i></button>
          <button class="h-fit glide__arrow glide__arrow--right" data-glide-dir=">" aria-label="scroll right"><i class="fa-solid fa-2x fa-chevron-right" color=#575656></i></button>
        </div>
        <div class="glide__bullets" data-glide-el="controls[nav]">
          
            
            
                <button class="glide__bullet" data-glide-dir="=0" aria-label="Go to carousel 1 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=1" aria-label="Go to carousel 2 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=2" aria-label="Go to carousel 3 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=3" aria-label="Go to carousel 4 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=4" aria-label="Go to carousel 5 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=5" aria-label="Go to carousel 6 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=6" aria-label="Go to carousel 7 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=7" aria-label="Go to carousel 8 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=8" aria-label="Go to carousel 9 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=9" aria-label="Go to carousel 10 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=10" aria-label="Go to carousel 11 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=11" aria-label="Go to carousel 12 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=12" aria-label="Go to carousel 13 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=13" aria-label="Go to carousel 14 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=14" aria-label="Go to carousel 15 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=15" aria-label="Go to carousel 16 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=16" aria-label="Go to carousel 17 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=17" aria-label="Go to carousel 18 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=18" aria-label="Go to carousel 19 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=19" aria-label="Go to carousel 20 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=20" aria-label="Go to carousel 21 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=21" aria-label="Go to carousel 22 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=22" aria-label="Go to carousel 23 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=23" aria-label="Go to carousel 24 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=24" aria-label="Go to carousel 25 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=25" aria-label="Go to carousel 26 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=26" aria-label="Go to carousel 27 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=27" aria-label="Go to carousel 28 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=28" aria-label="Go to carousel 29 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=29" aria-label="Go to carousel 30 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=30" aria-label="Go to carousel 31 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=31" aria-label="Go to carousel 32 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=32" aria-label="Go to carousel 33 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=33" aria-label="Go to carousel 34 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=34" aria-label="Go to carousel 35 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=35" aria-label="Go to carousel 36 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=36" aria-label="Go to carousel 37 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=37" aria-label="Go to carousel 38 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=38" aria-label="Go to carousel 39 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=39" aria-label="Go to carousel 40 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=40" aria-label="Go to carousel 41 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=41" aria-label="Go to carousel 42 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=42" aria-label="Go to carousel 43 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=43" aria-label="Go to carousel 44 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=44" aria-label="Go to carousel 45 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=45" aria-label="Go to carousel 46 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=46" aria-label="Go to carousel 47 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=47" aria-label="Go to carousel 48 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=48" aria-label="Go to carousel 49 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=49" aria-label="Go to carousel 50 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=50" aria-label="Go to carousel 51 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=51" aria-label="Go to carousel 52 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=52" aria-label="Go to carousel 53 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=53" aria-label="Go to carousel 54 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=54" aria-label="Go to carousel 55 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=55" aria-label="Go to carousel 56 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=56" aria-label="Go to carousel 57 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=57" aria-label="Go to carousel 58 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=58" aria-label="Go to carousel 59 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=59" aria-label="Go to carousel 60 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=60" aria-label="Go to carousel 61 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=61" aria-label="Go to carousel 62 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=62" aria-label="Go to carousel 63 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=63" aria-label="Go to carousel 64 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=64" aria-label="Go to carousel 65 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=65" aria-label="Go to carousel 66 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=66" aria-label="Go to carousel 67 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=67" aria-label="Go to carousel 68 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=68" aria-label="Go to carousel 69 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=69" aria-label="Go to carousel 70 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=70" aria-label="Go to carousel 71 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=71" aria-label="Go to carousel 72 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=72" aria-label="Go to carousel 73 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=73" aria-label="Go to carousel 74 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=74" aria-label="Go to carousel 75 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=75" aria-label="Go to carousel 76 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=76" aria-label="Go to carousel 77 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=77" aria-label="Go to carousel 78 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=78" aria-label="Go to carousel 79 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=79" aria-label="Go to carousel 80 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=80" aria-label="Go to carousel 81 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=81" aria-label="Go to carousel 82 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=82" aria-label="Go to carousel 83 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=83" aria-label="Go to carousel 84 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=84" aria-label="Go to carousel 85 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=85" aria-label="Go to carousel 86 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=86" aria-label="Go to carousel 87 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=87" aria-label="Go to carousel 88 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=88" aria-label="Go to carousel 89 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=89" aria-label="Go to carousel 90 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=90" aria-label="Go to carousel 91 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=91" aria-label="Go to carousel 92 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=92" aria-label="Go to carousel 93 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=93" aria-label="Go to carousel 94 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=94" aria-label="Go to carousel 95 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=95" aria-label="Go to carousel 96 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=96" aria-label="Go to carousel 97 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=97" aria-label="Go to carousel 98 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=98" aria-label="Go to carousel 99 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=99" aria-label="Go to carousel 100 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=100" aria-label="Go to carousel 101 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=101" aria-label="Go to carousel 102 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=102" aria-label="Go to carousel 103 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=103" aria-label="Go to carousel 104 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=104" aria-label="Go to carousel 105 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=105" aria-label="Go to carousel 106 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=106" aria-label="Go to carousel 107 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=107" aria-label="Go to carousel 108 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=108" aria-label="Go to carousel 109 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=109" aria-label="Go to carousel 110 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=110" aria-label="Go to carousel 111 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=111" aria-label="Go to carousel 112 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=112" aria-label="Go to carousel 113 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=113" aria-label="Go to carousel 114 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=114" aria-label="Go to carousel 115 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=115" aria-label="Go to carousel 116 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=116" aria-label="Go to carousel 117 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=117" aria-label="Go to carousel 118 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=118" aria-label="Go to carousel 119 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=119" aria-label="Go to carousel 120 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=120" aria-label="Go to carousel 121 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=121" aria-label="Go to carousel 122 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=122" aria-label="Go to carousel 123 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=123" aria-label="Go to carousel 124 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=124" aria-label="Go to carousel 125 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=125" aria-label="Go to carousel 126 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=126" aria-label="Go to carousel 127 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=127" aria-label="Go to carousel 128 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=128" aria-label="Go to carousel 129 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=129" aria-label="Go to carousel 130 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=130" aria-label="Go to carousel 131 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=131" aria-label="Go to carousel 132 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=132" aria-label="Go to carousel 133 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=133" aria-label="Go to carousel 134 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=134" aria-label="Go to carousel 135 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=135" aria-label="Go to carousel 136 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=136" aria-label="Go to carousel 137 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=137" aria-label="Go to carousel 138 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=138" aria-label="Go to carousel 139 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=139" aria-label="Go to carousel 140 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=140" aria-label="Go to carousel 141 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=141" aria-label="Go to carousel 142 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=142" aria-label="Go to carousel 143 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=143" aria-label="Go to carousel 144 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=144" aria-label="Go to carousel 145 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=145" aria-label="Go to carousel 146 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=146" aria-label="Go to carousel 147 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=147" aria-label="Go to carousel 148 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=148" aria-label="Go to carousel 149 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=149" aria-label="Go to carousel 150 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=150" aria-label="Go to carousel 151 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=151" aria-label="Go to carousel 152 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=152" aria-label="Go to carousel 153 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=153" aria-label="Go to carousel 154 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=154" aria-label="Go to carousel 155 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=155" aria-label="Go to carousel 156 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=156" aria-label="Go to carousel 157 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=157" aria-label="Go to carousel 158 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=158" aria-label="Go to carousel 159 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=159" aria-label="Go to carousel 160 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=160" aria-label="Go to carousel 161 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=161" aria-label="Go to carousel 162 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=162" aria-label="Go to carousel 163 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=163" aria-label="Go to carousel 164 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=164" aria-label="Go to carousel 165 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=165" aria-label="Go to carousel 166 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=166" aria-label="Go to carousel 167 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=167" aria-label="Go to carousel 168 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=168" aria-label="Go to carousel 169 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=169" aria-label="Go to carousel 170 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=170" aria-label="Go to carousel 171 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=171" aria-label="Go to carousel 172 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=172" aria-label="Go to carousel 173 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=173" aria-label="Go to carousel 174 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=174" aria-label="Go to carousel 175 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=175" aria-label="Go to carousel 176 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=176" aria-label="Go to carousel 177 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=177" aria-label="Go to carousel 178 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=178" aria-label="Go to carousel 179 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=179" aria-label="Go to carousel 180 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=180" aria-label="Go to carousel 181 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=181" aria-label="Go to carousel 182 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=182" aria-label="Go to carousel 183 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=183" aria-label="Go to carousel 184 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=184" aria-label="Go to carousel 185 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=185" aria-label="Go to carousel 186 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=186" aria-label="Go to carousel 187 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=187" aria-label="Go to carousel 188 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=188" aria-label="Go to carousel 189 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=189" aria-label="Go to carousel 190 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=190" aria-label="Go to carousel 191 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=191" aria-label="Go to carousel 192 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=192" aria-label="Go to carousel 193 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=193" aria-label="Go to carousel 194 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=194" aria-label="Go to carousel 195 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=195" aria-label="Go to carousel 196 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=196" aria-label="Go to carousel 197 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=197" aria-label="Go to carousel 198 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=198" aria-label="Go to carousel 199 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=199" aria-label="Go to carousel 200 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=200" aria-label="Go to carousel 201 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=201" aria-label="Go to carousel 202 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=202" aria-label="Go to carousel 203 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=203" aria-label="Go to carousel 204 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=204" aria-label="Go to carousel 205 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=205" aria-label="Go to carousel 206 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=206" aria-label="Go to carousel 207 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=207" aria-label="Go to carousel 208 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=208" aria-label="Go to carousel 209 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=209" aria-label="Go to carousel 210 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=210" aria-label="Go to carousel 211 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=211" aria-label="Go to carousel 212 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=212" aria-label="Go to carousel 213 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=213" aria-label="Go to carousel 214 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=214" aria-label="Go to carousel 215 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=215" aria-label="Go to carousel 216 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=216" aria-label="Go to carousel 217 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=217" aria-label="Go to carousel 218 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=218" aria-label="Go to carousel 219 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=219" aria-label="Go to carousel 220 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=220" aria-label="Go to carousel 221 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=221" aria-label="Go to carousel 222 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=222" aria-label="Go to carousel 223 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=223" aria-label="Go to carousel 224 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=224" aria-label="Go to carousel 225 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=225" aria-label="Go to carousel 226 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=226" aria-label="Go to carousel 227 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=227" aria-label="Go to carousel 228 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=228" aria-label="Go to carousel 229 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=229" aria-label="Go to carousel 230 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=230" aria-label="Go to carousel 231 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=231" aria-label="Go to carousel 232 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=232" aria-label="Go to carousel 233 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=233" aria-label="Go to carousel 234 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=234" aria-label="Go to carousel 235 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=235" aria-label="Go to carousel 236 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=236" aria-label="Go to carousel 237 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=237" aria-label="Go to carousel 238 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=238" aria-label="Go to carousel 239 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=239" aria-label="Go to carousel 240 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=240" aria-label="Go to carousel 241 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=241" aria-label="Go to carousel 242 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=242" aria-label="Go to carousel 243 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=243" aria-label="Go to carousel 244 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=244" aria-label="Go to carousel 245 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=245" aria-label="Go to carousel 246 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=246" aria-label="Go to carousel 247 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=247" aria-label="Go to carousel 248 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=248" aria-label="Go to carousel 249 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=249" aria-label="Go to carousel 250 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=250" aria-label="Go to carousel 251 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=251" aria-label="Go to carousel 252 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=252" aria-label="Go to carousel 253 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=253" aria-label="Go to carousel 254 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=254" aria-label="Go to carousel 255 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=255" aria-label="Go to carousel 256 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=256" aria-label="Go to carousel 257 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=257" aria-label="Go to carousel 258 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=258" aria-label="Go to carousel 259 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=259" aria-label="Go to carousel 260 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=260" aria-label="Go to carousel 261 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=261" aria-label="Go to carousel 262 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=262" aria-label="Go to carousel 263 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=263" aria-label="Go to carousel 264 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=264" aria-label="Go to carousel 265 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=265" aria-label="Go to carousel 266 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=266" aria-label="Go to carousel 267 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=267" aria-label="Go to carousel 268 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=268" aria-label="Go to carousel 269 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=269" aria-label="Go to carousel 270 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=270" aria-label="Go to carousel 271 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=271" aria-label="Go to carousel 272 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=272" aria-label="Go to carousel 273 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=273" aria-label="Go to carousel 274 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=274" aria-label="Go to carousel 275 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=275" aria-label="Go to carousel 276 of 278"></button>
            
          
            
            
                <button class="glide__bullet" data-glide-dir="=276" aria-label="Go to carousel 277 of 278"></button>
            
          
            
            
              <button class="glide__bullet glide__bullet--between" data-glide-dir="=277" aria-label="Go to carousel 278 of 278"></button>
            
          
        </div>
      
    </div>
  

  </div>
</section>




<script>
  (() => {
    const filterButton = document.querySelector(".section-zeBaYIxqVf .cl-mobile-filter-selector");
    const closeButton = document.querySelector('.section-zeBaYIxqVf .fa-close');

    // disable initial tabbing for close button in bottom bar
    closeButton.setAttribute("tabindex", "-1");

    // handle filter button click
    filterButton?.addEventListener("click", () => {
      filterButton.setAttribute("aria-expanded", "true");
      closeButton.setAttribute("tabindex", "0");
    });

    // handle close button click that collapses bottom bar
    closeButton?.addEventListener("click", () => {
      filterButton.setAttribute("aria-expanded", "false");
      closeButton.setAttribute("tabindex", "-1");
    });
  })();

</script>



<script>
  (() => {
    const animations = [];
    const onLoadAnimations = animations.filter((a) => a.trigger === "load");
    const onScrollAnimations = animations.filter((a) => a.trigger === "scroll");

    onLoadAnimations.forEach((a) => pfAnimationFunctions(a.type)(a));

    const observer = new IntersectionObserver((entries) => {
      entries.forEach((entry) => {
        if (entry.isIntersecting) {
          onScrollAnimations.forEach((a) => pfAnimationFunctions(a.type)(a));
          observer.disconnect();
        }
      });
    }, { threshold: 0.5 });

    const section = document.querySelector(".section-zeBaYIxqVf");
    observer.observe(section);
  })();
</script>













<section data-pf-theme-artefact-id="faq"
      data-pf-theme-artefact-file-id="fea5e404-20dd-487a-8106-fdd9376de80b"
      data-pf-theme-artefact-filename="faq"
      data-pf-theme-block-id="Uso1mb0C-d"
      data-pf-theme-block-type="section"
      data-pf-theme-block-pos="8"
      data-pf-theme-block-ref="faq"
   role="region" aria-label="Expandable FAQs"
  id="pf-faq"
  style="display: none;"
  class="section-display relative section-Uso1mb0C-d pf-faq
    
      section-padding
       
    hidden
    
      bg-[#ffffff]
    "
  
>
  <div id="faq-Uso1mb0C-d"></div>
  <div class="section-base w-full relative">
    
  <div class="mb-3">
    <div class="pf-team-header-text">
      <div class="pf-rte-wrapper">
<p style="text-align: center;"><span class="pf_font_preset_1" style="font-size: 34pt;"><strong>Frequently Asked Questions</strong></span></p>
<p>&nbsp;</p>
<p style="text-align: center;"><span class="pf_font_preset_6" style="font-size: 18pt;">The subheading for your FAQ section</span></p>
</div>
    </div>
    <div class="pf_description"></div>
  </div>
  <div x-data="{expandAll:false}">
    
    
      <div class="pf-faqs mt-3">
        
          <div
  x-data="{open:false}"
  x-init="$watch('expandAll', value => open = value)"
  class="max-w-[60vw] mx-auto border-b border-gray-200 bg-[#ffffff]"
>
  <h3 class="w-full">
    <button aria-label="Faq Section Button" @click="open=!open" x-bind:aria-expanded="open" class="w-full flex justify-between items-center bg-[#ffffff] text-[#000000]">
      <span class="mx-4 py-6 text-[#000000]"><div class="pf-rte-wrapper">
<p><span style="font-size: 14pt;"><strong>Question</strong></span></p>
</div></span>
      <template x-if="open">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 15l7-7 7 7"></path>
        </svg>
      </template>
      <template x-if="!open">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
        </svg>
      </template>
    </button>
  </h3>
  <div x-show="open" x-cloak class="mx-4 pb-6" x-transition>
    <div class="pf-rte-wrapper">
<p><span style="font-size: 12pt;">Response</span></p>
</div>
  </div>
</div>



        
          <div
  x-data="{open:false}"
  x-init="$watch('expandAll', value => open = value)"
  class="max-w-[60vw] mx-auto border-b border-gray-200 bg-[#ffffff]"
>
  <h3 class="w-full">
    <button aria-label="Faq Section Button" @click="open=!open" x-bind:aria-expanded="open" class="w-full flex justify-between items-center bg-[#ffffff] text-[#000000]">
      <span class="mx-4 py-6 text-[#000000]"><div class="pf-rte-wrapper">
<p><span style="font-size: 14pt;"><strong>Question</strong></span></p>
</div></span>
      <template x-if="open">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 15l7-7 7 7"></path>
        </svg>
      </template>
      <template x-if="!open">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
        </svg>
      </template>
    </button>
  </h3>
  <div x-show="open" x-cloak class="mx-4 pb-6" x-transition>
    <div class="pf-rte-wrapper">
<p><span style="font-size: 12pt;">Response</span></p>
</div>
  </div>
</div>



        
          <div
  x-data="{open:false}"
  x-init="$watch('expandAll', value => open = value)"
  class="max-w-[60vw] mx-auto border-b border-gray-200 bg-[#ffffff]"
>
  <h3 class="w-full">
    <button aria-label="Faq Section Button" @click="open=!open" x-bind:aria-expanded="open" class="w-full flex justify-between items-center bg-[#ffffff] text-[#000000]">
      <span class="mx-4 py-6 text-[#000000]"><div class="pf-rte-wrapper">
<p><span style="font-size: 14pt;"><strong>Question</strong></span></p>
</div></span>
      <template x-if="open">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 15l7-7 7 7"></path>
        </svg>
      </template>
      <template x-if="!open">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
        </svg>
      </template>
    </button>
  </h3>
  <div x-show="open" x-cloak class="mx-4 pb-6" x-transition>
    <div class="pf-rte-wrapper">
<p><span style="font-size: 12pt;">Response</span></p>
</div>
  </div>
</div>



        
          <div
  x-data="{open:false}"
  x-init="$watch('expandAll', value => open = value)"
  class="max-w-[60vw] mx-auto border-b border-gray-200 bg-[#ffffff]"
>
  <h3 class="w-full">
    <button aria-label="Faq Section Button" @click="open=!open" x-bind:aria-expanded="open" class="w-full flex justify-between items-center bg-[#ffffff] text-[#000000]">
      <span class="mx-4 py-6 text-[#000000]"><div class="pf-rte-wrapper">
<p><span style="font-size: 14pt;"><strong>Question</strong></span></p>
</div></span>
      <template x-if="open">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 15l7-7 7 7"></path>
        </svg>
      </template>
      <template x-if="!open">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
        </svg>
      </template>
    </button>
  </h3>
  <div x-show="open" x-cloak class="mx-4 pb-6" x-transition>
    <div class="pf-rte-wrapper">
<p><span style="font-size: 12pt;">Response</span></p>
</div>
  </div>
</div>



        
          <div
  x-data="{open:false}"
  x-init="$watch('expandAll', value => open = value)"
  class="max-w-[60vw] mx-auto border-b border-gray-200 bg-[#ffffff]"
>
  <h3 class="w-full">
    <button aria-label="Faq Section Button" @click="open=!open" x-bind:aria-expanded="open" class="w-full flex justify-between items-center bg-[#ffffff] text-[#000000]">
      <span class="mx-4 py-6 text-[#000000]"><div class="pf-rte-wrapper">
<p><span style="font-size: 14pt;"><strong>Question</strong></span></p>
</div></span>
      <template x-if="open">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 15l7-7 7 7"></path>
        </svg>
      </template>
      <template x-if="!open">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
        </svg>
      </template>
    </button>
  </h3>
  <div x-show="open" x-cloak class="mx-4 pb-6" x-transition>
    <div class="pf-rte-wrapper">
<p><span style="font-size: 12pt;">Response</span></p>
</div>
  </div>
</div>



            
      </div>
    
  </div>

  </div>
</section>






<script>
  (() => {
    const animations = [];
    const onLoadAnimations = animations.filter((a) => a.trigger === "load");
    const onScrollAnimations = animations.filter((a) => a.trigger === "scroll");

    onLoadAnimations.forEach((a) => pfAnimationFunctions(a.type)(a));

    const observer = new IntersectionObserver((entries) => {
      entries.forEach((entry) => {
        if (entry.isIntersecting) {
          onScrollAnimations.forEach((a) => pfAnimationFunctions(a.type)(a));
          observer.disconnect();
        }
      });
    }, { threshold: 0.5 });

    const section = document.querySelector(".section-Uso1mb0C-d");
    observer.observe(section);
  })();
</script>

 <!--Added a custom class pfFeature to lines 44, 75, 106 -->
<section data-pf-theme-artefact-id="feature-list-2"
      data-pf-theme-artefact-file-id="80c92a95-52c3-496c-985b-af30c24e7ab4"
      data-pf-theme-artefact-filename="feature-list-2"
      data-pf-theme-block-id="31GAiUqw39"
      data-pf-theme-block-type="section"
      data-pf-theme-block-pos="9"
      data-pf-theme-block-ref="feature-list"
  id="pf-feature-list-second" 
  class="section-display section-padding pf-feature-list-2 relative
    
    
      bg-[#f2f4f8]
    "
>
  <div id="feature-list-2-31GAiUqw39"></div>
  
  <div class="relative px-[60px] py-[0px]">
    <div class="container  pb-12 lg:pb-16 pt-0.1  px-4 mx-auto sm:px-6  lg:px-8 mx-auto">
      <div class="w-full mb-8">
        
        
          <div class="my-[-40px] sm:my-0 lg:mb-[20px] scale-75 sm:scale-100 pf-feature-list-2-header-text">
            <div class="pf-rte-wrapper">
<div class="pf-rte-wrapper" style="text-align: center;"><span class="pf_font_preset_2" style="font-size: 28pt;">Want more workplace experience resources?</span></div>
</div>
          </div>
        
      </div>
      <div class="flex flex-wrap -mx-4">
      
        
        <div class="w-full  md:w-1/2   lg:w-1/3 px-4" >
          <div class="h-full p-4 mt-4 text-center
           hover:bg-[#ffffff] rounded-xl hover:shadow-xl transition duration-200   
          ">
            <div class="pfFeature inline-flex scale-100 mb-6 mx-auto items-center justify-center text-white
               bg-[#ffffff]  
              rounded-[70px]">
              
                <img
                  class="object-contain h-20 w-20 pf-feature-list-second-icon p-[10px]"
                  src='https://cdn.pathfactory.com/assets/11070/thumbnails/731416/caef89c2-1611-4db3-a6f7-2980e2c80c2d.svg'
                  alt="feature-1"
                >
              
            </div>
            <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold pf-feature-list-second-title"><div class="pf-rte-wrapper">
<div class="pf-rte-wrapper" style="text-align: center;"><span class="pf_font_preset_3" style="font-size: 21pt;">Guides &amp; more</span></div>
</div></h3>
            <p class="text-[#656e7d] font-medium pf-feature-list-second-description"><div class="pf-rte-wrapper">
<div class="pf-rte-wrapper" style="text-align: center;">Find downloadable resources, videos, and proven strategies for workplace success.</div>
</div></p>
            <div class="flex flex-wrap justify-center">
              
                <div class="w-full py-1 mt-4 md:w-auto lg:py-0">
                  



  <a
  class="
    btn leading-none btn-md pf-cta pf_font_preset_7 bg-[#0a5beb] border-[#0a5beb]
     text-on-primary 
    
     hover:bg-primary-600  focus:ring-[#0a5beb] rounded-[30px] 
  "
  href="https://www.appspace.com/resources/guides-more"
  
    target="_blank"
  
  data-pf-theme-artefact-id="cta-link"
  data-pf-theme-block-id="cta-662200139"
  data-pf-theme-block-type="component"
  data-pf-theme-block-ref="cta"
  data-pf-theme-block-label="Get the resources"
  tabindex="0" 
  role="button"
  aria-label="Get the resources"
  
>
  Get the resources
</a>




                </div>
              
            </div>
          </div>
        </div>
        
        

        
        
        <div class="w-full  md:w-1/2  lg:w-1/3 px-4">
          <div class="h-full p-4 mt-4 text-center
           hover:bg-[#ffffff] rounded-xl hover:shadow-xl transition duration-200   
          ">
            <div class="pfFeature inline-flex scale-100 mb-6 mx-auto items-center justify-center text-white
               bg-[#ffffff]  
              rounded-[70px]">
              
                <img
                  class="object-contain h-20 w-20 pf-feature-list-second-icon p-[10px]"
                  src='https://cdn.pathfactory.com/assets/11070/thumbnails/731417/99698326-ea86-4c82-90d2-d1c612e0fd5b.svg'
                  alt="feature-2"
                >
              
            </div>
            <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold pf-feature-list-second-title"><div class="pf-rte-wrapper">
<div class="pf-rte-wrapper" style="text-align: center;"><span class="pf_font_preset_3" style="font-size: 21pt;">Customer stories</span></div>
</div></h3>
            <p class="text-[#656e7d] font-medium pf-feature-list-second-description"><div class="pf-rte-wrapper">See how organizations like yours are winning every day with Appspace.</div></p>
            <div class="flex flex-wrap justify-center">
              
                <div class="w-full py-1 mt-4 md:w-auto lg:py-0">
                  



  <a
  class="
    btn leading-none btn-md pf-cta pf_font_preset_7 bg-[#0a5beb] border-[#0a5beb]
     text-on-primary 
    
     hover:bg-primary-600  focus:ring-[#0a5beb] rounded-[30px] 
  "
  href="https://www.appspace.com/resources/case-studies"
  
    target="_blank"
  
  data-pf-theme-artefact-id="cta-link"
  data-pf-theme-block-id="cta-663058235"
  data-pf-theme-block-type="component"
  data-pf-theme-block-ref="cta"
  data-pf-theme-block-label="Read the stories"
  tabindex="0" 
  role="button"
  aria-label="Read the stories"
  
>
  Read the stories
</a>




                </div>
              
            </div>
          </div>
        </div>
        
        

        
        
        <div class="w-full  md:w-1/2  lg:w-1/3 px-4">
          <div class="h-full p-4 mt-4 text-center
           hover:bg-[#ffffff] rounded-xl hover:shadow-xl transition duration-200   
          ">
            <div class="pfFeature inline-flex scale-100 mb-6 mx-auto items-center justify-center text-white
               bg-[#ffffff]  
              rounded-[70px]">
              
                <img
                  class="object-contain h-20 w-20 pf-feature-list-second-icon  p-[10px]"
                  src='https://cdn.pathfactory.com/assets/11070/thumbnails/734796/b6d78dad-5e47-4220-a916-38ffbc022849.svg'
                  alt="feature-3"
                >
              
            </div>
            <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold pf-feature-list-second-title"><div class="pf-rte-wrapper"><span class="pf_font_preset_3" style="font-size: 21pt;">Events &amp; webinars</span></div></h3>
            <p class="text-[#656e7d] font-medium pf-feature-list-second-description"><div class="pf-rte-wrapper">Get inspired and gain a workplace edge. Join an upcoming session or catch previous ones on demand.</div></p>
            <div class="flex flex-wrap justify-center">
              
                <div class="w-full py-1 mt-4 md:w-auto lg:py-0">
                  



  <a
  class="
    btn leading-none btn-md pf-cta pf_font_preset_7 bg-[#0a5beb] border-[#0a5beb]
     text-on-primary 
    
     hover:bg-primary-600  focus:ring-[#0a5beb] rounded-[30px] 
  "
  href="https://www.appspace.com/resources/events"
  
    target="_blank"
  
  data-pf-theme-artefact-id="cta-link"
  data-pf-theme-block-id="cta-663337781"
  data-pf-theme-block-type="component"
  data-pf-theme-block-ref="cta"
  data-pf-theme-block-label="See events & webinars"
  tabindex="0" 
  role="button"
  aria-label="See events & webinars"
  
>
  See events & webinars
</a>




                </div>
              
            </div>
          </div>
        </div>
        
        
      </div>
    </div>
  </div>
</section>














<section data-pf-theme-artefact-id="feature-list"
      data-pf-theme-artefact-file-id="84303a61-faf0-4961-815d-77407776f9e2"
      data-pf-theme-artefact-filename="feature-list"
      data-pf-theme-block-id="zWlvtNS-Ag"
      data-pf-theme-block-type="section"
      data-pf-theme-block-pos="10"
      data-pf-theme-block-ref="feature-list"
   role="region" aria-label="Feature List - 3 Cards"
  id="pf-feature-list"
  style="display: none;"
  class="section-display relative section-zWlvtNS-Ag pf-feature-list
    
      section-padding
       
    hidden
    
      bg-[#ffffff]
    "
  
>
  <div id="feature-list-zWlvtNS-Ag"></div>
  <div class="section-base w-full relative">
    
  <div class="mb-6">
    
      <div class="pf-feature-list-header_text">
        <div class="pf-rte-wrapper">
<p style="text-align: left;"><span style="font-size: 36pt;"><strong>Your feature list section heading</strong></span></p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;"><span style="font-size: 14pt; color: rgb(101, 110, 125);">The subheading for your feature list section</span></p>
</div>
      </div>
    
    <div class="pf_description"></div>
  </div>
  <div class="grid sm:flex sm:flex-col sm:flex-wrap -mx-4 md:flex-row lg:items-center">
    
      <div class="pf-media flex-1 p-4 mb-8 md:mb-0">
        <div class="relative m-auto max-w-max">
          <img
            id="pf-feature-list-image"
            class="rounded-lg w-[500px] object-cover"
            src="https://cdn.pathfactory.com/assets/11070/thumbnails/712368/ba707c72-61dd-428a-bc99-dc1d999a082e.png"
            alt="Sample image"
          >
        </div>
      </div>
    
    
      
    
    <div class="flex flex-col flex-1 px-4">
      
        

<div class="pf-feature-card flex flex-wrap p-4 text-center md:text-left">
  <div class="w-full mb-6 md:w-auto md:mb-0 md:pr-6">
    <div class="inline-flex scale-100 mb-6 mx-auto items-center justify-center text-white
       bg-[#e0eaf5]  
      rounded-[70px]">
      
        <img
          class="object-contain h-14 w-14 pf-feature-list-icon p-[10px]"
          src='https://www.svgrepo.com/show/459046/edit.svg'
          alt="Sample icon"
        >
      
    </div>
  </div>
  <div class="w-full md:flex-1 md:pt-3">
    <h4 class="mb-4 text-xl font-bold leading-tight text-gray-900 md:text-2xl pf-feature-list-title">
      Feature Title
    </h4>
    <p class="font-light text-gray-500 md:text-lg pf-feature-list-description">
      <div class="pf-rte-wrapper">The description of your feature item. How long does this go until it move to the next line.</div>
    </p>
  </div>
</div>




      
        

<div class="pf-feature-card flex flex-wrap p-4 text-center md:text-left">
  <div class="w-full mb-6 md:w-auto md:mb-0 md:pr-6">
    <div class="inline-flex scale-100 mb-6 mx-auto items-center justify-center text-white
       bg-[#e0eaf5]  
      rounded-[70px]">
      
        <img
          class="object-contain h-14 w-14 pf-feature-list-icon p-[10px]"
          src='https://www.svgrepo.com/show/459046/edit.svg'
          alt="Sample icon"
        >
      
    </div>
  </div>
  <div class="w-full md:flex-1 md:pt-3">
    <h4 class="mb-4 text-xl font-bold leading-tight text-gray-900 md:text-2xl pf-feature-list-title">
      Feature Title
    </h4>
    <p class="font-light text-gray-500 md:text-lg pf-feature-list-description">
      The description of your feature item.
    </p>
  </div>
</div>




      
    </div>
  </div>

  </div>
</section>






<script>
  (() => {
    const animations = [];
    const onLoadAnimations = animations.filter((a) => a.trigger === "load");
    const onScrollAnimations = animations.filter((a) => a.trigger === "scroll");

    onLoadAnimations.forEach((a) => pfAnimationFunctions(a.type)(a));

    const observer = new IntersectionObserver((entries) => {
      entries.forEach((entry) => {
        if (entry.isIntersecting) {
          onScrollAnimations.forEach((a) => pfAnimationFunctions(a.type)(a));
          observer.disconnect();
        }
      });
    }, { threshold: 0.5 });

    const section = document.querySelector(".section-zWlvtNS-Ag");
    observer.observe(section);
  })();
</script>














<section data-pf-theme-artefact-id="team"
      data-pf-theme-artefact-file-id="c425a44c-271f-4883-b11b-055751c567b0"
      data-pf-theme-artefact-filename="team"
      data-pf-theme-block-id="LmLAIaNxNQ"
      data-pf-theme-block-type="section"
      data-pf-theme-block-pos="11"
      data-pf-theme-block-ref="team"
   role="region" aria-label="Team Members - 3 Columns"
  id="pf-team"
  style="display: none;"
  class="section-display relative section-LmLAIaNxNQ pf-team
    
      section-padding
       
    hidden
    
      bg-[#ffffff]
    "
  
>
  <div id="team-LmLAIaNxNQ"></div>
  <div class="section-base w-full relative">
    
  
    <div class="pf-team-header-text">
      <div class="pf-rte-wrapper"><h1 class="pf_font_preset_0" style="text-align: center"><span class="" style="font-size: 36pt">Your team section heading</span></h1><p class="">&nbsp;</p><p class="" style="text-align: center"><span class="pf_font_preset_6" style="font-size: 14pt; color: #000000">The subheading for your team section</span></p><p>&nbsp;</p></div>
    </div>
  
  <div class="pf_description"></div>  
  
  
  
  <div class="flex flex-col flex-wrap -mx-4 md:flex-row">
  
    <div class="pf_team_card flex-1 px-4 my-4">
  <div class="max-w-xs mx-auto text-center">
    
      <img
        class="mx-auto mb-6 rounded-full w-[125px] h-[125px] object-cover pf-team-image"
        src="https://pathfactory-public-development-assets.s3.amazonaws.com/PathFactory-images/themes-round-placeholder.jpg"
        alt="Sample headshot"
      >
    
    
    
      <div class="pf-team-member">
        <p style="text-align: center;"><span style="font-size: 14pt;"><strong>Team member name</strong></span></p>
<p style="text-align: center;"><span style="font-size: 14pt;">Team member title</span></p>
<p style="text-align: center;"><span style="color: #3941B5;">Team member email</span></p>
      </div>
    
  </div>
</div>



  
    <div class="pf_team_card flex-1 px-4 my-4">
  <div class="max-w-xs mx-auto text-center">
    
      <img
        class="mx-auto mb-6 rounded-full w-[125px] h-[125px] object-cover pf-team-image"
        src="https://pathfactory-public-development-assets.s3.amazonaws.com/PathFactory-images/themes-round-placeholder.jpg"
        alt="Sample headshot"
      >
    
    
    
      <div class="pf-team-member">
        <p style="text-align: center;"><span style="font-size: 14pt;"><strong>Team member name</strong></span></p>
<p style="text-align: center;"><span style="font-size: 14pt;">Team member title</span></p>
<p style="text-align: center;"><span style="color: #3941B5;">Team member email</span></p>
      </div>
    
  </div>
</div>



  
    <div class="pf_team_card flex-1 px-4 my-4">
  <div class="max-w-xs mx-auto text-center">
    
      <img
        class="mx-auto mb-6 rounded-full w-[125px] h-[125px] object-cover pf-team-image"
        src="https://pathfactory-public-development-assets.s3.amazonaws.com/PathFactory-images/themes-round-placeholder.jpg"
        alt="Sample headshot"
      >
    
    
    
      <div class="pf-team-member">
        <p style="text-align: center;"><span style="font-size: 14pt;"><strong>Team member name</strong></span></p>
<p style="text-align: center;"><span style="font-size: 14pt;">Team member title</span></p>
<p style="text-align: center;"><span style="color: #3941B5;">Team member email</span></p>
      </div>
    
  </div>
</div>



  
  </div>
      

  </div>
</section>






<script>
  (() => {
    const animations = [];
    const onLoadAnimations = animations.filter((a) => a.trigger === "load");
    const onScrollAnimations = animations.filter((a) => a.trigger === "scroll");

    onLoadAnimations.forEach((a) => pfAnimationFunctions(a.type)(a));

    const observer = new IntersectionObserver((entries) => {
      entries.forEach((entry) => {
        if (entry.isIntersecting) {
          onScrollAnimations.forEach((a) => pfAnimationFunctions(a.type)(a));
          observer.disconnect();
        }
      });
    }, { threshold: 0.5 });

    const section = document.querySelector(".section-LmLAIaNxNQ");
    observer.observe(section);
  })();
</script>














<section data-pf-theme-artefact-id="testimonial"
      data-pf-theme-artefact-file-id="e44f013a-3c71-44fa-ad38-d41561d61ed7"
      data-pf-theme-artefact-filename="testimonial"
      data-pf-theme-block-id="nT6FL9ZM5P"
      data-pf-theme-block-type="section"
      data-pf-theme-block-pos="12"
      data-pf-theme-block-ref="testimonial"
   role="region" aria-label="Testimonial - Image"
  id="pf-testimonial"
  style="display: none;"
  class="section-display relative section-nT6FL9ZM5P pf-testimonial
    
      section-padding
       
    hidden
    
      bg-[#ffffff]
    "
  
>
  <div id="testimonial-nT6FL9ZM5P"></div>
  <div class="section-base w-full relative">
    
  <div class=" flex flex-col flex-wrap  -mx-4 md:flex-row xl:items-center">
    <div class="flex-1 px-4 lg:w-1/2 ">
      <div class="relative pt-6 pb-6 mb-6">
        <div id="pf-testimonial-quote" class="text-3xl font-bold tracking-tight leading-tighter md:text-4xl">
          <div class="pf-rte-wrapper">
<div class="pf-rte-wrapper" style="text-align: center;"><span class="pf_font_preset_3" style="font-size: 24pt; font-family: PoppinsLight;"><span style="font-family: InterVariableFontslnt;">"A dreamer is one who can only find their way by moonlight, and their punishment is that they see the dawn before the rest of the world."</span></span></div>
</div>
        </div>
      </div>
      <div class="mb-14">
        
          <div class="pf-quotee-details">
            <div class="pf-rte-wrapper">
<p style="text-align: center;"><span class="pf_font_preset_4" style="font-size: 20pt;">Oscar Wilde</span></p>
<p style="text-align: center;"><span class="pf_font_preset_7" style="font-size: 16pt;">&nbsp;<span id="quote_book_link_592625">The critic as artist</span></span></p>
</div>
          </div>
        
      </div>
    </div>
    
    <div class="pf-media flex-1 px-4 mb-10 lg:block lg:w-1/2 lg:mb-0 ">
      <div class="relative h-full max-w-lg   mx-auto " role="img" aria-label="testimonial-image" >
        <img
          src="https://cdn.pathfactory.com/assets/11070/thumbnails/712389/23a70115-bf67-4828-bba4-37b12eb58445.jpg"
          class="rounded-lg w-[500px] mx-auto object-cover"
          alt="Sample image"
          id="pf-testimonial-image"
        >
      </div>
    </div>
    
    
      
    
  </div>

  </div>
</section>






<script>
  (() => {
    const animations = [];
    const onLoadAnimations = animations.filter((a) => a.trigger === "load");
    const onScrollAnimations = animations.filter((a) => a.trigger === "scroll");

    onLoadAnimations.forEach((a) => pfAnimationFunctions(a.type)(a));

    const observer = new IntersectionObserver((entries) => {
      entries.forEach((entry) => {
        if (entry.isIntersecting) {
          onScrollAnimations.forEach((a) => pfAnimationFunctions(a.type)(a));
          observer.disconnect();
        }
      });
    }, { threshold: 0.5 });

    const section = document.querySelector(".section-nT6FL9ZM5P");
    observer.observe(section);
  })();
</script>


<link rel='stylesheet' id='elementor-frontend-css' href='https://www.appspace.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.19.4' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-42371-css' href='https://www.appspace.com/wp-content/uploads/elementor/css/post-42371.css?ver=1709149633' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-45003-css' href='https://www.appspace.com/wp-content/uploads/elementor/css/post-45003.css?ver=1709149634' type='text/css' media='all' />
<link rel='stylesheet' href='https://www.appspace.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.24.5' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-css' href='https://www.appspace.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.29.0' type='text/css' media='all' />
<link rel='stylesheet' id='swiper-css' href='https://www.appspace.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-6-css' href='https://www.appspace.com/wp-content/uploads/elementor/css/post-6.css?ver=1709149634' type='text/css' media='all' />
<link rel='stylesheet' id='powerpack-frontend-css' href='https://www.appspace.com/wp-content/plugins/powerpack-elements/assets/css/min/frontend.min.css?ver=2.10.11' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-pro-css' href='https://www.appspace.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.18.1' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-5-all-css' href='https://www.appspace.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=3.19.4' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-4-shim-css' href='https://www.appspace.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.19.4' type='text/css' media='all' />
<link rel='stylesheet' id='cotton-css' href='https://www.appspace.com/wp-content/plugins/elementskit/modules/mouse-cursor/assets/css/style.css?ver=3.5.0' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-post-58118-css' href='https://www.appspace.com/wp-content/uploads/elementor/css/post-58118.css?ver=1709149634' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-ekiticons-css' href='https://www.appspace.com/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css?ver=3.0.5' type='text/css' media='all' />
<link rel='stylesheet' id='elementskit-parallax-style-css' href='https://www.appspace.com/wp-content/plugins/elementskit/modules/parallax/assets/css/style.css?ver=3.5.0' type='text/css' media='all' />
<link rel='stylesheet' id='appspace_gallery_gfont-css' href='https://fonts.googleapis.com/css2?family=Inter%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900&#038;display=swap&#038;ver=6.4.3' type='text/css' media='all' />
<link rel='stylesheet' id='appspace_gallery_css_style-css' href='https://www.appspace.com/wp-content/plugins/appspace-catalogue/assets/css/style.css?ver=4' type='text/css' media='all' />
<link rel='stylesheet' id='appspace_gallery_css_style_media-css' href='https://www.appspace.com/wp-content/plugins/appspace-catalogue/assets/css/style.media.css' type='text/css' media='all' />
<link rel='stylesheet' id='appspace_gallery_css_fontawesome-css' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='ekit-widget-styles-css' href='https://www.appspace.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css?ver=3.0.5' type='text/css' media='all' />
<link rel='stylesheet' id='ekit-widget-styles-pro-css' href='https://www.appspace.com/wp-content/plugins/elementskit/widgets/init/assets/css/widget-styles-pro.css?ver=3.5.0' type='text/css' media='all' />
<link rel='stylesheet' id='ekit-responsive-css' href='https://www.appspace.com/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css?ver=3.0.5' type='text/css' media='all' />
<link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Inter%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPoppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=6.4.3' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://www.appspace.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://www.appspace.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' type='text/css' media='all' />
<link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://www.appspace.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' type='text/css' media='all' />


<style>
:root {
    --e-global-color-primary: #060E1C;
    --e-global-color-secondary: #77ABD7;
    --e-global-color-text: #58646F;
    --e-global-color-accent: #1C7BE3;
    --e-global-color-43470f00: #1C7BE3;
    --e-global-color-3fb7c2de: #3B3FB6;
    --e-global-color-b6a3a46: #FFFFFF;
    --e-global-color-f20b8d0: #F7F8FB;
    --e-global-color-229d551: #FFFFFF;
    --e-global-color-b7c97f1: #002169;
    --e-global-color-2d40424: #05563B;
    --e-global-color-ff4ae3f: #FAF8F3;
    --e-global-color-22f3606: #89CEFC;
    --e-global-color-fcd0064: #18A0FB;
    --e-global-color-1c38358: #1C7BE3;
    --e-global-color-180c7ff: #023E8A;
    --e-global-color-d59667f: #F7F8FB;
    --e-global-color-61f3b40: #FFF9F2;
    --e-global-color-b057b5f: #236BDB;
    --e-global-color-992b489: #184486;
    --e-global-color-94a7262: #0A5BEB;
    --e-global-color-c8ccf7b: #F7F8FB;
    --e-global-color-2c49c85: #060E1C;
    --e-global-color-9019ebc: #0A5BEB;
    --e-global-color-d015e04: #CFE6FF;
    --e-global-color-3bdb2dd: #F2F4F8;
    --e-global-color-f9af2b2: #060E1C;
    --e-global-color-284fad5: #0A5BEB;
    --e-global-color-45418d9: #597267;
    --e-global-color-e68339c: #203863;
    --e-global-color-4b7a61b: #EAC887;
    --e-global-color-732d753: #F0F0F0;
    --e-global-color-d3e4b0f: #060E1C;
    --e-global-color-1669cec: #060E1C00;
    --e-global-color-8287102: #023E8A;
    --e-global-color-101a676: #01153F;
    --e-global-color-45356df: #01153F;
    --e-global-color-39b74c3: #01153F;
    --e-global-color-3f097ad: #F12889;
    --e-global-color-8d3e4cb: #80F5D3;
    --e-global-color-6330540: #80CEF1;
    --e-global-color-ffb107f: #F12889;
    --e-global-color-210e6d9: #01153F;
    --e-global-color-80bd684: #3C009A;
    --e-global-color-1b9b635: #01153F;
    --e-global-color-d4529f5: #865AE2;
    --e-global-color-e859372: #0A033C;
    --e-global-typography-primary-font-family: "Poppins";
    --e-global-typography-primary-font-size: 52px;
    --e-global-typography-primary-font-weight: 400;
    --e-global-typography-primary-line-height: 1.4em;
    --e-global-typography-secondary-font-family: "Poppins";
    --e-global-typography-secondary-font-size: 42px;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-secondary-line-height: 1.4em;
    --e-global-typography-text-font-family: "Inter";
    --e-global-typography-text-font-size: 18px;
    --e-global-typography-text-font-weight: normal;
    --e-global-typography-text-line-height: 1.4em;
    --e-global-typography-accent-font-family: "Inter";
    --e-global-typography-accent-font-size: 16px;
    --e-global-typography-accent-font-weight: normal;
    --e-global-typography-accent-line-height: 1.4em;
    --e-global-typography-e2db33f-font-family: "Inter";
    --e-global-typography-e2db33f-font-size: 16px;
    --e-global-typography-e2db33f-font-weight: 500;
    --e-global-typography-e2db33f-letter-spacing: 1.4px;
    --e-global-typography-95393e0-font-family: "Inter";
    --e-global-typography-95393e0-font-size: 18px;
    --e-global-typography-95393e0-font-weight: 500;
    --e-global-typography-95393e0-line-height: 1.4em;
    --e-global-typography-eb116a7-font-family: "Inter";
    --e-global-typography-eb116a7-font-size: 14px;
    --e-global-typography-eb116a7-font-weight: 500;
    --e-global-typography-eb116a7-line-height: 1.4em;
    --e-global-typography-79a1e47-font-family: "Poppins";
    --e-global-typography-79a1e47-font-size: 20px;
    --e-global-typography-79a1e47-line-height: 1.4em;
    --e-global-typography-1b8c0d1-font-family: "Poppins";
    --e-global-typography-1b8c0d1-font-size: 38px;
    --e-global-typography-1b8c0d1-line-height: 1.4em;
    --e-global-typography-984f55f-font-family: "Poppins";
    --e-global-typography-984f55f-font-size: 32px;
    --e-global-typography-984f55f-line-height: 1.4em;
    --e-global-typography-85d7bc0-font-family: "Inter";
    --e-global-typography-85d7bc0-font-size: 18px;
    --e-global-typography-85d7bc0-line-height: 1.4em;
    --e-global-typography-6ca9b95-font-family: "Inter";
    --e-global-typography-6ca9b95-font-size: 16px;
    --e-global-typography-6ca9b95-font-weight: normal;
    --e-global-typography-6ca9b95-line-height: 1.4em;
    --e-global-typography-3f551c0-font-family: "Poppins";
    --e-global-typography-3f551c0-font-size: 32px;
    --e-global-typography-3f551c0-line-height: 1.4em;
    --e-global-typography-f7e7934-font-family: "Poppins";
    --e-global-typography-f7e7934-font-size: 28px;
    --e-global-typography-f7e7934-line-height: 1.4em;
    --e-global-typography-fb54486-font-family: "Poppins";
    --e-global-typography-fb54486-font-size: 18px;
    --e-global-typography-fb54486-line-height: 1.4em;
    --e-global-typography-60c63ad-font-family: "Inter";
    --e-global-typography-60c63ad-font-size: 12px;
    --e-global-typography-60c63ad-font-weight: 500;
    --e-global-typography-60c63ad-line-height: 1.4em;
    --e-global-typography-2cd5276-font-family: "Inter";
    --e-global-typography-2cd5276-font-size: 16px;
    --e-global-typography-2cd5276-font-weight: 500;
    --e-global-typography-2cd5276-line-height: 1.4em;
    --e-global-typography-b1660df-font-family: "Inter";
    --e-global-typography-b1660df-font-size: 14px;
    --e-global-typography-b1660df-font-weight: 500;
    --e-global-typography-b1660df-line-height: 1.4em;
    
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}




.footer {
    width: 1280px !important;
	  max-width: 95%;
	  padding-left: 0px;
	  padding-right: 0px;
}

.footer__bottom p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    text-align: center;
}

.footer__menu-list li a  {
	color: #060E1C;
	font-family: "Inter", sans-serif;
	font-size: 14px;	
}

.footer__menu-list li a:hover {
	color: #1D7BE3;
}

.footer__top h4 {
	font-size: 18px !important;
}


.footer .appspace-button {
    border-color: #0a5beb;
    text-decoration: none;
    background-color: #0a5beb;
}


.text-banner-block > div > h1 {
	color: #fff !important;
}


.embeddedServiceHelpButton .helpButton .uiButton {
	background-color: #0a5beb !important;
}


.footer__menu-social__item a {
	color: #000 !important;
}

.footer__menu-social__item a:hover i {
	  background: #fff !important;
		color: #0a5beb !important;
}

ul.slides-indicator {
	margin-top:130px!important;
}

@media (max-width: 767px) {
    .elementor-element.elementor-element-5c93637 img, .elementor-element.elementor-element-1b0216a9 img {
        margin: auto;
    }
}
</style>

<div class="ekit-template-content-markup ekit-template-content-footer ekit-template-content-theme-support ">
		<div data-elementor-type="wp-post" data-elementor-id="45003" class="elementor elementor-45003" data-elementor-post-type="elementskit_template">
						<section data-pf-theme-artefact-id="appspace-custom-footer"
      data-pf-theme-artefact-file-id="764bdc43-93b6-4f7b-a424-bfead640d6ab"
      data-pf-theme-artefact-filename="appspace-custom-footer"
      data-pf-theme-block-id="SmTmAm0vW7"
      data-pf-theme-block-type="section"
      data-pf-theme-block-pos="13"
      data-pf-theme-block-ref="footer" class="elementor-section elementor-top-section elementor-element elementor-element-5d135648 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementskit-parallax-multi-container" data-id="5d135648" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-1416570c" data-id="1416570c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-dffad80 elementor-widget elementor-widget-heading" data-id="dffad80" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">PLATFORM</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-200e1bf7 elementor-mobile-align-center elementor-widget elementor-widget-elementskit-page-list" data-id="200e1bf7" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="/employee-comms/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Employee Communications</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="https://www.appspace.com/digital-signage/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Digital Signage</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3876a7a ekit_badge_left" href="/space-reservation/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Space Reservation</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="/visitor-management/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Visitor Management</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-d5f2756 ekit_badge_left" href="/intranet/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Intranet</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-d0a40d2 ekit_badge_left" href="/content/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Content & Publishing</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-918d9db ekit_badge_left" href="https://www.appspace.com/wayfinding/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Wayfinding</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
				<div class="elementor-element elementor-element-32756cf5 elementor-widget elementor-widget-spacer" data-id="32756cf5" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
					<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-a1d2ffe" data-id="a1d2ffe" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e1a6bfb elementor-widget elementor-widget-heading" data-id="e1a6bfb" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">COMPANY</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-329cc53b elementor-mobile-align-center elementor-widget elementor-widget-elementskit-page-list" data-id="329cc53b" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="https://www.appspace.com/about/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">About</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="https://www.appspace.com/services/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Services</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3876a7a ekit_badge_left" href="https://www.appspace.com/partners/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Partners</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="https://www.appspace.com/careers/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Careers</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-d5f2756 ekit_badge_left" href="https://www.appspace.com/press/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Press</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-7af240a6" data-id="7af240a6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-1d420097 elementor-section-full_width elementor-section-height-default elementor-section-height-default elementskit-parallax-multi-container" data-id="1d420097" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-26c6b649" data-id="26c6b649" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-a598462 elementor-widget elementor-widget-heading" data-id="a598462" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">GET THE APP</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-5c93637 img-opyi elementor-widget elementor-widget-image" data-id="5c93637" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
														<a href="https://apps.apple.com/us/app/appspace/id1537783177" target="_blank">
							<img loading="lazy" width="160" height="51" src="https://www.appspace.com/wp-content/uploads/2022/07/applestore.png" class="attachment-full size-full wp-image-44998" alt="Workplace Communication iPhone App" srcset="https://www.appspace.com/wp-content/uploads/2022/07/applestore.png 160w, https://www.appspace.com/wp-content/uploads/2022/07/applestore-24x8.png 24w, https://www.appspace.com/wp-content/uploads/2022/07/applestore-36x11.png 36w, https://www.appspace.com/wp-content/uploads/2022/07/applestore-48x15.png 48w" sizes="(max-width: 160px) 100vw, 160px">								</a>
													</div>
				</div>
				<div class="elementor-element elementor-element-1b0216a9 img-opyi elementor-widget elementor-widget-image" data-id="1b0216a9" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="image.default">
				<div class="elementor-widget-container">
														<a href="https://play.google.com/store/apps/details?id=com.appspace.mobile&amp;hl=en_US&amp;gl=US" target="_blank">
							<img loading="lazy" width="160" height="51" src="https://www.appspace.com/wp-content/uploads/2022/07/googleplay.png" class="attachment-full size-full wp-image-44999" alt="Workplace Communication iPhone App" srcset="https://www.appspace.com/wp-content/uploads/2022/07/googleplay.png 160w, https://www.appspace.com/wp-content/uploads/2022/07/googleplay-24x8.png 24w, https://www.appspace.com/wp-content/uploads/2022/07/googleplay-36x11.png 36w, https://www.appspace.com/wp-content/uploads/2022/07/googleplay-48x15.png 48w" sizes="(max-width: 160px) 100vw, 160px">								</a>
													</div>
				</div>
				<div class="elementor-element elementor-element-29a982b4 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-invisible elementor-widget elementor-widget-icon" data-id="29a982b4" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="icon.default">
				<div class="elementor-widget-container">
					<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" width="151" height="107" viewBox="0 0 151 107" fill="none"><path d="M13.7698 60.2625C13.2965 60.4498 12.7697 60.522 12.1894 60.4792C11.6296 60.4545 11.1367 60.3329 10.7107 60.1144C10.2647 59.8979 10.0069 59.6327 9.93728 59.3187C9.91364 59.2008 9.9494 59.0669 10.0446 58.9171C10.1198 58.7693 10.2262 58.6585 10.3636 58.5847C10.4818 58.5329 10.5925 58.562 10.6957 58.6721C10.8581 58.7563 11.1504 58.8477 11.5727 58.9462C11.9956 59.0647 12.4643 59.0484 12.9786 58.8972C13.4333 58.7519 13.8727 58.4376 14.2969 57.9545C14.7409 57.4693 15.0964 57.0231 15.3632 56.6157C15.5149 56.36 15.7702 55.9036 16.1291 55.2464C16.4879 54.5893 16.8549 53.8712 17.2299 53.0921C17.6242 52.2911 17.9507 51.5569 18.2094 50.8896C18.2642 50.7238 18.3279 50.527 18.4007 50.2992C18.4734 50.0714 18.5673 49.8816 18.6824 49.7299C18.7943 49.4782 18.887 49.2484 18.9604 49.0406C19.0531 48.8109 19.1081 48.655 19.1255 48.5731C19.1423 48.4712 19.2256 48.2624 19.3755 47.9468C19.5254 47.6311 19.6653 47.3165 19.7953 47.0029C19.8855 46.6931 20.0211 46.2386 20.2021 45.6391C20.383 45.0397 20.5674 44.5502 20.7553 44.1707C20.9798 43.6872 21.1573 43.2987 21.2879 43.005C21.4378 42.6894 21.6014 42.4927 21.7786 42.415C21.9534 42.2573 22.0706 42.1755 22.1304 42.1696C22.21 42.1617 22.3611 42.2069 22.5838 42.3052C22.8301 42.5214 22.9868 42.7465 23.054 42.9805C23.1205 43.1945 23.0994 43.4773 22.9906 43.8289C22.901 44.1586 22.7157 44.6181 22.4346 45.2074C22.2903 45.703 22.1248 46.1605 21.9383 46.58C21.771 46.9776 21.6394 47.2413 21.5437 47.3711C21.4516 47.6208 21.3406 47.9025 21.2106 48.2162C21.0999 48.5079 20.9985 48.7786 20.9065 49.0283C20.5732 49.8634 20.2849 50.5437 20.0417 51.069C19.7985 51.5944 19.584 52.0769 19.398 52.5164C19.2121 52.9559 19.0183 53.4664 18.8168 54.0478C18.3821 54.8328 17.9561 55.5768 17.5388 56.2798C17.142 57.0009 16.7138 57.675 16.2542 58.302C16.0607 58.5016 15.8185 58.7362 15.5274 59.0056C15.2364 59.2751 14.9347 59.5255 14.6225 59.757C14.3302 59.9865 14.0459 60.155 13.7698 60.2625ZM17.576 52.6668C17.2762 52.6564 16.9721 52.506 16.6636 52.2158C16.375 51.9235 16.1455 51.6054 15.9751 51.2613C15.8046 50.9173 15.7368 50.6633 15.7717 50.4994C15.7685 50.3995 15.7661 50.3195 15.7642 50.2596C15.7623 50.1996 15.7614 50.1696 15.7614 50.1696C15.642 50.1814 15.5278 50.0424 15.419 49.7524C15.33 49.4604 15.2582 49.0765 15.2035 48.6007C15.1487 48.1248 15.103 47.618 15.0663 47.0803C15.0495 46.5405 15.0535 46.0288 15.0784 45.5451C15.1474 45.1974 15.1757 44.8236 15.1632 44.4238C15.1502 44.004 15.1498 43.6732 15.1623 43.4313C15.1324 43.1135 15.1557 42.9006 15.2322 42.7928C15.3081 42.6649 15.3849 42.5671 15.4627 42.4992C16.0125 42.2042 16.3853 42.3176 16.5813 42.8396C16.7965 43.3396 16.8767 44.3142 16.822 45.7634C16.8071 46.567 16.832 47.3666 16.8967 48.1622C16.9614 48.9579 17.0927 49.6467 17.2905 50.2287C17.5082 50.8087 17.7896 51.1919 18.1348 51.3783C18.2766 51.4444 18.3497 51.5475 18.354 51.6874C18.3584 51.8273 18.3233 51.9812 18.2486 52.149C18.1734 52.2968 18.0677 52.4276 17.9314 52.5414C17.8145 52.6331 17.696 52.675 17.576 52.6668ZM26.4317 52.5716C26.1729 52.5972 25.9624 52.568 25.8001 52.4838C25.6576 52.3976 25.4742 52.2755 25.2496 52.1172C24.859 51.7549 24.5785 51.4017 24.4081 51.0576C24.237 50.6936 24.1761 50.3387 24.2252 49.9929C24.2799 49.8271 24.2952 49.6752 24.2709 49.5372C24.2659 49.3773 24.2634 49.2974 24.2634 49.2974C24.1608 49.2073 24.1291 49.1502 24.1683 49.1263C24.2068 49.0824 24.2448 49.0185 24.2821 48.9346C24.4015 48.9227 24.4379 48.8089 24.3912 48.5929C24.3465 48.4369 24.4152 48.0792 24.5974 47.5198C24.7796 46.9603 25.0125 46.4259 25.2961 45.9166C25.4093 45.7048 25.5803 45.4272 25.8092 45.0837C26.0375 44.7202 26.2859 44.3647 26.5546 44.0173C26.8426 43.6479 27.1029 43.3514 27.3355 43.1279C27.82 42.6588 28.2482 42.3055 28.6201 42.0682C28.992 41.8308 29.3953 41.6405 29.8301 41.4972C30.2648 41.3538 30.5618 41.2743 30.721 41.2585C30.9002 41.2408 31.144 41.377 31.4525 41.6673C31.9165 41.8219 32.2523 42.0292 32.4601 42.2894C32.6877 42.5476 32.8398 42.9436 32.9163 43.4774C32.9947 44.0712 32.9664 44.7658 32.8314 45.5612C32.7158 46.3346 32.2776 47.3305 31.517 48.5488C31.0419 49.3177 30.6009 49.9028 30.1941 50.304C29.7868 50.6853 29.2998 51.0744 28.7332 51.4714C28.324 51.7926 27.9523 52.04 27.6184 52.2134C27.2837 52.3669 26.8882 52.4863 26.4317 52.5716ZM29.1987 49.1093C29.6595 48.5222 30.0218 47.975 30.2855 47.4676C30.5691 46.9583 30.8288 46.321 31.0645 45.5557C31.1372 45.3279 31.1786 45.0531 31.1885 44.7313C31.1978 44.3895 31.1782 44.0807 31.1297 43.8047C31.1005 43.5069 31.0255 43.3438 30.9049 43.3157C30.6617 43.1994 30.3719 43.188 30.0354 43.2815C29.6983 43.355 29.336 43.5814 28.9485 43.9606C28.3477 44.5415 27.8306 45.2444 27.3971 46.0694C26.963 46.8744 26.5423 47.7883 26.1349 48.8112C25.8588 49.5604 25.8072 50.147 25.9801 50.5711C26.1723 50.9731 26.5451 51.0866 27.0987 50.9114C27.6715 50.7143 28.3715 50.1136 29.1987 49.1093ZM41.9242 51.428C41.7874 51.5218 41.5974 51.5105 41.3542 51.3942C41.1309 51.276 40.9054 51.0878 40.6778 50.8296C40.531 50.6035 40.4234 50.3535 40.355 50.0796C40.3065 49.8036 40.2744 49.4158 40.2589 48.916C40.2663 48.5143 40.2383 48.2564 40.1749 48.1423C40.1313 48.0263 40.0225 48.0572 39.8484 48.2348C39.6736 48.3925 39.3741 48.7129 38.95 49.1961C38.468 49.7451 38.0024 50.1822 37.5534 50.5075C37.1242 50.8307 36.77 50.9961 36.4908 51.0037C36.3515 51.0175 36.1901 50.9633 36.0066 50.8411C35.8424 50.697 35.6872 50.5219 35.541 50.3158C35.3942 50.0897 35.2674 49.8616 35.1604 49.6316C35.0273 49.2037 34.9899 48.6459 35.0484 47.9583C35.1261 47.2488 35.2626 46.5034 35.4579 45.7221C35.6532 44.9408 35.8795 44.1965 36.137 43.4892C36.4144 42.78 36.6958 42.2007 36.9813 41.7513C37.2867 41.2999 37.5588 41.0624 37.7976 41.0388C37.9568 41.023 38.0986 41.0892 38.223 41.2373C38.3673 41.3834 38.5144 41.6195 38.6643 41.9455C38.7483 42.0776 38.7819 42.1945 38.7651 42.2965C38.7682 42.3964 38.6923 42.5242 38.5375 42.6799C38.3658 42.9376 38.168 43.3181 37.9441 43.8215C37.7401 44.323 37.5374 44.8644 37.3359 45.4458C37.1543 46.0253 36.992 46.5828 36.8489 47.1183C36.7059 47.6538 36.6098 48.0944 36.5607 48.4402C36.5109 48.7659 36.5259 48.9249 36.6055 48.917C36.8841 48.8894 37.2091 48.7469 37.5804 48.4896C37.971 48.2102 38.3401 47.8829 38.6878 47.5076C39.0926 47.0464 39.4465 46.5502 39.7494 46.0189C40.0722 45.4856 40.394 44.9223 40.715 44.3291C40.9612 43.9036 41.2162 43.4372 41.4799 42.9299C41.7635 42.4205 41.942 42.062 42.0154 41.8542C42.2779 41.3068 42.476 40.9363 42.6097 40.7426C42.7428 40.5289 42.9079 40.3822 43.1051 40.3025C43.2046 40.2926 43.2941 40.2838 43.3737 40.2759C43.4732 40.266 43.523 40.2611 43.523 40.2611C43.643 40.2693 43.7852 40.3454 43.9494 40.4896C44.1111 40.5538 44.2031 40.6249 44.2255 40.7028C44.2473 40.7608 44.2597 40.8398 44.2628 40.9398C44.1895 41.1476 44.0694 41.4602 43.9027 41.8778C43.7554 42.2734 43.6447 42.5651 43.5706 42.7529C43.2193 43.6499 42.8676 44.5369 42.5156 45.414C42.1828 46.2691 41.9502 47.1343 41.8178 48.0097C41.7867 48.2935 41.787 48.6243 41.8187 49.0021C41.8697 49.358 41.9375 49.612 42.0221 49.764C42.0856 49.878 42.1596 50.0111 42.2442 50.1631C42.3481 50.2932 42.4613 50.4023 42.5838 50.4904C42.7666 50.5926 42.8005 50.7196 42.6855 50.8714C42.5903 51.0211 42.4547 51.1549 42.2787 51.2726C42.1021 51.3703 41.9839 51.4221 41.9242 51.428ZM60.4091 49.4767C60.1255 49.3443 59.8901 49.1571 59.7029 48.915C59.5151 48.6529 59.3745 48.3058 59.2812 47.8739C59.2072 47.4201 59.1596 46.8533 59.1384 46.1736C59.1272 45.8138 59.1169 45.484 59.1076 45.1841C59.0983 44.8843 59.0936 44.7343 59.0936 44.7343C59.0936 44.7343 58.9981 44.8741 58.8072 45.1537C58.6162 45.4333 58.3883 45.8068 58.1234 46.2742C57.711 47.1372 57.2844 47.8612 56.8434 48.4463C56.4019 49.0114 56.0728 49.3447 55.8564 49.4464C55.7581 49.4962 55.6092 49.521 55.4095 49.5207C55.2093 49.5005 54.9987 49.4712 54.7779 49.4329C54.5764 49.3727 54.3945 49.3004 54.2322 49.2163C54.0698 49.1321 53.9669 49.032 53.9233 48.916C53.8804 48.82 53.8537 48.6021 53.8431 48.2622C53.8319 47.9024 53.8297 47.5116 53.8365 47.0898C53.8627 46.6461 53.9 46.2414 53.9485 45.8756C53.9963 45.4899 54.0576 45.2131 54.1322 45.0453C54.1304 44.9854 54.1385 44.9244 54.1565 44.8625C54.1938 44.7785 54.1814 44.6996 54.1192 44.6255C54.1192 44.6255 54.172 44.3997 54.2777 43.9481C54.4034 43.4945 54.5464 42.959 54.7069 42.3415C54.8872 41.7221 55.0489 41.1446 55.1919 40.6091C55.3543 40.0516 55.4724 39.679 55.5464 39.4912C55.5415 39.3313 55.5561 39.1594 55.5903 38.9755C55.6444 38.7897 55.6702 38.6568 55.6677 38.5769C55.6621 38.3969 55.7557 38.1972 55.9485 37.9776C56.1637 37.8359 56.3322 37.7992 56.4541 37.8673C56.5953 37.9135 56.7679 38.0067 56.9719 38.1469C57.1772 38.3271 57.3115 38.4742 57.375 38.5882C57.4583 38.7003 57.4636 38.8702 57.3908 39.098C57.338 39.3238 57.2198 39.6964 57.0364 40.2159C56.851 40.6754 56.6766 41.1639 56.513 41.6814C56.3488 42.1789 56.2036 42.6445 56.0774 43.078C55.9704 43.4897 55.8905 43.8084 55.8376 44.0342C55.842 44.1741 55.8165 44.317 55.7611 44.4629C55.7251 44.5868 55.7083 44.6887 55.7108 44.7687C55.6529 44.8345 55.6153 44.9084 55.5979 44.9904C55.6004 45.0703 55.6029 45.1503 55.6053 45.2303C55.6078 45.3102 55.5823 45.4531 55.5289 45.6589C55.4748 45.8448 55.4511 46.0476 55.458 46.2675C55.3902 46.6552 55.4368 46.8712 55.5979 46.9154C55.7783 46.9376 55.9468 46.9009 56.1036 46.8051C56.1608 46.7192 56.2858 46.5665 56.4786 46.3469C56.6913 46.1253 56.8639 45.8976 56.9964 45.664C57.0685 45.4162 57.1431 45.2484 57.2203 45.1605C57.3173 45.0707 57.3947 44.9929 57.4526 44.927C57.5104 44.8611 57.5368 44.7482 57.5318 44.5883C57.5294 44.5083 57.6139 44.3395 57.7856 44.0819C57.9765 43.8023 58.1765 43.4917 58.3854 43.1502C58.781 42.3891 59.0254 41.9037 59.1187 41.694C59.2692 41.3983 59.421 41.1427 59.574 40.927C59.7462 40.6894 59.8971 40.4037 60.0264 40.0701C60.101 39.9023 60.1573 39.7864 60.1953 39.7225C60.2525 39.6366 60.3906 39.5829 60.6095 39.5612C60.8284 39.5395 60.9883 39.5437 61.089 39.5738C61.1898 39.6039 61.2734 39.726 61.34 39.94C61.5036 40.0641 61.5978 40.2052 61.6227 40.3631C61.6469 40.5011 61.6612 40.64 61.6656 40.78C61.5885 40.8678 61.5418 40.9727 61.5257 41.0946C61.5288 41.1946 61.5303 41.2445 61.5303 41.2445C61.5322 41.3045 61.498 41.4884 61.4277 41.7961C61.3774 42.1019 61.2869 42.4016 61.1563 42.6953C61.0182 43.3907 60.9116 44.1332 60.8363 44.9226C60.7605 45.6921 60.7312 46.3567 60.7487 46.9165C60.7854 47.4542 60.8547 47.7582 60.9567 47.8283C61.0786 47.8964 61.3016 47.6838 61.6256 47.1905C61.9696 46.6953 62.3502 46.0961 62.7675 45.3931C62.862 45.2233 63.0629 44.9427 63.3702 44.5513C63.6774 44.16 63.8864 43.8184 63.9971 43.5268C63.994 43.4268 64.0487 43.261 64.1613 43.0292C64.2732 42.7775 64.3848 42.5158 64.4962 42.2441C64.6069 41.9524 64.6594 41.7166 64.6538 41.5367C64.6327 41.4987 64.7266 41.3089 64.9355 40.9674C65.1445 40.6259 65.3407 40.1954 65.5242 39.6759C65.6113 39.2662 65.7814 38.9586 66.0345 38.7531C66.3075 38.5456 66.5544 38.461 66.7752 38.4992C66.9954 38.5175 67.0809 38.6996 67.0318 39.0453C66.9535 39.7348 66.7492 40.5471 66.4189 41.4822C66.108 42.3953 65.7376 43.3243 65.3079 44.2692C64.8974 45.1921 64.4838 46.0151 64.0671 46.7382C63.9123 46.8939 63.7782 47.0776 63.665 47.2893C63.5512 47.481 63.4956 47.6169 63.498 47.6969C63.4993 47.7368 63.4128 47.8457 63.2387 48.0233C63.0838 48.179 62.8901 48.3687 62.6575 48.5922C62.4243 48.7958 62.1808 48.9904 61.927 49.1759C61.6745 49.4014 61.4391 49.535 61.2208 49.5767C61.0025 49.6184 60.7319 49.585 60.4091 49.4767ZM71.6223 48.3659C71.3642 48.4115 71.1546 48.4123 70.9935 48.3681C70.8318 48.3039 70.6293 48.2136 70.3862 48.0974C69.9377 47.8009 69.5987 47.4936 69.3692 47.1754C69.159 46.8353 69.0585 46.4944 69.0679 46.1526C69.1021 45.9687 69.0971 45.8088 69.0529 45.6728C69.0287 45.5348 69.0165 45.4659 69.0165 45.4659C68.894 45.3777 68.8523 45.3217 68.8915 45.2978C68.9301 45.2539 68.9581 45.1909 68.9755 45.109C69.1335 45.0532 69.1499 44.9413 69.0249 44.7732C68.9602 44.6192 68.9789 44.2564 69.0809 43.6849C69.2021 43.0914 69.3645 42.5339 69.5678 42.0124C69.6605 41.7827 69.7908 41.479 69.9587 41.1015C70.1465 40.7219 70.3543 40.3404 70.5819 39.9569C70.8089 39.5535 71.0185 39.2319 71.2107 38.9923C71.633 38.4492 72.0095 38.0409 72.3404 37.7675C72.6906 37.4722 73.0821 37.2228 73.515 37.0195C73.908 36.8202 74.1938 36.7016 74.3723 36.6639C74.5508 36.6262 74.8033 36.7215 75.1299 36.9498C75.6119 37.0424 75.9764 37.2068 76.2233 37.443C76.4895 37.6573 76.7003 38.0174 76.8558 38.5233C77.0331 39.0873 77.1043 39.772 77.0695 40.5776C77.054 41.3611 76.7471 42.4042 76.1488 43.7066C75.7949 44.5237 75.4351 45.1509 75.0694 45.5882C74.7236 46.0234 74.2989 46.4866 73.7951 46.9777C73.4269 47.335 73.0864 47.6193 72.7735 47.8308C72.4607 48.0423 72.0769 48.2206 71.6223 48.3659ZM73.8995 44.5611C74.2789 43.9219 74.5703 43.3417 74.7736 42.8202C74.9963 42.2768 75.1651 41.6084 75.2802 40.815C75.3131 40.5911 75.3147 40.3203 75.2848 40.0024C75.2543 39.6645 75.1949 39.3596 75.1066 39.0876C75.0382 38.8137 74.944 38.6726 74.8239 38.6645C74.5621 38.5901 74.2735 38.6187 73.9581 38.7502C73.6422 38.8617 73.3014 39.1361 72.9357 39.5734C72.6098 40.0067 72.3153 40.487 72.0522 41.0144C71.809 41.5398 71.5873 42.1132 71.3871 42.7346C71.1868 43.356 70.9978 44.0164 70.8199 44.7157C70.6445 45.4951 70.6725 46.0738 70.9039 46.4519C71.1552 46.8281 71.5464 46.8896 72.0775 46.6365C72.6081 46.3633 73.2154 45.6715 73.8995 44.5611ZM80.5292 46.3407C80.4496 46.3486 80.3286 46.3104 80.1663 46.2262C80.0233 46.1201 79.9107 46.031 79.8286 45.9589C79.6843 45.8128 79.5897 45.6617 79.545 45.5058C79.5201 45.3478 79.4989 44.989 79.4815 44.4292C79.4616 43.7896 79.5695 43.0871 79.8052 42.3218C80.0403 41.5365 80.4451 40.4337 81.0198 39.0132L81.9396 36.8167C82.0142 36.6488 82.0802 36.522 82.1374 36.4361C82.2145 36.3483 82.2817 36.2614 82.3389 36.1755C82.4185 36.1677 82.4882 36.1608 82.5479 36.1548C82.6076 36.1489 82.6374 36.146 82.6374 36.146C82.7966 36.1302 82.959 36.2144 83.1244 36.3985C83.2893 36.5627 83.4149 36.7507 83.5013 36.9627C83.5094 37.2226 83.478 37.4964 83.4071 37.7842C83.3561 38.07 83.1304 38.5134 82.7299 39.1145C82.5974 39.3482 82.4198 39.7368 82.1972 40.2802C81.9944 40.8216 81.8592 41.2862 81.7914 41.6739C81.7721 41.6958 81.7351 41.7897 81.6804 41.9556C81.625 42.1014 81.5603 42.2683 81.4863 42.4561C81.4322 42.6419 81.3679 42.8187 81.2932 42.9865L81.1645 43.661L83.1003 41.3938C84.0065 40.3616 84.7419 39.617 85.3066 39.1601C85.8714 38.7031 86.3238 38.4878 86.664 38.5143C87.0042 38.5407 87.3012 38.782 87.555 39.2381C87.7012 39.4442 87.8069 39.6343 87.8722 39.8083C87.9568 39.9603 88.0134 40.1753 88.042 40.4532C88.0706 40.7311 88.0638 41.1528 88.0215 41.7185L88.0794 43.5776C88.3755 43.468 88.6121 43.3744 88.7894 43.2967C88.966 43.199 89.1526 43.1003 89.3491 43.0006C89.5258 42.9029 89.7326 42.8123 89.9695 42.7286C90.2059 42.625 90.5029 42.5455 90.8605 42.49C90.8487 42.7518 90.7678 43.0406 90.6179 43.3562C90.4674 43.6518 90.2768 43.9414 90.0461 44.2249C89.8153 44.5085 89.5532 44.745 89.2596 44.9345C88.986 45.122 88.7098 45.2296 88.4312 45.2572C88.1724 45.2828 87.8798 45.1814 87.5533 44.9531C87.2267 44.7248 86.9888 44.4576 86.8396 44.1516C86.7531 43.9395 86.6959 43.7046 86.6679 43.4467C86.6598 43.1868 86.6449 42.707 86.6231 42.0074L86.5885 40.8979C86.5786 40.5781 86.4763 40.498 86.2816 40.6576C86.1062 40.7953 85.9603 40.92 85.844 41.0318C85.5536 41.3213 85.2445 41.6527 84.9167 42.026C84.6089 42.3974 84.2914 42.7798 83.9642 43.1731C83.0786 44.2233 82.3344 45.0089 81.7318 45.5298C81.149 46.0487 80.7482 46.319 80.5292 46.3407ZM95.5951 32.7871C95.3967 32.8268 95.2674 32.8396 95.207 32.8255C95.1467 32.8114 95.045 32.7513 94.902 32.6452C94.8777 32.5072 94.8936 32.3753 94.9495 32.2494C95.0055 32.1236 95.0811 31.9858 95.1762 31.836C95.4026 31.4125 95.6567 30.9161 95.9384 30.3468C96.2394 29.7555 96.435 29.3051 96.5252 28.9953C96.5227 28.9154 96.5305 28.8444 96.5485 28.7825C96.212 28.876 95.86 28.7905 95.4924 28.5262C95.1031 28.2038 94.9625 27.8568 95.0707 27.4851C95.1982 27.0915 95.5151 26.6892 96.0213 26.2781C96.3727 26.0227 96.6277 25.8771 96.7863 25.8414C96.9648 25.8036 97.2357 25.847 97.5989 25.9714C97.9435 26.1378 98.1795 26.345 98.307 26.5931C98.4538 26.8192 98.4815 27.0671 98.3901 27.3368C98.3447 27.8025 98.2486 28.2431 98.1018 28.6587C97.975 29.0723 97.8577 29.4749 97.7502 29.8666C97.6444 30.3182 97.4582 30.7477 97.1914 31.1551C96.9245 31.5625 96.6282 31.9829 96.3023 32.4162C96.3247 32.4942 96.2665 32.5501 96.1278 32.5839C95.9891 32.6177 95.8116 32.6854 95.5951 32.7871ZM98.4278 45.6806C98.2077 45.6623 97.9754 45.575 97.7309 45.4188C97.5058 45.2406 97.2999 45.0404 97.1133 44.8182C96.946 44.5741 96.8294 44.3551 96.7634 44.1611C96.7622 44.1211 96.7308 44.0741 96.6692 44.0201C96.6275 43.964 96.6067 43.936 96.6067 43.936C96.5252 43.8839 96.4674 43.629 96.4332 43.1712C96.4182 42.6914 96.4316 42.1587 96.4732 41.5731C96.5149 40.9874 96.5702 40.5208 96.6393 40.173C96.7288 39.8433 96.8647 39.3988 97.0469 38.8393C97.2285 38.2599 97.3821 37.7433 97.5078 37.2898L98.2597 35.4708L97.0552 35.2592C96.9147 35.233 96.7928 35.1649 96.6895 35.0548C96.6062 34.9428 96.5633 34.8467 96.5608 34.7668C96.5558 34.6069 96.6394 34.4081 96.8117 34.1704C96.9834 33.9128 97.109 33.7801 97.1886 33.7722C97.2888 33.7823 97.4682 33.7746 97.7269 33.7489C98.0056 33.7213 98.2739 33.6847 98.532 33.6391C98.7902 33.5935 98.9488 33.5577 99.0078 33.5318C99.0862 33.4839 99.1643 33.4261 99.242 33.3582C99.3191 33.2704 99.3754 33.1545 99.4109 33.0106C99.5035 32.7809 99.5869 32.5721 99.6609 32.3843C99.7343 32.1765 99.8369 31.9458 99.9687 31.6921C100.1 31.4184 100.203 31.1877 100.277 30.9999C100.37 30.8101 100.512 30.5455 100.701 30.2059C100.796 30.0561 100.9 29.8754 101.014 29.6636C101.127 29.4519 101.271 29.2672 101.445 29.1095C101.62 28.9318 101.797 28.8441 101.976 28.8464C102.175 28.8267 102.428 28.932 102.735 29.1623C102.9 29.3464 102.994 29.4875 103.018 29.5854C103.041 29.6834 102.967 29.8812 102.796 30.1788C102.648 30.5344 102.469 30.893 102.261 31.2545C102.072 31.6141 101.894 31.9726 101.725 32.3302C101.421 32.8015 101.369 33.0573 101.57 33.0976C101.771 33.1378 102.327 33.0427 103.238 32.812C103.812 32.6549 104.231 32.6435 104.494 32.7778C104.758 32.8921 104.914 33.1172 104.965 33.4531C105.039 33.9269 104.999 34.2217 104.842 34.3375C104.686 34.4532 104.23 34.5485 103.474 34.6234C102.999 34.7507 102.592 34.8411 102.254 34.8946C101.916 34.9281 101.667 34.9527 101.508 34.9685C101.25 35.0141 101.081 35.0409 101.002 35.0488C100.922 35.0567 100.803 35.0885 100.645 35.1442C100.487 35.2 100.37 35.2818 100.293 35.3896C100.236 35.4755 100.17 35.6023 100.096 35.7701C100.019 35.858 99.9057 36.0797 99.7571 36.4353C99.6084 36.7909 99.4209 37.1805 99.1945 37.6039C98.942 38.4711 98.7293 39.3344 98.5565 40.1937C98.3829 41.033 98.2486 41.8484 98.1535 42.6398C98.0894 43.1475 98.1103 43.4963 98.216 43.6864C98.3211 43.8564 98.5833 43.9407 99.0025 43.9393C99.222 43.9376 99.5703 43.9031 100.047 43.8358C100.544 43.7465 100.93 43.6481 101.206 43.5406C101.422 43.4189 101.648 43.2963 101.883 43.1727C102.118 43.0291 102.334 42.8875 102.529 42.7478C102.705 42.6301 102.881 42.5124 103.057 42.3947C103.232 42.257 103.32 42.1882 103.32 42.1882C103.415 42.0184 103.523 41.9576 103.644 42.0057C103.765 42.0539 103.869 42.194 103.956 42.426C103.964 42.6658 103.922 42.9207 103.83 43.1904C103.739 43.4601 103.38 43.8064 102.755 44.2293C101.877 44.8778 101.061 45.2994 100.309 45.4943C99.5753 45.6672 98.9484 45.7293 98.4278 45.6806ZM19.405 79.7363C19.2215 79.6141 19.0878 79.4869 19.0038 79.3549C18.9397 79.2209 18.9313 78.951 18.9786 78.5453C19.0209 77.9797 19.0852 77.482 19.1717 77.0523C19.2575 76.6027 19.3613 76.0911 19.4832 75.5176C19.5156 75.2738 19.6123 74.8531 19.7733 74.2557C19.9543 73.6562 20.1735 73.0029 20.431 72.2956C20.6885 71.5883 20.9472 70.921 21.2072 70.2937C21.4665 69.6464 21.691 69.163 21.8807 68.8434C22.0362 68.7077 22.2237 68.639 22.4433 68.6373C22.6827 68.6336 22.8846 68.7039 23.0488 68.848C23.2733 69.0063 23.3131 69.3231 23.1682 69.7987C23.0426 70.2523 22.7658 70.9815 22.3379 71.9864C22.1159 72.5498 21.9495 72.9773 21.8388 73.269C21.7275 73.5407 21.6827 73.7056 21.7045 73.7636C21.7257 73.8016 21.8143 73.7627 21.9704 73.647C22.083 73.4153 22.2941 73.1437 22.6038 72.8323C22.9129 72.5009 23.2423 72.1775 23.5918 71.8622C23.9413 71.5468 24.2719 71.2634 24.5835 71.012C24.8951 70.7606 25.1097 70.599 25.2272 70.5272C25.3833 70.4114 25.5599 70.3137 25.7571 70.234C25.9735 70.1324 26.1209 70.0576 26.1993 70.0098C26.6502 69.7445 27.1154 69.6182 27.595 69.6309C28.0745 69.6436 28.3786 69.7939 28.5074 70.0819C28.5323 70.2399 28.5957 70.3539 28.6977 70.424C28.8196 70.4921 28.8806 70.5262 28.8806 70.5262C28.9602 70.5183 29.0009 70.5444 29.0028 70.6043C29.0246 70.6623 29.0354 70.6913 29.0354 70.6913C29.0398 70.8313 28.9331 70.9321 28.7155 70.9937C28.5171 71.0334 28.2589 71.0791 27.9411 71.1306C27.683 71.1762 27.4557 71.2489 27.2592 71.3485C27.0626 71.4482 26.8269 71.5718 26.552 71.7194C25.8094 72.2341 25.0963 72.7358 24.4128 73.2246C23.7492 73.7114 23.1098 74.3362 22.4947 75.099C22.3604 75.2727 22.227 75.4764 22.0945 75.7101C21.962 75.9438 21.8202 76.1985 21.6691 76.4741C21.5727 76.5839 21.4801 76.8137 21.3911 77.1634C21.3022 77.513 21.2229 77.8518 21.1532 78.1795C21.1029 78.4853 21.0786 78.6681 21.0805 78.7281C21.0805 78.7281 21.0537 78.831 21.0003 79.0368C20.9462 79.2227 20.8522 79.4124 20.7185 79.6061C20.4897 79.9496 20.2956 80.1293 20.1364 80.145C19.9772 80.1608 19.7334 80.0246 19.405 79.7363ZM34.8499 78.2063C34.4432 78.6076 33.9621 78.8658 33.4067 78.9809C32.8712 79.0941 32.3413 79.0664 31.817 78.8978C31.292 78.7092 30.8529 78.3917 30.4996 77.9455C30.1476 77.5392 29.9131 77.0611 29.7962 76.5113C29.6786 75.9414 29.6453 75.1927 29.6963 74.2653C29.7317 73.4798 29.9562 72.6755 30.3698 71.8525C30.7828 71.0095 31.2881 70.2476 31.8858 69.5668C32.5034 68.884 33.1169 68.3921 33.7264 68.0911C34.0187 67.8617 34.2647 67.7471 34.4644 67.7473C34.6833 67.7256 35.0123 67.7131 35.4514 67.7097C35.911 67.7243 36.2522 67.7808 36.4749 67.879C36.7174 67.9753 36.9115 68.1165 37.057 68.3026C37.3649 68.5729 37.5733 68.853 37.6821 69.143C37.7903 69.413 37.8488 69.688 37.8575 69.9678C37.7916 70.4155 37.5099 70.9848 37.0123 71.6758C36.534 72.3448 35.8931 72.9196 35.0896 73.4002C34.6561 73.5835 34.1803 73.6908 33.6622 73.7221C33.1441 73.7533 32.7121 73.6658 32.3663 73.4594C31.9832 73.337 31.7354 73.3916 31.6228 73.6233C31.5096 73.835 31.4157 74.3456 31.3411 75.1551C31.2851 75.9226 31.3623 76.4764 31.5725 76.8165C31.7821 77.1367 32.057 77.31 32.3972 77.3364C32.7977 77.3769 33.1081 77.4064 33.3283 77.4247C33.5677 77.421 33.8535 77.3024 34.1856 77.069C34.4979 76.8376 34.6935 76.7079 34.7724 76.68C34.8508 76.6322 34.9093 76.5863 34.9478 76.5424C35.0057 76.4765 35.131 76.3337 35.3238 76.1141C35.4588 75.9604 35.5651 75.8496 35.6429 75.7817C35.72 75.6939 35.8083 75.645 35.9078 75.6352C36.0073 75.6253 36.0984 75.6664 36.1812 75.7585C36.2633 75.8305 36.3447 75.8826 36.4256 75.9147C36.6246 75.895 36.6682 76.011 36.5562 76.2627C36.4642 76.5125 36.2642 76.823 35.9564 77.1944C35.6479 77.5458 35.2791 77.8831 34.8499 78.2063ZM34.6221 71.8524C34.8379 71.7307 35.0625 71.5681 35.2957 71.3646C35.5283 71.141 35.7208 70.9114 35.8732 70.6757C36.0448 70.4181 36.1282 70.2093 36.1232 70.0494C36.1145 69.7695 35.9779 69.5525 35.7136 69.3982C35.4487 69.2239 35.0596 69.2324 34.5465 69.4236C34.3294 69.5052 34.0853 69.6798 33.8142 69.9473C33.5424 70.1948 33.2815 70.4713 33.0315 70.7767C32.8013 71.0803 32.6101 71.3499 32.4577 71.5855C32.3252 71.8192 32.2795 71.9541 32.3206 71.9901C32.3834 72.0842 32.5551 72.1474 32.8356 72.1797C33.1154 72.1921 33.4243 72.1716 33.762 72.1181C34.1196 72.0626 34.4063 71.974 34.6221 71.8524ZM42.0796 84.1976C41.8613 84.2393 41.5214 84.2228 41.0599 84.1482C40.6183 84.0716 40.2865 83.9942 40.0645 83.9159C39.7995 83.7417 39.5324 83.4974 39.2631 83.1832C38.9937 82.869 38.7739 82.5399 38.6034 82.1958C38.4535 81.8698 38.3857 81.6158 38.4001 81.434C38.415 81.2721 38.5633 81.2273 38.8451 81.2996C39.1467 81.37 39.3498 81.4802 39.4543 81.6303C39.6402 81.8325 39.8558 82.0217 40.1008 82.1979C40.3459 82.3741 40.5894 82.5004 40.8313 82.5767C41.0739 82.673 41.2645 82.7042 41.4032 82.6705C41.8983 82.5412 42.2985 82.2509 42.6039 81.7996C42.9298 81.3662 43.2124 80.8269 43.4519 80.1816C43.5974 79.726 43.7053 79.3444 43.7756 79.0366C43.8664 78.7469 43.946 78.4182 44.0144 78.0505C44.1027 77.6808 44.2065 77.1692 44.3259 76.5157C44.4827 75.7783 44.5862 75.2568 44.6366 74.951C44.7062 74.6233 44.7395 74.4094 44.7364 74.3095C44.7333 74.2095 44.7012 74.1425 44.6403 74.1084C44.6403 74.1084 44.5131 74.1912 44.2587 74.3568C44.0043 74.5223 43.7204 74.7009 43.407 74.8923C43.1134 75.0818 42.8886 75.2344 42.7325 75.3502C42.1808 75.5853 41.6369 75.7494 41.1008 75.8426C40.5646 75.9358 40.1458 75.9473 39.8441 75.8769C39.7029 75.8307 39.5493 75.7056 39.3832 75.5014C39.2371 75.2954 39.1102 75.0673 39.0026 74.8173C38.9142 74.5453 38.8769 74.3084 38.8906 74.1065C38.9055 73.9446 38.9876 73.6959 39.1369 73.3602C39.2861 73.0246 39.4547 72.667 39.6425 72.2875C39.8502 71.906 40.03 71.5874 40.1817 71.3317C40.3528 71.0541 40.4582 70.9134 40.498 70.9094C40.5776 70.9015 40.6165 70.8676 40.6146 70.8076C40.6326 70.7457 40.6404 70.6747 40.6379 70.5948C40.6553 70.5128 40.7993 70.3281 41.0698 70.0407C41.3597 69.7312 41.7471 69.352 42.2323 68.9029C42.9089 68.1942 43.5206 67.6423 44.0673 67.2473C44.614 66.8522 45.1256 66.6111 45.602 66.5238C45.7419 66.53 45.8716 66.5271 45.991 66.5153C46.1303 66.5015 46.2 66.4946 46.2 66.4946C46.2 66.4946 46.2609 66.5287 46.3828 66.5968C46.524 66.643 46.7056 66.7052 46.9277 66.7835C47.23 66.8738 47.5052 67.0571 47.7533 67.3333C48.0009 67.5895 48.2002 67.9006 48.3514 68.2666C48.5218 68.6107 48.6226 68.9617 48.6537 69.3195C48.6475 69.7613 48.5613 70.2009 48.3953 70.6385C48.2491 71.074 48.0961 71.2897 47.9363 71.2855C47.7764 71.2813 47.5796 71.3709 47.3457 71.5545C47.1318 71.7361 47.0261 71.8669 47.0286 71.9469C47.031 72.0268 47.0043 72.1298 46.9483 72.2556C46.9123 72.3795 46.7888 72.5822 46.578 72.8638C46.5612 72.9657 46.5099 73.2415 46.4241 73.6911C46.3575 74.1188 46.2729 74.6084 46.1703 75.16C46.0677 75.7116 45.9735 76.2122 45.8877 76.6618C45.8211 77.0895 45.7798 77.3643 45.7636 77.4862C45.7462 77.5681 45.7021 77.753 45.6312 78.0407C45.5795 78.3065 45.4993 78.6153 45.3905 78.9669C45.3016 79.3166 45.202 79.6473 45.092 79.959C45.0304 80.5466 44.9343 80.9872 44.8037 81.2809C44.6936 81.5926 44.5046 81.9321 44.2365 82.2996C43.9535 82.8289 43.6074 83.2542 43.1982 83.5755C42.7896 83.9167 42.4167 84.1241 42.0796 84.1976ZM40.5419 74.2437C40.5879 74.4397 40.8588 74.483 41.3545 74.3738C41.8496 74.2445 42.3418 74.0253 42.8313 73.7161C43.2623 73.4529 43.6548 73.2335 44.0087 73.0581C44.3626 72.8827 44.6051 72.6582 44.7363 72.3845C44.8495 72.1728 44.9428 71.963 45.0162 71.7552C45.0896 71.5474 45.1801 71.2477 45.2877 70.8561C45.3051 70.7741 45.352 70.6792 45.4285 70.5714C45.5243 70.4416 45.6117 70.3628 45.6907 70.3349C45.7697 70.307 45.8493 70.2991 45.9295 70.3112C46.0297 70.3214 46.1503 70.3495 46.2915 70.3957C46.3898 70.3458 46.4563 70.239 46.4911 70.0751C46.5459 69.9093 46.5502 69.7284 46.5042 69.5324C46.4799 69.3945 46.3745 69.2144 46.1879 68.9923C46.0013 68.7701 45.7665 68.6029 45.4835 68.4906C45.18 68.3602 44.8348 68.4947 44.448 68.8939C44.0611 69.2932 43.5872 69.7813 43.0262 70.3582C42.5815 70.8233 42.1574 71.3065 41.7537 71.8077C41.3501 72.3088 41.0251 72.7722 40.7788 73.1976C40.5525 73.6211 40.4735 73.9698 40.5419 74.2437ZM51.42 76.9259C51.3267 77.1357 51.1793 77.2104 50.9778 77.1502C50.7962 77.088 50.6444 77.0228 50.5225 76.9547C50.3832 76.9685 50.2625 76.9403 50.1605 76.8702C50.0585 76.8001 49.9851 76.6871 49.9404 76.5311C49.8968 76.4151 49.8825 76.2761 49.8974 76.1142C49.9117 75.9324 49.9453 75.7285 49.9982 75.5027C50.0703 75.2549 50.1418 74.9872 50.2127 74.6994C50.3514 74.024 50.4459 73.5334 50.4963 73.2276C50.5467 72.9218 50.5983 72.656 50.6512 72.4302C50.704 72.2044 50.7737 71.8767 50.8601 71.447C51.0069 71.0315 51.1241 70.6288 51.2118 70.2392C51.2995 69.8495 51.4369 69.4549 51.6241 69.0553C51.7473 68.5218 51.9012 68.0153 52.0859 67.5358C52.2899 67.0343 52.4864 66.6138 52.6755 66.2743C52.7134 66.2104 52.7806 66.1235 52.877 66.0137C52.9933 65.9019 53.0913 65.8421 53.1709 65.8342C53.3251 65.6585 53.4626 65.5847 53.5832 65.6129C53.7232 65.6191 53.8951 65.6923 54.0991 65.8325C54.3461 66.0687 54.445 66.3597 54.3958 66.7054C54.3666 67.0492 54.1433 67.5726 53.726 68.2757C53.5065 68.919 53.3044 69.4804 53.1197 69.9599C52.9343 70.4194 52.8081 70.853 52.7409 71.2607C52.9499 70.9192 53.1797 70.6057 53.4303 70.3202C53.7003 70.0127 53.922 69.7602 54.0955 69.5625C54.5197 69.0793 54.8679 68.724 55.1404 68.4965C55.4327 68.267 55.7738 68.0026 56.1638 67.7033C56.3976 67.5198 56.6221 67.3571 56.8373 67.2155C57.0519 67.0539 57.2876 66.9303 57.5445 66.8447C57.8213 66.7571 58.1198 66.7275 58.4401 66.756C58.6385 66.7163 58.7996 66.7605 58.9234 66.8886C59.0671 67.0147 59.1824 67.1938 59.2695 67.4258C59.3566 67.6578 59.4151 67.9327 59.4449 68.2506C58.984 68.196 58.5767 68.2564 58.2228 68.4318C57.8683 68.5872 57.5644 68.7677 57.3113 68.9732C57.0781 69.1768 56.8934 69.3355 56.7572 69.4492C56.4648 69.6787 56.0951 69.986 55.6479 70.3712C55.2001 70.7364 54.7545 71.1716 54.3111 71.6767C53.9653 72.112 53.6673 72.4824 53.4173 72.7879C53.1872 73.0914 52.996 73.361 52.8436 73.5966C52.7111 73.8303 52.6088 74.0711 52.5367 74.3188C52.352 74.7983 52.1585 75.3188 51.9564 75.8802C51.7543 76.4416 51.5755 76.7902 51.42 76.9259ZM63.5755 76.5039C62.6997 76.5906 61.973 76.3317 61.3952 75.7273C60.8167 75.1028 60.5219 74.2898 60.5107 73.2883C60.5281 72.5647 60.6434 71.7813 60.8567 70.9381C61.0893 70.0728 61.4028 69.2397 61.7971 68.4387C62.1908 67.6176 62.6274 66.8926 63.1069 66.2636C63.5864 65.6346 64.0911 65.1736 64.621 64.8804C64.8169 64.7608 65.0234 64.6601 65.2405 64.5785C65.4774 64.4948 65.7153 64.4412 65.9542 64.4175C66.1731 64.3958 66.4032 64.4132 66.6445 64.4695C66.8852 64.5058 67.0864 64.556 67.2481 64.6202C67.5908 64.7266 67.8549 64.8709 68.0402 65.0531C68.2256 65.2352 68.3944 65.5293 68.5468 65.9353C68.6184 66.3092 68.6566 66.5761 68.6616 66.7361C68.6666 66.896 68.6243 67.1408 68.5347 67.4705C68.3183 68.2138 68.0291 68.8641 67.6671 69.4213C67.3052 69.9785 66.8114 70.4685 66.1857 70.8914C66.0296 71.0072 65.843 71.1059 65.6259 71.1875C65.4281 71.2472 65.2198 71.2879 65.0009 71.3096C64.6028 71.349 64.2125 71.3175 63.83 71.215C63.4668 71.0906 63.1711 70.8893 62.9428 70.6111L62.7263 70.3919L62.6442 70.6407C62.462 71.2001 62.3184 71.7157 62.2133 72.1873C62.1281 72.6569 62.0914 73.0816 62.1032 73.4614C62.1107 73.7013 62.1377 73.9292 62.1844 74.1452C62.2509 74.3592 62.3365 74.5412 62.441 74.6913C62.5243 74.8033 62.6565 74.8805 62.8375 74.9227C63.0377 74.943 63.2473 74.9422 63.4663 74.9206C63.6056 74.9068 63.7449 74.893 63.8842 74.8792C64.0428 74.8434 64.1908 74.7886 64.3283 74.7149C64.6629 74.5614 64.9275 74.4048 65.1222 74.2452C65.3368 74.0836 65.551 73.912 65.765 73.7304L65.8825 73.6586L65.8527 73.6615C66.0878 73.5179 66.293 73.3773 66.4684 73.2396C66.6637 73.0999 66.7614 73.0301 66.7614 73.0301C66.841 73.0222 66.919 72.9644 66.9955 72.8565C67.1522 72.7608 67.3522 72.7711 67.5954 72.8873C67.8585 73.0016 67.9935 73.1687 68.0003 73.3886C67.9835 73.4906 67.8989 73.6593 67.7466 73.895C67.5936 74.1107 67.4203 74.3183 67.2269 74.518C67.0534 74.7156 66.9072 74.8304 66.7885 74.8622C66.7692 74.8841 66.7008 74.931 66.5832 75.0028C66.465 75.0546 66.3867 75.1025 66.3481 75.1464L66.378 75.1435C66.2063 75.4011 66.0309 75.5388 65.8518 75.5565L65.613 75.5802C65.5377 75.728 65.284 75.9135 64.8517 76.1368C64.4188 76.3401 63.9934 76.4625 63.5755 76.5039ZM64.7135 69.774C65.0717 69.7385 65.3771 69.608 65.6296 69.3825C65.9014 69.135 66.1328 68.8714 66.3237 68.5918C66.7049 68.0127 66.9176 67.4703 66.9618 66.9646C67.0252 66.4369 66.9543 66.083 66.7491 65.9028C66.6278 65.8547 66.5174 65.8356 66.4179 65.8454C66.3376 65.8333 66.1694 65.8801 65.9131 65.9857C65.7353 66.0434 65.4912 66.2179 65.1808 66.5094C64.8705 66.8008 64.561 67.1222 64.2526 67.4736C63.964 67.823 63.7435 68.1155 63.5911 68.3512L63.2226 69.0193C63.38 68.9436 63.5283 68.8988 63.6676 68.885C63.8262 68.8493 63.9161 68.8504 63.9373 68.8884C63.9429 69.0683 63.978 69.2353 64.0427 69.3893C64.1267 69.5213 64.2196 69.6224 64.3216 69.6925C64.4436 69.7606 64.5742 69.7878 64.7135 69.774ZM72.7669 75.2926C72.5468 75.2743 72.3145 75.1871 72.07 75.0308C71.8449 74.8526 71.639 74.6524 71.4524 74.4303C71.2851 74.1862 71.1685 73.9671 71.1026 73.7731C71.1013 73.7331 71.0699 73.6861 71.0083 73.6321C70.9666 73.576 70.9458 73.548 70.9458 73.548C70.8643 73.4959 70.8065 73.241 70.7723 72.7832C70.7573 72.3034 70.7707 71.7707 70.8123 71.1851C70.854 70.5995 70.9093 70.1328 70.9784 69.7851C71.0679 69.4554 71.2038 69.0108 71.386 68.4513C71.5676 67.8719 71.7212 67.3554 71.8469 66.9018L72.5988 65.0828L71.3944 64.8712C71.2538 64.845 71.1319 64.7769 71.0286 64.6668C70.9453 64.5548 70.9024 64.4588 70.8999 64.3788C70.8949 64.2189 70.9786 64.0201 71.1508 63.7825C71.3225 63.5248 71.4481 63.3921 71.5277 63.3842C71.6279 63.3943 71.8073 63.3866 72.066 63.3609C72.3447 63.3333 72.613 63.2967 72.8712 63.2511C73.1293 63.2055 73.2879 63.1697 73.3469 63.1438C73.4253 63.096 73.5034 63.0381 73.5811 62.9702C73.6582 62.8824 73.7145 62.7665 73.75 62.6227C73.8426 62.3929 73.926 62.1841 74 61.9963C74.0734 61.7886 74.176 61.5578 74.3078 61.3041C74.4391 61.0305 74.5417 60.7997 74.6157 60.6119C74.7096 60.4222 74.8511 60.1575 75.0402 59.8179C75.1353 59.6681 75.2395 59.4874 75.3527 59.2756C75.4659 59.0639 75.6098 58.8792 75.7846 58.7215C75.9588 58.5439 76.1357 58.4562 76.3154 58.4584C76.5145 58.4387 76.7673 58.544 77.0739 58.7743C77.2394 58.9584 77.3336 59.0995 77.3566 59.1975C77.3796 59.2954 77.3059 59.4932 77.1355 59.7908C76.9869 60.1464 76.8084 60.505 76.6 60.8665C76.4116 61.2261 76.2331 61.5846 76.0646 61.9422C75.7598 62.4136 75.7079 62.6693 75.9088 62.7096C76.1097 62.7499 76.6657 62.6547 77.5769 62.4241C78.1509 62.2669 78.5698 62.2555 78.8335 62.3898C79.0966 62.5041 79.2534 62.7292 79.3037 63.0651C79.3784 63.539 79.3377 63.8337 79.1816 63.9495C79.0254 64.0652 78.5692 64.1605 77.8129 64.2354C77.3378 64.3627 76.9313 64.4531 76.5936 64.5066C76.2553 64.5401 76.0065 64.5648 75.8473 64.5805C75.5891 64.6261 75.4203 64.6529 75.3407 64.6608C75.2611 64.6687 75.1423 64.7005 74.9843 64.7562C74.8263 64.812 74.7091 64.8938 74.6326 65.0016C74.5754 65.0875 74.5094 65.2143 74.4348 65.3822C74.3577 65.47 74.2448 65.6917 74.0962 66.0473C73.9475 66.4029 73.76 66.7925 73.5336 67.2159C73.2811 68.0831 73.0684 68.9464 72.8956 69.8057C72.7221 70.645 72.5877 71.4604 72.4926 72.2518C72.4285 72.7595 72.4494 73.1083 72.5551 73.2984C72.6602 73.4684 72.9224 73.5528 73.3416 73.5513C73.5611 73.5496 73.9094 73.5151 74.3865 73.4478C74.8828 73.3586 75.269 73.2602 75.5452 73.1526C75.761 73.031 75.9868 72.9083 76.2225 72.7847C76.4576 72.6411 76.6728 72.4995 76.8681 72.3598C77.0441 72.2421 77.2201 72.1244 77.3961 72.0068C77.5715 71.8691 77.6592 71.8002 77.6592 71.8002C77.7537 71.6304 77.8616 71.5696 77.9829 71.6178C78.1042 71.6659 78.2084 71.806 78.2955 72.038C78.3029 72.2779 78.2609 72.5327 78.1695 72.8024C78.0781 73.0721 77.7196 73.4185 77.0939 73.8414C76.2157 74.4898 75.4003 74.9115 74.6477 75.1063C73.9145 75.2792 73.2875 75.3413 72.7669 75.2926ZM88.05 72.5155C87.9704 72.5234 87.8703 72.5132 87.7496 72.4851C87.6482 72.435 87.5975 72.4099 87.5975 72.4099C87.595 72.3299 87.5621 72.2329 87.4986 72.1189C87.4551 72.0029 87.4321 71.9049 87.4296 71.825C87.2878 71.7588 87.2057 71.6867 87.1833 71.6088C87.1603 71.5108 87.1852 71.3479 87.2579 71.1201C87.3711 70.9084 87.5204 70.5728 87.7057 70.1133C87.8904 69.6338 88.0841 69.1233 88.2869 68.5819C88.489 68.0204 88.6815 67.47 88.8643 66.9305C89.0472 66.3911 89.2027 65.9345 89.3308 65.5609C89.4583 65.1673 89.5307 64.9295 89.5481 64.8476C89.5456 64.7676 89.5724 64.6647 89.6284 64.5389C89.6843 64.413 89.7509 64.3062 89.828 64.2183C89.9829 64.0626 90.1517 64.0358 90.3346 64.138C90.5168 64.2203 90.6717 64.3854 90.7992 64.6334C90.946 64.8595 91.024 65.1225 91.0334 65.4223C91.0377 65.5623 90.9494 65.932 90.7684 66.5314C90.5869 67.1108 90.339 67.8071 90.0249 68.6203C89.7308 69.4314 89.3971 70.2565 89.024 71.0956C88.7435 71.7049 88.5659 72.0934 88.4913 72.2612C88.416 72.409 88.2689 72.4938 88.05 72.5155ZM92.0847 60.7163C91.8459 60.7399 91.5843 60.6756 91.3001 60.5233C91.0351 60.349 90.7988 60.1318 90.591 59.8717C90.4026 59.5895 90.3037 59.2986 90.2943 58.9987C90.2912 58.8988 90.3466 58.7529 90.4604 58.5612C90.5742 58.3694 90.688 58.1777 90.8018 57.9859C90.9156 57.7942 90.9719 57.6783 90.9707 57.6384C91.1299 57.6226 91.2496 57.6207 91.3299 57.6329C91.4294 57.623 91.55 57.6511 91.6918 57.7173C91.9263 58.1954 92.2078 58.5786 92.5362 58.8669C92.8845 59.1532 93.0621 59.4063 93.0689 59.6262C93.0826 60.066 93.0515 60.3498 92.9756 60.4776C92.8991 60.5855 92.6022 60.665 92.0847 60.7163ZM96.8269 73.0597C96.5457 73.0074 96.314 72.9401 96.1318 72.8579C95.949 72.7557 95.7042 72.5894 95.3976 72.3591C95.1488 72.0629 94.9504 71.7818 94.8023 71.5158C94.6742 71.2477 94.5846 70.9358 94.5336 70.5799C94.482 70.204 94.4472 69.7262 94.4291 69.1465C94.4216 68.9066 94.4503 68.5428 94.5149 68.0552C94.5995 67.5656 94.6934 67.055 94.7966 66.5234C94.9191 65.9698 95.0236 65.4782 95.1101 65.0486C95.2164 64.617 95.2777 64.3402 95.2938 64.2183C95.3455 63.9525 95.2413 63.8124 94.9813 63.7981C94.7213 63.7837 94.4324 63.8023 94.1146 63.8538C93.8161 63.8834 93.6161 63.8731 93.5147 63.823C93.4345 63.8109 93.3937 63.7849 93.3925 63.7449C93.3906 63.6849 93.3897 63.655 93.3897 63.655C93.3872 63.575 93.3757 63.526 93.3552 63.508C93.3539 63.468 93.3219 63.401 93.2591 63.307C93.2168 63.2309 93.2333 63.119 93.3085 62.9712C93.4031 62.8014 93.5592 62.6857 93.7768 62.624C93.9547 62.5663 94.1926 62.5127 94.4905 62.4631C94.8077 62.3916 95.124 62.2901 95.4393 62.1586C95.754 62.0071 96.0072 61.8015 96.1987 61.5419C96.3642 61.0844 96.5579 60.574 96.7799 60.0106C97.0019 59.4472 97.2159 58.9447 97.4217 58.5032C97.6469 58.0398 97.7977 57.7542 97.8742 57.6463C98.2069 57.4329 98.4535 57.3383 98.614 57.3625C98.7738 57.3667 98.9583 57.5189 99.1672 57.819C99.2711 57.9491 99.3442 58.0521 99.3865 58.1282C99.4487 58.2022 99.4624 58.3212 99.4275 58.485C99.3927 58.6489 99.291 58.9096 99.1225 59.2672C98.9739 59.6228 98.7403 60.1372 98.4219 60.8104C98.3286 61.0202 98.2446 61.2089 98.17 61.3768C98.0948 61.5246 98.0571 61.5985 98.0571 61.5985C98.1374 61.6106 98.2571 61.6088 98.4163 61.593C98.5755 61.5772 98.7742 61.5475 99.0125 61.5039C99.2301 61.4422 99.5078 61.3846 99.8456 61.3311C100.183 61.2576 100.451 61.231 100.652 61.2513C101.109 61.2059 101.451 61.2623 101.675 61.4206C101.899 61.5588 102.027 61.8268 102.059 62.2247C102.106 62.4406 102.06 62.5755 101.922 62.6293C101.804 62.6811 101.476 62.7336 100.939 62.7868C100.76 62.8046 100.482 62.8422 100.104 62.8996C99.7265 62.9571 99.3291 63.0165 98.9117 63.0779C98.5143 63.1373 98.1669 63.2018 97.8697 63.2713C97.5916 63.3189 97.4533 63.3627 97.4545 63.4027C97.396 63.4486 97.3024 63.6484 97.1737 64.002C97.0649 64.3537 96.9476 64.7563 96.822 65.2099C96.7157 65.6415 96.618 66.0322 96.5291 66.3819C96.4109 67.0753 96.3226 67.7658 96.2642 68.4534C96.2256 69.139 96.2341 69.7297 96.2894 70.2255C96.3448 70.7213 96.4651 71.0603 96.6505 71.2425C96.8352 71.4046 97.1848 71.4101 97.6991 71.2589C98.2128 71.0877 98.6249 70.8564 98.9352 70.565C99.2841 70.2296 99.5681 70.0511 99.787 70.0294C100.026 70.0058 100.159 70.1029 100.185 70.3208C100.231 70.5168 100.131 70.8175 99.884 71.2229C99.6564 71.6064 99.3678 71.9558 99.0183 72.2712C98.6682 72.5665 98.2959 72.7939 97.9016 72.9533C97.5266 73.0907 97.1683 73.1262 96.8269 73.0597Z" fill="black"></path><path d="M126.827 57.6962C126.626 58.2104 126.879 58.7907 127.393 58.9923C127.907 59.1939 128.488 58.9405 128.689 58.4263L126.827 57.6962ZM107.204 1.92404C106.655 1.98162 106.256 2.47358 106.314 3.02285L107.252 11.9738C107.31 12.5231 107.802 12.9217 108.351 12.8641C108.9 12.8065 109.299 12.3146 109.241 11.7653L108.407 3.80889L116.364 2.97484C116.913 2.91726 117.312 2.4253 117.254 1.87603C117.196 1.32675 116.704 0.928155 116.155 0.985735L107.204 1.92404ZM128.689 58.4263C129.76 55.6959 132.449 47.9896 130.908 37.7562C129.364 27.4972 123.587 14.8212 107.938 2.14162L106.679 3.69557C121.98 16.0927 127.468 28.3366 128.93 38.054C130.397 47.797 127.836 55.1237 126.827 57.6962L128.689 58.4263Z" fill="black"></path></svg>			</div>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-abc66a9" data-id="abc66a9" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-31bacc84 elementor-widget elementor-widget-heading" data-id="31bacc84" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
			<h2 class="elementor-heading-title elementor-size-default">HELPFUL LINKS</h2>		</div>
				</div>
				<div class="elementor-element elementor-element-3dd16936 elementor-mobile-align-center elementor-widget elementor-widget-elementskit-page-list" data-id="3dd16936" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="elementskit-page-list.default">
				<div class="elementor-widget-container">
			<div class="ekit-wid-con">		<div class="elementor-icon-list-items ">
								<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3b0de6f ekit_badge_left" href="https://www.appspace.com/support/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Get Support</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-2517b40 ekit_badge_left" href="https://account.appspace.com/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Manage an Account</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-3876a7a ekit_badge_left" href="https://status.appspace.com/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Cloud Status</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="https://www.appspace.com/legal/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Legal</span>
																	</span>
							</div>
													</a>
					</div>
              <div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-195fca0 ekit_badge_left" href="https://www.appspace.com/legal/privacy-policy/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Privacy Policy</span>
																	</span>
							</div>
													</a>
					</div>
									<div class="elementor-icon-list-item   ">
						<a class="elementor-repeater-item-d5f2756 ekit_badge_left" href="https://www.appspace.com/contact/">
							<div class="ekit_page_list_content">
																<span class="elementor-icon-list-text">
									<span class="ekit_page_list_title_title">Contact</span>
																	</span>
							</div>
													</a>
					</div>
						</div>
		</div>		</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-1053a8fd" data-id="1053a8fd" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-24ca2e13 e-grid-align-right e-grid-align-tablet-left e-grid-align-mobile-center elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="24ca2e13" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
					<div class="elementor-social-icons-wrapper elementor-grid">
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-animation-pop elementor-repeater-item-84acb57" href="https://www.linkedin.com/company/appspace" target="_blank">
						<span class="elementor-screen-only">Linkedin</span>
						<i class="fab fa-linkedin"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-animation-pop elementor-repeater-item-66e9816" href="https://twitter.com/appspace" target="_blank">
						<span class="elementor-screen-only"></span>
						<svg xmlns="http://www.w3.org/2000/svg" width="1042" height="1042" viewBox="0 0 1042 1042" fill="none"><path d="M521.33 1002.66C787.161 1002.66 1002.66 787.161 1002.66 521.33C1002.66 255.499 787.161 40 521.33 40C255.499 40 40 255.499 40 521.33C40 787.161 255.499 1002.66 521.33 1002.66Z" fill="#01153F"></path><path d="M224.83 242.461L454.9 550.081L223.38 800.191H275.49L478.19 581.211L641.96 800.191H819.28L576.26 475.271L791.76 242.461H739.65L552.98 444.131L402.15 242.461H224.83ZM301.46 280.841H382.92L742.64 761.811H661.18L301.46 280.841Z" fill="white"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-animation-pop elementor-repeater-item-73e4c21" href="https://www.facebook.com/appspace/" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<i class="fab fa-facebook"></i>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-animation-pop elementor-repeater-item-c124db8" href="https://www.instagram.com/appspace/" target="_blank">
						<span class="elementor-screen-only"></span>
						<svg xmlns="http://www.w3.org/2000/svg" width="504" height="504" viewBox="0 0 504 504" fill="none"><g clip-path="url(#clip0_6_8)"><path d="M251.9 45.4C319.2 45.4 327.1 45.7 353.7 46.9C378.3 48 391.6 52.1 400.5 55.6C412.3 60.2 420.7 65.6 429.5 74.4C438.3 83.2 443.8 91.6 448.3 103.4C451.7 112.3 455.9 125.6 457 150.2C458.2 176.8 458.5 184.7 458.5 252C458.5 319.3 458.2 327.2 457 353.8C455.9 378.4 451.8 391.7 448.3 400.6C443.7 412.4 438.3 420.8 429.5 429.6C420.7 438.4 412.3 443.9 400.5 448.4C391.6 451.8 378.3 456 353.7 457.1C327.1 458.3 319.2 458.6 251.9 458.6C184.6 458.6 176.7 458.3 150.1 457.1C125.5 456 112.2 451.9 103.3 448.4C91.5 443.8 83.1 438.4 74.3 429.6C65.5 420.8 60 412.4 55.5 400.6C52.1 391.7 47.9 378.4 46.8 353.8C45.6 327.2 45.3 319.3 45.3 252C45.3 184.7 45.6 176.8 46.8 150.2C47.9 125.6 52 112.3 55.5 103.4C60.1 91.6 65.5 83.2 74.3 74.4C83.1 65.6 91.5 60.1 103.3 55.6C112.2 52.2 125.5 48 150.1 46.9C176.7 45.6 184.7 45.4 251.9 45.4ZM251.9 0C183.5 0 174.9 0.3 148 1.5C121.2 2.7 102.9 7 86.9 13.2C70.3 19.6 56.3 28.3 42.3 42.3C28.3 56.3 19.7 70.4 13.2 86.9C7 102.9 2.7 121.2 1.5 148.1C0.3 174.9 0 183.5 0 251.9C0 320.3 0.3 328.9 1.5 355.8C2.7 382.6 7 400.9 13.2 417C19.6 433.6 28.3 447.6 42.3 461.6C56.3 475.6 70.4 484.2 86.9 490.7C102.9 496.9 121.2 501.2 148.1 502.4C175 503.6 183.5 503.9 252 503.9C320.5 503.9 329 503.6 355.9 502.4C382.7 501.2 401 496.9 417.1 490.7C433.7 484.3 447.7 475.6 461.7 461.6C475.7 447.6 484.3 433.5 490.8 417C497 401 501.3 382.7 502.5 355.8C503.7 328.9 504 320.4 504 251.9C504 183.4 503.7 174.9 502.5 148C501.3 121.2 497 102.9 490.8 86.8C484.4 70.2 475.7 56.2 461.7 42.2C447.7 28.2 433.6 19.6 417.1 13.1C401.1 6.9 382.8 2.6 355.9 1.4C328.9 0.3 320.3 0 251.9 0Z" fill="#01153F"></path><path d="M251.9 122.6C180.5 122.6 122.5 180.5 122.5 252C122.5 323.5 180.4 381.4 251.9 381.4C323.4 381.4 381.3 323.5 381.3 252C381.3 180.5 323.4 122.6 251.9 122.6ZM251.9 335.9C205.5 335.9 167.9 298.3 167.9 251.9C167.9 205.5 205.5 167.9 251.9 167.9C298.3 167.9 335.9 205.5 335.9 251.9C335.9 298.3 298.3 335.9 251.9 335.9Z" fill="#01153F"></path><path d="M386.4 147.6C403.079 147.6 416.6 134.079 416.6 117.4C416.6 100.721 403.079 87.2 386.4 87.2C369.721 87.2 356.2 100.721 356.2 117.4C356.2 134.079 369.721 147.6 386.4 147.6Z" fill="#01153F"></path></g><defs><clipPath id="clip0_6_8"><rect width="503.8" height="503.8" fill="white"></rect></clipPath></defs></svg>					</a>
				</span>
							<span class="elementor-grid-item">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-pop elementor-repeater-item-d815299" href="https://www.youtube.com/c/appspace" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<i class="fab fa-youtube"></i>					</a>
				</span>
					</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-05f7893 elementor-align-right elementor-mobile-align-center elementor-tablet-align-left elementor-widget elementor-widget-button" data-id="05f7893" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:500,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="button.default">
				<div class="elementor-widget-container">
					<div class="elementor-button-wrapper">
			<a class="elementor-button elementor-button-link elementor-size-lg" href="https://www.appspace.com/subscribe/">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-text">Get email alerts</span>
		</span>
					</a>
		</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5ab0464 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementskit-parallax-multi-container" data-id="5ab0464" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ca48b19" data-id="ca48b19" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<section class="elementor-section elementor-inner-section elementor-element elementor-element-15f94a6 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementskit-parallax-multi-container" data-id="15f94a6" data-element_type="section" data-settings="{&quot;ekit_has_onepagescroll_dot&quot;:&quot;yes&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3ad64c7" data-id="3ad64c7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-8f3dbb7 elementor-widget elementor-widget-text-editor" data-id="8f3dbb7" data-element_type="widget" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
							<p>© 2025 Appspace Inc. Appspace is a registered trademark of Appspace Inc. All rights reserved.</p>						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
					</div>
		</section>
				</div>
		</div>


    





<script>
  const pfExperienceFormStrategy = `` ? JSON.parse(``) : null;
  const pfContentFormStrategy = `` ? JSON.parse(``) : null;
  const pfExperienceFormPresent = false;
  const pfContentFormPresent = false;
  const pfExperienceFormModalSelector = ".modal-pf-experience-form-strategy";
  const pfContentFormModalSelector = ".modal-pf-content-form-strategy";
  const pfVisitorKnown = false;
  const pfIsLandingPage = true;

  const pfExperienceFormModal = pfExperienceFormPresent && document.querySelector(pfExperienceFormModalSelector);
  const pfContentFormModal = pfContentFormPresent && document.querySelector(pfContentFormModalSelector);

  if (pfExperienceFormPresent || pfContentFormPresent) {
    setInterval(() => {
      document.dispatchEvent(new CustomEvent("pf_page_ping", {
        detail: {
          interval: 5
        },
      }));
    }, 5000);
  }

  const pfFormConditionsMet = ({ formModal, config, toggleModal = false, pdfButtonClick = false }) => {
    if (!config) { return false; }
    if (window.pdfFormModalOpen) { return false; }

    const currentSession = JSON.parse(localStorage.getItem("pfCurrentSession") || "{}");
    const knownVisitorCondition = config.show_to_known_visitors && pfVisitorKnown;
    const unknownVisitorCondition = config.show_to_unknown_visitors && !pfVisitorKnown;
    const formSubmittedAlready = JSON.parse(localStorage.getItem("pfSubmittedForms") || "[]").filter((sf) => {
      return (
        sf.experienceId == "167224" &&
          sf.formId == config.form_id
      );
    }).length > 0;
    const submittedShowAgainCondition = config.submitted_show_again || !formSubmittedAlready;
    const formNotDismissed = JSON.parse(localStorage.getItem("pfDismissedForms") || "[]").filter((df) => {
      return (
        df.experienceId == "167224" &&
          df.formId == config.form_id
      );
    }).length == 0;
    const visibleModal = Array.from(document.querySelectorAll(".pf-modal")).filter((m) => m.style.display !== "none").length > 0;

    const show = pdfButtonClick || (knownVisitorCondition || unknownVisitorCondition) && submittedShowAgainCondition && formNotDismissed && !visibleModal;

    if (toggleModal && formModal) {
      formModal.style.display = show ? "block" : "none";
      formModal.style.opacity = 0;
      setTimeout(() => formModal.style.opacity = show ? 1 : 0, 500);
      if (show) {
        if (!pdfButtonClick) {
          window.pfFormsShown = [...new Set((window.pfFormsShown || []).concat([config.form_id]))];
        }
        (window.pfVideoPlayers || []).forEach((player) => {
          player.pause();
        });
        window.showForm({
          formType: pfContentFormPresent ?  "" : "",
          formData: { value: pfContentFormPresent ?  "content_form_strategy" : "experience_form_strategy" }
        });
      }
    }

    return show;
  };

  const pdfButtonHandler = (e) => {
    e.preventDefault();
    pfFormConditionsMet({
      formModal: pfContentFormModal,
      config: pfContentFormStrategy,
      toggleModal: true,
      pdfButtonClick: true,
    });
    setTimeout(() => window.pdfFormModalOpen = e?.target?.id, 0);
  }

  const getPdfElements = () => {
    const pfPrint = document.getElementById("print_pf");
    const pfDownload = document.getElementById("download_pf");
    const printBtn = document.getElementById("print");
    const downloadBtn = document.getElementById("download");
    if (!pfPrint || !pfDownload || !printBtn || !downloadBtn) {
      return false;
    }
    return {
      pfPrint,
      pfDownload,
      printBtn,
      downloadBtn
    }
  }

  const switchPdfButtons = ({ showCustomButtons, config }) => {
    const pdfElements = getPdfElements();
    if (!pdfElements) {
      return;
    }
    
    const { pfPrint, pfDownload, printBtn, downloadBtn } = pdfElements;
    if (showCustomButtons) {
      const { show_on_print, show_on_download } = config;
      if (show_on_print) {
        pfPrint.style.display = "inline-block";
        printBtn.style.display = "none";
        pfPrint.addEventListener("click", pdfButtonHandler);
        window.originalPrint = window.print;
        window.print = () => {};
      }

      if (show_on_download) {
        pfDownload.style.display = "inline-block";
        downloadBtn.style.display = "none";
        pfDownload.addEventListener("click", pdfButtonHandler);
      }
    } else {
      pfPrint.style.display = "none";
      pfDownload.style.display = "none";
      printBtn.style.display = "inline-block";
      downloadBtn.style.display = "inline-block";
      [pfPrint, pfDownload].forEach(button => {
        button.removeEventListener('click', pdfButtonHandler);
      });
    }
  }
  const pfPdfFormConditionsMet = ({ config }) => {
    if (!config) { return false; }

    const { show_on_print, show_on_download } = config;
    if (!show_on_print && !show_on_download) {
      return;
    }

    const knownVisitorCondition = config.show_to_known_visitors && pfVisitorKnown;
    const unknownVisitorCondition = config.show_to_unknown_visitors && !pfVisitorKnown;
    const formSubmittedAlready = JSON.parse(localStorage.getItem("pfSubmittedForms") || "[]").filter((sf) => {
      return (
        sf.experienceId == "167224" &&
          sf.formId == config.form_id
      );
    }).length > 0;
    const submittedShowAgainCondition = config.submitted_show_again || !formSubmittedAlready;
    const showForm = (knownVisitorCondition || unknownVisitorCondition) && submittedShowAgainCondition;
    switchPdfButtons({ showCustomButtons: showForm, config });
  };

  const isBypassEngagementEnabled = (config) => {
    if (!config) return false;
    const {
      enable_bypass_engagement,
      show_on_download,
      show_on_print,
    } = config;
    if (!getPdfElements()) {
      return false;
    }
    return enable_bypass_engagement && (show_on_download || show_on_print);
  };

  const resumePdfActions = (modal) => {
    return new Promise((resolve, reject) => {
      let counter = 0;
      const modalCloseInterval = setInterval(() => {
        try {
          if (modal.style.display === "none" || counter > 10) {
            clearInterval(modalCloseInterval);
            if (window.pdfFormModalOpen) {
              if (window.pdfFormModalOpen === "print_pf") {
                if (window.originalPrint) {
                  window.print = window.originalPrint;
                }
                window.PDFViewerApplication?.triggerPrinting();
              } else if (window.pdfFormModalOpen === "download_pf") {
                window.PDFViewerApplication?.downloadOrSave();
              }
            }
            window.pdfFormModalOpen = false;
            pfPdfFormConditionsMet({ config: pfContentFormStrategy });
            resolve();
          } else {
            counter++;
          }
        } catch (error) {
          clearInterval(modalCloseInterval);
          reject(error);
        }
      }, 500);
    });
  };

  const pfContentFormStrategyEligible = pfContentFormPresent && pfFormConditionsMet({ config: pfContentFormStrategy });
  const pfExperienceFormStrategyEligible = pfExperienceFormPresent && pfFormConditionsMet({ config: pfExperienceFormStrategy });
  const pfActiveFormStrategy = (pfContentFormStrategyEligible && "contentStrategy") || (pfExperienceFormStrategyEligible && "experienceStrategy");
  const promotersClickable = (pfActiveFormStrategy === "experienceStrategy" && pfExperienceFormStrategy.promoters_clickable) ||
    (pfActiveFormStrategy === "contentStrategy" && pfContentFormStrategy.promoters_clickable);

  pfContentFormPresent && pfPdfFormConditionsMet({ config: pfContentFormStrategy });

  const pfForceExperienceFormStrategy = pfExperienceFormPresent &&
                                        isBypassEngagementEnabled(pfContentFormStrategy) &&
                                        pfFormConditionsMet({ config: pfExperienceFormStrategy });

  const pfUpdateEngagementTimes = (pagePing) => {
    const engagementTimes = JSON.parse(localStorage.getItem("pfExperienceEngagement") || "[]");
    const engagementTimeIndex = engagementTimes.findIndex((et) => {
      return et.experienceId == "167224"
    });
    let contentEngagementIndex = -1;
    const contentEngagements = engagementTimes[engagementTimeIndex]?.contentEngagements || [];
    const contentEngagement = contentEngagements.find((ce, i) => {
      if (ce.contentId == "598094") {
        contentEngagementIndex = i;
        return true;
      }
    }) || {};
    const newContentEngagement = {
      ...contentEngagement,
      contentId: "598094",
      duration: (contentEngagement.duration || 0) + pagePing.interval
    };
    const updatedEngagementTime = {
      experienceId: "167224",
      duration: (engagementTimeIndex > -1 ? engagementTimes[engagementTimeIndex].duration : 0) + pagePing.interval,
      contents:
        engagementTimeIndex > -1
          ? [...new Set(engagementTimes[engagementTimeIndex].contents.concat(["598094"]))]
          : ["598094"],
      contentEngagements:
        contentEngagementIndex > -1
          ? contentEngagements.map((ce) => ce.contentId == "598094" ? newContentEngagement : ce)
          : [...contentEngagements, newContentEngagement]
    };

    if (engagementTimeIndex > -1) {
      engagementTimes[engagementTimeIndex] = updatedEngagementTime;
    } else {
      engagementTimes.push(updatedEngagementTime);
    }
    localStorage.setItem("pfExperienceEngagement", JSON.stringify(engagementTimes));
    localStorage.setItem("pfCurrentSession", JSON.stringify(updatedEngagementTime));

    if (pfActiveFormStrategy === "experienceStrategy" || pfForceExperienceFormStrategy) {
      const assetsViewedCondition = updatedEngagementTime.contents.length >= pfExperienceFormStrategy.assets_viewed
        && updatedEngagementTime.duration >= pfExperienceFormStrategy.assets_viewed_time;
      const timeOnExperienceCondition = updatedEngagementTime.duration >= pfExperienceFormStrategy.time_on_experience;
      const formNotYetShown = (window.pfFormsShown || []).indexOf(pfExperienceFormStrategy.form_id) == -1;

      if (
        (pfExperienceFormStrategy.form_trigger_type !== "assetsViewed" || assetsViewedCondition) &&
        (pfExperienceFormStrategy.form_trigger_type !== "timeOnExperience" || timeOnExperienceCondition) &&
        formNotYetShown
      ) {
        pfFormConditionsMet({
          config: pfExperienceFormStrategy,
          formModal: pfExperienceFormModal,
          toggleModal: true
        });
      }
    }

    if (pfActiveFormStrategy === "contentStrategy") {
      const timeOnContentCondition = (newContentEngagement.duration >= pfContentFormStrategy.show_after_time) && !isBypassEngagementEnabled(pfContentFormStrategy);
      const formNotYetShown = (window.pfFormsShown || []).indexOf(pfContentFormStrategy.form_id) == -1;
      if (timeOnContentCondition && formNotYetShown) {
        pfFormConditionsMet({
          formModal: pfContentFormModal,
          config: pfContentFormStrategy,
          toggleModal: true
        })
      }
    }
  };

  if (promotersClickable) {
    const pfPromoter = document.querySelector("#sidebar");
    if (pfPromoter) {
      pfPromoter.style["z-index"] = 1000000;
    }
  }

  
  document.addEventListener("pf_page_ping", (e) => {
    if (pfIsLandingPage && pfExperienceFormStrategy?.exclude_landing_page) {
      return;
    }

    if (pfIsLandingPage && document.querySelector(".lookbook-overlay-content")) {
      return;
    }

    const pagePingEvent = e.detail;
    pfUpdateEngagementTimes(pagePingEvent);
  });

  
  window.addEventListener("message", (event) => {
    if (!(event.data?.lookbookExternalForm || event.data?.pfStandardForm)) {
      return;
    }

    const visibleModal = Array.from(document.querySelectorAll("#pf-modal")).filter((m) => m.style.display !== "none")[0];
    const visibleForm = visibleModal?.querySelector("[data-pf-theme-block-ref='form']");
    const formId = visibleForm?.getAttribute("data-pf-theme-form-library-id");

    if (formId) {
      const submittedForms = JSON.parse(localStorage.getItem("pfSubmittedForms") || "[]");
      const submittedForm = {
        experienceId: "167224",
        formId
      };
      const submittedFormNotLogged = submittedForms.findIndex((x) =>
        x.experienceId == submittedForm.experienceId &&
          x.formId == submittedForm.formId
      ) === -1;
      if (submittedFormNotLogged) {
        submittedForms.push(submittedForm);
        localStorage.setItem("pfSubmittedForms", JSON.stringify(submittedForms));
      }
      resumePdfActions(visibleModal).then(() => {
        window.resetForm(visibleModal);
      })
    }
  });

  
  window.addEventListener("load", () => {
    if (pfIsLandingPage && pfExperienceFormStrategy?.exclude_landing_page) {
      return;
    }

    const currentSession = JSON.parse(localStorage.getItem("pfCurrentSession") || "{}");
    if (currentSession.experienceId == "167224") {
      pfUpdateEngagementTimes({ interval: 0 });
    }
  });
</script>




    
    <div id="qa-modal-background"></div>
<div id="qa-modal-container">
	<div id="qa-modal" role="dialog" aria-modal="true" aria-labelledby="Cookie Consent Window" tabindex="0"
		overflow="auto" class="sc-jXktwP hWXXwa">
		<button tabindex="0" aria-label="Close" class="fa fa-close" id="qa-modal-close"></button>
		<div>
			<div id="qa-modal-header-title" class="modalHeader ">
				<span class= "pf_font_preset_7 font-bold " >
					Cookie Preference Center
				</span>
			</div>
			<div id="qa-modal-header-message" class="description">
				<span class= "pf_font_preset_7" >
					These cookies are necessary for the website to function. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy settings, logging in or filling in forms.
				</span>
			</div>
		</div>
		<div>
			<div>
				<span class=" pf_font_preset_7 font-bold">
					Strictly Necessary Cookies
				</span>
			</div>
			<div class="headerDetails" >
				<p class="pf_font_preset_7">
					vid - session cookie used to collect anonymous information for analytics, and provide content and navigation in this content track.
				</p>
			</div>
			<div>
				<span id="qa-cookie-preferences-subheader">
					<span class="pf_font_preset_7 font-bold">Cookies Used</span>
					<span id="optin-switch-container">
						<span id="optin-label">Opt-in: &nbsp;</span>
						<div id="optIn">
							<label class="switch">
								<input type="checkbox" id="optIn-checkbox" aria-label="consent to all cookies">
								<span class="slider round"></span>
							</label>
						</div>
					</span>
				</span>
			</div>
			<div id="accordion">
				<div class="eachAccordion">
					<button class="accordion">
						<span> Pathfactory </span>
						<span class="indicator">Marketing</span>
					</button>
					<div class="panel">
						<p class="">
							vid - session cookie used to collect anonymous information for analytics, and provide content and navigation in this content track.
						</p>
					</div>
				</div>
				<div class="eachAccordion">
					<button class="accordion">
						<span> Marketo </span>
						<span class="indicator">Marketing</span>
					</button>
					<div class="panel">
						<p class="pf_font_preset_7">
							These cookies are necessary for the website to function. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy settings, logging in or filling in forms.
						</p>
					</div>
				</div>
				<div class="eachAccordion">
					<button class="accordion">
						<span> Google Analytics </span>
						<span class="indicator">Marketing</span>
					</button>
					<div class="panel">
						<p class="pf_font_preset_7">
							These cookies are necessary for the website to function. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy settings, logging in or filling in forms.
						</p>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
<div id="qa-cookie-consent" tabindex="0" role="dialog" aria-modal="true" aria-labelledby="qa-cookie-consent" class="sc-ehsPrw hsjzuN">
	<div color="#213542" font-family="Roboto" font-size="15px" font-weight="normal">
		<p id="qa-cookie-consent-message" class="pf_font_preset_7" >
			This site uses cookies to provide a personalized content experience and track visitor engagement.
		</p>
		<a id="learn-more-cookie" style="color: #3941B5" href="" target="_blank" rel="noopener noreferrer">
			Learn More
		</a>
	</div>
	<button id="qa-gdpr-cookie-consent-accept-button">Accept</button>
	&nbsp;&nbsp;
	<button id="qa-gdpr-cookie-consent-decline-button">Decline</button>
</div>
<style>
	/* Switch or toggle inside consent popup */
	.switch {
		position: relative;
		display: inline-block;
		width: 30px;
		height: 15px;
	}

	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}

	.slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #949494;
		-webkit-transition: .4s;
		transition: .4s;
	}

	#optIn {
		display: flex;
	}

	#optin-switch-container {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.slider:before {
		position: absolute;
		content: "";
		height: 10px;
		width: 10px;
		left: 3px;
		bottom: 3px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

	input:checked+.slider {
		background-color: #00b82e;
		
	}

	input:focus+.slider {
		box-shadow: 0 0 1px #2196F3;
	}

	input:checked+.slider:before {
		-webkit-transform: translateX(14px);
		-ms-transform: translateX(14px);
		transform: translateX(14px);
	}

	.slider.round {
		border-radius: 34px;
	}

	.slider.round:before {
		border-radius: 50%;
	}


	/* Consent popover */
	#qa-cookie-consent {
		display: none;
		max-width: 100%;
		border-radius: 4px;
		position: fixed;
		box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 1px 2px rgb(0 0 0 / 16%);
		right: 15px;
		top: 15px;
		z-index: 1000000;
		width: 450px;
		padding: 10px;
		background-color: #FFFFFF;
	}
	@media (max-width: 460px) {
    	#qa-cookie-consent {
      		width: auto;
			margin-left: 10px;
    	}
  	}

	#learn-more-cookie {
		opacity: 0.8;
		color: #fff;
		color: #009BFF;
		font-size: 15px;
		font-weight: normal;
		line-height: 20px;
		text-decoration: underline;
	}

	#qa-gdpr-cookie-consent-decline-button {
		background-color: #ffffff;
		color: #01153f;
		margin-right: 10px;
	}

	#qa-gdpr-cookie-consent-accept-button,
	#qa-gdpr-cookie-consent-decline-button {
		cursor: pointer;
		float: right;
		height: 36px;
		padding: 0 12px;
		border: 1px solid black;
		border-radius: 4px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		white-space: nowrap;
		font-size: 15px;
		font-weight: normal;
		line-height: 20px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	#qa-gdpr-cookie-consent-accept-button {
		background-color: #0a5beb;
		color: #ffffff;
		border: none;
	}

	#qa-cookie-consent-message {
		margin: 1rem 0;
		color: #000000;
	}

	/* Consent popup */
	#qa-cookie-preferences-subheader {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#qa-modal-background {
		display: none;
		opacity: 1;
		position: fixed;
		inset: 0px;
		z-index: 160001;
		background: rgba(0, 0, 0, 0.75);
		transition: opacity 0.3s ease-in-out 0s;
	}

	#qa-modal-container {
		position: fixed;
		display: none;
		z-index: 160001;
		inset: 0px;
		overflow: auto;
		text-align: center;
	}

	#qa-modal-close {
		position: absolute;
		top: 0px;
		right: 0px;
		padding: 10px;
		cursor: pointer;
		z-index: 160001;
	}

	#qa-modal {
		overflow: auto;
		display: block;
		position: relative;
		box-sizing: border-box;
		padding: 25px;
		margin: 60px auto 10px;
		background-color: #FFFFFF;
		color: #000000;
		text-align: left;
		border-radius: 3px;
		width: 440px;
		max-width: 95%;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 0.3s ease-out 0.4s, opacity 0.3s linear 0.4s;
		-webkit-transition: transform 0.3s ease-out 0.4s, opacity 0.3s linear 0.4s;
		transition: transform 0.3s ease-out 0.4s, opacity 0.3s linear 0.4s;
		opacity: 1;
		box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
	}

	/* Accordion */
	#accordion {
		margin-top: 5px;
		font-size: 15px;
		font-weight: normal;
		line-height: 20px;
	}

	.accordion {
		color: #000000;
		cursor: pointer;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		font-size: 15px;
		transition: 0.4s;
		display: flex;
		justify-content: space-between;
	}

	.eachAccordion {
    padding: 2px 0;
		margin: 5px 0;
		border-bottom: 1px dotted #000000;
	}

	span.indicator:after {
		content: '\002B';
		color: #777;
		font-weight: bold;
		float: right;
		margin-left: 5px;
	}

	.active>.indicator:after {
		content: "\2212";
	}

	.panel {
		display: none;
		background-color: white;
		overflow: hidden;
	}

	.description {
		margin-top: -10px;
		margin-bottom: 15px;
		width: 100%;
		white-space: normal;
		min-height: 0px;
		padding-left: 0px;
		color: #000000;
		font-size: 15px;
		font-weight: normal;
		line-height: 20px;
	}

	.modalHeader {
		margin-bottom: 15px;
		margin-top: -10px;
		padding-left: 0px;
		color: #000000;
		font-size: 15px;
		line-height: 20px;
	}

	#optin-label {
		font-size: 12px;
    color: #000000;
	}

	#qa-cookie-preferences-subheader {
		color: #000000;
		font-size: 15px;
		line-height: 20px;
	}

	.headerDetails {
		margin-bottom: 15px;
		width: 100%;
		white-space: normal;
		min-height: 0px;
		padding-left: 0px;
		color: #000000;
	}
</style>
<script>
	var acc = document.getElementsByClassName("accordion");
	var i;
	for (i = 0; i < acc.length; i++) {
		acc[i].addEventListener("click", function () {
			this.classList.toggle("active");
			var panel = this.nextElementSibling;
			if (panel.style.display === "block") {
				panel.style.display = "none";
			} else {
				panel.style.display = "block";
			}
		});
	}
</script>
<script>
	const pfSetUpCookieEventListeners = (retryCount = 0) => {
		if (!window.pfCookieResponse && retryCount <= 10) {
			setTimeout(() => pfSetUpCookieEventListeners(retryCount + 1), 500);
		} else if (!window.pfCookieResponse && retryCount > 10) {
			return;
		}

		// Cookie settings modal selectors
		const cookieSettingsModal = document.getElementById("qa-modal-container");
		const modalBackground = document.getElementById("qa-modal-background");
		const cookieSettingsModalCloseButton = document.getElementById("qa-modal-close");
		const cookieSettingsOptInToggle = document.getElementById("optIn-checkbox");

		// Cookie consent popover selectors
		const cookieConsentPopover = document.getElementById("qa-cookie-consent");
		const acceptBtn = document.getElementById("qa-gdpr-cookie-consent-accept-button");
		const declineBtn = document.getElementById("qa-gdpr-cookie-consent-decline-button");
		const cookieLearnMoreLink = document.getElementById("learn-more-cookie");

		// Setup event listeners for cookie settings modal
		cookieSettingsModalCloseButton?.addEventListener("click", () => {
			cookieSettingsModal?.style.setProperty("display", "none");
			modalBackground?.style.setProperty("display", "none");
		});
		cookieSettingsOptInToggle?.addEventListener("change", (e) => window.pfCookieResponse(e.target.checked));

		// Setup event listeners for cookie consent popover if should show popover
		if (window.pfConsentResponseGiven && !window.pfConsentResponseGiven()) {
			cookieConsentPopover?.style.setProperty("display", "block");
			acceptBtn?.addEventListener("click", () => {
				window.pfCookieResponse(true);
				cookieConsentPopover?.style.setProperty("display", "none");
			});
			declineBtn?.addEventListener("click", () => {
				window.pfCookieResponse(false);
				cookieConsentPopover?.style.setProperty("display", "none");
			});
			cookieLearnMoreLink?.addEventListener("click", (e) => {
				e.preventDefault();
				cookieSettingsModal?.style.setProperty("display", "block");
				 modalBackground?.style.setProperty("display", "block");
				cookieConsentPopover?.style.setProperty("display", "none");
			});
		}
	};

	pfSetUpCookieEventListeners();
</script>
    
    
  </body>
  <div id="clearbit-attribution" class="h-[30px] mb-[0px]" style='display: none; align-items: center; z-index: 99999; overflow: hidden;'>
    <a style='color: #AAAAAA; font-size: 12px; margin: auto;' href='https://clearbit.com'>Logos Provided by Clearbit</a>
  </div>
</html>

<script>
  const partnershipLogo = document.querySelector("img[src*='//logo.clearbit.com/']")  
  if (partnershipLogo) {
    const clearbitAttribution = document.getElementById("clearbit-attribution");
    clearbitAttribution.style.display = "flex";
  }
</script>

<script>
  /*
    This script removes the promoters if content is loaded inside iframe but also checks it is not overlay and preview.
    This script also removes header if TE landing page is added as content and loaded inside iframe but also checks it is not overlay and preview.
  */
  const parentWindow = window.parent;
  const insideContentPageIframe = parentWindow && parentWindow.document.querySelector("iframe.pf-content-page-iframe") && window.self !== window.top;
  if(insideContentPageIframe) {
    // hide promiters
    const contentDiv = document.querySelector('.pf-content-wrapper');
    if(contentDiv) {
      const htmlElement = document.querySelector('html');
      htmlElement.style.height = "100%";
      document.body.style.height = "100%";
      document.body.innerHTML = contentDiv.innerHTML;
    }
    const iframeHideDivs = document.querySelector(".iframe-hide");
    iframeHideDivs && iframeHideDivs.remove();
  }
</script>
