
<!-- Javascript -->

<script type='text/javascript'>
  let originalPath = window.location.pathname;

  function openVideo(videoUrl, deep_link) {
    const overlay = document.getElementById('videoOverlay');
    const iframe = document.getElementById('videoIframe');
    const autoplayUrl = `${videoUrl}`;
    iframe.src = autoplayUrl;
    iframe.allow = "autoplay"
    overlay.style.display = 'flex';
    document.body.style.overflow = 'hidden';

    video_history_push_pop(deep_link);
    
  }

  function closeVideo() {
    const overlay = document.getElementById('videoOverlay');
    const iframe = document.getElementById('videoIframe');
    iframe.src = '';
    overlay.style.display = 'none';
    document.body.style.overflow = '';
    video_history_push_pop('');
  }

  function getYouTubeEmbedUrl(url) {
    // Our regex pattern to look for a youTube ID
    const regExp = /^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|&v=)([^#&?]*).*/;
    //Match the url with the regex
    const match = url.match(regExp);
    //Return the result
    const videoId = match && match[2].length === 11 ? match[2] : undefined;
    if (videoId) {
      return 'https://www.youtube.com/embed/' + videoId + '?autoplay=1';
    }
    else {
      return undefined
    }
  };
  function getVimeoEmbedUrl(url) {
    // Look for a string with 'vimeo', then whatever, then a
    // forward slash and a group of digits.
    const match = /vimeo.*\/(\d+)/i.exec(url);
    // If the match isn't null (i.e. it matched)
    if (match) {
      // The grouped/matched digits from the regex
      return 'https://player.vimeo.com/video/' + match[1] + '?autoplay=1';
    }
    else {
      return undefined;
    }
  };

  function video_history_push_pop(deep_link) {
    console.log(deep_link);
    if (deep_link != '') {
      const newUrl = "/video/" + deep_link; 
      history.pushState({ video: true }, "", newUrl);
    } else {
      history.pushState({}, "", originalPath);
    }
  }
</script>{"id":21583,"date":"2026-04-14T17:42:05","date_gmt":"2026-04-14T17:42:05","guid":{"rendered":"https:\/\/www.afiniti.com\/?post_type=products&#038;p=21583"},"modified":"2026-05-25T10:38:28","modified_gmt":"2026-05-25T10:38:28","slug":"afiniti-agents","status":"publish","type":"products","link":"https:\/\/www.afiniti.com\/products\/afiniti-agents\/","title":{"rendered":"Afiniti Agents"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"21583\" class=\"elementor elementor-21583\" data-elementor-post-type=\"products\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d4fd55a e-con-full e-flex e-con e-parent\" data-id=\"3d4fd55a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5fe7b2cf e-flex e-con-boxed e-con e-child\" data-id=\"5fe7b2cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3c2ab4a8 e-flex e-con-boxed e-con e-child\" data-id=\"3c2ab4a8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38e6e796 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"38e6e796\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Afiniti Agents<span>TM<\/span><\/br>\nAgentic AI for Voice \nand Chat<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f5a2db3 font-weight-slim elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1f5a2db3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Driving Lower Costs, Better Customer Experiences, and Measurable Business Outcomes<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a39ee3d elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"5a39ee3d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Afiniti Agents delivers human-like AI agent interactions powered by real-time intelligence. By dynamically adapting AI personas and knowing when to bring in a human agent, Afiniti Agents enables automation that improves issue resolution, sales, retention, and customer experience.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ded0140 e-flex e-con-boxed e-con e-child\" data-id=\"7ded0140\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-375c0a88 elementor-widget elementor-widget-cta-new\" data-id=\"375c0a88\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"cta-new.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"cta-container\">\r\n      <a class=\"cta-new-wrapper cta-wrapper   theme-light  \"\r\n         href=\"https:\/\/www.afiniti.com\/contact\/#afiniti-agents\" >\r\n                  Request a Meeting        \r\n        \r\n      <div class=\"cta-lottie   label-lottie \" data-lottie=\"https:\/\/www.afiniti.com\/wp-content\/plugins\/design-system-plugin-2026\/widgets\/..\/assets\/lottie\/button-dark-single.json\"><\/div>\r\n      <\/a>\r\n    <\/div>\r\n\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4160d8fe elementor-widget elementor-widget-cta-new\" data-id=\"4160d8fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"cta-new.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"cta-container\">\r\n      <a class=\"cta-new-wrapper cta-wrapper   theme-dark   \"\r\n         href=\"https:\/\/www.afiniti.com\/testimonials\/\" >\r\n                  See Customer Proof        \r\n        \r\n      <div class=\"cta-lottie   label-lottie \" data-lottie=\"https:\/\/www.afiniti.com\/wp-content\/plugins\/design-system-plugin-2026\/widgets\/..\/assets\/lottie\/button-light-single.json\"><\/div>\r\n      <\/a>\r\n    <\/div>\r\n\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-698b29ca banner-video e-con-full e-flex e-con e-child\" data-id=\"698b29ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-628846fe elementor-widget elementor-widget-afiniti_video\" data-id=\"628846fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"afiniti_video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        <div class=\"afiniti-video-wrapper\" id=\"6a1b77ec83b39\">\r\n      <button class=\"close-button\" aria-label=\"close\" onclick=\"onCloseClick('6a1b77ec83b39')\">\r\n        <svg width=\"25\" height=\"25\" viewBox=\"0 0 27.46 27.46\" fill=\"#fff\">\r\n          <path d=\"M26.46 27.46a1 1 0 01-.71-.3L.29 1.71A1 1 0 011.71.29l25.45 25.46a1 1 0 010 1.41 1 1 0 01-.7.3z\"\r\n            fill=\"inherit\"><\/path>\r\n          <path d=\"M1 27.46a1 1 0 01-.71-1.71L25.75.29a1 1 0 011.41 0 1 1 0 010 1.42L1.71 27.16a1 1 0 01-.71.3z\"\r\n            fill=\"inherit\"><\/path>\r\n        <\/svg>\r\n      <\/button>\r\n      <div class=\"overlay-wrapper\">\r\n        <div\r\n          style=\"background-image: url(https:\/\/www.afiniti.com\/wp-content\/uploads\/2026\/05\/placeholder-3.png); background-size:cover;display:none;opacity:0;\"\r\n          class=\"overlay\" id=\"image-overlay\"><\/div>\r\n        <video playsinline=\"true\" loop=\"true\" muted=\"true\" autoplay=\"true\" class=\"overlay desktop\"\r\n          id=\"video-overlay-desktop\"\r\n          style=\" \">\r\n          <source src=\"https:\/\/www.afiniti.com\/wp-content\/uploads\/2026\/05\/Agents-Explainer-BG-Web-1.mp4\" type=\"video\/mp4\">\r\n        <\/video>\r\n        <video playsinline=\"true\" loop=\"true\" muted=\"true\" autoplay=\"true\" class=\"overlay mobile\" id=\"video-overlay-mobile\"\r\n          style=\" \">\r\n          <source src=\"https:\/\/www.afiniti.com\/wp-content\/uploads\/2026\/05\/Agents-Explainer-BG-Vertical-1.mp4\" type=\"video\/mp4\">\r\n        <\/video>\r\n\r\n        <div class=\"content-container \">\r\n          <div class=\"content-wrapper\"\r\n            style=\"\">\r\n            <h3 style=\"display:none;\">\r\n                          <\/h3>\r\n            <h4 style=\"display:none; \">\r\n                          <\/h4>\r\n            <p deep-link=\"\" class=\"deep-link\" style=\"display:none\"><\/p>\r\n            <div class=\"button-wrapper play_btn\"\r\n              onclick=\"onPlayClick('6a1b77ec83b39', 'https:\/\/player.vimeo.com\/video\/1166743084?autoplay=1')\">\r\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"57\" height=\"58\" viewBox=\"0 0 57 58\">\r\n                <g id=\"Group_2299\" data-name=\"Group 2299\" transform=\"translate(-237 -1319)\">\r\n                  <rect id=\"Rectangle_32\" data-name=\"Rectangle 32\" width=\"57\" height=\"58\" transform=\"translate(237 1319)\"\r\n                    fill=\"#fff\" \/>\r\n                  <path id=\"Polygon_1\" data-name=\"Polygon 1\" d=\"M8.5,0,17,16H0Z\" transform=\"translate(276 1340) rotate(90)\"\r\n                    fill=\"#040a1f\" \/>\r\n                <\/g>\r\n              <\/svg>\r\n              <button aria-label=\"Play Button\" class=\"play-video-btn\">\r\n                Play Video              <\/button>\r\n            <\/div>\r\n          <\/div>\r\n          <!--             <div class=\"list-wrapper\">\r\n                                              <div\r\n                  onclick='onLogoClick([{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\\/\\\/www.youtube.com\\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\\/\\\/vimeo.com\\\/1166743084\",\"show_image_overlay\":\"\",\"_id\":\"ac1212e\",\"image_overlay\":{\"url\":\"https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/placeholder-3.png\",\"id\":22115,\"size\":\"\"},\"video_overlay_url\":\"https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Agents-Explainer-BG-Web-1.mp4\",\"video_overlay_mobile_url\":\"https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Agents-Explainer-BG-Vertical-1.mp4\",\"main_heading\":\"\",\"sub_heading\":\"\",\"icon\":{\"url\":\"https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/placeholder-4.png\",\"id\":22116,\"size\":\"\"},\"color_icon\":{\"url\":\"https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/placeholder-5.png\",\"id\":22117,\"size\":\"\"},\"logo_width\":40,\"deep_link\":\"\"}], 0, \"6a1b77ec83b39\", \"https:\\\/\\\/player.vimeo.com\\\/video\\\/1166743084?autoplay=1\", \"true\", 0, 30);'\r\n                  class=\"list-btn\" videoIndex=\"0\"\r\n                  style=\"border-bottom:1px solid #fff\">\r\n                  <img decoding=\"async\" src=\"https:\/\/www.afiniti.com\/wp-content\/uploads\/2026\/05\/placeholder-4.png\" class=\"card-icon\"\r\n                  style=\"opacity: 1\"\r\n                    onload='autoPlay([{\"video_type\":\"vimeo\",\"youtube_url\":\"https:\\\/\\\/www.youtube.com\\\/watch?v=XHOmBV4js_E\",\"vimeo_url\":\"https:\\\/\\\/vimeo.com\\\/1166743084\",\"show_image_overlay\":\"\",\"_id\":\"ac1212e\",\"image_overlay\":{\"url\":\"https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/placeholder-3.png\",\"id\":22115,\"size\":\"\"},\"video_overlay_url\":\"https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Agents-Explainer-BG-Web-1.mp4\",\"video_overlay_mobile_url\":\"https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Agents-Explainer-BG-Vertical-1.mp4\",\"main_heading\":\"\",\"sub_heading\":\"\",\"icon\":{\"url\":\"https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/placeholder-4.png\",\"id\":22116,\"size\":\"\"},\"color_icon\":{\"url\":\"https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/placeholder-5.png\",\"id\":22117,\"size\":\"\"},\"logo_width\":40,\"deep_link\":\"\"}], \"6a1b77ec83b39\", 30,);' \/>\r\n                <\/div>\r\n                          <\/div>\r\n           -->\r\n        <\/div>\r\n\r\n        \r\n\r\n      <\/div>\r\n    <\/div>\r\n    <script type='text\/javascript'>\r\n\r\n      const content = document.querySelector(\".nav_list .inner_wrap\");\r\n      document.addEventListener(\"DOMContentLoaded\", function () {\r\n        const scrollRightBtn = document.querySelector(\".mobile_arrow\");\r\n\r\n        if (scrollRightBtn) {\r\n          scrollRightBtn.addEventListener(\"click\", function () {\r\n            scrollRight();\r\n          });\r\n        }\r\n      });\r\n      function scrollRight() {\r\n        const currentScroll = content.scrollLeft;\r\n        const newScroll = currentScroll + content.clientWidth * 0.35;\r\n\r\n        content.scrollTo({\r\n          left: newScroll,\r\n          behavior: \"smooth\",\r\n        });\r\n      }\r\n\r\n\r\n      var autoPlayArr = [];\r\n      var loopInterval;\r\n      var videoArrayCopy = [];\r\n      var logoIndexCopy = 0;\r\n      var autoPlayDelayCopy = 10;\r\n      function autoPlay(videoArray, unique_id, autoPlayDelay, logoIndex = 0,) {\r\n        videoArrayCopy = videoArray;\r\n        logoIndexCopy = logoIndex;\r\n        autoPlayDelayCopy = autoPlayDelay;\r\n        const autoPlayExists = autoPlayArr.find((element) => (element.id === unique_id && element.autoPlayInit === true))\r\n        if (!autoPlayExists) {\r\n          \/\/initializing autoplay\r\n          autoPlayArr.push({ \"id\": unique_id, autoPlayInit: true, videoArray: videoArray, activeIndex: logoIndex })\r\n          loopInterval = setInterval(() => {\r\n            let index = autoPlayArr.findIndex((element) => (element.id === unique_id))\r\n            if (autoPlayArr[index].activeIndex >= 1) {\r\n              scrollRight();\r\n            }\r\n            if (autoPlayArr[index].activeIndex >= videoArray.length - 1) {\r\n              content.scrollTo({\r\n                left: 0,\r\n                behavior: \"smooth\",\r\n              });\r\n            }\r\n\r\n            if (index >= 0 && autoPlayArr[index].autoPlayInit === true) {\r\n              if (autoPlayArr[index].activeIndex == autoPlayArr[index].videoArray.length - 1) {\r\n                autoPlayArr[index].activeIndex = 0;\r\n              }\r\n              else {\r\n                autoPlayArr[index].activeIndex++;\r\n              }\r\n                              onLogoClick(autoPlayArr[index].videoArray, autoPlayArr[index].activeIndex, autoPlayArr[index].id, getEmbedUrl(autoPlayArr[index].videoArray[autoPlayArr[index].activeIndex][[autoPlayArr[index].videoArray[autoPlayArr[index].activeIndex]['video_type'] + '_url']]))\r\n                          }\r\n          }, autoPlayDelay * 1000)\r\n\r\n        }\r\n      }\r\n\r\n\r\n      function onLogoClick(videoArray, index, unique_id, embed_url, logoClicked, logoIndex = 0, autoPlayDelay = \"\") {\r\n        const autoPlayIndex = autoPlayArr.findIndex((element) => (element.id === unique_id))\r\n        if (autoPlayIndex) {\r\n          autoPlayArr[autoPlayIndex].activeIndex = index;\r\n        }\r\n        if (logoClicked) {\r\n          clearInterval(loopInterval);\r\n          autoPlayArr = [];\r\n          autoPlay(videoArray, unique_id, autoPlayDelay, logoIndex);\r\n        }\r\n\r\n        if (videoArray[index]['show_image_overlay'] === 'yes') {\r\n          \/\/ if the overlay is an image\r\n          document.getElementById(`${unique_id}`).querySelector('#image-overlay').style.opacity = 0;\r\n          document.getElementById(`${unique_id}`).querySelector('#image-overlay').style.display = \"none\";\r\n          document.getElementById(`${unique_id}`).querySelector('#image-overlay').style.backgroundImage = `url('${videoArray[index]['image_overlay']['url']}')`;\r\n          if (window.matchMedia('(min-width: 767px)').matches) {\r\n            document.getElementById(`${unique_id}`).querySelector('#video-overlay-desktop').style.display = \"none\";\r\n            document.getElementById(`${unique_id}`).querySelector('#video-overlay-desktop').style.opacity = 0;\r\n          } else {\r\n            document.getElementById(`${unique_id}`).querySelector('#video-overlay-moble').style.display = \"none\";\r\n            document.getElementById(`${unique_id}`).querySelector('#video-overlay-moble').style.opacity = 0;\r\n          }\r\n          setTimeout(() => {\r\n            document.getElementById(`${unique_id}`).querySelector('#image-overlay').style.display = \"block\";\r\n            document.getElementById(`${unique_id}`).querySelector('#image-overlay').style.opacity = 1;\r\n          }, 500)\r\n\r\n        }\r\n        else if (videoArray[index]['show_image_overlay'] === '') {\r\n          \/\/ if the overlay is a video\r\n          document.getElementById(`${unique_id}`).querySelector('#image-overlay').style.display = \"none\";\r\n          document.getElementById(`${unique_id}`).querySelector('#image-overlay').style.opacity = 0;\r\n          if (window.matchMedia('(min-width: 767px)').matches) {\r\n            document.getElementById(`${unique_id}`).querySelector('#video-overlay-desktop').style.opacity = 0;\r\n            setTimeout(() => {\r\n              document.getElementById(`${unique_id}`).querySelector('#video-overlay-desktop').setAttribute(\"src\", videoArray[index]['video_overlay_url']);\r\n              document.getElementById(`${unique_id}`).querySelector('#video-overlay-desktop').style.display = \"block\";\r\n              document.getElementById(`${unique_id}`).querySelector('#video-overlay-desktop').style.opacity = 1;\r\n            }, 500)\r\n          } else {\r\n            document.getElementById(`${unique_id}`).querySelector('#video-overlay-mobile').style.opacity = 0;\r\n            setTimeout(() => {\r\n              document.getElementById(`${unique_id}`).querySelector('#video-overlay-mobile').setAttribute(\"src\", videoArray[index]['video_overlay_mobile_url']);\r\n              document.getElementById(`${unique_id}`).querySelector('#video-overlay-mobile').style.display = \"block\";\r\n              document.getElementById(`${unique_id}`).querySelector('#video-overlay-mobile').style.opacity = 1;\r\n            }, 500)\r\n\r\n          }\r\n        }\r\n\r\n        \/\/animate and change values of headings and play button\r\n\r\n        if (document.getElementById(`${unique_id}`).querySelector('.content-wrapper h3')) {\r\n          document.getElementById(`${unique_id}`).querySelector('.content-wrapper h3').style.opacity = 0\r\n        }\r\n        if (document.getElementById(`${unique_id}`).querySelector('.content-wrapper h4')) {\r\n          document.getElementById(`${unique_id}`).querySelector('.content-wrapper h4').style.opacity = 0\r\n        }\r\n        document.getElementById(`${unique_id}`).querySelector('.content-wrapper .button-wrapper').style.opacity = 0\r\n        document.getElementById(`${unique_id}`).querySelector('.content-wrapper .button-wrapper').onclick = function () { onPlayClick(unique_id, embed_url) };\r\n\r\n        setTimeout(() => {\r\n          if (videoArray[index]['main_heading']) {\r\n            document.getElementById(`${unique_id}`).querySelector('.content-wrapper h3').innerHTML = videoArray[index]['main_heading']\r\n            document.getElementById(`${unique_id}`).querySelector('.content-wrapper h3').style.display = \"block\"\r\n            document.getElementById(`${unique_id}`).querySelector('.content-wrapper h3').style.opacity = 1\r\n            document.getElementById(`${unique_id}`).querySelector(\".content-wrapper p\").setAttribute(\"deep-link\", videoArray[index]['deep_link']);\r\n          }\r\n          else {\r\n            document.getElementById(`${unique_id}`).querySelector('.content-wrapper h3').style.display = \"none\"\r\n\r\n          }\r\n          if (videoArray[index]['sub_heading']) {\r\n            document.getElementById(`${unique_id}`).querySelector('.content-wrapper h4').innerHTML = videoArray[index]['sub_heading']\r\n            document.getElementById(`${unique_id}`).querySelector('.content-wrapper h4').style.display = \"block\"\r\n            document.getElementById(`${unique_id}`).querySelector('.content-wrapper h4').style.opacity = 1\r\n          }\r\n          else {\r\n            document.getElementById(`${unique_id}`).querySelector('.content-wrapper h4').style.display = \"none\"\r\n\r\n          }\r\n\r\n          document.getElementById(`${unique_id}`).querySelector('.content-wrapper .button-wrapper').style.opacity = 1\r\n        }, 500)\r\n\r\n\r\n        \/\/ change the background color of list buttons\r\n        let listButtons = document.getElementById(`${unique_id}`).querySelectorAll('.list-btn')\r\n        for (let i = 0; i < listButtons.length; i++) {\r\n          let grey_image = listButtons[i].querySelector(`img`).getAttribute('grey-image');\r\n          listButtons[i].querySelector(`img`).setAttribute('src', grey_image)\r\n        }\r\n        document.getElementById(`${unique_id}`).querySelector(`[videoIndex='${index}']`).querySelector(`img`).style.opacity = '0.5';\r\n        let color_image = document.getElementById(`${unique_id}`).querySelector(`[videoIndex='${index}']`).querySelector(`img`).getAttribute('color-image');\r\n\r\n        setTimeout(() => {\r\n          document.getElementById(`${unique_id}`).querySelector(`[videoIndex='${index}']`).querySelector(`img`).setAttribute('src', color_image)\r\n          setTimeout(() => {\r\n            document.getElementById(`${unique_id}`).querySelector(`[videoIndex='${index}']`).querySelector(`img`).style.opacity = '1';\r\n          }, 0);\r\n        }, 300);\r\n      }\r\n      function onPlayClick(unique_id, embed_url) {\r\n        const bodyElement = document.body;\r\n        bodyElement.style.overflow = 'hidden';\r\n        const videoWrappers = document.querySelectorAll('.afiniti-video-wrapper');\r\n        const videoContainers = document.querySelectorAll('.banner-video');\r\n\r\n        videoWrappers.forEach((videoWrapper, index) => {\r\n          const videoContainer = videoContainers[index];\r\n\r\n          videoWrapper.querySelectorAll('.overlay').forEach(el => {\r\n            el.style.backgroundColor = '#000';\r\n          });\r\n          videoWrapper.style.backgroundColor = '#000';\r\n\r\n          videoWrapper.classList.add(\"active\");\r\n          videoContainer.classList.add(\"fullbleed\"); \/\/ used when bg videos is not 100%\r\n          videoWrapper.style.position = 'fixed';\r\n          videoWrapper.style.zIndex = 999;\r\n\r\n        });\r\n\r\n        \/\/ Stop the video carousal autoplay\r\n        clearInterval(loopInterval);\r\n        autoPlayArr = [];\r\n\r\n\r\n        const autoPlayIndex = autoPlayArr.findIndex((element) => (element.id === unique_id))\r\n        if (autoPlayIndex.length > 0) {\r\n          autoPlayArr[autoPlayIndex].autoPlayInit = false;\r\n        }\r\n        const iframe = document.createElement(\"iframe\");\r\n        iframe.classList = [\"video-player\"]\r\n        iframe.src = embed_url;\r\n        iframe.allow = \"autoplay\"\r\n\r\n        document.getElementById(`${unique_id}`).appendChild(iframe)\r\n        document.getElementById(`${unique_id}`).getElementsByClassName(\"overlay-wrapper\")[0].style.opacity = 0;\r\n        document.getElementById(`${unique_id}`).querySelector(\".close-button\").style.opacity = 1;\r\n        document.querySelector(\".header\").firstElementChild.style.opacity = 0;\r\n        \/\/ setTimeout(() => {\r\n        document.getElementById(`${unique_id}`).getElementsByClassName(\"overlay-wrapper\")[0].style.display = \"none\";\r\n        \/\/ }, 100)\r\n      }\r\n\r\n      function onCloseClick(unique_id) {\r\n        autoPlay(videoArrayCopy, unique_id, autoPlayDelayCopy, logoIndexCopy); \/\/ start the autoplay again\r\n        const bodyElement = document.body;\r\n        bodyElement.style.overflow = 'unset';\r\n\r\n        const videoWrappers = document.querySelectorAll('.afiniti-video-wrapper');\r\n        const videoContainers = document.querySelectorAll('.banner-video');\r\n\r\n        \r\n\r\n        videoWrappers.forEach((videoWrapper, index) => {\r\n          const videoContainer = videoContainers[index];\r\n          videoWrapper.querySelectorAll('.overlay').forEach(el => {\r\n            el.style.backgroundColor = 'transparent';\r\n          });\r\n          videoWrapper.style.backgroundColor = 'transparent';\r\n\r\n          videoWrapper.classList.remove(\"active\");\r\n          videoContainer.classList.remove(\"fullbleed\");\r\n          videoWrapper.style.position = 'relative';\r\n          videoWrapper.style.zIndex = \"unset\";\r\n        })\r\n\r\n        const autoPlayIndex = autoPlayArr.findIndex((element) => (element.id === unique_id))\r\n        if (autoPlayIndex) {\r\n          autoPlayArr[autoPlayIndex].autoPlayInit = true;\r\n        }\r\n        document.getElementById(`${unique_id}`).getElementsByClassName(\"overlay-wrapper\")[0].style.display = \"block\";\r\n        document.getElementById(`${unique_id}`).querySelector(\".close-button\").style.opacity = 0;\r\n\r\n\r\n\r\n        \/\/ setTimeout(() => {\r\n        document.getElementById(`${unique_id}`).getElementsByClassName(\"overlay-wrapper\")[0].style.opacity = 1;\r\n        document.querySelector(\".header\").firstElementChild.style.opacity = 1;\r\n\r\n        var iframes = document.getElementById(`${unique_id}`).getElementsByTagName(\"iframe\")\r\n        if (iframes != null) {\r\n          for (var i = 0; i < iframes.length; i++) {\r\n\r\n            iframes[i].remove();\r\n          }\r\n        }\r\n        \/\/ }, 500)\r\n\r\n      }\r\n\r\n      function getEmbedUrl(url) {\r\n        if (url.includes(\"youtube\")) {\r\n          return getYouTubeEmbedUrl(url)\r\n        }\r\n        else if (url.includes(\"vimeo\")) {\r\n          return getVimeoEmbedUrl(url)\r\n        }\r\n        else {\r\n          return undefined\r\n        }\r\n      }\r\n\r\n      function getYouTubeEmbedUrl(url) {\r\n        \/\/ Our regex pattern to look for a youTube ID\r\n        const regExp = \/^.*(youtu.be\\\/|v\\\/|u\\\/\\w\\\/|embed\\\/|watch\\?v=|&v=)([^#&?]*).*\/;\r\n        \/\/Match the url with the regex\r\n        const match = url.match(regExp);\r\n        \/\/Return the result\r\n        const videoId = match && match[2].length === 11 ? match[2] : undefined;\r\n        if (videoId) {\r\n          return 'https:\/\/www.youtube.com\/embed\/' + videoId + '?autoplay=1';\r\n        }\r\n        else {\r\n          return undefined\r\n        }\r\n      };\r\n      function getVimeoEmbedUrl(url) {\r\n        \/\/ Look for a string with 'vimeo', then whatever, then a\r\n        \/\/ forward slash and a group of digits.\r\n        const match = \/vimeo.*\\\/(\\d+)\/i.exec(url);\r\n        \/\/ If the match isn't null (i.e. it matched)\r\n        if (match) {\r\n          \/\/ The grouped\/matched digits from the regex\r\n          return 'https:\/\/player.vimeo.com\/video\/' + match[1] + '?autoplay=1';\r\n        }\r\n        else {\r\n          return undefined;\r\n        }\r\n      };\r\n\r\n      document.addEventListener(\"DOMContentLoaded\", function () {\r\n        const playBtn = document.querySelector(\".play-video-btn\");\r\n        const deepLink = document.querySelector(\".deep-link\");\r\n        const closeBtn = document.querySelector(\".close-button\");\r\n\r\n        const originalPath = window.location.pathname;\r\n\r\n        if (playBtn) {\r\n          playBtn.addEventListener(\"click\", function () {\r\n            let deep_link = deepLink.getAttribute(\"deep-link\");\r\n            const newUrl = \"\/video\/\" + deep_link; \r\n            history.pushState({ video: true }, \"\", newUrl);\r\n          });\r\n        }\r\n\r\n        if (closeBtn) {\r\n          closeBtn.addEventListener(\"click\", function () {\r\n            history.pushState({}, \"\", originalPath);\r\n          });\r\n        }\r\n        \/\/ Double click on wrapper play a video.\r\n        const wrapper = document.querySelector(\".afiniti-video-wrapper\"); \r\n\r\n        if (wrapper && playBtn) {\r\n          wrapper.addEventListener(\"dblclick\", function (e) {\r\n            e.preventDefault();\r\n            playBtn.click();\r\n          });\r\n        }\r\n      });\r\n\r\n\r\n    <\/script>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c6f635 e-flex e-con-boxed e-con e-child\" data-id=\"c6f635\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-621e4f9a e-flex e-con-boxed e-con e-child\" data-id=\"621e4f9a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-130b1019 elementor-widget elementor-widget-heading\" data-id=\"130b1019\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Afiniti Agents<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-527f2882 elementor-widget__width-initial font-weight-slim elementor-widget elementor-widget-heading\" data-id=\"527f2882\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Designed to Overcome the Limits of Traditional AI Agents<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e556129 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3e556129\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span class=\"TextRun SCXW198294946 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"auto\"><span class=\"NormalTextRun SCXW198294946 BCX0\">Contact centers are rapidly adopting AI automation, but most bots still struggle with complex or high-value interactions. As automation scales, difficult conversations get pushed into <\/span><span class=\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW198294946 BCX0\">containment,<\/span><span class=\"NormalTextRun SCXW198294946 BCX0\">\u00a0customer satisfaction declines, and outcomes such as resolution, sales, and retention suffer.<\/span><\/span><span class=\"EOP SCXW198294946 BCX0\" data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}\">\u00a0<\/span><\/p><p><span class=\"TextRun SCXW22589679 BCX0\" lang=\"EN-US\" xml:lang=\"EN-US\" data-contrast=\"auto\"><span class=\"NormalTextRun SCXW22589679 BCX0\">Deployed as an IVR or IVA replacement, an in-queue AI agent, or a chat AI agent, it owns customer interactions end-to-end and dynamically routes to human agents only when it improves business outcomes, driving performance while\u00a0<\/span><span class=\"NormalTextRun SCXW22589679 BCX0\">containing<\/span><span class=\"NormalTextRun SCXW22589679 BCX0\">\u00a0costs.<\/span><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d7a8997 elementor-widget elementor-widget-cta-new\" data-id=\"3d7a8997\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"cta-new.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"cta-container\">\r\n      <a class=\"cta-new-wrapper cta-wrapper   theme-dark   \"\r\n         href=\"https:\/\/www.afiniti.com\/contact\/#afiniti-agents\" >\r\n                  Request a Meeting        \r\n        \r\n      <div class=\"cta-lottie   label-lottie \" data-lottie=\"https:\/\/www.afiniti.com\/wp-content\/plugins\/design-system-plugin-2026\/widgets\/..\/assets\/lottie\/button-light-single.json\"><\/div>\r\n      <\/a>\r\n    <\/div>\r\n\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3fc5605 e-con-full e-flex e-con e-child\" data-id=\"3fc5605\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-12172330 e-con-full e-flex e-con e-child\" data-id=\"12172330\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ff3349d font-weight-bold elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"5ff3349d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Persona <br>Pairing<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4bc70672 font-weight-bold elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"4bc70672\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Persona <br>Pairing<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-254d585c font-weight-bold elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-widget elementor-widget-heading\" data-id=\"254d585c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Persona Pairing<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8c43d5e e-con-full e-flex e-con e-child\" data-id=\"8c43d5e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-297c6e9 elementor-align-center elementor-widget elementor-widget-lottie\" data-id=\"297c6e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;source_json&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Persona_Pairing_V8.json&quot;,&quot;id&quot;:22119,&quot;size&quot;:&quot;&quot;},&quot;lazyload&quot;:&quot;yes&quot;,&quot;source&quot;:&quot;media_file&quot;,&quot;caption_source&quot;:&quot;none&quot;,&quot;link_to&quot;:&quot;none&quot;,&quot;trigger&quot;:&quot;arriving_to_viewport&quot;,&quot;viewport&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;play_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;start_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;end_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;renderer&quot;:&quot;svg&quot;}\" data-widget_type=\"lottie.default\">\n\t\t\t\t\t<div class=\"e-lottie__container\"><div class=\"e-lottie__animation\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fa3c659 elementor-widget elementor-widget-text-editor\" data-id=\"6fa3c659\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Dynamically pairs each customer and context with the optimal AI persona to drive engagement and maximize business outcomes.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f6126f e-con-full e-flex e-con e-child\" data-id=\"4f6126f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b7438c1 font-weight-bold elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"5b7438c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Intelligent Escalation for Outcomes<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c3d7ee2 font-weight-bold elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-widget elementor-widget-heading\" data-id=\"2c3d7ee2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Intelligent Escalation for Outcomes<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1a5eef8d e-con-full e-flex e-con e-child\" data-id=\"1a5eef8d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-137c49ea elementor-align-center elementor-widget elementor-widget-lottie\" data-id=\"137c49ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;source_json&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Intelligent_Escalation_V8.json&quot;,&quot;id&quot;:22120,&quot;size&quot;:&quot;&quot;},&quot;lazyload&quot;:&quot;yes&quot;,&quot;source&quot;:&quot;media_file&quot;,&quot;caption_source&quot;:&quot;none&quot;,&quot;link_to&quot;:&quot;none&quot;,&quot;trigger&quot;:&quot;arriving_to_viewport&quot;,&quot;viewport&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;play_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;start_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;end_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;renderer&quot;:&quot;svg&quot;}\" data-widget_type=\"lottie.default\">\n\t\t\t\t\t<div class=\"e-lottie__container\"><div class=\"e-lottie__animation\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-46666dd0 elementor-widget elementor-widget-text-editor\" data-id=\"46666dd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Uses real-time outcome signals to determine when and to whom interactions should be escalated to human agents.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7e43086b e-con-full e-flex e-con e-child\" data-id=\"7e43086b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2937409a font-weight-bold elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"2937409a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Multi-Intent &amp; Complex Problem Handling<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e036be0 font-weight-bold elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-widget elementor-widget-heading\" data-id=\"e036be0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Multi-Intent &amp; Complex Problem Handling<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-37ec90fd e-con-full e-flex e-con e-child\" data-id=\"37ec90fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32dd5811 elementor-align-center elementor-widget elementor-widget-lottie\" data-id=\"32dd5811\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;source_json&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Multi-Intent_V8.json&quot;,&quot;id&quot;:22121,&quot;size&quot;:&quot;&quot;},&quot;lazyload&quot;:&quot;yes&quot;,&quot;source&quot;:&quot;media_file&quot;,&quot;caption_source&quot;:&quot;none&quot;,&quot;link_to&quot;:&quot;none&quot;,&quot;trigger&quot;:&quot;arriving_to_viewport&quot;,&quot;viewport&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;play_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;start_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;end_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;renderer&quot;:&quot;svg&quot;}\" data-widget_type=\"lottie.default\">\n\t\t\t\t\t<div class=\"e-lottie__container\"><div class=\"e-lottie__animation\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-280d623f elementor-widget elementor-widget-text-editor\" data-id=\"280d623f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Resolves multiple intents and non-linear customer needs within a single interaction, enabling more issues to be handled end-to-end without human intervention.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6348968a e-flex e-con-boxed e-con e-child\" data-id=\"6348968a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c506f4c font-weight-regular elementor-widget elementor-widget-heading\" data-id=\"5c506f4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How It Works<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d47ef78 elementor-widget__width-initial font-weight-slim elementor-widget elementor-widget-heading\" data-id=\"5d47ef78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">AI Agents Built for Real Contact Center Operations <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-158c3cd8 elementor-widget elementor-widget-text-editor\" data-id=\"158c3cd8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Built on Afiniti Pairing\u2019s patented behavioral models, which are proven across billions in measurable contact center value, Afiniti Agents brings outcome aware decisioning to AI led interactions. By analyzing customer context, behavioral patterns, and historical outcome signals, it guides every conversation toward the strongest business result, driving revenue, retention, resolution, and lifetime value.<\/p><p>This behavioral intelligence empowers Afiniti Agents to navigate complex, multi intent interactions where traditional bots fall short.<\/p><p><strong>Example use cases include:<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22fced34 e-con-full e-flex e-con e-child\" data-id=\"22fced34\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a837330 elementor-widget elementor-widget-text-editor\" data-id=\"4a837330\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>Sales and upgrades<\/li><li>Retention and save offers<\/li><li>Technical support and fault resolution<\/li><li>Account and general inquiries<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23807f80 elementor-widget elementor-widget-text-editor\" data-id=\"23807f80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>IVR replacement and intent triage<\/li><li>Claims handling<\/li><li>Appointment\/Reservation booking AI agent<\/li><li>And many more<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-794be6d5 elementor-widget elementor-widget-text-editor\" data-id=\"794be6d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>It is configured and deployed through an intuitive, AI-guided workflow designed for fast adoption. Afiniti provides an agentic AI assistant that guides teams through defining the agent\u2019s name, brand essence, voice, and personality, while recommending skills, tools, and knowledge based on the customer\u2019s use cases and goals.<\/p><p>Teams configure how the agent engages customers, what it can and cannot do, and when to escalate using guided tools and simple text inputs, with suggestions and real-time validation throughout the process. Interactions can be tested prior to deployment, and once live, performance is monitored through dashboards and conversation transcripts.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ff14ad0 e-flex e-con-boxed e-con e-child\" data-id=\"ff14ad0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44aa2a8a font-weight-regular elementor-widget elementor-widget-heading\" data-id=\"44aa2a8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Measurable and Transparent AI Performance<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afb24d2 elementor-widget__width-initial font-weight-slim elementor-widget elementor-widget-heading\" data-id=\"afb24d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Transparent Performance Evaluation You Can Validate<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-169bd814 elementor-widget elementor-widget-text-editor\" data-id=\"169bd814\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Afiniti Agents provides clear visibility into how AI-driven interactions perform in production. Analytics dashboards show key business, performance, and safety metrics, while detailed conversation transcripts allow teams to review how each interaction unfolded.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-58a88917 e-con-full dots-bottom e-flex e-con e-child\" data-id=\"58a88917\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c364242 elementor-hidden-mobile elementor-align-center elementor-widget elementor-widget-lottie\" data-id=\"5c364242\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;source_json&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Performance_Evaluation_v5.json&quot;,&quot;id&quot;:22124,&quot;size&quot;:&quot;&quot;},&quot;lazyload&quot;:&quot;yes&quot;,&quot;source&quot;:&quot;media_file&quot;,&quot;caption_source&quot;:&quot;none&quot;,&quot;link_to&quot;:&quot;none&quot;,&quot;trigger&quot;:&quot;arriving_to_viewport&quot;,&quot;viewport&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;play_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;start_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;end_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;renderer&quot;:&quot;svg&quot;}\" data-widget_type=\"lottie.default\">\n\t\t\t\t\t<div class=\"e-lottie__container\"><div class=\"e-lottie__animation\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d918a10 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-align-center elementor-widget elementor-widget-lottie\" data-id=\"2d918a10\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;source_json&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Performance_Evaluation_Mobile_v5.json&quot;,&quot;id&quot;:22125,&quot;size&quot;:&quot;&quot;},&quot;lazyload&quot;:&quot;yes&quot;,&quot;source&quot;:&quot;media_file&quot;,&quot;caption_source&quot;:&quot;none&quot;,&quot;link_to&quot;:&quot;none&quot;,&quot;trigger&quot;:&quot;arriving_to_viewport&quot;,&quot;viewport&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;play_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;start_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;end_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;renderer&quot;:&quot;svg&quot;}\" data-widget_type=\"lottie.default\">\n\t\t\t\t\t<div class=\"e-lottie__container\"><div class=\"e-lottie__animation\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ad9beb0 elementor-widget elementor-widget-text-editor\" data-id=\"1ad9beb0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span data-contrast=\"auto\">Both real and synthetic customer conversations can be evaluated to assess agent behavior, adherence to business rules, and areas for improvement. This transparency supports ongoing refinement and confident adoption of AI automation in live contact center environments.<\/span><\/p><p><span data-contrast=\"auto\">Just like Afiniti Pairing, Afiniti Agents also integrates with your\u00a0CCaaS\u00a0environment, data sources like CRM and outcomes, that power the optimization models to maximize your outcomes.<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:240}\">\u00a0<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-144a674e e-flex e-con-boxed e-con e-child\" data-id=\"144a674e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3811e5e6 e-con-full e-flex e-con e-child\" data-id=\"3811e5e6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76f267d2 elementor-align-center elementor-widget elementor-widget-lottie\" data-id=\"76f267d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;source_json&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Agents_Integration_V6.json&quot;,&quot;id&quot;:22126,&quot;size&quot;:&quot;&quot;},&quot;lazyload&quot;:&quot;yes&quot;,&quot;source&quot;:&quot;media_file&quot;,&quot;caption_source&quot;:&quot;none&quot;,&quot;link_to&quot;:&quot;none&quot;,&quot;trigger&quot;:&quot;arriving_to_viewport&quot;,&quot;viewport&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;play_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;start_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;end_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;renderer&quot;:&quot;svg&quot;}\" data-widget_type=\"lottie.default\">\n\t\t\t\t\t<div class=\"e-lottie__container\"><div class=\"e-lottie__animation\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1c6e2bcd e-con-full e-flex e-con e-child\" data-id=\"1c6e2bcd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7bb483ff elementor-widget elementor-widget-heading\" data-id=\"7bb483ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">INTEGRATION<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ad415d6 elementor-widget elementor-widget-heading\" data-id=\"1ad415d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Seamless by Design <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77e75b5c no-bottom-margin elementor-widget elementor-widget-text-editor\" data-id=\"77e75b5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Afiniti Agents integrates directly into existing enterprise contact center environments, connecting to the systems, workflows, and knowledge already in place. Through enterprise REST APIs, agents can securely perform common tasks such as customer lookups, offer and eligibility checks, and order and account updates.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-674db40f no-bottom-margin elementor-widget elementor-widget-text-editor\" data-id=\"674db40f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Afiniti Agents also connects with enterprise knowledge bases, including product documentation, troubleshooting guides, support content, and training materials. Knowledge sources can be ingested in formats such as PDF, text, and Word document files, or referenced via URLs or intranet sources.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15b04727 no-bottom-margin elementor-widget elementor-widget-text-editor\" data-id=\"15b04727\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Afiniti Agents is platform-agnostic and is designed to operate without disrupting your current systems, workflows, or infrastructure.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-24733a0c e-flex e-con-boxed e-con e-child\" data-id=\"24733a0c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-13021aa8 e-con-full e-flex e-con e-child\" data-id=\"13021aa8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a5bf71f font-weight-regular elementor-widget elementor-widget-heading\" data-id=\"7a5bf71f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Measurable Outcomes<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-390bc0c0 elementor-widget__width-initial font-weight-slim elementor-widget elementor-widget-heading\" data-id=\"390bc0c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Supporting Better Automation Decisions<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55fda564 elementor-widget elementor-widget-text-editor\" data-id=\"55fda564\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Afiniti Agents supports outcome-driven contact center automation across complex enterprise environments.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-663895b1 font-weight-medium elementor-widget elementor-widget-text-editor\" data-id=\"663895b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>You can use Afiniti Agents to:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4dc70a91 e-con-full e-flex e-con e-child\" data-id=\"4dc70a91\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a05dba6 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2a05dba6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>Improve issue resolution, containment quality, and task completion<\/li><li>Increase sales conversion, upsell, and cross-sell performance<\/li><li>Strengthen retention, loyalty, and lifetime value<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1be147 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"e1be147\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>Improve cost efficiency, automation rates, and operational scale<\/li><li>Deliver consistent customer experience across voice and digital channels<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-391102e2 banner-video e-con-full e-flex e-con e-child\" data-id=\"391102e2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7d835f4a e-con-full e-flex e-con e-child\" data-id=\"7d835f4a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d78c502 elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"3d78c502\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<video  autoplay=\"true\" loop=\"true\" playsinline=\"true\" muted=\"true\">\n<source src=\"https:\/\/www.afiniti.com\/wp-content\/uploads\/2026\/05\/Afiniti-Agents-demo-for-site-BG-for-web-2.mp4\" type=\"video\/mp4\" \/>\n<\/video>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-87c9d73 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-widget elementor-widget-html\" data-id=\"87c9d73\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<video  autoplay=\"true\" loop=\"true\" playsinline=\"true\" muted=\"true\">\n<source src=\"https:\/\/www.afiniti.com\/wp-content\/uploads\/2026\/05\/Afiniti-Agents-Dashboard-Mobile.mp4\" type=\"video\/mp4\" \/>\n<\/video>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1eb517a7 resource-play-button elementor-widget elementor-widget-html\" data-id=\"1eb517a7\" data-element_type=\"widget\" data-e-type=\"widget\" vimeo=\"https:\/\/vimeo.com\/1164846162\" data-widget_type=\"html.default\">\n\t\t\t\t\t<svg width=\"28\" height=\"28\" viewBox=\"0 0 16 16\">\n                                <path d=\"M4 4l8 4-8 4z\" fill=\"currentColor\"\/>\n                              <\/svg>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1d52e746 e-flex e-con-boxed e-con e-child\" data-id=\"1d52e746\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-58b6c016 e-con-full e-flex e-con e-child\" data-id=\"58b6c016\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e1b8194 elementor-align-center elementor-widget elementor-widget-lottie\" data-id=\"6e1b8194\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;source_json&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.afiniti.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/AI-Adoption_v6.json&quot;,&quot;id&quot;:22130,&quot;size&quot;:&quot;&quot;},&quot;lazyload&quot;:&quot;yes&quot;,&quot;source&quot;:&quot;media_file&quot;,&quot;caption_source&quot;:&quot;none&quot;,&quot;link_to&quot;:&quot;none&quot;,&quot;trigger&quot;:&quot;arriving_to_viewport&quot;,&quot;viewport&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;play_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;start_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;end_point&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;renderer&quot;:&quot;svg&quot;}\" data-widget_type=\"lottie.default\">\n\t\t\t\t\t<div class=\"e-lottie__container\"><div class=\"e-lottie__animation\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2f03ceb6 e-con-full e-flex e-con e-child\" data-id=\"2f03ceb6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13b9cba4 elementor-widget elementor-widget-heading\" data-id=\"13b9cba4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SCALE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22dae694 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"22dae694\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Built for Scalable Environments<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cf821a3 elementor-widget elementor-widget-text-editor\" data-id=\"5cf821a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Afiniti Agents is designed for incremental adoption, giving organizations control over rollout by channel, queue, and line of business. It can be deployed as an IVR or IVA replacement, or as an in-queue AI agent operating alongside human agents, allowing teams to introduce automation at their own pace without disrupting existing operations.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-480af203 elementor-widget elementor-widget-text-editor\" data-id=\"480af203\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Afiniti Agents is aware of real-time human agent availability and escalates interactions when needed, passing full conversation context to ensure continuity. This flexible approach enables enterprises to scale automation confidently while continuously learning and adapting as customer needs and business priorities evolve.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-26e211ad e-flex e-con-boxed e-con e-child\" data-id=\"26e211ad\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4486c98c e-con-full e-flex e-con e-child\" data-id=\"4486c98c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c57ebd elementor-widget elementor-widget-heading\" data-id=\"2c57ebd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Schedule a Value Scan<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3212d8ff no-bottom-margin elementor-widget elementor-widget-text-editor\" data-id=\"3212d8ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Explore where outcome-optimized AI automation can create the greatest impact across your contact center operations.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c7cfc4f elementor-widget elementor-widget-cta-new\" data-id=\"1c7cfc4f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"cta-new.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"cta-container\">\r\n      <a class=\"cta-new-wrapper cta-wrapper   theme-light  \"\r\n         href=\"https:\/\/www.afiniti.com\/contact\/#afiniti-agents\" >\r\n                  Request a Meeting         \r\n        \r\n      <div class=\"cta-lottie   label-lottie \" data-lottie=\"https:\/\/www.afiniti.com\/wp-content\/plugins\/design-system-plugin-2026\/widgets\/..\/assets\/lottie\/button-dark-single.json\"><\/div>\r\n      <\/a>\r\n    <\/div>\r\n\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36e4b7c3 e-con-full e-flex e-con e-child\" data-id=\"36e4b7c3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-73cb9c62 e-flex e-con-boxed e-con e-child\" data-id=\"73cb9c62\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-15eaa9d2 e-con-full e-flex e-con e-child\" data-id=\"15eaa9d2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-427a8a2c font-weight-regular elementor-widget elementor-widget-heading\" data-id=\"427a8a2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Industry Specific Outcomes<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1782c714 font-weight-slim elementor-widget elementor-widget-heading\" data-id=\"1782c714\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Make every interaction count <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7e06b905 e-con-full elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con e-child\" data-id=\"7e06b905\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d12774d elementor-widget elementor-widget-cta-new\" data-id=\"4d12774d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"cta-new.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"cta-container\">\r\n      <a class=\"cta-new-wrapper cta-wrapper   theme-light  \"\r\n         href=\"https:\/\/www.afiniti.com\/contact\/\" >\r\n                  Request a Meeting         \r\n        \r\n      <div class=\"cta-lottie   label-lottie \" data-lottie=\"https:\/\/www.afiniti.com\/wp-content\/plugins\/design-system-plugin-2026\/widgets\/..\/assets\/lottie\/button-dark-single.json\"><\/div>\r\n      <\/a>\r\n    <\/div>\r\n\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1d671ffa e-con-full e-flex e-con e-child\" data-id=\"1d671ffa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af8173d elementor-arrows-position-inside elementor-widget elementor-widget-n-carousel\" data-id=\"af8173d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;587b348&quot;},{&quot;slide_title&quot;:&quot;Slide #2&quot;,&quot;_id&quot;:&quot;3c848df&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;a37ec68&quot;},{&quot;slide_title&quot;:&quot;Slide #4&quot;,&quot;_id&quot;:&quot;5737a66&quot;},{&quot;slide_title&quot;:&quot;Slide #5&quot;,&quot;_id&quot;:&quot;c3ca9f2&quot;}],&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:6,&quot;sizes&quot;:[]},&quot;slides_to_show&quot;:&quot;3&quot;,&quot;slides_to_show_widescreen&quot;:&quot;3&quot;,&quot;slides_to_show_laptop&quot;:&quot;2&quot;,&quot;slides_to_show_tablet&quot;:&quot;1&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;speed&quot;:500,&quot;arrows&quot;:&quot;yes&quot;,&quot;image_spacing_custom_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e05dcaf e-con-full e-flex e-con e-child\" data-id=\"e05dcaf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bab806 industry-cards elementor-widget elementor-widget-card_new\" data-id=\"3bab806\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"card_new.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <a class=\"card-new-wrapper\"\r\n      style=\"background-image: url(https:\/\/www.afiniti.com\/wp-content\/uploads\/2026\/05\/Telco-Media-new.jpg); background-size:cover;\"\r\n      href=\"https:\/\/www.afiniti.com\/industries\/telco-media\/\" role=\"listitem\"\r\n      aria-label=\"Telco &amp; Media\">\r\n      <div class=\"heading-wrapper\">\r\n                  <h3 class=\"card-heading\">Telco &amp; Media<\/h3>\r\n              <\/div>\r\n      <div class=\"card-new-bottom\">\r\n                  <div class=\"summary no-bottom-margin\" style=\"margin-bottom: 10px\">\r\n            <p>Top Telco<br \/>Generates over<\/p>          <\/div>\r\n                          <h3 class=\"sub-heading\">\r\n            $1b          <\/h3>\r\n                          <div class=\"summary\">\r\n            <p>with Afiniti<\/p>          <\/div>\r\n              <\/div>\r\n    <\/a>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8e2346a e-con-full e-flex e-con e-child\" data-id=\"8e2346a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8a8c5c4 elementor-widget elementor-widget-card_new\" data-id=\"8a8c5c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"card_new.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <a class=\"card-new-wrapper\"\r\n      style=\"background-image: url(https:\/\/www.afiniti.com\/wp-content\/uploads\/2026\/05\/Financial-Services-2.jpg); background-size:cover;\"\r\n      href=\"https:\/\/www.afiniti.com\/industries\/financial-services\/\" role=\"listitem\"\r\n      aria-label=\"Financial Services\">\r\n      <div class=\"heading-wrapper\">\r\n                  <h3 class=\"card-heading\">Financial Services<\/h3>\r\n              <\/div>\r\n      <div class=\"card-new-bottom\">\r\n                  <div class=\"summary no-bottom-margin\" style=\"margin-bottom: 10px\">\r\n            <p>International Bank<br \/>Increases Loan Sales by<\/p>          <\/div>\r\n                          <h3 class=\"sub-heading\">\r\n            12%          <\/h3>\r\n                          <div class=\"summary\">\r\n            <p>with Afiniti<\/p>          <\/div>\r\n              <\/div>\r\n    <\/a>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-59ed673 e-con-full e-flex e-con e-child\" data-id=\"59ed673\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a00055 elementor-widget elementor-widget-card_new\" data-id=\"3a00055\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"card_new.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <a class=\"card-new-wrapper\"\r\n      style=\"background-image: url(https:\/\/www.afiniti.com\/wp-content\/uploads\/2026\/05\/Insurance-2.jpg); background-size:cover;\"\r\n      href=\"https:\/\/www.afiniti.com\/industries\/insurance\/\" role=\"listitem\"\r\n      aria-label=\"Insurance\">\r\n      <div class=\"heading-wrapper\">\r\n                  <h3 class=\"card-heading\">Insurance<\/h3>\r\n              <\/div>\r\n      <div class=\"card-new-bottom\">\r\n                  <div class=\"summary no-bottom-margin\" style=\"margin-bottom: 10px\">\r\n            <p>Large U.S. Insurer<br \/>Increases Lifetime Premiums by<\/p>          <\/div>\r\n                          <h3 class=\"sub-heading\">\r\n            $450m+          <\/h3>\r\n                          <div class=\"summary\">\r\n            <p>with Afiniti<\/p>          <\/div>\r\n              <\/div>\r\n    <\/a>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2a876c9 e-con-full e-flex e-con e-child\" data-id=\"2a876c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4531ee6 elementor-widget elementor-widget-card_new\" data-id=\"4531ee6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"card_new.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <a class=\"card-new-wrapper\"\r\n      style=\"background-image: url(https:\/\/www.afiniti.com\/wp-content\/uploads\/2026\/03\/healthcare-card.jpg); background-size:cover;\"\r\n      href=\"https:\/\/www.afiniti.com\/industries\/healthcare\/\" role=\"listitem\"\r\n      aria-label=\"Healthcare\">\r\n      <div class=\"heading-wrapper\">\r\n                  <h3 class=\"card-heading\">Healthcare<\/h3>\r\n              <\/div>\r\n      <div class=\"card-new-bottom\">\r\n                  <div class=\"summary no-bottom-margin\" style=\"margin-bottom: 10px\">\r\n            <p>Top U.S. Healthcare <br \/>Insurer Increases Telesales by<\/p>          <\/div>\r\n                          <h3 class=\"sub-heading\">\r\n            6%          <\/h3>\r\n                          <div class=\"summary\">\r\n            <p>with Afiniti<\/p>          <\/div>\r\n              <\/div>\r\n    <\/a>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"5\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 5\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d4db039 e-con-full e-flex e-con e-child\" data-id=\"d4db039\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f6d33c elementor-widget elementor-widget-card_new\" data-id=\"2f6d33c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"card_new.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <a class=\"card-new-wrapper\"\r\n      style=\"background-image: url(https:\/\/www.afiniti.com\/wp-content\/uploads\/2026\/03\/Travel-card.jpg); background-size:cover;\"\r\n      href=\"https:\/\/www.afiniti.com\/industries\/travel-hospitality\/\" role=\"listitem\"\r\n      aria-label=\"Travel &amp; Hospitality\">\r\n      <div class=\"heading-wrapper\">\r\n                  <h3 class=\"card-heading\">Travel &amp; Hospitality<\/h3>\r\n              <\/div>\r\n      <div class=\"card-new-bottom\">\r\n                  <div class=\"summary no-bottom-margin\" style=\"margin-bottom: 10px\">\r\n            <p>Global Hospitality<br \/>Company Increases LTV by<\/p>          <\/div>\r\n                          <h3 class=\"sub-heading\">\r\n            $40m          <\/h3>\r\n                          <div class=\"summary\">\r\n            <p>with Afiniti<\/p>          <\/div>\r\n              <\/div>\r\n    <\/a>\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Group_43724\" data-name=\"Group 43724\" width=\"26.75\" height=\"12\" viewBox=\"0 0 26.75 12\"><circle id=\"Ellipse_1232\" data-name=\"Ellipse 1232\" cx=\"1.425\" cy=\"1.425\" r=\"1.425\" transform=\"translate(4.576)\" fill=\"#fff\"><\/circle><circle id=\"Ellipse_1234\" data-name=\"Ellipse 1234\" cx=\"1.425\" cy=\"1.425\" r=\"1.425\" transform=\"translate(0 4.575)\" fill=\"#fff\"><\/circle><circle id=\"Ellipse_1236\" data-name=\"Ellipse 1236\" cx=\"1.425\" cy=\"1.425\" r=\"1.425\" transform=\"translate(4.576 4.575)\" fill=\"#da4b60\"><\/circle><circle id=\"Ellipse_1235\" data-name=\"Ellipse 1235\" cx=\"1.425\" cy=\"1.425\" r=\"1.425\" transform=\"translate(4.576 9.15)\" fill=\"#fff\"><\/circle><line id=\"Line_1155\" data-name=\"Line 1155\" x2=\"15.744\" transform=\"translate(10.256 5.965)\" fill=\"none\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-width=\"1.5\"><\/line><\/svg>\t\t\t<\/div>\n\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26.75\" height=\"12\" viewBox=\"0 0 26.75 12\"><g id=\"Group_43724\" data-name=\"Group 43724\" transform=\"translate(5170.971 5593.975)\"><circle id=\"Ellipse_1232\" data-name=\"Ellipse 1232\" cx=\"1.425\" cy=\"1.425\" r=\"1.425\" transform=\"translate(-5151.646 -5593.975)\" fill=\"#fff\"><\/circle><circle id=\"Ellipse_1234\" data-name=\"Ellipse 1234\" cx=\"1.425\" cy=\"1.425\" r=\"1.425\" transform=\"translate(-5147.07 -5589.4)\" fill=\"#fff\"><\/circle><circle id=\"Ellipse_1236\" data-name=\"Ellipse 1236\" cx=\"1.425\" cy=\"1.425\" r=\"1.425\" transform=\"translate(-5151.646 -5589.4)\" fill=\"#da4b60\"><\/circle><circle id=\"Ellipse_1235\" data-name=\"Ellipse 1235\" cx=\"1.425\" cy=\"1.425\" r=\"1.425\" transform=\"translate(-5151.646 -5584.825)\" fill=\"#fff\"><\/circle><line id=\"Line_1155\" data-name=\"Line 1155\" x1=\"15.744\" transform=\"translate(-5170.221 -5588.01)\" fill=\"none\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-width=\"1.5\"><\/line><\/g><\/svg>\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7adcdd4f e-flex e-con-boxed e-con e-child\" data-id=\"7adcdd4f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4d100e39 e-flex e-con-boxed e-con e-child\" data-id=\"4d100e39\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b7921a9 elementor-widget elementor-widget-heading\" data-id=\"1b7921a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5118f529 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"5118f529\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"custom-toggle-container\">\n  <div class=\"toggle-col\">\n    <div class=\"custom-toggle-box\">\n      <div class=\"toggle-inner\">\n        <div class=\"toggle-header\">\n          <div class=\"toggle-header-top\">\n            <div class=\"header-inner\">\n              <h3 class=\"toggle-title desktop\">\n                What Is an outcome-optimized AI Agent?\n              <\/h3>\n              <span class=\"toggle-icon\">\n                <svg\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  width=\"19.465\"\n                  height=\"10.108\"\n                  viewBox=\"0 0 19.465 10.108\"\n                >\n                  <path\n                    id=\"Path_15569\"\n                    data-name=\"Path 15569\"\n                    d=\"M313.848,0h19.21l.128.256-9.733,9.853L313.721.256Z\"\n                    transform=\"translate(-313.721)\"\n                    fill=\"#544ec5\"\n                  \/>\n                <\/svg>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"toggle-content\">\n          <p>\n            Traditional AI agents are built to contain and deflect. They follow\n            scripted flows and escalate when they fail. An outcome-optimized AI\n            agent is built to achieve.\n          <\/p>\n          <p>\n            Afiniti Agents applies prescriptive AI before and during every\n            interaction to select the right persona, navigate complex and\n            non-linear conversations, and escalate at the moment a human agent\n            will improve the outcome, not just when the bot reaches its limit.\n          <\/p>\n          <p>\n            This shifts AI automation from only containment to measurable\n            business performance.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"custom-toggle-box\">\n      <div class=\"toggle-inner\">\n        <div class=\"toggle-header\">\n          <div class=\"toggle-header-top\">\n            <div class=\"header-inner\">\n              <h3 class=\"toggle-title\">What is Afiniti Agents?<\/h3>\n              <span class=\"toggle-icon\">\n                <svg\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  width=\"19.465\"\n                  height=\"10.108\"\n                  viewBox=\"0 0 19.465 10.108\"\n                >\n                  <path\n                    id=\"Path_15569\"\n                    data-name=\"Path 15569\"\n                    d=\"M313.848,0h19.21l.128.256-9.733,9.853L313.721.256Z\"\n                    transform=\"translate(-313.721)\"\n                    fill=\"#544ec5\"\n                  \/>\n                <\/svg>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"toggle-content\">\n          <p>\n            Afiniti Agents is an outcome-optimized AI agent solution within\n            Afiniti\u2019s outcome orchestration platform. It automates customer\n            interactions across voice and chat with human-like, empathetic\n            engagement while staying focused on measurable business outcomes\n            such as resolution, sales, and retention. Unlike traditional bots\n            built for containment, Afiniti Agents is built to achieve results.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"custom-toggle-box\">\n      <div class=\"toggle-inner\">\n        <div class=\"toggle-header\">\n          <div class=\"toggle-header-top\">\n            <div class=\"header-inner\">\n              <h3 class=\"toggle-title\">How does Afiniti Agents work?<\/h3>\n              <span class=\"toggle-icon\">\n                <svg\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  width=\"19.465\"\n                  height=\"10.108\"\n                  viewBox=\"0 0 19.465 10.108\"\n                >\n                  <path\n                    id=\"Path_15569\"\n                    data-name=\"Path 15569\"\n                    d=\"M313.848,0h19.21l.128.256-9.733,9.853L313.721.256Z\"\n                    transform=\"translate(-313.721)\"\n                    fill=\"#544ec5\"\n                  \/>\n                <\/svg>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"toggle-content\">\n          <p>\n            Afiniti Agents learns from actual customer interactions and outcomes\n            to understand what drives success. When a live interaction begins,\n            it applies that intelligence in real time to select the optimal AI\n            persona for each customer and context, resolve multi-intent and\n            non-linear conversations end-to-end, and escalate to the right human\n            agent at the exact moment it will most improve the outcome.\n            Throughout, it engages customers naturally, professionally, and\n            empathetically while adhering to all configured business and\n            operational rules.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"custom-toggle-box\">\n      <div class=\"toggle-inner\">\n        <div class=\"toggle-header\">\n          <div class=\"toggle-header-top\">\n            <div class=\"header-inner\">\n              <h3 class=\"toggle-title\">\n                How do I get started with Afiniti Agents?\n              <\/h3>\n              <span class=\"toggle-icon\">\n                <svg\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  width=\"19.465\"\n                  height=\"10.108\"\n                  viewBox=\"0 0 19.465 10.108\"\n                >\n                  <path\n                    id=\"Path_15569\"\n                    data-name=\"Path 15569\"\n                    d=\"M313.848,0h19.21l.128.256-9.733,9.853L313.721.256Z\"\n                    transform=\"translate(-313.721)\"\n                    fill=\"#544ec5\"\n                  \/>\n                <\/svg>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"toggle-content\">\n          <p>\n            New customers can contact Afiniti through the website to begin the\n            setup process. Existing Afiniti customers can get started by\n            contacting their Afiniti sales representative or account manager to\n            discuss setup, deployment options, and next steps.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"custom-toggle-box\">\n      <div class=\"toggle-inner\">\n        <div class=\"toggle-header\">\n          <div class=\"toggle-header-top\">\n            <div class=\"header-inner\">\n              <h3 class=\"toggle-title\">\n                What types of interactions can Afiniti Agents support?\n              <\/h3>\n              <span class=\"toggle-icon\">\n                <svg\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  width=\"19.465\"\n                  height=\"10.108\"\n                  viewBox=\"0 0 19.465 10.108\"\n                >\n                  <path\n                    id=\"Path_15569\"\n                    data-name=\"Path 15569\"\n                    d=\"M313.848,0h19.21l.128.256-9.733,9.853L313.721.256Z\"\n                    transform=\"translate(-313.721)\"\n                    fill=\"#544ec5\"\n                  \/>\n                <\/svg>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"toggle-content\">\n          <p>\n            Afiniti Agents supports a wide range of customer interactions across\n            voice and digital channels, including sales and upgrades, retention\n            and save offers, technical support and fault resolution, account and\n            general inquiries, IVR replacement and intent triage, and claims\n            handling. Additional use cases can be supported through\n            configuration as business needs evolve.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"custom-toggle-box\">\n      <div class=\"toggle-inner\">\n        <div class=\"toggle-header\">\n          <div class=\"toggle-header-top\">\n            <div class=\"header-inner\">\n              <h3 class=\"toggle-title\">\n                How does Afiniti Agents integrate with existing enterprise\n                applications?\n              <\/h3>\n              <span class=\"toggle-icon\">\n                <svg\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  width=\"19.465\"\n                  height=\"10.108\"\n                  viewBox=\"0 0 19.465 10.108\"\n                >\n                  <path\n                    id=\"Path_15569\"\n                    data-name=\"Path 15569\"\n                    d=\"M313.848,0h19.21l.128.256-9.733,9.853L313.721.256Z\"\n                    transform=\"translate(-313.721)\"\n                    fill=\"#544ec5\"\n                  \/>\n                <\/svg>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"toggle-content\">\n          <p>\n            Afiniti Agents integrates with existing enterprise applications\n            through tools and knowledge bases. Enterprise systems such as CRM\n            platforms or order management systems expose REST APIs, which\n            Afiniti Agents uses during conversations to retrieve or update\n            customer and order information. These integrations are configured\n            through the Afiniti Agents user interface.\n          <\/p>\n          <p>\n            Afiniti Agents can also integrate with enterprise knowledge bases,\n            including product documentation, troubleshooting guides, support\n            content, and training materials. Knowledge sources can be ingested\n            in formats such as PDF, text, and word document files, or referenced\n            via URLs or intranet sources.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"custom-toggle-box\">\n      <div class=\"toggle-inner\">\n        <div class=\"toggle-header\">\n          <div class=\"toggle-header-top\">\n            <div class=\"header-inner\">\n              <h3 class=\"toggle-title\">\n                What deployment options does Afiniti Agents offer?\n              <\/h3>\n              <span class=\"toggle-icon\">\n                <svg\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  width=\"19.465\"\n                  height=\"10.108\"\n                  viewBox=\"0 0 19.465 10.108\"\n                >\n                  <path\n                    id=\"Path_15569\"\n                    data-name=\"Path 15569\"\n                    d=\"M313.848,0h19.21l.128.256-9.733,9.853L313.721.256Z\"\n                    transform=\"translate(-313.721)\"\n                    fill=\"#544ec5\"\n                  \/>\n                <\/svg>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"toggle-content\">\n          <p>\n            Afiniti Agents can be deployed as an IVR or IVA replacement within\n            voice queues, as an in-queue AI agent operating alongside human\n            agents, or across digital chat channels. This flexibility allows\n            organizations to introduce automation incrementally across lines of\n            business without disrupting existing operations. UI-led deployment\n            wizards allow teams to configure, test, and deploy agents directly\n            into their contact center environment.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"custom-toggle-box\">\n      <div class=\"toggle-inner\">\n        <div class=\"toggle-header\">\n          <div class=\"toggle-header-top\">\n            <div class=\"header-inner\">\n              <h3 class=\"toggle-title\">\n                Can Afiniti Agents be tailored to my brand and business\n                processes?\n              <\/h3>\n              <span class=\"toggle-icon\">\n                <svg\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  width=\"19.465\"\n                  height=\"10.108\"\n                  viewBox=\"0 0 19.465 10.108\"\n                >\n                  <path\n                    id=\"Path_15569\"\n                    data-name=\"Path 15569\"\n                    d=\"M313.848,0h19.21l.128.256-9.733,9.853L313.721.256Z\"\n                    transform=\"translate(-313.721)\"\n                    fill=\"#544ec5\"\n                  \/>\n                <\/svg>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"toggle-content\">\n          <p>\n            Yes. Afiniti Agents can be configured with voices and personas that\n            align with your brand. Persona selection can also be optimized\n            dynamically to better match each customer. Organizations can\n            configure skills and conversation flows to match their specific\n            business processes and test those configurations through simulated\n            conversations to verify adherence across different scenarios.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"custom-toggle-box\">\n      <div class=\"toggle-inner\">\n        <div class=\"toggle-header\">\n          <div class=\"toggle-header-top\">\n            <div class=\"header-inner\">\n              <h3 class=\"toggle-title\">\n                How can I ensure Afiniti Agents performance is as expected?\n              <\/h3>\n              <span class=\"toggle-icon\">\n                <svg\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  width=\"19.465\"\n                  height=\"10.108\"\n                  viewBox=\"0 0 19.465 10.108\"\n                >\n                  <path\n                    id=\"Path_15569\"\n                    data-name=\"Path 15569\"\n                    d=\"M313.848,0h19.21l.128.256-9.733,9.853L313.721.256Z\"\n                    transform=\"translate(-313.721)\"\n                    fill=\"#544ec5\"\n                  \/>\n                <\/svg>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"toggle-content\">\n          <p>\n            Afiniti Agents provides analytics dashboards that allow users to\n            review historical conversations through relevant KPIs such as issue\n            resolution rate, conversion rates, escalation rates, and process\n            adherence. Users can also drill down into detailed conversation\n            transcripts to understand exactly how each interaction unfolded.\n            Both real and synthetic conversations can be evaluated to support\n            ongoing refinement.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"custom-toggle-box\">\n      <div class=\"toggle-inner\">\n        <div class=\"toggle-header\">\n          <div class=\"toggle-header-top\">\n            <div class=\"header-inner\">\n              <h3 class=\"toggle-title\">\n                How does Afiniti approach responsible AI for Afiniti Agents?\n              <\/h3>\n              <span class=\"toggle-icon\">\n                <svg\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  width=\"19.465\"\n                  height=\"10.108\"\n                  viewBox=\"0 0 19.465 10.108\"\n                >\n                  <path\n                    id=\"Path_15569\"\n                    data-name=\"Path 15569\"\n                    d=\"M313.848,0h19.21l.128.256-9.733,9.853L313.721.256Z\"\n                    transform=\"translate(-313.721)\"\n                    fill=\"#544ec5\"\n                  \/>\n                <\/svg>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"toggle-content\">\n          <p>\n            Responsible AI is embedded into Afiniti Agents with a focus on\n            disclosure, transparency, safety, data protection, and compliance.\n            Built-in guardrails help ensure responses are appropriate, secure,\n            and aligned with defined business policies.\n          <\/p>\n          <div class=\"testimonial-cta-wrapper\">\n            <a\n              href=\"\/responsible-ai\/\"\n              class=\"cta-new-wrapper cta-wrapper theme-light\"\n              >Learn More About Responsible AI\n              <div\n                class=\"cta-lottie label-lottie\"\n                data-lottie=\"\/wp-content\/plugins\/design-system-plugin-2026\/assets\/lottie\/button-dark-single.json\"\n              ><\/div>\n            <\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"custom-toggle-box\">\n      <div class=\"toggle-inner\">\n        <div class=\"toggle-header\">\n          <div class=\"toggle-header-top\">\n            <div class=\"header-inner\">\n              <h3 class=\"toggle-title\">\n                Is Afiniti Agents part of outcome orchestration?\n              <\/h3>\n              <span class=\"toggle-icon\">\n                <svg\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  width=\"19.465\"\n                  height=\"10.108\"\n                  viewBox=\"0 0 19.465 10.108\"\n                >\n                  <path\n                    id=\"Path_15569\"\n                    data-name=\"Path 15569\"\n                    d=\"M313.848,0h19.21l.128.256-9.733,9.853L313.721.256Z\"\n                    transform=\"translate(-313.721)\"\n                    fill=\"#544ec5\"\n                  \/>\n                <\/svg>\n              <\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"toggle-content\">\n          <p>\n            Yes. Afiniti Agents is one of the key products within Afiniti\u2019s\n            outcome orchestration product suite. It can be deployed by itself or\n            alongside Afiniti Pairing, Afiniti Orchestrator, and Afiniti\n            Intelligence to coordinate AI-driven decisions across the full\n            contact center ecosystem.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n<style>\n  .custom-toggle-container.desktop {\n    display: none !important;\n  }\n  .custom-toggle-container.mobile {\n    display: flex !important;\n  }\n  .custom-toggle-container {\n    gap: 10px;\n    flex-direction: column;\n    display: flex !important;\n  }\n\n  .custom-toggle-container .toggle-col {\n    flex: 1;\n    gap: 0px;\n    display: flex;\n    flex-direction: column;\n  }\n  .custom-toggle-container .toggle-col .custom-toggle-box:first-child {\n    border-radius: 15px 15px 0px 0px;\n  }\n  .custom-toggle-container .toggle-col .custom-toggle-box:last-child {\n    border-radius: 0px 0px 15px 15px;\n  }\n  .custom-toggle-box {\n    cursor: pointer;\n    display: flex;\n    border-radius: 0;\n    overflow: hidden;\n    position: relative;\n    align-items: center;\n    box-sizing: border-box;\n    padding: 20px 14px 20px 20px;\n    transition: background-color 0.3s ease;\n    border: 1px solid var(--e-global-color-dbf2942);\n    background-color: var(--e-global-color-d055c08);\n  }\n\n  .custom-toggle-container .toggle-inner {\n    display: flex;\n    flex-direction: column;\n  }\n\n  .toggle-header {\n    display: flex;\n    flex-direction: column;\n    transition: color 0.3s ease;\n    color: var(--e-global-color-primary);\n  }\n\n  .custom-toggle-container .header-inner {\n    flex: 1;\n  }\n\n  .toggle-header-top {\n    gap: 16px;\n    display: flex;\n    align-items: center;\n    justify-content: flex-start;\n  }\n\n  .toggle-header-top .header-inner {\n    gap: 22px;\n    width: 100%;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n  .toggle-header-top .toggle-title {\n    margin: 0;\n    text-align: left;\n    color: var(--e-global-color-primary);\n    font-size: var(--e-global-typography-390f6ac-font-size);\n    font-weight: var(--e-global-typography-390f6ac-font-weight);\n    line-height: var(--e-global-typography-390f6ac-line-height);\n    letter-spacing: var(--e-global-typography-390f6ac-letter-spacing);\n    font-family: var(--e-global-typography-390f6ac-font-family), Sans-serif;\n  }\n  .custom-toggle-container .toggle-icon {\n    transition: transform 0.3s ease;\n  }\n  .custom-toggle-container .toggle-icon svg {\n    width: 18px;\n  }\n  .custom-toggle-container .toggle-content {\n    opacity: 0;\n    cursor: auto;\n    max-height: 0;\n    overflow: hidden;\n    padding-left: 0px;\n    padding-right: 16px;\n    color: var(--e-global-color-text);\n    font-size: var(--e-global-typography-0783073-font-size);\n    line-height: var(--e-global-typography-0783073-line-height);\n    letter-spacing: var(--e-global-typography-0783073-letter-spacing);\n    transition:\n      opacity 0.3s ease,\n      max-height 0.4s ease,\n      margin-top 0.4s ease;\n  }\n  .custom-toggle-container .toggle-content .testimonial-cta-wrapper,\n  .custom-toggle-container .toggle-content .cta-txt {\n    font-weight: 400;\n    align-items: center;\n    display: inline-flex;\n    color: var(--e-global-color-primary);\n    font-size: var(--e-global-typography-3871339-font-size);\n    line-height: var(--e-global-typography-3871339-line-height);\n    letter-spacing: var(--e-global-typography-3871339-letter-spacing);\n    font-family: var(--e-global-typography-3871339-font-family), Sans-serif;\n  }\n  .custom-toggle-container .toggle-content .cta-txt {\n    display: initial;\n  }\n  .custom-toggle-container .toggle-content .cta-txt a {\n    text-decoration: underline;\n  }\n  .custom-toggle-container\n    .toggle-content\n    .testimonial-cta-wrapper\n    .cta-new-wrapper {\n    \/\/margin-right: 15px;\n  }\n  .toggle-content p {\n    margin: 0;\n  }\n  .toggle-content p:not(:last-child) {\n    margin-bottom: 14px;\n  }\n  .custom-toggle-box.active .toggle-content {\n    opacity: 1;\n    margin-top: 15px;\n    margin-bottom: 5px;\n    max-height: 1000px;\n  }\n  .custom-toggle-box.active .toggle-icon {\n    transform: rotate(180deg);\n  }\n  .custom-toggle-container .toggle-header .icon-block {\n    width: 32px;\n    display: flex;\n    font-weight: 400;\n    color: var(--e-global-color-primary);\n    font-size: var(--e-global-typography-3871339-font-size);\n    line-height: var(--e-global-typography-3871339-line-height);\n    letter-spacing: var(--e-global-typography-3871339-letter-spacing);\n    font-family: var(--e-global-typography-3871339-font-family), Sans-serif;\n  }\n  .custom-toggle-container .testimonial-cta-wrapper {\n    margin: 5px 0px 0px;\n  }\n\n  @media (min-width: 767px) {\n    .custom-toggle-container.desktop {\n      display: flex !important;\n    }\n    .custom-toggle-container.mobile {\n      display: none !important;\n    }\n    .custom-toggle-container {\n      flex-direction: row;\n    }\n    .custom-toggle-box {\n      padding: 26px 16px 26px 22px;\n    }\n    .toggle-header-top {\n      gap: 10px;\n    }\n  }\n\n  @media (min-width: 1024px) {\n    .custom-toggle-box {\n      padding: 26px 16px 26px 30px;\n    }\n  }\n\n  @media (min-width: 1366px) {\n    .toggle-header-top {\n      gap: 18px;\n    }\n    .custom-toggle-box {\n      padding: 40px 40px 40px 50px;\n    }\n    .custom-toggle-box.active .toggle-content {\n      margin-top: 20px;\n      margin-bottom: 0px;\n    }\n    .custom-toggle-container .toggle-icon svg {\n      width: 18px;\n    }\n    .custom-toggle-container .testimonial-cta-wrapper {\n      margin: 15px 0px 0px;\n    }\n  } \/* 1366px *\/\n\n  @media (min-width: 1700px) {\n    .toggle-header-top {\n      gap: 38px;\n    }\n    .custom-toggle-container .toggle-icon svg {\n      width: 22px;\n    }\n  } \/* 1700px *\/\n<\/style>\n\n<script>\n  document.addEventListener('DOMContentLoaded', function () {\n    document.querySelectorAll('.custom-toggle-container').forEach(container => {\n      const toggleBoxes = container.querySelectorAll('.custom-toggle-box');\n      const images = container.querySelectorAll('.toggle-image');\n\n      function activateImage(toggleId) {\n        images.forEach(img => {\n          img.classList.toggle('active', img.dataset.toggle === toggleId);\n        });\n      }\n\n      function activateBox(box) {\n        const content = box.querySelector('.toggle-content');\n        const toggleId = box.dataset.toggle;\n\n        box.classList.add('active');\n        content.style.maxHeight = content.scrollHeight + 'px';\n        content.style.opacity = 1;\n\n        if (toggleId) {\n          activateImage(toggleId);\n        }\n      }\n\n      \/\/ \ud83d\udd39 DEFAULT ACTIVE TOGGLE (NEW)\n      let activeToggle = container.querySelector('.custom-toggle-box.active');\n\n      if (!activeToggle && toggleBoxes.length) {\n        activeToggle = toggleBoxes[0];\n        activateBox(activeToggle);\n      } else if (activeToggle) {\n        activateBox(activeToggle);\n      }\n\n      toggleBoxes.forEach(box => {\n        const content = box.querySelector('.toggle-content');\n        const header = box.querySelector('.toggle-header');\n\n        box.addEventListener('click', function (e) {\n          \/\/ Ignore clicks inside content\n          if (e.target.closest('.toggle-content')) return;\n\n          if (box.classList.contains('active')) return;\n\n          \/\/ Close others\n          toggleBoxes.forEach(b => {\n            b.classList.remove('active');\n            const c = b.querySelector('.toggle-content');\n            c.style.maxHeight = null;\n            c.style.opacity = 0;\n          });\n\n          \/\/ \u2705 Use existing logic\n          activateBox(box);\n        });\n      });\n    });\n\n    \/\/ Resize handling\n    window.addEventListener('resize', () => {\n      document\n        .querySelectorAll('.custom-toggle-box.active .toggle-content')\n        .forEach(content => {\n          content.style.maxHeight = content.scrollHeight + 'px';\n        });\n    });\n  });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3477c0b8 e-flex e-con-boxed e-con e-child\" data-id=\"3477c0b8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d475c5 elementor-widget elementor-widget-heading\" data-id=\"4d475c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Contact Us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57900560 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"57900560\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>If you are exploring ways to improve conversion, retention, or customer experience at scale, our team can help you identify where measurable value can be unlocked using your existing systems.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-787148a8 elementor-widget elementor-widget-cta-new\" data-id=\"787148a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"cta-new.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"cta-container\">\r\n      <a class=\"cta-new-wrapper cta-wrapper   theme-dark   \"\r\n         href=\"https:\/\/www.afiniti.com\/contact\/#afiniti-agents\" >\r\n                  Connect with Our Team        \r\n        \r\n      <div class=\"cta-lottie   label-lottie \" data-lottie=\"https:\/\/www.afiniti.com\/wp-content\/plugins\/design-system-plugin-2026\/widgets\/..\/assets\/lottie\/button-light-single.json\"><\/div>\r\n      <\/a>\r\n    <\/div>\r\n\r\n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Afiniti AgentsTM Agentic AI for Voice and Chat Driving Lower Costs, Better Customer Experiences, and Measurable Business Outcomes Afiniti Agents delivers human-like AI agent interactions powered by real-time intelligence. By dynamically adapting AI personas and knowing when to bring in a human agent, Afiniti Agents enables automation that improves issue resolution, sales, retention, and customer [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":22403,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-21583","products","type-products","status-publish","format-standard","has-post-thumbnail","hentry"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/products\/21583","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/products"}],"about":[{"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/types\/products"}],"author":[{"embeddable":true,"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/comments?post=21583"}],"version-history":[{"count":247,"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/products\/21583\/revisions"}],"predecessor-version":[{"id":22778,"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/products\/21583\/revisions\/22778"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/media\/22403"}],"wp:attachment":[{"href":"https:\/\/www.afiniti.com\/api\/wp\/v2\/media?parent=21583"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}