Perspectives

Proprietary data, expert analysis and bold thinking for leaders who want to achieve the extraordinary.

Home / Perspectives

Solutions

[fusion_builder_container hundred_percent=”no” hundred_percent_height=”no” hundred_percent_height_scroll=”no” hundred_percent_height_center_content=”yes” equal_height_columns=”no” menu_anchor=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” status=”published” publish_date=”” class=”” id=”” background_color=”” background_image=”” background_position=”center center” background_repeat=”no-repeat” fade=”no” background_parallax=”none” enable_mobile=”no” parallax_speed=”0.3″ video_mp4=”” video_webm=”” video_ogv=”” video_url=”” video_aspect_ratio=”16:9″ video_loop=”yes” video_mute=”yes” video_preview_image=”” border_color=”” border_style=”solid” margin_top=”” margin_bottom=”” padding_top=”50px” padding_right=”” padding_bottom=”30px” padding_left=”” type=”legacy”][fusion_builder_row][fusion_builder_column type=”4_5″ layout=”3_4″ spacing=”” center_content=”no” link=”” target=”_self” min_height=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=”” background_color=”” background_image=”” background_image_id=”” background_position=”left top” background_repeat=”no-repeat” hover_type=”none” border_color=”” border_style=”solid” border_position=”all” padding_top=”” padding_right=”” padding_bottom=”” padding_left=”” margin_top=”” margin_bottom=”” animation_type=”” animation_direction=”left” animation_speed=”0.3″ animation_offset=”” last=”false” border_sizes_top=”0″ border_sizes_bottom=”0″ border_sizes_left=”0″ border_sizes_right=”0″ first=”true” spacing_right=””][fusion_text columns=”” column_min_width=”” column_spacing=”” rule_style=”default” rule_size=”” rule_color=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=””]

Risk Management

[/fusion_text][fusion_separator style_type=”single solid” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=”” sep_color=”#3a7cb9″ top_margin=”” bottom_margin=”30px” border_size=”3″ icon=”” icon_circle=”” icon_circle_color=”” width=”” alignment=”left” /][fusion_woo_shortcodes]

[/fusion_woo_shortcodes][fusion_separator style_type=”none” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=”” sep_color=”” top_margin=”45″ bottom_margin=”” border_size=”” icon=”” icon_circle=”” icon_circle_color=”” width=”” alignment=”center” /][fusion_text columns=”” column_min_width=”” column_spacing=”” rule_style=”default” rule_size=”” rule_color=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=””]

Cyber Security

[/fusion_text][fusion_separator style_type=”single solid” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=”” sep_color=”#3a7cb9″ top_margin=”” bottom_margin=”30px” border_size=”3″ icon=”” icon_circle=”” icon_circle_color=”” width=”” alignment=”left” /][fusion_woo_shortcodes]

[/fusion_woo_shortcodes][/fusion_builder_column][fusion_builder_column type=”1_5″ layout=”1_4″ spacing=”” center_content=”no” link=”” target=”_self” min_height=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=”” background_color=”” background_image=”” background_image_id=”” background_position=”left top” background_repeat=”no-repeat” hover_type=”none” border_color=”” border_style=”solid” border_position=”all” padding_top=”” padding_right=”” padding_bottom=”” padding_left=”” margin_top=”” margin_bottom=”” animation_type=”” animation_direction=”left” animation_speed=”0.3″ animation_offset=”” last=”true” border_sizes_top=”0″ border_sizes_bottom=”0″ border_sizes_left=”0″ border_sizes_right=”0″ first=”false”][fusion_widget_area name=”avada-custom-sidebar-shopsidebar” title_size=”” title_color=”” background_color=”” padding_top=”” padding_right=”” padding_bottom=”” padding_left=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=”” /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]

document.addEventListener("DOMContentLoaded", function () { const section = document.querySelector(".cp-authority-strip"); const counters = document.querySelectorAll(".cp-counter"); if (!section || !counters.length) return; let started = false; function animateCounter(counter) { const target = parseInt( counter.getAttribute("data-target"), 10 ); let current = 0; const increment = target / 120; function updateCounter() { current += increment; if (current < target) { counter.innerText = Math.floor(current).toLocaleString(); requestAnimationFrame(updateCounter); } else { counter.innerText = target.toLocaleString(); } } updateCounter(); } function checkScroll() { if (started) return; const sectionTop = section.getBoundingClientRect().top; const triggerPoint = window.innerHeight * 0.78; if (sectionTop < triggerPoint) { started = true; counters.forEach((counter, index) => { setTimeout(() => { animateCounter(counter); }, index * 220); }); window.removeEventListener( "scroll", checkScroll ); } } window.addEventListener( "scroll", checkScroll ); checkScroll(); });