{"id":8393,"date":"2024-06-26T12:46:44","date_gmt":"2024-06-26T12:46:44","guid":{"rendered":"https:\/\/imageaccess.de\/?page_id=8393"},"modified":"2026-03-23T10:41:07","modified_gmt":"2026-03-23T10:41:07","slug":"be5-v1a-c50","status":"publish","type":"page","link":"https:\/\/imageaccess.de\/de\/booktek\/be5-v1a-c50\/","title":{"rendered":"BE5-V1A-C50"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; module_id=&#8221;main-header&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; box_shadow_style=&#8221;preset1&#8243; box_shadow_blur=&#8221;50px&#8221; box_shadow_color=&#8221;rgba(0,0,0,0.09)&#8221; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Row&#8221; module_class=&#8221;hidden&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<style><!-- [et_pb_line_break_holder] -->  .dropdown-menu-row {<!-- [et_pb_line_break_holder] -->    display: flex;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.column {<!-- [et_pb_line_break_holder] -->    flex: 1;<!-- [et_pb_line_break_holder] -->    padding: 10px;<!-- [et_pb_line_break_holder] -->    border: 1px solid #ddd;<!-- [et_pb_line_break_holder] -->    text-align: center;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.hidden {<!-- [et_pb_line_break_holder] -->    display: none;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><\/style>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->  document.addEventListener('DOMContentLoaded', function() {<!-- [et_pb_line_break_holder] -->    var menuContainers = document.querySelectorAll('.menu-container');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    menuContainers.forEach(function(container) {<!-- [et_pb_line_break_holder] -->        \/\/ Find the corresponding menu row for each container<!-- [et_pb_line_break_holder] -->        var menuId = container.className.split(' ')[1]; \/\/ Assuming second class is the identifier<!-- [et_pb_line_break_holder] -->        var row = document.querySelector('.' + menuId + '-row');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        container.addEventListener('mouseover', function() {<!-- [et_pb_line_break_holder] -->            row.classList.remove('hidden');<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        container.addEventListener('mouseout', function(event) {<!-- [et_pb_line_break_holder] -->            if (!container.contains(event.relatedTarget) && !row.contains(event.relatedTarget)) {<!-- [et_pb_line_break_holder] -->                row.classList.add('hidden');<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        row.addEventListener('mouseover', function() {<!-- [et_pb_line_break_holder] -->            row.classList.remove('hidden');<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        row.addEventListener('mouseout', function(event) {<!-- [et_pb_line_break_holder] -->            if (!container.contains(event.relatedTarget)) {<!-- [et_pb_line_break_holder] -->                row.classList.add('hidden');<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_code _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<style><!-- [et_pb_line_break_holder] -->  .suggestions {<!-- [et_pb_line_break_holder] -->    display: none; \/* Hidden by default *\/<!-- [et_pb_line_break_holder] -->    position: absolute; \/* To position the suggestions below the search field *\/<!-- [et_pb_line_break_holder] -->    border: 1px solid #ddd;<!-- [et_pb_line_break_holder] -->    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);<!-- [et_pb_line_break_holder] -->    background: white; \/* or any other color *\/<!-- [et_pb_line_break_holder] -->    width: -webkit-fill-available; \/* To match the width of the search box, can be adjusted as needed *\/<!-- [et_pb_line_break_holder] -->    z-index: 1; \/* To ensure it appears above other content *\/<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.suggestions span {<!-- [et_pb_line_break_holder] -->    display: block; \/* To ensure each suggestion is on a new line *\/<!-- [et_pb_line_break_holder] -->    padding: 8px;<!-- [et_pb_line_break_holder] -->    cursor: pointer;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.suggestions span:hover {<!-- [et_pb_line_break_holder] -->    background-color: #f0f0f0;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.hidden {<!-- [et_pb_line_break_holder] -->    display: none;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/style>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->  document.addEventListener('DOMContentLoaded', function() {<!-- [et_pb_line_break_holder] -->    var searchField = document.querySelector('.search-field');<!-- [et_pb_line_break_holder] -->    var suggestionsContainer = document.querySelector('.suggestions-container');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    searchField.addEventListener('click', function() {<!-- [et_pb_line_break_holder] -->        suggestionsContainer.classList.remove('hidden');<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Hide suggestions when the user starts typing<!-- [et_pb_line_break_holder] -->    searchField.addEventListener('input', function() {<!-- [et_pb_line_break_holder] -->        suggestionsContainer.classList.add('hidden');<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    document.addEventListener('click', function(event) {<!-- [et_pb_line_break_holder] -->        \/\/ Check if the clicked area is outside the search field and suggestions container<!-- [et_pb_line_break_holder] -->        if (!searchField.contains(event.target) && !suggestionsContainer.contains(event.target)) {<!-- [et_pb_line_break_holder] -->            suggestionsContainer.classList.add('hidden');<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; module_class=&#8221;about-menu-row hidden&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; max_width_tablet=&#8221;1440px&#8221; max_width_phone=&#8221;1440px&#8221; max_width_last_edited=&#8221;off|desktop&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;6px|225px|6px|225px|true|true&#8221; custom_css_main_element=&#8221;position: absolute;||left: 0%;||right: 0%;&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221; gutter_width__hover_enabled=&#8221;off|desktop&#8221;][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Company&#8221; url=&#8221;\/products\/&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700|||||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;11px|6%|11px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;About Image Access&#8221; url=&#8221;\/products\/&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Company History&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Success Stories&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Getting to Image Access&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Contact&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;News &#038; Events&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700|||||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;11px|6%|11px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Press Releases&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Event Overview&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Newsletter&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Newsletter Login&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Careers&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700|||||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;11px|6%|11px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Job Vacancies&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Location&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Team&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Partners&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700|||||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;11px|6%|11px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Distributors&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;OEM Partners&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Professional Groups&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; module_class=&#8221;scanners-menu-row hidden&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;6px|220px|6px|220px|true|true&#8221; custom_css_main_element=&#8221;position: absolute;||left: 0%;||right: 0%;&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221; gutter_width__hover_enabled=&#8221;off|desktop&#8221;][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Book Scanners&#8221; url=&#8221;\/book-scanners\/&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700|||||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;15px|6%|15px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Bookeye BE5-V3 Basic&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Bookeye BE5-V3 Kiosk&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Bookeye BE5-V3 Professional&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Bookeye BE5-V3A Automatic&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Bookeye BE5-V2 Kiosk&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Bookeye BE5-V2 Professional&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Bookeye BE5-V2A Automatic&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Bookeye BE5-V2 Archive&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Bookeye BE5-V2S Semiautomatic&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Bookeye BE5-V1A Professional&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Bookeye BE5-V1A-C50&#8243; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Wide Format Scanners&#8221; url=&#8221;\/wide-format-scanners\/&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700|||||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;15px|6%|15px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;WideTEK Scanner WT36CL-600&#8243; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;WideTEK Scanner WT48CL-600&#8243; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;WideTEK Scanner WT60CL-600&#8243; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;WideTEK Scanner WT36-600&#8243; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;WideTEK Scanner WT44-600&#8243; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;WideTEK Scanner WT48-600&#8243; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;MFP Solutions&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Art Scanners&#8221; url=&#8221;\/art-scanners\/&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-item&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700|||||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;50px||||false|false&#8221; custom_padding=&#8221;15px|6%|15px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;WideTEK\u00ae 36ART-600&#8243; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;References&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Flatbed Scanners&#8221; url=&#8221;\/flatbed-scanners\/&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700|||||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;15px|6%|15px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;WideTEK WT12-650&#8243; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;WideTEK WT12-SPECTRUM&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;WideTEK WT25-650&#8243; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;WideTEK WT24F-600&#8243; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;OEM \/ 3rd Party Products&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-item&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700|||||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;50px||||false|false&#8221; custom_padding=&#8221;15px|6%|15px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;WideSCAN&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;PlanScan 3650FB&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;PlanScan 3650&#8243; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;PlanScan 4838&#8243; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;ScanRobot\u00ae&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;ScanRobot\u00ae&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;ScanRobot\u00ae&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; module_class=&#8221;software-menu-row hidden&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; max_width_tablet=&#8221;1440px&#8221; max_width_phone=&#8221;1440px&#8221; max_width_last_edited=&#8221;off|desktop&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;6px|225px|6px|225px|true|true&#8221; custom_css_main_element=&#8221;position: absolute;||left: 0%;||right: 0%;&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221; gutter_width__hover_enabled=&#8221;off|desktop&#8221;][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Software&#8221; url=&#8221;\/products\/&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700|||||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;15px|6%|15px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Scan2Net\u00ae&#8221; url=&#8221;\/products\/&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;ScanWizard&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;PrintWizard&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Scan2OCR&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Client Software&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700|||||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;15px|6%|15px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Batch Scan Wizard&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;PerfectStitch&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Scan2ICC&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;PlugIns&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700|||||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;15px|6%|15px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Scan2PS&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Apps&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700|||||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;15px|6%|15px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Scan2Pad\u00ae&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; module_class=&#8221;papers-menu-row hidden&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; max_width_tablet=&#8221;1440px&#8221; max_width_phone=&#8221;1440px&#8221; max_width_last_edited=&#8221;off|desktop&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;6px|220px|6px|220px|true|true&#8221; custom_css_main_element=&#8221;position: absolute;||left: 0%;||right: 0%;&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221; gutter_width__hover_enabled=&#8221;off|desktop&#8221;][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Book Scanner Guide&#8221; url=&#8221;\/products\/&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221; Wide Format Guide&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Network Security&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;CCD or CIS&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;The Pixel Race&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;No Light, No Scan&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Compression and Losses&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;The Resolution Myth&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Scan2Net\u00ae Diffrence&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;The Truth about Turbo Scanning&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Bits, Density and Noise&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Thick Media Scanner&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; module_class=&#8221;sales-menu-row hidden&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; max_width_tablet=&#8221;1440px&#8221; max_width_phone=&#8221;1440px&#8221; max_width_last_edited=&#8221;off|desktop&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;6px|220px|6px|220px|true|true&#8221; custom_css_main_element=&#8221;position: absolute;||left: 0%;||right: 0%;&#8221; box_shadow_style=&#8221;preset3&#8243; global_colors_info=&#8221;{}&#8221; gutter_width__hover_enabled=&#8221;off|desktop&#8221;][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Support&#8221; url=&#8221;\/products\/&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700||on|||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;15px|6%|15px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Image Access FAQs&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Contact&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Service Portal&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;File Size Calculator&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;TCO Calculator&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Accessibility VPAT&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Service and Warranty Policies&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; module_class=&#8221;dropdown-menu-column&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Sales&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|700||on|||||&#8221; header_text_color=&#8221;#047BCB&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;15px|6%|15px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Get A Quote&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Product Catalog&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Online Purchase&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Search For Distributers&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Contact&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;30px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dropdown-menu-items-heading&#8221; _builder_version=&#8221;4.23.1&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h6&#8243; header_font=&#8221;Open Sans|500|||||||&#8221; header_text_color=&#8221;#093C8B&#8221; body_font=&#8221;Open Sans||||||||&#8221; background_color=&#8221;#FFFFFF&#8221; custom_padding=&#8221;5px|6%|5px|6%|true|true&#8221; custom_padding_tablet=&#8221;7px|2%|7px|2%|true|true&#8221; custom_padding_phone=&#8221;|3%||3%|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; animation=&#8221;off&#8221; link_option_url=&#8221;#&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover=&#8221;|4%||8%|true|false&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Breadcrumbs Section&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#F6F6F6&#8243; custom_padding=&#8221;0px||0px||true|false&#8221; sticky_position=&#8221;top&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;43d83f0e-1966-4487-8381-e55f4dcac5ed&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dipi_breadcrumbs bc_custom_home=&#8221;on&#8221; bc_home_text=&#8221;Home&#8221; bc_home_url=&#8221;https:\/\/imageaccess.de\/&#8221; bc_separator_icon=&#8221;&#x39;||divi||400&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/dipi_breadcrumbs][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; admin_label=&#8221;Hero unit&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;4720ebfd-40cc-4f90-a902-3586b1d8188d&#8221; custom_css_main_element=&#8221;align-items: center;||justify-content: center;||display: flex;&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Overhead Book Scanner&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;690a52ff-32bd-4a93-a82f-651f5f3ce9c1&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; content__hover_enabled=&#8221;on|desktop&#8221; content__hover=&#8221;&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;BookTEK 5 V1A-C50&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7247c80f-a42a-4be4-a136-262a1021db5a&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>BookTEK 5 V1A-C50 is the wide format book scanner of choice for digitization projects which require formats more than DINA1+ with a thickness of up to 50cm<\/p>\n<p>[\/et_pb_blurb][et_pb_button button_text=&#8221;Gallery&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;81f44739-93ea-4f12-a04e-7708d0c5677a&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/HEADER_IMAGE_BE5-V1A-C50.jpg&#8221; title_text=&#8221;HEADER_IMAGE_BE5-V1A-C50&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7f8e86a1-c53f-4f2a-bc32-6d1770132577&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;Row&#8221; module_class=&#8221;hidden&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_slider arrows_custom_color=&#8221;#093C8B&#8221; dot_nav_custom_color=&#8221;#4e5054&#8243; admin_label=&#8221;GALLERY HIER BEF\u00dcLLEN&#8221; module_class=&#8221;product-gallery-view&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;45dec6f6-da30-4faf-b2bd-d6aa9f0977c8&#8243; background_enable_color=&#8221;off&#8221; content_max_width=&#8221;100%&#8221; min_height=&#8221;600px&#8221; height=&#8221;600px&#8221; max_height=&#8221;600px&#8221; custom_padding=&#8221;||||false|false&#8221; custom_css_free_form=&#8221;\/* Center the images within the slides *\/||.et_pb_slide_image {||    display: flex !important;||    justify-content: center !important;||    align-items: center !important;||}||||\/* Ensure the slider container height adjusts to the image *\/||.et_pb_slider_container_inner {||    display: flex !important;||    justify-content: center !important;||    align-items: center !important;||    height: 100% !important;||}||||\/* Adjust the position of the arrow controllers *\/||.et-pb-arrow-prev, .et-pb-arrow-next {||    top: 50% !important;||    transform: translateY(-50%) !important;||}||||.et-pb-arrow-prev {||    left: 0px !important; \/* Adjust the left position as needed *\/||}||||.et-pb-arrow-next {||    right: 0px !important; \/* Adjust the right position as needed *\/||}||||\/* Ensure that the control dots are centered *\/||.et-pb-controllers {||    display: flex !important;||    justify-content: center !important;||    margin-top: 10px !important;||}||||||\/* Basic modal styling *\/||.modal {||    display: none; \/* Hidden by default *\/||    position: fixed; \/* Stay in place *\/||    z-index: 1000; \/* Sit on top *\/||    left: 0;||    top: 0;||    width: 100%;||    height: 100%;||    overflow: auto; \/* Enable scroll if needed *\/||    background-color: rgba(0, 0, 0, 0.5); \/* Black with opacity *\/||}||||\/* Modal Content *\/||.modal-content {||    background-color: #fefefe;||    margin: 10% auto; \/* 15% from the top and centered *\/||    padding: 40px 25px 40px 40px;||    border: 1px solid #888;||    width: 65%; \/* Could be more or less, depending on screen size *\/||  \tborder-radius: 20px;||}||||\/* The Close Button *\/||  ||  .close-modal {||    color: #aaa;||    float: right;||    font-size: 28px;||    font-weight: bold;||}||||.close-modal:hover,||.close-modal:focus {||    color: black;||    text-decoration: none;||    cursor: pointer;||}&#8221; custom_css_slide_controllers=&#8221;bottom: 0px;||padding-bottom: 20px;&#8221; border_radii=&#8221;on|20px|20px|20px|20px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_slide image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/120\u00b0-flach-Wippe-dickes-Buch-schrag.png&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#F6F6F6&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;][\/et_pb_slide][et_pb_slide image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-V-Wippe-dickes-Buch.png&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#F6F6F6&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;][\/et_pb_slide][et_pb_slide image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/120\u00b0-flach-.png&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#F6F6F6&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;][\/et_pb_slide][et_pb_slide image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-V-schrag.png&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#F6F6F6&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;][\/et_pb_slide][\/et_pb_slider][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; admin_label=&#8221;Blue Menu Bar Section&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_fullwidth_menu menu_id=&#8221;63&#8243; admin_label=&#8221;Fullwidth Menu&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;c841c735-9b45-465c-ad9c-d3040fa7ac6a&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_fullwidth_menu][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;fast and easy&#8221; module_id=&#8221;overview&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#F6F6F6&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1816eeb1-534b-4c45-b23a-1b7a38d8df79&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;High-performance scanning for oversized originals&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;517e17ef-5f04-43ef-bec4-4bc5653f735c&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>The BookTEK 5 V1A-C50 is designed for demanding digitization projects, combining speed, precision, and ease of use. Capable of handling originals up to A1 size and book thicknesses of 35 or 50 cm, this scanner streamlines workflows with its motorized glass plate and versatile book cradle. Whether working in fixed, glass-free, or fully automatic modes, this scanner delivers exceptional image quality for even the most challenging tasks.<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb title=&#8221;See full specification&#8221; url=&#8221;#specification_section&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#x3d;||divi||400&#8243; admin_label=&#8221;See Full Specification Blurb&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;0b006a28-fc6e-4866-bf80-5795d5cb28f5&#8243; global_module=&#8221;8261&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; content__hover_enabled=&#8221;on|desktop&#8221; content__hover=&#8221;&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;360\u00b0 View Section&#8221; module_id=&#8221;360view&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1816eeb1-534b-4c45-b23a-1b7a38d8df79&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/IMAGE_BE5-V1A-C50_Frontal.jpg&#8221; title_text=&#8221;IMAGE_BE5-V1A-C50_Frontal&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Feature Halfsplit Section&#8221; module_id=&#8221;functionandfeatures&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#F6F6F6&#8243; custom_padding=&#8221;0px||0px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; admin_label=&#8221;Halfsplit L-Image-R-Text&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;2b32b479-61df-4366-bf34-6bde546fcd20&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/TILE_Neutral_OpenBook.jpg&#8221; title_text=&#8221;TILE_Neutral_OpenBook&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7db50cae-6cbe-4f9f-8d83-39f6ff9d46fc&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Digitization in brilliant quality&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;b73fcf96-cc6b-43a4-899e-3497365aef8f&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>A high-resolution linear CCD camera with laser-controlled autofocus precisely follows the curvature of books, scanning along the reading direction.<\/p>\n<p>Even at 600 dpi with all image enhancements activated, scanning takes only 4 seconds, and the complete cycle time, including all glass plate movements, is under 8 seconds.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; admin_label=&#8221;Halfsplit L-Text-R-Image&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;2b32b479-61df-4366-bf34-6bde546fcd20&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; custom_css_main_element=&#8221;margin-right: 0px !important;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Motorized glass plate&#8221; admin_label=&#8221;Halfsplit L-Text Blurb&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;b73fcf96-cc6b-43a4-899e-3497365aef8f&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>The BookTEK 5 V1A-C50 features a motorized, adjustable glass plate. Its automated movements streamline the scanning process, gently lowering onto the book to apply just the right amount of pressure for high-quality scans without damaging delicate pages.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/TILE_BE5-V1A-C50_Glass_plate.jpg&#8221; title_text=&#8221;TILE_BE5-V1A-C50_Glass_plate&#8221; admin_label=&#8221;Halfsplit R-Image&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7db50cae-6cbe-4f9f-8d83-39f6ff9d46fc&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Certification Row&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;2fa50491-021b-4905-ae9f-226e811bf91f&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;http:\/\/imageaccess.de\/wp-content\/uploads\/PRODUCT_CERTIFICATION_All.png&#8221; title_text=&#8221;PRODUCT_CERTIFICATION_All&#8221; admin_label=&#8221;Image&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;8d93708d-e443-41ca-914e-bcaf2513fa79&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text admin_label=&#8221;BookTEK Certification Text&#8221; _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;9b6a7992-faf2-47b4-b2da-1231fb3f5fc8&#8243; global_module=&#8221;35875&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>This scanner exceeds all criteria set forth in the FADGI *** and ISO 19264-1 level B guidelines.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Feature Halfsplit Section&#8221; module_id=&#8221;functionandfeatures&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#F6F6F6&#8243; custom_padding=&#8221;0px||0px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; admin_label=&#8221;Halfsplit L-Image-R-Text&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;2b32b479-61df-4366-bf34-6bde546fcd20&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/TILE_BE5-V1A-C50_Bookcradle.jpg&#8221; title_text=&#8221;TILE_BE5-V1A-C50_Bookcradle&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7db50cae-6cbe-4f9f-8d83-39f6ff9d46fc&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Advanced book cradle design&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;b73fcf96-cc6b-43a4-899e-3497365aef8f&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>The motor-driven book cradle handles books up to 35 cm high, with an optional upgrade to 50 cm, making it perfect for digitizing standard and oversized materials. Operators can easily switch between flat mode for open books and V-mode with a 140\u00b0 opening angle to protect delicate spines and bindings.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; admin_label=&#8221;Halfsplit L-Text-R-Image&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;2b32b479-61df-4366-bf34-6bde546fcd20&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; custom_css_main_element=&#8221;margin-right: 0px !important;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Predefined book cradle modes&#8221; admin_label=&#8221;Halfsplit L-Text Blurb&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;b73fcf96-cc6b-43a4-899e-3497365aef8f&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>The BookTEK 5 V1A-C50 Book Cradle offers predefined modes for efficient scanning of various materials. Auto Mode enables fully automated operation, Book Mode scans open books flat, and V-mode gently handles delicate volumes with a 140\u00b0 opening angle, ensuring excellent results while protecting fragile materials.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/TILE_BE5-V1A-C50_Bookcradle_Modes.jpg&#8221; title_text=&#8221;TILE_BE5-V1A-C50_Bookcradle_Modes&#8221; admin_label=&#8221;Halfsplit R-Image&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7db50cae-6cbe-4f9f-8d83-39f6ff9d46fc&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; admin_label=&#8221;Halfsplit L-Image-R-Text&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;2b32b479-61df-4366-bf34-6bde546fcd20&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/TILE_BE5-V1A-C50_Dual_Monitors.jpg&#8221; title_text=&#8221;TILE_BE5-V1A-C50_Dual_Monitors&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7db50cae-6cbe-4f9f-8d83-39f6ff9d46fc&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Dual monitor setup&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;b73fcf96-cc6b-43a4-899e-3497365aef8f&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>With a spacious 27-inch 4K preview monitor in front of the operator for clear, detailed scanning feedback and a 21-inch Full HD multi-touchscreen for easy operation, this setup offers optimal control and visual clarity for smooth, efficient scanning.<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Features Slider&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;b0a11e97-c820-42ee-82ac-98ac23b48f9a&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_slider _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;735bee7e-20ef-4d3f-b22b-82335f0b892d&#8221; header_font=&#8221;|600|||||||&#8221; auto_ignore_hover=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_slide heading=&#8221;Dark mode&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;]<\/p>\n<p>Enhances scan quality through less light reflection and improves operation by reducing eye strain<\/p>\n<p>[\/et_pb_slide][et_pb_slide heading=&#8221;Laser-assisted book fold correction&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;]<\/p>\n<p>Effectively reduces annoying shadows and distortions in the center of a scanned image of a book when operators are scanning thick bound documents, resulting in a perfectly flat scanned image<\/p>\n<p>[\/et_pb_slide][et_pb_slide heading=&#8221;LED Lighting&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;]<\/p>\n<p>Four light bars, each containing bright white LEDs, provide always ready, IR\/UV free illumination<\/p>\n<p>[\/et_pb_slide][et_pb_slide heading=&#8221;Automatic finger and thumb removal&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;]<\/p>\n<p>The user can hold books flat on the edge with their fingers without them being visible after the scan. The integrated Scan Wizard software removes these from the scanned image without leaving any residue.<\/p>\n<p>[\/et_pb_slide][et_pb_slide heading=&#8221;Virtual Rescan&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;]<\/p>\n<p>Optimize images without rescanning, real time display of scanned images<\/p>\n<p>[\/et_pb_slide][et_pb_slide heading=&#8221;Multilingual operation&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; sticky_transition=&#8221;on&#8221;]<\/p>\n<p>With over 20 languages available for the unique Scan2Net and ScanWizard user interfaces. Customize the interfaces to comply with corporate identity norms and standards<\/p>\n<p>[\/et_pb_slide][\/et_pb_slider][et_pb_blurb title=&#8221;See full feature list in product brochure&#8221; url=&#8221;#brochure_section&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#x3d;||divi||400&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;3c59e6b8-6d89-4f35-b934-7cf499025e0b&#8221; global_module=&#8221;8135&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; content__hover_enabled=&#8221;on|desktop&#8221; content__hover=&#8221;&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_id=&#8221;functionandfeatures&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; admin_label=&#8221;Software Row&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;2b32b479-61df-4366-bf34-6bde546fcd20&#8243; background_color=&#8221;#F6F6F6&#8243; global_module=&#8221;8133&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/TILE_Software.jpg&#8221; title_text=&#8221;TILE_Software&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Powerful software&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;b73fcf96-cc6b-43a4-899e-3497365aef8f&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Achieve exceptional scanning results with advanced features like automatic crop and deskew, as well as virtual rescan. Depending on the device type, options like finger and thumb removal, automatic width detection, or 3D scanning for authentic digitization of textured surfaces are also available.<\/p>\n<p>Our software further supports seamless copying and archiving, allowing you to send documents to various destinations, including SMB, FTP, printers, email, and cloud storage.[\/et_pb_blurb][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE2In19@&#8221; button_text=&#8221;Read more&#8221; _builder_version=&#8221;4.27.0&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;567d30ac-4e53-48d5-8bb8-1e84deb94a1d&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; admin_label=&#8221;Security Row&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;2b32b479-61df-4366-bf34-6bde546fcd20&#8243; width_phone=&#8221;80%&#8221; max_width_tablet=&#8221;&#8221; max_width_phone=&#8221;80%&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;2rem||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_module=&#8221;8134&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|desktop&#8221; custom_css_main_element_phone=&#8221;flex-direction: column;||gap: 2rem;&#8221; custom_css_main_element_tablet=&#8221;display: flex;||align-items: center;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; custom_css_main_element=&#8221;margin-right: 0px !important;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;No compromises on security&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;b73fcf96-cc6b-43a4-899e-3497365aef8f&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>All Image Access Scanners are based on a Linux operating system, which is extremely secure and virus-resistant. Nevertheless, the device is easy and intuitive to use and, when operated over the network, fits seamlessly into any Windows work environment.<\/p>\n<p>[\/et_pb_blurb][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjczMzEifX0=@&#8221; button_text=&#8221;Read more&#8221; _builder_version=&#8221;4.24.0&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;567d30ac-4e53-48d5-8bb8-1e84deb94a1d&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;http:\/\/imageaccess.de\/wp-content\/uploads\/TILE_Security.jpg&#8221; title_text=&#8221;TILE_Security&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;7db50cae-6cbe-4f9f-8d83-39f6ff9d46fc&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#093C8B&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_3,2_3&#8243; admin_label=&#8221;Contact Row&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;100px||100px||true|false&#8221; global_module=&#8221;8266&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Contact.png&#8221; title_text=&#8221;SYMBOL_Contact&#8221; url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE5In19@&#8221; align=&#8221;right&#8221; align_tablet=&#8221;&#8221; align_phone=&#8221;left&#8221; align_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _dynamic_attributes=&#8221;url&#8221; _module_preset=&#8221;default&#8221; width=&#8221;100px&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_cta title=&#8221;Your interest, our expertise&#8221; _builder_version=&#8221;4.27.0&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; header_level=&#8221;h3&#8243; header_font=&#8221;Open Sans||||||||&#8221; body_font=&#8221;Open Sans|300|||||||&#8221; background_enable_color=&#8221;off&#8221; use_background_color=&#8221;off&#8221; text_orientation=&#8221;left&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE5In19@&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Contact us now and explore a new dimension in scanning technology!<\/p>\n<p>[\/et_pb_cta][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Support &#038; Downloads&#8221; module_id=&#8221;SupportAndDownload&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#F6F6F6&#8243; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;100px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;3d94f15d-33b5-4ba6-b03a-db8ff46ec5b1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Downloads Title Text&#8221; module_class=&#8221;support-and-download-title&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|600|||||||&#8221; text_font_size=&#8221;36px&#8221; header_2_font=&#8221;|600|||||||&#8221; custom_css_free_form=&#8221;.support-and-download-title p {||   font-size: clamp(36px, 1.9vw, 36px) !important;||}&#8221; global_module=&#8221;7587&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Support &amp; Downloads<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;\uf007 Login for Reseller&#8221; module_class=&#8221;login-for-reseller-row&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;d9369c0e-d238-4360-836c-ef681512cecd&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Login for Reseller&#8221; url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM4NjEifX0=@&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xf007;||fa||900&#8243; icon_color=&#8221;#047BCB&#8221; icon_placement=&#8221;left&#8221; image_icon_width=&#8221;18px&#8221; content_max_width=&#8221;100%&#8221; module_class=&#8221;dl-blurb-icon-right login-for-reseller&#8221; _builder_version=&#8221;4.27.4&#8243; _dynamic_attributes=&#8221;url&#8221; _module_preset=&#8221;default&#8221; header_level=&#8221;h3&#8243; header_font=&#8221;Open Sans|300|||||||&#8221; header_text_align=&#8221;left&#8221; header_text_color=&#8221;#047BCB&#8221; header_font_size=&#8221;15px&#8221; image_icon_custom_margin=&#8221;-3px||0px||false|false&#8221; image_icon_custom_padding=&#8221;1px|2px|1px|2px|true|true&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; custom_css_blurb_image=&#8221;cursor: pointer;||vertical-align: middle;&#8221; custom_css_blurb_title=&#8221;cursor: pointer;||padding: 0;&#8221; border_radii_image=&#8221;on|50%|50%|50%|50%&#8221; border_width_all_image=&#8221;1px&#8221; border_color_all_image=&#8221;#047BCB&#8221; global_module=&#8221;7588&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; content__hover_enabled=&#8221;on|desktop&#8221; custom_padding__hover_enabled=&#8221;off|desktop&#8221; custom_padding__hover=&#8221;|||5px|false|false&#8221; content__hover=&#8221;&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; admin_label=&#8221;Downloads Menu&#8221; module_class=&#8221;ds-tab-control&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;1920px&#8221; max_width_tablet=&#8221;1920px&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;||0px||false|false&#8221; global_module=&#8221;7589&#8243; saved_tabs=&#8221;all&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;display: flex;&#8221; custom_css_main_element_phone=&#8221;display: flex;&#8221;][et_pb_blurb title=&#8221;Documentation&#8221; image=&#8221;http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_DOWNLOADS_Documentation.png&#8221; image_icon_width=&#8221;40%&#8221; admin_label=&#8221;Documentation&#8221; module_id=&#8221;#support_image_1&#8243; module_class=&#8221;support-tab-item support_image_1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h4&#8243; header_font=&#8221;Open Sans|||on|||||&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;10px|24px||24px|false|true&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; custom_css_blurb_title=&#8221;display: flex;||justify-content:center;||:onClick {||  color: white;||}&#8221; global_colors_info=&#8221;{}&#8221; image_icon_background_color__hover_enabled=&#8221;off|hover&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Brochures&#8221; image=&#8221;http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_DOWNLOADS_Brochures.png&#8221; image_icon_width=&#8221;40%&#8221; admin_label=&#8221;Brochure&#8221; module_id=&#8221;#support_image_2&#8243; module_class=&#8221;support-tab-item support_image_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h4&#8243; header_font=&#8221;Open Sans|||on|||||&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;10px|24px||24px|false|true&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; custom_css_blurb_title=&#8221;display: flex;||justify-content:center;||||:onClick {||  color: white;||}&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Firmware&#8221; image=&#8221;http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_DOWNLOADS_Firmware.png&#8221; image_icon_width=&#8221;40%&#8221; admin_label=&#8221;Firmware&#8221; module_id=&#8221;#support_image_3&#8243; module_class=&#8221;support-tab-item support_image_3&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h4&#8243; header_font=&#8221;Open Sans|||on|||||&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;10px|24px||24px|false|true&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; custom_css_blurb_title=&#8221;display: flex;||justify-content:center;||||:onClick {||  color: white;||}&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;specifications&#8221; image=&#8221;http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_DOWNLOADS_Specifications.png&#8221; image_icon_width=&#8221;40%&#8221; admin_label=&#8221;Specifications&#8221; module_id=&#8221;#support_image_4&#8243; module_class=&#8221;support-tab-item support_image_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h4&#8243; header_font=&#8221;Open Sans|||on|||||&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;10px|24px||24px|false|true&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; custom_css_blurb_title=&#8221;display: flex;||justify-content:center;||||:onClick {||  color: white;||}&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Media&#8221; image=&#8221;http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_DOWNLOADS_Media.png&#8221; image_icon_width=&#8221;40%&#8221; admin_label=&#8221;Media&#8221; module_id=&#8221;#support_image_5&#8243; module_class=&#8221;support-tab-item support_image_5&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h4&#8243; header_font=&#8221;Open Sans|||on|||||&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;10px|24px||24px|false|true&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; custom_css_blurb_title=&#8221;display: flex;||justify-content:center;||||:onClick {||  color: white;||}&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Fact Sheets&#8221; image=&#8221;http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_DOWNLOADS_FactSheets.png&#8221; image_icon_width=&#8221;40%&#8221; admin_label=&#8221;Fact Sheets&#8221; module_id=&#8221;#support_image_6&#8243; module_class=&#8221;support-tab-item support_image_6&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h4&#8243; header_font=&#8221;Open Sans|||on|||||&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;10px|24px||24px|false|true&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; custom_css_blurb_title=&#8221;display: flex;||justify-content:center;||||:onClick {||  color: white;||}&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][et_pb_blurb title=&#8221;Service Videos&#8221; image=&#8221;http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_DOWNLOADS_ServiceVideos.png&#8221; image_icon_width=&#8221;40%&#8221; admin_label=&#8221;Service Video&#8221; module_id=&#8221;#support_image_7&#8243; module_class=&#8221;support-tab-item support_image_7&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_level=&#8221;h4&#8243; header_font=&#8221;Open Sans|||on|||||&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;10px|24px||24px|false|true&#8221; custom_css_main_element=&#8221;cursor: pointer;&#8221; custom_css_blurb_title=&#8221;display: flex;||justify-content:center;||||:onClick {||  color: white;||}&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Documents&#8221; module_class=&#8221;documents_section&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;BROCHURE HEADLINE&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;af58a144-6e43-4178-9987-d4a5cec90273&#8243; global_module=&#8221;19084&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 40%;||width: 40% !important;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Header Product Brochures WT36CL-600&#8243; module_class=&#8221;font-size-header-h4&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Manuals<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 20%;||width: 20% !important;||display: flex;||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;max-width: 20%;||width: 20% !important;||||display: flex;||flex-direction: column;&#8221; custom_css_main_element_tablet=&#8221;max-width: 20%;||width: 20% !important;||display: flex;||&#8221;][et_pb_text disabled_on=&#8221;on|off|off&#8221; module_class=&#8221;font-size-header-h4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Language<\/h4>\n<p>[\/et_pb_text][et_pb_icon font_icon=&#8221;&#xe092;||divi||400&#8243; icon_width=&#8221;1.25rem&#8221; disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_icon][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_css_main_element=&#8221;width: 10% !important;||max-width: 10%;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;on|off|off&#8221; module_class=&#8221;font-size-header-h4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Format<\/h4>\n<p>[\/et_pb_text][et_pb_icon font_icon=&#8221;&#xe016;||divi||400&#8243; icon_width=&#8221;1.25rem&#8221; disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_icon][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_css_main_element=&#8221;width: auto;||max-width: 10%;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text disabled_on=&#8221;on|off|off&#8221; module_class=&#8221;font-size-header-h4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Date<\/h4>\n<p>[\/et_pb_text][et_pb_icon font_icon=&#8221;&#xf133;||fa||900&#8243; icon_width=&#8221;1.25rem&#8221; disabled_on=&#8221;off|on|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_icon][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; admin_label=&#8221;Legal Information&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 40%;||width: 40% !important;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;7bf19ad3-6463-46b5-b01b-bb1d83f0b3dd&#8221; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/LegalInformation_BE5-V3-V2-V1-ALL.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p>Legal Information<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 20%;||width: 20% !important;||display: flex;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/LegalInformation_BE5-V3-V2-V1-ALL.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >all<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;f3de9683-93d6-4680-a216-63b10a25436e&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p>PDF<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.6&#8243; _module_preset=&#8221;1ce1484a-2fe7-4148-a3ac-f7a9c2654926&#8243; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p>03\/2026<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; admin_label=&#8221;Technical Specification Bookeye 5 V1A-C35-C50&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;d011fe7c-d835-4a10-9d84-4e4d22b69737&#8243; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 40%;||width: 40% !important;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;TECH SPEC TEXT EN&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7bf19ad3-6463-46b5-b01b-bb1d83f0b3dd&#8221; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/BE5-V1A-C35C50_TechSpec_EN.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Technical Specification BE5-V1A-C50<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 20%;||width: 20% !important;||display: flex;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;TECH SPEC EN&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/BE5-V1A-C35C50_TechSpec_EN.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >EN<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code admin_label=&#8221;TECH SPEC DE&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/BE5-V1A-C35C50_TechSpec_DE.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >DE<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code admin_label=&#8221;TECH SPEC ES&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/BE5-V1A-C35C50_TechSpec_ES.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >ES<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code admin_label=&#8221;TECH SPEC FR&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/BE5-V1A-C35C50_TechSpec_FR.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >FR<\/span><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;TECH SPEC PT&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/BE5-V1A-C35C50_TechSpec_PT.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >PT<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;f3de9683-93d6-4680-a216-63b10a25436e&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>PDF<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ce1484a-2fe7-4148-a3ac-f7a9c2654926&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>04\/2025<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; admin_label=&#8221;Instruction Scan2ICC&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 40%;||width: 40% !important;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7bf19ad3-6463-46b5-b01b-bb1d83f0b3dd&#8221; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/Instruction_Scan2ICC.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Instruction Scan2ICC<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 20%;||width: 20% !important;||display: flex;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/Instruction_Scan2ICC.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >EN<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;f3de9683-93d6-4680-a216-63b10a25436e&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>PDF<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;1ce1484a-2fe7-4148-a3ac-f7a9c2654926&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>09\/2021<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; admin_label=&#8221;Declaration about the Emission of UV and IR radiation&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;d011fe7c-d835-4a10-9d84-4e4d22b69737&#8243; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 40%;||width: 40% !important;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7bf19ad3-6463-46b5-b01b-bb1d83f0b3dd&#8221; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/Bookeye-WideTEK_Certificate_License_UV&#038;IR_radiation.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Declaration about the Emission of UV and IR radiation<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 20%;||width: 20% !important;||display: flex;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/Bookeye-WideTEK_Certificate_License_UV&#038;IR_radiation.pdf&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >EN<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;f3de9683-93d6-4680-a216-63b10a25436e&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>PDF<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;1ce1484a-2fe7-4148-a3ac-f7a9c2654926&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>11\/2021<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; admin_label=&#8221;Book Scanner Buyer\u00b4s Guide&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 40%;||width: 40% !important;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7bf19ad3-6463-46b5-b01b-bb1d83f0b3dd&#8221; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/BookScannerBuyersGuide_EN.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Book Scanner Buyer\u00b4s Guide<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 20%;||width: 20% !important;||display: flex;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/BookScannerBuyersGuide_EN.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >EN<\/span><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/BookScannerEinkaufsf%C3%BChrer_DE.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >DE<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/BookScannerGu%C3%ADadelcomprador_ES.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >ES<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/BookScannerGuiadocomprador_BR.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >PT<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;f3de9683-93d6-4680-a216-63b10a25436e&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>PDF<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;1ce1484a-2fe7-4148-a3ac-f7a9c2654926&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>02\/2021<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Brochure&#8221; module_class=&#8221;brochure_section&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;BROCHURE HEADLINE&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;af58a144-6e43-4178-9987-d4a5cec90273&#8243; custom_padding=&#8221;2px|90px|2px|90px|true|false&#8221; global_module=&#8221;7670&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 40%;||width: 40% !important;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Header Product Brochures WT36CL-600&#8243; module_class=&#8221;font-size-header-h4&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Brochures<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 20%;||width: 20% !important;||display: flex;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;font-size-header-h4&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; header_text_color=&#8221;#F6F6F6&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Language<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; header_font=&#8221;|700|||||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Format<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Date<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Product Brochure BE5-V1A-C35-C50&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 40%;||width: 40% !important;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;BROCHURE TEXT EN&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7bf19ad3-6463-46b5-b01b-bb1d83f0b3dd&#8221; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Brochure\/Prospekt_BE5-V1A-C35C50_EN.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Product Brochure BE5-V1A-C50<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 20%;||width: 20% !important;||display: flex;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;BROCHURE EN&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Brochure\/Prospekt_BE5-V1A-C35C50_EN.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >EN<\/span><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code admin_label=&#8221;BROCHURE DE&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Brochure\/Prospekt_BE5-V1A-C35C50_DE.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >DE<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code admin_label=&#8221;BROCHURE ES&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Brochure\/Prospekt_BE5-V1A-C35C50_ES.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >ES<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;BROCHURE PT&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Brochure\/Prospekt_BE5-V1A-C35C50_PT.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >PT<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;f3de9683-93d6-4680-a216-63b10a25436e&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>PDF<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ce1484a-2fe7-4148-a3ac-f7a9c2654926&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>04\/2025<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; admin_label=&#8221;Product Brochure Scan2Net\u00ae&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;d011fe7c-d835-4a10-9d84-4e4d22b69737&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 40%;||width: 40% !important;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7bf19ad3-6463-46b5-b01b-bb1d83f0b3dd&#8221; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Brochure\/Prospekt_Scan2Net_Technology.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Product Brochure Scan2Net\u00ae<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 20%;||width: 20% !important;||display: flex;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Brochure\/Prospekt_Scan2Net_Technology.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >EN<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;f3de9683-93d6-4680-a216-63b10a25436e&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>PDF<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;1ce1484a-2fe7-4148-a3ac-f7a9c2654926&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>09\/2022<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; admin_label=&#8221;BROCHURE HEADLINE&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;dccda8e5-0c7e-4cb2-a5ee-97e0d41ac475&#8243; custom_padding=&#8221;2px|90px|2px|90px|true|false&#8221; global_module=&#8221;22267&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 40%;||width: 40% !important;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Header Product Brochures WT36CL-600&#8243; module_class=&#8221;font-size-header-h4&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Catalogs<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 20%;||width: 20% !important;||display: flex;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;font-size-header-h4&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; header_text_color=&#8221;#F6F6F6&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Language<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; header_font=&#8221;|700|||||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Format<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Date<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; admin_label=&#8221;Image Access Product Catalog&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; global_module=&#8221;22268&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 40%;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7bf19ad3-6463-46b5-b01b-bb1d83f0b3dd&#8221; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Brochure\/Product_Catalog_EN.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Image Access Product Catalog<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 20%;||width: 20% !important;||display: flex;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Brochure\/Product_Catalog_EN.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] --><span >EN<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Brochure\/Produkt_Katalog_DE.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] --><span >DE<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Brochure\/Catalogo_de_Productos_ES.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] --><span >ES<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url_new_window=&#8221;on&#8221; disabled=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] --><span >PT<\/span><\/pee><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;f3de9683-93d6-4680-a216-63b10a25436e&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>PDF<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;1ce1484a-2fe7-4148-a3ac-f7a9c2654926&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>01\/2026<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Brochure&#8221; module_class=&#8221;factSheets_section&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; admin_label=&#8221;FACT SHEETS HEADLINE&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;af58a144-6e43-4178-9987-d4a5cec90273&#8243; global_module=&#8221;7672&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 30%;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Fact Sheets<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Language<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Format<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Date<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; admin_label=&#8221;Fact Sheet BE5 V2-V3 (Coming soon)&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 30%;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; custom_margin=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Fact Sheet BE5-V1A-C50 (Coming soon)<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%;||display: flex;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; text_font_size=&#8221;17px&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>&#8211;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;f3de9683-93d6-4680-a216-63b10a25436e&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>PDF<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;1ce1484a-2fe7-4148-a3ac-f7a9c2654926&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>&#8211;.&#8211;.&#8211;<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_id=&#8221;specificationSection&#8221; module_class=&#8221;specification_section&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;\ue092 Download as PDF&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;87072fc4-f5a6-4cdb-b59e-4a84f8859ba9&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Download as PDF&#8221; url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Technical_Specifications\/BE5-V1A-C35C50_TechSpec_EN.pdf&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xe092;||divi||400&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;b15be49f-8a14-433d-9d2f-923c4fff6834&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Technical_Specifications\/BE5-V1A-C35C50_TechSpec_EN.pdf&#8221; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; content__hover_enabled=&#8221;on|desktop&#8221; content__hover=&#8221;&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;DOCUMENT&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dccda8e5-0c7e-4cb2-a5ee-97e0d41ac475&#8243; custom_margin=&#8221;||||false|false&#8221; global_module=&#8221;7794&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Document<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Maximum Documents Size&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Maximum Documents Size<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>635 x 914 mm (25 x 36 inch), 16% more than DIN\/ISO A1<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;OUTPUT&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dccda8e5-0c7e-4cb2-a5ee-97e0d41ac475&#8243; global_module=&#8221;7795&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Output<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Scanner Resolution&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Scanner Resolution<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>600 x 600 dpi<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Pixel Dimension&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;d011fe7c-d835-4a10-9d84-4e4d22b69737&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Pixel Dimension<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>9.3 x 9.3 \u00b5m<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Scan Speed Color&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Scan Speed Color<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>DIN A1+ @ 150 dpi: 1.2 s<br \/>DIN A1+ @ 200 dpi: 1.5 s<br \/>DIN A1+ @ 300 dpi: 2.1 s<br \/>DIN A1+ @ 400 dpi: 2.8 s<br \/>DIN A1+ @ 600 dpi: 4.1 s<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Color Depth&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;d011fe7c-d835-4a10-9d84-4e4d22b69737&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Color Depth<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>48 bit color, 16 bit grayscale<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Scan Output&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Scan Output<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>24 bit color, 8 bit grayscale, bitonal, enhanced halftone<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;ICC Profiles&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;d011fe7c-d835-4a10-9d84-4e4d22b69737&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>ICC Profiles<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Embedded for sRGB, Adobe RGB and native. Individual profiling via web based Scan2ICC subscription<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Quality&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Quality<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Complies to FADGI *** guidelines, Metamorfoze Light, ISO 19264-1<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;TECHNICAL SPECIFICATIONS&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dccda8e5-0c7e-4cb2-a5ee-97e0d41ac475&#8243; global_module=&#8221;7797&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Technical Specifications<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Computer&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Computer<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>64 bit Linux, Intel Core i3 generation 8 processor, <\/span><span>240GB SSD, 8 GB memory for extra large jobs<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Touchscreen&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;d011fe7c-d835-4a10-9d84-4e4d22b69737&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Touchscreen<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>21 inch Full HD 1920 * 1080 multitouch screen<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Touchscreen&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Monitor<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>27 inch 4K preview screen<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;USB Port&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;d011fe7c-d835-4a10-9d84-4e4d22b69737&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>USB Port<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span> 2 x USB 3.0 port, 4 x USB 2.0 port<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Interface&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Interface<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>2.5 GBit Fast Ethernet with TCP\/IP based Scan2Net<\/span><sup>\u00ae<\/sup><span>\u00a0interface<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Camera&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;d011fe7c-d835-4a10-9d84-4e4d22b69737&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Camera<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>CCD line sensor, 22,500 pixels (11,000 scan lines equals to a 245 MPixel matrix camera)<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Live Preview Camera&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Live Preview Camera<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>CMOS matrix, area sensor<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Light Source&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;d011fe7c-d835-4a10-9d84-4e4d22b69737&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Light Source<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>White LEDs, tested according to IEC 62471, no IR\/UV emission<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;461256c5-e259-4898-a5ba-9658e671a45e&#8221; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Certification\/Bookeye-WideTEK_Certificate_License_UV&#038;IR_radiation.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Declaration about the Emission of UV and IR radiation<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Lamp Lifetime&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Lamp Lifetime<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>50,000 h typ. Lamps are covered by the Extended Warranty Option<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;DIMENSIONS&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dccda8e5-0c7e-4cb2-a5ee-97e0d41ac475&#8243; global_module=&#8221;7798&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Dimensions<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Dimensions Scanner (H x W x D)&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Dimensions Scanner\u00a0<\/span><span>(H x W x D)<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>1.900 x 1.800 x 1.000 mm (75 x 71 x 39 inch)<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Weight Scanner&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;d011fe7c-d835-4a10-9d84-4e4d22b69737&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Weight Scanner<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>165 kg (364 lbs.)<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;ELECTRICAL SPECIFICATIONS&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dccda8e5-0c7e-4cb2-a5ee-97e0d41ac475&#8243; global_module=&#8221;7799&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Electrical Specifications<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Electrical Connection&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Electrical Connection<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>100-240 V AC, 47 \u2013 63 Hz <\/span>(two external power supplies)<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Power Consumption&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;d011fe7c-d835-4a10-9d84-4e4d22b69737&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Power Consumption<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>&lt; 33 W (Standby) \/ &lt; 90 W (Ready to scan, Monitor on) \/ &lt; 130 W (Scanning) \/ &lt; 230 W (Fully automatic scan cycle)<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;461256c5-e259-4898-a5ba-9658e671a45e&#8221; custom_padding=&#8221;5px||||false|false&#8221; link_option_url=&#8221;https:\/\/www.energystar.gov\/sites\/default\/files\/asset\/document\/ENERGY%20STAR%20Imaging%20Equipment%20Version%203.2%20Final%20Specification.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>ENERGY STAR requirements<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.27.0&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;461256c5-e259-4898-a5ba-9658e671a45e&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNzI2In19@&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Image Access FAQ<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;AMBIENT CONDITIONS&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dccda8e5-0c7e-4cb2-a5ee-97e0d41ac475&#8243; global_module=&#8221;7800&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Ambient Conditions<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Operating Temp&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Operating Temp<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>5 to 40 \u00b0C (40 to 105 \u00b0F)<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Rel Humidity&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;d011fe7c-d835-4a10-9d84-4e4d22b69737&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Rel Humidity<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>20 to 80% (non-condensing)<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;Noise&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;073b8d1e-0e35-4000-bda2-7585d4f6e77b&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Noise<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;12f4c782-9dfe-4305-89c2-b1811735c8bd&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>&lt; 55 dB(A) (Fully automatic scan cycle) \/ &lt; 38 dB(A) (Scanning) \/ &lt; 33 dB(A) (Standby)<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;All information subject to change.&#8221; module_id=&#8221;specifications&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;1920px&#8221; custom_margin=&#8221;50px||50px||true|false&#8221; custom_padding=&#8221;|90px||90px|false|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Technical changes, errors and omissions excepted. All information subject to change.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_class=&#8221;media_section&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;PRODUCT PHOTOS&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;9962cb76-f827-4340-af84-a9d6686ae306&#8243; global_module=&#8221;7675&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 20%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Product Pictures<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;15px&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>High resolution PNG files with transparent background<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;Download all&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;87072fc4-f5a6-4cdb-b59e-4a84f8859ba9&#8243; background_enable_color=&#8221;off&#8221; custom_padding=&#8221;10px|80px|0px|80px|false|true&#8221; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Download all&#8221; url_new_window=&#8221;on&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#xe092;||divi||400&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;b15be49f-8a14-433d-9d2f-923c4fff6834&#8243; link_option_url_new_window=&#8221;on&#8221; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; content__hover_enabled=&#8221;on|desktop&#8221; content__hover=&#8221;&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;838201c2-ffd8-49c4-aaf3-4b687a5d42ec&#8221; custom_padding=&#8221;|80px|0px|80px|false|true&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-V-schrag.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;533edac0-8445-44f4-8219-27577608e81a&#8221; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-V-schrag.png&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-blurb\">\n<p><img decoding=\"async\" class=\"download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/120\u00b0-flach-schrag-3.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;533edac0-8445-44f4-8219-27577608e81a&#8221; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/120\u00b0-flach-schrag-3.png&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-blurb\">\n<p><img decoding=\"async\" class=\"download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-flach-Wippe-dickes-Buch-schrag.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;533edac0-8445-44f4-8219-27577608e81a&#8221; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-flach-Wippe-dickes-Buch-schrag.png&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-blurb\">\n<p><img decoding=\"async\" class=\"download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/120\u00b0-flach-Wippe-dickes-Buch-schrag.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;533edac0-8445-44f4-8219-27577608e81a&#8221; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/120\u00b0-flach-Wippe-dickes-Buch-schrag.png&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-blurb\">\n<p><img decoding=\"async\" class=\"download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/180\u00b0-flach-dickes-Buch-Wippe-schrag.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;533edac0-8445-44f4-8219-27577608e81a&#8221; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/180\u00b0-flach-dickes-Buch-Wippe-schrag.png&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-blurb\">\n<p><img decoding=\"async\" class=\"download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;838201c2-ffd8-49c4-aaf3-4b687a5d42ec&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-V.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;533edac0-8445-44f4-8219-27577608e81a&#8221; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-V.png&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-blurb\">\n<p><img decoding=\"async\" class=\"download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/120\u00b0-flach-.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;533edac0-8445-44f4-8219-27577608e81a&#8221; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-V-Atlas.png&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-blurb\">\n<p><img decoding=\"async\" class=\"download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-V-Atlas.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;533edac0-8445-44f4-8219-27577608e81a&#8221; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-V-Atlas.png&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-blurb\">\n<p><img decoding=\"async\" class=\"download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-flach-Zeitung.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;533edac0-8445-44f4-8219-27577608e81a&#8221; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-flach-Zeitung.png&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-blurb\">\n<p><img decoding=\"async\" class=\"download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/180\u00b0-flach-Zeitung.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;533edac0-8445-44f4-8219-27577608e81a&#8221; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/180\u00b0-flach-Zeitung.png&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-blurb\">\n<p><img decoding=\"async\" class=\"download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;838201c2-ffd8-49c4-aaf3-4b687a5d42ec&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-flach-Wippe-dickes-Buch.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;533edac0-8445-44f4-8219-27577608e81a&#8221; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-flach-Wippe-dickes-Buch.png&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-blurb\">\n<p><img decoding=\"async\" class=\"download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/120\u00b0-flach-Wippe-dickes-Buch.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;533edac0-8445-44f4-8219-27577608e81a&#8221; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/120\u00b0-flach-Wippe-dickes-Buch.png&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-blurb\">\n<p><img decoding=\"async\" class=\"download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/180\u00b0-Flach-Wippe-dickes-Buch.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;533edac0-8445-44f4-8219-27577608e81a&#8221; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/180\u00b0-Flach-Wippe-dickes-Buch.png&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-blurb\">\n<p><img decoding=\"async\" class=\"download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb image=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-V-Wippe-dickes-Buch.png&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;533edac0-8445-44f4-8219-27577608e81a&#8221; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/90\u00b0-V-Wippe-dickes-Buch.png&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"custom-blurb\">\n<p><img decoding=\"async\" class=\"download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;PRODUCT RELATED VIDEOS&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;dccda8e5-0c7e-4cb2-a5ee-97e0d41ac475&#8243; custom_margin=&#8221;60px||20px||false|false&#8221; custom_padding=&#8221;2px|90px|2px|90px|true|false&#8221; global_module=&#8221;7802&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Videos<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;Watch on YouTube&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;87072fc4-f5a6-4cdb-b59e-4a84f8859ba9&#8243; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;20px||20px||true|false&#8221; custom_padding=&#8221;10px|70px|10px|70px|true|true&#8221; global_module=&#8221;9709&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb title=&#8221;Watch on YouTube&#8221; url=&#8221;https:\/\/www.youtube.com\/@ImageaccessDe&#8221; url_new_window=&#8221;on&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;&#x3d;||divi||400&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;0b006a28-fc6e-4866-bf80-5795d5cb28f5&#8243; custom_margin=&#8221;|20px||20px|false|true&#8221; custom_css_free_form=&#8221;.dl-blurb-icon-right .et_pb_blurb_container {|| padding-left: 0px !important;||}&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; content__hover_enabled=&#8221;on|desktop&#8221; content__hover=&#8221;&#8221;][\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;Videos&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;72d79bcb-1ae6-4d2d-a50f-74575ede441c&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_video src=&#8221;https:\/\/www.youtube.com\/watch?v=jlqvUSZPOUo&#8221; admin_label=&#8221;BE5-V1A Product Video&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;3556edaa-54d9-4b55-ad41-2757baac7efc&#8221; custom_margin=&#8221;0px|10px|0px|10px|true|true&#8221; custom_css_before=&#8221;content: &#8216;BE5-V1A Product Video&#8217;;||position: absolute;||top: 100%;||left: 0%;||background-color:#4e5054;||color: #ffffff;||width: 97.5%;||font-weight: 200;||padding-left: 10px;&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_video][et_pb_video src=&#8221;https:\/\/www.youtube.com\/watch?v=CQnNbkaaZg4&#8243; admin_label=&#8221;BE5-V2-V3 Product Video&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;3556edaa-54d9-4b55-ad41-2757baac7efc&#8221; custom_margin=&#8221;0px|10px|0px|10px|true|true&#8221; custom_css_before=&#8221;content: &#8216;BE5-V2-V3 Product Video&#8217;;||position: absolute;||top: 100%;||left: 0%;||background-color:#4e5054;||color: #ffffff;||width: 97.5%;||font-weight: 200;||padding-left: 10px;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_video][et_pb_video src=&#8221;https:\/\/www.youtube.com\/watch?v=hem0_vvJoFI&#8221; admin_label=&#8221;Hybrid scanning with BookTEK&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;3556edaa-54d9-4b55-ad41-2757baac7efc&#8221; custom_margin=&#8221;0px|10px|0px|10px|true|true&#8221; custom_css_before=&#8221;content: &#8216;Hybrid scanning with BookTEK&#8217;;||position: absolute;||top: 100%;||left: 0%;||background-color:#4e5054;||color: #ffffff;||width: 97.5%;||font-weight: 200;||padding-left: 10px;&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_video][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;e7e70240-eb06-4e84-8b2e-b6777452ecf9&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||max-width: 27%;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;BE5-V1A Product Video Link EN&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/\/cdn.imageaccess.de\/downloads\/advertisement\/Videos\/BE5-V1A_Productvideo_2025_EN.mp4&#8243; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >EN<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||max-width: 26.5%;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;BE5-V2-V3 Product Video Link EN&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/\/cdn.imageaccess.de\/downloads\/advertisement\/Videos\/BE5-V2-V3_Productvideo_2025_EN.mp4&#8243; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >EN<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code admin_label=&#8221;BE5-V2-V3 Product Video Link DE&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/\/cdn.imageaccess.de\/downloads\/advertisement\/Videos\/BE5-V2-V3_Productvideo_2025_DE.mp4&#8243; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >DE<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Hybrid scanning with BookTEK Link EN&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/\/cdn.imageaccess.de\/downloads\/advertisement\/Videos\/BookTEK_WideTEK48_Xino S700_IA_EN.mp4&#8243; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >EN<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code admin_label=&#8221;Hybrid scanning with BookTEK Link DE&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/\/cdn.imageaccess.de\/downloads\/advertisement\/Videos\/BookTEK_WideTEK48_Xino S700_IA_DE.mp4&#8243; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >DE<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;Videos 2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;72d79bcb-1ae6-4d2d-a50f-74575ede441c&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_video src=&#8221;https:\/\/www.youtube.com\/watch?v=LalSlsMrbWc&#8221; admin_label=&#8221;Hybrid scans for Archives and Authorities&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;3556edaa-54d9-4b55-ad41-2757baac7efc&#8221; custom_margin=&#8221;0px|10px|0px|10px|true|true&#8221; custom_css_before=&#8221;content: &#8216;Hybrid scans for Archives and Authorities&#8217;;||position: absolute;||top: 100%;||left: 0%;||background-color:#4e5054;||color: #ffffff;||width: 97.5%;||font-weight: 200;||padding-left: 10px;&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_video][et_pb_video src=&#8221;https:\/\/www.youtube.com\/watch?v=UH-yZVweZkY&#8221; admin_label=&#8221;Video Security&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;3556edaa-54d9-4b55-ad41-2757baac7efc&#8221; custom_margin=&#8221;0px|10px|0px|10px|true|true&#8221; custom_css_before=&#8221;content: &#8216;IT-Security of scan2Net Scanners&#8217;;||position: absolute;||top: 100%;||left: 0%;||background-color:#4e5054;||color: #ffffff;||width: 97.5%;||font-weight: 200;||padding-left: 10px;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_video][et_pb_video src=&#8221;https:\/\/www.youtube.com\/watch?v=Je8inyox2kk&#038;t=7s&#8221; admin_label=&#8221;Video Scan Versus Picture&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;3556edaa-54d9-4b55-ad41-2757baac7efc&#8221; custom_margin=&#8221;0px|10px|0px|10px|true|true&#8221; custom_css_before=&#8221;content: &#8216;Scan versus Picture&#8217;;||position: absolute;||top: 100%;||left: 0%;||background-color:#4e5054;||color: #ffffff;||width: 97.5%;||font-weight: 200;||padding-left: 10px;&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_video][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;e7e70240-eb06-4e84-8b2e-b6777452ecf9&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||max-width: 27%;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Hybrid scans for Archives and Authorities Link DE&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/advertisement\/Videos\/BookTEK_WideTEK48_ScaMax3x1_IA_DE.mp4&#8243; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >DE<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;||max-width: 26.5%;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Video Security Link EN&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/\/cdn.imageaccess.de\/downloads\/advertisement\/Videos\/EXPLANATION_VIDEO_Security.mp4&#8243; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >EN<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Video Scan Versus Picture Link EN&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/\/cdn.imageaccess.de\/downloads\/advertisement\/Videos\/EXPLANATION_VIDEO_ScanVersusPicture.mp4&#8243; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >EN<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code admin_label=&#8221;Video Scan Versus Picture Link DE&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/\/cdn.imageaccess.de\/downloads\/advertisement\/Videos\/EXPLANATION_VIDEO_ScanVersusPicture_DE.mp4&#8243; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >DE<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,3_4&#8243; admin_label=&#8221;LOGOS&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;9962cb76-f827-4340-af84-a9d6686ae306&#8243; custom_margin=&#8221;60px||20px||false|false&#8221; global_module=&#8221;7676&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 20%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Logos<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;10px||10px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]Vectorized SVG files and PNG files with transparent background[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;0076eaf9-1324-4471-8493-ba681b51a16f&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display: flex;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_blurb url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/LOGO_BookTEK.zip&#8221; image=&#8221;http:\/\/imageaccess.de\/wp-content\/uploads\/LOGO_BookTEK.png&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;9ed2054e-cc29-4e6b-a8fc-ed8153534041&#8243; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/LOGO_BookTEK.zip&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"logos-blurb\">\n<p><img decoding=\"async\" class=\"logos-download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][et_pb_blurb url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/LOGO_BookTEK5.zip&#8221; image=&#8221;http:\/\/imageaccess.de\/wp-content\/uploads\/LOGO_BookTEK5.png&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;9ed2054e-cc29-4e6b-a8fc-ed8153534041&#8243; link_option_url=&#8221;https:\/\/imageaccess.de\/wp-content\/uploads\/LOGO_BookTEK5.zip&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"logos-blurb\">\n<p><img decoding=\"async\" class=\"logos-download-icon\" src=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" alt=\"Blurb Image\" \/><\/p>\n<\/div>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; admin_label=&#8221;CERTIFICATE&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;af58a144-6e43-4178-9987-d4a5cec90273&#8243; custom_margin=&#8221;60px||||false|false&#8221; custom_padding=&#8221;2px|90px|2px|90px|true|false&#8221; global_module=&#8221;7804&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 40%;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Certificates<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Language<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Format<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Date<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; admin_label=&#8221;Declaration about Emission of UV and IR&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;dbbf8b2d-ad60-4288-8e3a-d475f8deb042&#8243; global_module=&#8221;22338&#8243; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 40%;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Deaclaration about Emission of UV and IR&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7bf19ad3-6463-46b5-b01b-bb1d83f0b3dd&#8221; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/Bookeye-WideTEK_Certificate_License_UV&#038;IR_radiation.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Declaration about the Emission of UV and IR radiation<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;Link&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ff9b6c5-ea4c-4f68-8843-e723d2688bf4&#8243; link_option_url=&#8221;https:\/\/cdn.imageaccess.de\/downloads\/product_manuals\/scanner\/Bookeye-WideTEK_Certificate_License_UV&#038;IR_radiation.pdf&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div><\/div>\n<p><!-- [et_pb_line_break_holder] -->  <span >EN<\/span><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;f3de9683-93d6-4680-a216-63b10a25436e&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>PDF<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;1ce1484a-2fe7-4148-a3ac-f7a9c2654926&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>11\/2021<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_6,1_6,1_6&#8243; disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;ROLLUP BANNERS&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;af58a144-6e43-4178-9987-d4a5cec90273&#8243; custom_margin=&#8221;60px||||false|false&#8221; disabled=&#8221;on&#8221; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 40%;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Rollup Banners<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Language<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_css_main_element=&#8221;max-width: 10%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>File Formate<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_6&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;7b3ba3ed-35ca-4c39-acda-e40fb39f09ac&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h4>Release Date<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Firmware&#8221; module_class=&#8221;firmware_section&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Firmware&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;1920px&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;20px|20px|20px|20px|true|true&#8221; global_module=&#8221;8274&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Brochure&#8221; module_class=&#8221;serviceVideo_section&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row admin_label=&#8221;Service Video&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;1920px&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;20px|20px|20px|20px|true|true&#8221; global_module=&#8221;8275&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Open Sans|300|||||||&#8221; text_font_size=&#8221;15px&#8221; header_font=&#8221;Open Sans||||||||&#8221; custom_padding=&#8221;||||false|false&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>We offer videos for remote training from certified service technicians. These can be found in our <a href=\"https:\/\/portal.imageaccess.de\/\" target=\"_blank\" style=\"color: #047bcb; font-weight: 600;\" rel=\"noopener\">Customer Service Portal<\/a>.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_class=&#8221;hidden&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;1920px&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;url update for menu&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->jQuery(document).ready(function($) {<!-- [et_pb_line_break_holder] -->    \/\/ Define all target sections in an array<!-- [et_pb_line_break_holder] -->    var sections = ['overview','functionandfeatures', 'modelandoption','SupportAndDownload'];<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Iterate over each section to apply click behavior<!-- [et_pb_line_break_holder] -->    sections.forEach(function(sectionId) {<!-- [et_pb_line_break_holder] -->        $('a[href=\"#' + sectionId + '\"]').click(function(e) {<!-- [et_pb_line_break_holder] -->            e.preventDefault(); \/\/ Prevent default anchor behavior<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->            \/\/ Clear the current hash and set the hash again to ensure the URL is updated<!-- [et_pb_line_break_holder] -->            history.pushState(\"\", document.title, window.location.pathname + window.location.search + '#' + sectionId);<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code admin_label=&#8221;Download Area code&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<style><!-- [et_pb_line_break_holder] -->  .support_image_5, .support_image_6, .support_image_7 {<!-- [et_pb_line_break_holder] -->    display: none;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  .brochure_section, .specification_section, .firmware_section, .serviceVideo_section, .factSheets_section, .media_section {<!-- [et_pb_line_break_holder] -->    display: block;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  .clicked {<!-- [et_pb_line_break_holder] -->    background-color: #047bcb !important;<!-- [et_pb_line_break_holder] -->    color: white !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  .clicked img {<!-- [et_pb_line_break_holder] -->    filter: brightness(0) invert(1);<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  .clicked h4, .clicked .et_pb_module_header {<!-- [et_pb_line_break_holder] -->    color: white !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><\/style>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->  document.addEventListener(\"DOMContentLoaded\", function() {<!-- [et_pb_line_break_holder] -->    const mappings = {<!-- [et_pb_line_break_holder] -->        'support_image_1': 'documents_section',<!-- [et_pb_line_break_holder] -->        'support_image_2': 'brochure_section',<!-- [et_pb_line_break_holder] -->        'support_image_3': 'firmware_section',<!-- [et_pb_line_break_holder] -->        'support_image_4': 'specification_section',<!-- [et_pb_line_break_holder] -->        'support_image_5': 'media_section',<!-- [et_pb_line_break_holder] -->        'support_image_6': 'factSheets_section',<!-- [et_pb_line_break_holder] -->        'support_image_7': 'serviceVideo_section',<!-- [et_pb_line_break_holder] -->    };<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    function displayConditionalElements() {<!-- [et_pb_line_break_holder] -->      if (localStorage.getItem('token')) {<!-- [et_pb_line_break_holder] -->        document.querySelectorAll('.support_image_5, .support_image_6, .support_image_7').forEach(element => {<!-- [et_pb_line_break_holder] -->          element.style.display = 'block';<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Display certain elements if token is found in local storage<!-- [et_pb_line_break_holder] -->    displayConditionalElements();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Function to hide all sections<!-- [et_pb_line_break_holder] -->    function hideAllSections() {<!-- [et_pb_line_break_holder] -->        document.querySelectorAll(Object.values(mappings).map(v => '.' + v).join(', ')).forEach(section => section.style.display = 'none');<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Function to show a specific section<!-- [et_pb_line_break_holder] -->    function showSection(sectionClass) {<!-- [et_pb_line_break_holder] -->        hideAllSections();<!-- [et_pb_line_break_holder] -->        const section = document.querySelector('.' + sectionClass);<!-- [et_pb_line_break_holder] -->        if (section) section.style.display = 'block';<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Event listeners for support images<!-- [et_pb_line_break_holder] -->    const supportImages = document.querySelectorAll(Object.keys(mappings).map(k => '.' + k).join(', '));<!-- [et_pb_line_break_holder] -->    supportImages.forEach(element => {<!-- [et_pb_line_break_holder] -->        element.addEventListener('click', function() {<!-- [et_pb_line_break_holder] -->            supportImages.forEach(el => el.classList.remove('clicked'));<!-- [et_pb_line_break_holder] -->            element.classList.add('clicked');<!-- [et_pb_line_break_holder] -->            showSection(mappings[element.className.split(' ').find(cl => cl.startsWith('support_image_'))]);<!-- [et_pb_line_break_holder] -->            history.pushState(null, null, '#' + mappings[element.className.split(' ').find(cl => cl.startsWith('support_image_'))]);<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Function to handle hash changes and update styles<!-- [et_pb_line_break_holder] -->    function updateStylesBasedOnHash() {<!-- [et_pb_line_break_holder] -->        let hash = window.location.hash.substring(1);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        if (Object.values(mappings).includes(hash)) {<!-- [et_pb_line_break_holder] -->            Object.entries(mappings).forEach(([imageClass, sectionClass]) => {<!-- [et_pb_line_break_holder] -->                const element = document.querySelector('.' + imageClass);<!-- [et_pb_line_break_holder] -->                if (sectionClass === hash) {<!-- [et_pb_line_break_holder] -->                    element.classList.add('clicked');<!-- [et_pb_line_break_holder] -->                    showSection(sectionClass);<!-- [et_pb_line_break_holder] -->                } else {<!-- [et_pb_line_break_holder] -->                    if (element) element.classList.remove('clicked');<!-- [et_pb_line_break_holder] -->                }<!-- [et_pb_line_break_holder] -->            });<!-- [et_pb_line_break_holder] -->        } else {<!-- [et_pb_line_break_holder] -->            \/\/ Show the default section without updating the URL<!-- [et_pb_line_break_holder] -->            showSection('documents_section');<!-- [et_pb_line_break_holder] -->            document.querySelector('.support_image_1').classList.add('clicked');<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Listening for hash changes<!-- [et_pb_line_break_holder] -->    window.addEventListener('hashchange', updateStylesBasedOnHash);<!-- [et_pb_line_break_holder] -->    updateStylesBasedOnHash(); \/\/ Initial call<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Function to handle scrolling<!-- [et_pb_line_break_holder] -->    window.addEventListener('load', function() {<!-- [et_pb_line_break_holder] -->        function scrollToElement() {<!-- [et_pb_line_break_holder] -->            const hash = window.location.hash.substring(1);<!-- [et_pb_line_break_holder] -->            if (hash) {<!-- [et_pb_line_break_holder] -->                const section = document.getElementById('SupportAndDownload');<!-- [et_pb_line_break_holder] -->                if (section) {<!-- [et_pb_line_break_holder] -->                    section.scrollIntoView({ behavior: 'smooth' });<!-- [et_pb_line_break_holder] -->                }<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        window.addEventListener('hashchange', scrollToElement);<!-- [et_pb_line_break_holder] -->        scrollToElement(); \/\/ Initial call<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Intersection Observer to monitor the visibility of the specification_section<!-- [et_pb_line_break_holder] -->    const observer = new IntersectionObserver((entries) => {<!-- [et_pb_line_break_holder] -->        entries.forEach(entry => {<!-- [et_pb_line_break_holder] -->            if (!entry.isIntersecting && window.location.hash === '#specification_section') {<!-- [et_pb_line_break_holder] -->                history.pushState(\"\", document.title, window.location.pathname); \/\/ Remove hash from URL without refreshing the page<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    }, { threshold: 0.1 }); \/\/ Threshold to determine when the section is considered out of view<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    observer.observe(document.querySelector('.specification_section'));<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Simulate successful login for testing<!-- [et_pb_line_break_holder] -->    document.getElementById('loginButton').addEventListener('click', function() {<!-- [et_pb_line_break_holder] -->        localStorage.setItem('token', 'your-login-token');<!-- [et_pb_line_break_holder] -->        displayConditionalElements();<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code admin_label=&#8221;Scroll to top visibility code&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->  document.addEventListener('DOMContentLoaded', (event) => {<!-- [et_pb_line_break_holder] -->    const backToTopElements = document.querySelectorAll('.back-to-top-arrow-up');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    const toggleVisibility = () => {<!-- [et_pb_line_break_holder] -->        if (window.scrollY > 0) {<!-- [et_pb_line_break_holder] -->            backToTopElements.forEach(el => el.style.display = 'block');<!-- [et_pb_line_break_holder] -->        } else {<!-- [et_pb_line_break_holder] -->            backToTopElements.forEach(el => el.style.display = 'none');<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    };<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Throttle scroll event<!-- [et_pb_line_break_holder] -->    window.addEventListener('scroll', _.throttle(toggleVisibility, 100));<!-- [et_pb_line_break_holder] -->    toggleVisibility(); \/\/ Call on initial load in case the page is not at the top<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_code admin_label=&#8221;Media Product Photos Download Attribute Into The Link&#8221; _builder_version=&#8221;4.27.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->document.addEventListener('DOMContentLoaded', function () {<!-- [et_pb_line_break_holder] -->  document.querySelectorAll('.download-icon').forEach(function (icon) {<!-- [et_pb_line_break_holder] -->    icon.addEventListener('click', function (e) {<!-- [et_pb_line_break_holder] -->      e.preventDefault();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      const blurb = icon.closest('.blurb-product-photos');<!-- [et_pb_line_break_holder] -->      if (!blurb) return;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      const img = blurb.querySelector('.et_pb_image_wrap img');<!-- [et_pb_line_break_holder] -->      if (!img) return;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      const filename = img.src.split('\/').pop();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      \/\/ Create canvas and draw image on it<!-- [et_pb_line_break_holder] -->      const canvas = document.createElement('canvas');<!-- [et_pb_line_break_holder] -->      const context = canvas.getContext('2d');<!-- [et_pb_line_break_holder] -->      const tempImage = new Image();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      \/\/ Set crossOrigin to allow drawing (MUST be set before src)<!-- [et_pb_line_break_holder] -->      tempImage.crossOrigin = 'anonymous';<!-- [et_pb_line_break_holder] -->      tempImage.src = img.src;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      tempImage.onload = function () {<!-- [et_pb_line_break_holder] -->        canvas.width = tempImage.naturalWidth;<!-- [et_pb_line_break_holder] -->        canvas.height = tempImage.naturalHeight;<!-- [et_pb_line_break_holder] -->        context.drawImage(tempImage, 0, 0);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ Convert canvas to blob and download<!-- [et_pb_line_break_holder] -->        canvas.toBlob(function (blob) {<!-- [et_pb_line_break_holder] -->          const link = document.createElement('a');<!-- [et_pb_line_break_holder] -->          link.href = URL.createObjectURL(blob);<!-- [et_pb_line_break_holder] -->          link.download = filename;<!-- [et_pb_line_break_holder] -->          document.body.appendChild(link);<!-- [et_pb_line_break_holder] -->          link.click();<!-- [et_pb_line_break_holder] -->          document.body.removeChild(link);<!-- [et_pb_line_break_holder] -->        }, 'image\/png');<!-- [et_pb_line_break_holder] -->      };<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      tempImage.onerror = function () {<!-- [et_pb_line_break_holder] -->        alert(\"Unable to download due to CORS or image load error.\");<!-- [et_pb_line_break_holder] -->      };<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code admin_label=&#8221;Gallery Code In Title Section&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->document.addEventListener('DOMContentLoaded', (event) => {<!-- [et_pb_line_break_holder] -->    \/\/ Preload images<!-- [et_pb_line_break_holder] -->    var images = document.querySelectorAll('.product-gallery-view img');<!-- [et_pb_line_break_holder] -->    images.forEach(function(image) {<!-- [et_pb_line_break_holder] -->        var img = new Image();<!-- [et_pb_line_break_holder] -->        img.src = image.src;<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Get the button that opens the modal<!-- [et_pb_line_break_holder] -->    var btn = document.querySelector('.product-gallery-view-button');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Create the modal structure<!-- [et_pb_line_break_holder] -->    var modal = document.createElement('div');<!-- [et_pb_line_break_holder] -->    modal.className = 'product-gallery-view modal';<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    var modalContent = document.createElement('div');<!-- [et_pb_line_break_holder] -->    modalContent.className = 'modal-content';<!-- [et_pb_line_break_holder] -->    modal.appendChild(modalContent);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  var closeModal = document.createElement('span');<!-- [et_pb_line_break_holder] -->    closeModal.className = 'close-modal';<!-- [et_pb_line_break_holder] -->    closeModal.innerHTML = '\u00d7';<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Append the close button and modal content to the modal<!-- [et_pb_line_break_holder] -->    modalContent.appendChild(closeModal);<!-- [et_pb_line_break_holder] -->    \/\/ Append the modal to the body<!-- [et_pb_line_break_holder] -->    document.body.appendChild(modal);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Get the slider content and move it into the modal content<!-- [et_pb_line_break_holder] -->    var slider = document.querySelector('.product-gallery-view');<!-- [et_pb_line_break_holder] -->    if (slider) {<!-- [et_pb_line_break_holder] -->        modalContent.appendChild(slider);<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ When the user clicks the button, open the modal<!-- [et_pb_line_break_holder] -->    btn.onclick = function(event) {<!-- [et_pb_line_break_holder] -->        event.preventDefault(); \/\/ Prevent default action<!-- [et_pb_line_break_holder] -->        modal.style.display = \"block\";<!-- [et_pb_line_break_holder] -->        <!-- [et_pb_line_break_holder] -->        \/\/ Ensure the first image is displayed<!-- [et_pb_line_break_holder] -->        var firstImage = images[0];<!-- [et_pb_line_break_holder] -->        if (firstImage) {<!-- [et_pb_line_break_holder] -->            firstImage.style.display = 'block';<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ Trigger a resize event to force the slider to update<!-- [et_pb_line_break_holder] -->        window.dispatchEvent(new Event('resize'));<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        \/\/ Or you can try to re-initialize the slider if Divi provides such functionality<!-- [et_pb_line_break_holder] -->        if (typeof window.et_pb_init_slider !== 'undefined') {<!-- [et_pb_line_break_holder] -->            window.et_pb_init_slider(); \/\/ Re-initialize Divi slider<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ When the user clicks on <span> (x), close the modal<!-- [et_pb_line_break_holder] -->    closeModal.onclick = function() {<!-- [et_pb_line_break_holder] -->        modal.style.display = \"none\";<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ When the user clicks anywhere outside of the modal, close it<!-- [et_pb_line_break_holder] -->    window.onclick = function(event) {<!-- [et_pb_line_break_holder] -->        if (event.target === modal) {<!-- [et_pb_line_break_holder] -->            modal.style.display = \"none\";<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->  document.addEventListener('DOMContentLoaded', function() {<!-- [et_pb_line_break_holder] -->    checkLoginStatus();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Add event listener if token does not exist<!-- [et_pb_line_break_holder] -->    document.querySelector('.login-for-reseller').addEventListener('click', function() {<!-- [et_pb_line_break_holder] -->      \/\/ Directly jump to the main header<!-- [et_pb_line_break_holder] -->      document.getElementById('main-header').scrollIntoView({ behavior: 'auto', block: 'start' });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      \/\/ Add a timeout to ensure the scrolling is completed before showing the login box<!-- [et_pb_line_break_holder] -->      setTimeout(showLoginBoxRow, 100); \/\/ Adjust the timeout duration as needed<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Create a MutationObserver to listen for changes in local storage<!-- [et_pb_line_break_holder] -->    const observer = new MutationObserver(checkLoginStatus);<!-- [et_pb_line_break_holder] -->    observer.observe(document, { attributes: true, childList: true, subtree: true });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Override the setItem function of localStorage to detect changes<!-- [et_pb_line_break_holder] -->    (function() {<!-- [et_pb_line_break_holder] -->      const originalSetItem = localStorage.setItem;<!-- [et_pb_line_break_holder] -->      localStorage.setItem = function(key, value) {<!-- [et_pb_line_break_holder] -->        const event = new Event('itemInserted');<!-- [et_pb_line_break_holder] -->        event.value = value;<!-- [et_pb_line_break_holder] -->        event.key = key;<!-- [et_pb_line_break_holder] -->        document.dispatchEvent(event);<!-- [et_pb_line_break_holder] -->        originalSetItem.apply(this, arguments);<!-- [et_pb_line_break_holder] -->      };<!-- [et_pb_line_break_holder] -->    })();<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Listen for custom event to trigger checkLoginStatus<!-- [et_pb_line_break_holder] -->    document.addEventListener('itemInserted', function(e) {<!-- [et_pb_line_break_holder] -->      if (e.key === 'token') {<!-- [et_pb_line_break_holder] -->        checkLoginStatus();<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function checkLoginStatus() {<!-- [et_pb_line_break_holder] -->    \/\/ Check for token in local storage<!-- [et_pb_line_break_holder] -->    const token = localStorage.getItem('token'); \/\/ 'token' is the key name<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    if (token) {<!-- [et_pb_line_break_holder] -->      \/\/ Hide the login-for-reseller-row if token exists<!-- [et_pb_line_break_holder] -->      document.querySelector('.login-for-reseller-row').style.display = 'none';<!-- [et_pb_line_break_holder] -->    } else {<!-- [et_pb_line_break_holder] -->      \/\/ Ensure the login-for-reseller-row is visible if token does not exist<!-- [et_pb_line_break_holder] -->      document.querySelector('.login-for-reseller-row').style.display = 'block';<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function showLoginBoxRow() {<!-- [et_pb_line_break_holder] -->    document.querySelector('.login-box-row').style.display = 'block';<!-- [et_pb_line_break_holder] -->    document.getElementById('loginBox').style.display = 'block';<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p><div class=\"et_pb_module dipi_breadcrumbs dipi_breadcrumbs_0\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t<div class=\"dipi-breadcrumbs dipi-bc-left\">\n                <ul >\n                    \n                                                        <li  class=\"dipi-breadcrumb-item dipi-breadcrumb-home\">\n\n                        \n                            <a  href=\"https:\/\/imageaccess.de\/\">\n                                <span  content=\"Home\">\n                                                                        Home                                <\/span>\n                            <\/a>\n\n                                                <meta itemprop=\"position\" content=\"1\"\/>                    <\/li>\n\n                    <li class=\"dipi-breadcrumb-separator\">\n                    <span class=\"et-pb-icon dipi-separator-icon\">&#x39;<\/span>\n                <\/li>                            \n                <\/ul>\n            <\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>BookTEK 5 V1A-C50 is the wide format book scanner of choice for digitization projects which require formats more than DINA1+ with a thickness of up to 50cmThe BookTEK 5 V1A-C50 is designed for demanding digitization projects, combining speed, precision, and ease of use. Capable of handling originals [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":5868,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"dipi_cpt_category":[],"class_list":["post-8393","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>BookTEK 5 V1A C50 \u2013 XXL Large Format Book Scanner | Image Access<\/title>\n<meta name=\"description\" content=\"The BookTEK 5 V1A C50 book scanner handles large, thick books up to 50 cm thickness, scanning formats up to A1+ in 600 dpi.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/imageaccess.de\/de\/booktek\/be5-v1a-c50\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BE5-V1A-C50\" \/>\n<meta property=\"og:description\" content=\"The BookTEK 5 V1A C50 book scanner handles large, thick books up to 50 cm thickness, scanning formats up to A1+ in 600 dpi.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/imageaccess.de\/de\/booktek\/be5-v1a-c50\/\" \/>\n<meta property=\"og:site_name\" content=\"Image Access GmbH\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ImageAccessScanners\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-23T10:41:07+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"17\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/\",\"url\":\"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/\",\"name\":\"BookTEK 5 V1A C50 \u2013 XXL Large Format Book Scanner | Image Access\",\"isPartOf\":{\"@id\":\"https:\/\/imageaccess.de\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\",\"datePublished\":\"2024-06-26T12:46:44+00:00\",\"dateModified\":\"2026-03-23T10:41:07+00:00\",\"description\":\"The BookTEK 5 V1A C50 book scanner handles large, thick books up to 50 cm thickness, scanning formats up to A1+ in 600 dpi.\",\"breadcrumb\":{\"@id\":\"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/#primaryimage\",\"url\":\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\",\"contentUrl\":\"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/imageaccess.de\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BookTEK\",\"item\":\"https:\/\/imageaccess.de\/en\/booktek\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"BE5-V1A-C50\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/imageaccess.de\/en\/#website\",\"url\":\"https:\/\/imageaccess.de\/en\/\",\"name\":\"Image Access GmbH\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/imageaccess.de\/en\/#organization\"},\"alternateName\":\"Image Access\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/imageaccess.de\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/imageaccess.de\/en\/#organization\",\"name\":\"Image Access GmbH\",\"url\":\"https:\/\/imageaccess.de\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/imageaccess.de\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/imageaccess.de\/wp-content\/uploads\/Logo_ImageAccess.png\",\"contentUrl\":\"https:\/\/imageaccess.de\/wp-content\/uploads\/Logo_ImageAccess.png\",\"width\":108,\"height\":59,\"caption\":\"Image Access GmbH\"},\"image\":{\"@id\":\"https:\/\/imageaccess.de\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/ImageAccessScanners\/\",\"https:\/\/www.linkedin.com\/company\/image-access-gmbh\/\",\"https:\/\/www.youtube.com\/user\/ImageAccessScanners\/videos\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"BookTEK 5 V1A C50 \u2013 XXL Gro\u00dfformat Buchscanner | Image Access","description":"Der BookTEK 5 V1A C50 Buchscanner erfasst gro\u00dfe B\u00fccher bis 50 cm Dicke und A1 ( A1+ ) in 600 dpi. Buchscanner, pr\u00e4zise und schonend zugleich.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/imageaccess.de\/de\/booktek\/be5-v1a-c50\/","og_locale":"de_DE","og_type":"article","og_title":"BE5-V1A-C50","og_description":"The BookTEK 5 V1A C50 book scanner handles large, thick books up to 50 cm thickness, scanning formats up to A1+ in 600 dpi.","og_url":"https:\/\/imageaccess.de\/de\/booktek\/be5-v1a-c50\/","og_site_name":"Image Access GmbH","article_publisher":"https:\/\/www.facebook.com\/ImageAccessScanners\/","article_modified_time":"2026-03-23T10:41:07+00:00","og_image":[{"url":"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"17\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/","url":"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/","name":"BookTEK 5 V1A C50 \u2013 XXL Gro\u00dfformat Buchscanner | Image Access","isPartOf":{"@id":"https:\/\/imageaccess.de\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/#primaryimage"},"image":{"@id":"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/#primaryimage"},"thumbnailUrl":"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png","datePublished":"2024-06-26T12:46:44+00:00","dateModified":"2026-03-23T10:41:07+00:00","description":"Der BookTEK 5 V1A C50 Buchscanner erfasst gro\u00dfe B\u00fccher bis 50 cm Dicke und A1 ( A1+ ) in 600 dpi. Buchscanner, pr\u00e4zise und schonend zugleich.","breadcrumb":{"@id":"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/#primaryimage","url":"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png","contentUrl":"http:\/\/imageaccess.de\/wp-content\/uploads\/SYMBOL_Download-e1710413908510.png"},{"@type":"BreadcrumbList","@id":"https:\/\/imageaccess.de\/en\/booktek\/be5-v1a-c50\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/imageaccess.de\/en\/"},{"@type":"ListItem","position":2,"name":"BookTEK","item":"https:\/\/imageaccess.de\/en\/booktek\/"},{"@type":"ListItem","position":3,"name":"BE5-V1A-C50"}]},{"@type":"WebSite","@id":"https:\/\/imageaccess.de\/en\/#website","url":"https:\/\/imageaccess.de\/en\/","name":"Image Access GmbH","description":"","publisher":{"@id":"https:\/\/imageaccess.de\/en\/#organization"},"alternateName":"Image Access","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/imageaccess.de\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/imageaccess.de\/en\/#organization","name":"Image Access GmbH","url":"https:\/\/imageaccess.de\/en\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/imageaccess.de\/en\/#\/schema\/logo\/image\/","url":"https:\/\/imageaccess.de\/wp-content\/uploads\/Logo_ImageAccess.png","contentUrl":"https:\/\/imageaccess.de\/wp-content\/uploads\/Logo_ImageAccess.png","width":108,"height":59,"caption":"Image Access GmbH"},"image":{"@id":"https:\/\/imageaccess.de\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ImageAccessScanners\/","https:\/\/www.linkedin.com\/company\/image-access-gmbh\/","https:\/\/www.youtube.com\/user\/ImageAccessScanners\/videos"]}]}},"_links":{"self":[{"href":"https:\/\/imageaccess.de\/de\/wp-json\/wp\/v2\/pages\/8393","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/imageaccess.de\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/imageaccess.de\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/imageaccess.de\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/imageaccess.de\/de\/wp-json\/wp\/v2\/comments?post=8393"}],"version-history":[{"count":0,"href":"https:\/\/imageaccess.de\/de\/wp-json\/wp\/v2\/pages\/8393\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/imageaccess.de\/de\/wp-json\/wp\/v2\/pages\/5868"}],"wp:attachment":[{"href":"https:\/\/imageaccess.de\/de\/wp-json\/wp\/v2\/media?parent=8393"}],"wp:term":[{"taxonomy":"dipi_cpt_category","embeddable":true,"href":"https:\/\/imageaccess.de\/de\/wp-json\/wp\/v2\/dipi_cpt_category?post=8393"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}