{"id":4883,"date":"2023-05-25T14:57:32","date_gmt":"2023-05-25T14:57:32","guid":{"rendered":"https:\/\/talenom.com\/en-se\/?page_id=4883"},"modified":"2023-06-19T09:56:16","modified_gmt":"2023-06-19T09:56:16","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/talenom.com\/en-se\/privacy-policy\/","title":{"rendered":"Privacy Policy"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4883\" class=\"elementor elementor-4883\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-16d961cd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"16d961cd\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-26b74c1b\" data-id=\"26b74c1b\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1f739e1 ob-has-background-overlay elementor-widget elementor-widget-html\" data-id=\"1f739e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener('DOMContentLoaded', () => {\r\n  console.log('privacy_init');\r\n  let singleScriptsInit = false;\r\n  singleFunctions ();\r\n\tfunction singleFunctions () {\r\n    if ( singleScriptsInit === false ) {\r\n      singleScriptsInit = true;\r\n      console.log('post_init_func');\r\n      \/\/ Post contents sidebar\r\n      if (document.querySelector('#post-contents')) {\r\n        let numLiIndex = 1;\r\n        let numLiMain = 0;\r\n\r\n        jQuery('#post-contents').append('<ul class=\"post-contents__list\"><\/ul>');\r\n        jQuery(\".privacy-main h2\").each(function (index, element) {\r\n          if (jQuery(element).closest('.elementor-widget-heading').hasClass('privacy-content__subtitle')) { \r\n\r\n          } else {\r\n            let titleContent = jQuery(element).text();\r\n            let titleNodeName = jQuery(this).prop(\"tagName\").toLowerCase();\r\n            jQuery(element).attr('id', 'single__title-id' + index);\r\n            if (titleNodeName == 'h2') { \r\n              if (numLiIndex == 1) {\r\n                jQuery('#post-contents .post-contents__list').append('<li class=\"post-contents__item post-contents__item-1 __active\"><a href=\"#single__title-id' + index + '\" class=\"smooth-scroll post-contents__link\">' + titleContent + '<\/a><ul class=\"sublist-' + numLiIndex + '\"><\/ul><\/li>');\r\n              } else {\r\n                jQuery('#post-contents .post-contents__list').append('<li class=\"post-contents__item post-contents__item-' + numLiIndex + '\"><a href=\"#single__title-id' + index + '\" class=\"smooth-scroll post-contents__link\">' + titleContent + '<\/a><ul class=\"sublist-' + numLiIndex + '\"><\/ul><\/li>');\r\n              }\r\n              console.log('numLiIndex ' + numLiIndex);\r\n              numLiIndex++;\r\n              numLiMain++;\r\n            } else {\r\n\r\n            }\r\n            console.log('item ' + numLiMain);\r\n          }\r\n        });\r\n      }\r\n\r\n      \/\/ Slow scroll\r\n      jQuery(\".smooth-scroll\").on('click', function (event) {\r\n        if (this.hash !== \"\") {\r\n            event.preventDefault();\r\n            \/\/ if (jQuery(this).hasClass('')) {\r\n\r\n            \/\/ }\r\n            var hash = this.hash;\r\n            jQuery('html, body').stop().animate({\r\n                scrollTop: jQuery(hash).offset().top - 100\r\n            }, 800);\r\n        }\r\n      });\r\n\r\n      \/\/ Sidebar menu\r\n      jQuery(\".post-contents__link\").on('click', function (event) {\r\n        jQuery(\".post-contents__item\").removeClass('__active');\r\n        jQuery(this).parent().addClass('__active');\r\n      });\r\n\r\n      \/\/ Sidebar fixed\r\n      if( window.innerWidth >= 992 ) {\r\n        let parentFix      = jQuery(\".privacy-main\");\r\n        let elementFix     = jQuery(\".privacy-sidebar .elementor-element-populated\");\r\n        \/\/ let heightElFix    = elementFix.height();\r\n        let heightElFix    = 400;\r\n        let topElFix       = elementFix.offset().top;\r\n        let heightWrapFix  = parentFix.height();\r\n        let topWrapFix     = parentFix.offset().top;\r\n        var winScrollTop = jQuery(window).scrollTop(),\r\n            winScrollLft = jQuery(window).scrollLeft(),\r\n            elXPos = elementFix.offset().left - winScrollLft,\r\n            elYPos = elementFix.offset().top - winScrollTop;\r\n            elXPos = elXPos - 12;\r\n\r\n            \r\n        jQuery(window).resize(function() {\r\n          console.log('resize');\r\n          heightElFix    = elementFix.height();\r\n          topElFix       = elementFix.offset().top;\r\n          heightWrapFix  = parentFix.height();\r\n          topWrapFix     = parentFix.offset().top;\r\n          elXPos = elementFix.offset().left - winScrollLft;\r\n          elXPos = elXPos - 55;\r\n        });\r\n\r\n        jQuery(window).scroll(function() {\r\n          \/\/ console.log(jQuery(window).scrollTop());\r\n\r\n          if(jQuery(window).scrollTop() > topElFix) {\r\n          \r\n            if ( jQuery(window).scrollTop() > ( topWrapFix + heightWrapFix - heightElFix - 98 ) ) {\r\n              console.log('fixed 1');\r\n              elementFix.removeClass(\"__fixed\");\r\n              elementFix.css({\r\n                  position: 'absolute',\r\n                  top: 'auto',\r\n                  bottom: 60\r\n              });\r\n            } else {\r\n              console.log('fixed 2');\r\n              elementFix.addClass(\"__fixed\");\r\n              elementFix.css({\r\n                  position: 'fixed',\r\n                  top: 60\r\n              });\r\n            }\r\n\r\n          } else {\r\n            console.log('fixed 3');\r\n            elementFix.removeClass(\"__fixed\");\r\n            elementFix.css({\r\n                position: 'absolute',\r\n                top: 12\r\n            });\r\n          }\r\n\r\n        });\r\n      }\r\n\r\n\r\n    }\r\n  }\r\n\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-dce-background-color=\"#FAFAFA\" data-dce-background-overlay-image-url=\"https:\/\/talenom.com\/en-se\/\/data\/wordpress\/htdocs\/wp-content\/uploads\/sites\/7\/2023\/04\/yellow-ribbon.svg\" class=\"elementor-section elementor-top-section elementor-element elementor-element-3a83ca1f privacy-banner elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3a83ca1f\" data-element_type=\"section\" data-e-type=\"section\" id=\"privacy-banner\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3c34aecb\" data-id=\"3c34aecb\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-67196f20 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"67196f20\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-503a027e privacy-banner__desc\" data-id=\"503a027e\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-144b18c5 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"144b18c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Talenom&#8217;s privacy policy describes the procedures and principles related to the processing of personal data. The privacy policy helps you understand what personal data we collect and why we do it, as well as how we process, protect, store and delete your personal data.<\/p><p>\u00a0<\/p><p>This privacy policy applies to Talenom&#8217;s website, customer services, financial management production systems and recruitment.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34dea54e\" data-id=\"34dea54e\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-dce-background-color=\"#FFFFFF\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5845010b privacy-content elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5845010b\" data-element_type=\"section\" data-e-type=\"section\" id=\"privacy-content\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-ecd8fe1 privacy-sidebar\" data-id=\"ecd8fe1\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-468d901a ob-has-background-overlay elementor-widget elementor-widget-html\" data-id=\"468d901a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class='post-contents' id='post-contents'><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-244eb4ba privacy-main\" data-id=\"244eb4ba\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-75b61a38 privacy-content__subtitle ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-heading\" data-id=\"75b61a38\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_harakiri_text_clip&quot;:&quot;none&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Data protection at Talenom<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-dce-text-color=\"#141F2E\" class=\"elementor-element elementor-element-252a7646 ob-has-background-overlay elementor-widget elementor-widget-post-info\" data-id=\"252a7646\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-3b342b2 elementor-inline-item\" itemprop=\"datePublished\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\n\t\t\t\t\t\t\t<span class=\"elementor-post-info__item-prefix\">Last update:<\/span>\n\t\t\t\t\t\t\t\t\t\t<time>25.05.2023<\/time>\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5361612d ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"5361612d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2>Why do we process personal data?<\/h2><p>Talenom stores and processes personal data for the purpose of providing services in a contractual relationship between Talenom and Talenom&#8217;s customers.<\/p><p>Personal data is also processed in order to fulfil statutory obligations related to the processing by official authorities.<\/p><p>Talenom has a legitimate interest in processing personal data to target the marketing and sales of Talenom&#8217;s services and to improve the quality of Talenom&#8217;s products and services.<\/p><p>The processing of personal data is based on separate consent for the following processing operations:<\/p><ul><li>Recruitment processes<\/li><li>Direct marketing<\/li><\/ul><p>Data subjects have the right to withdraw their consent at any time via a link in the marketing messages.<\/p><h2>What personal data do we process?<\/h2><p><strong>Talenom processes, among other things, the following personal data:<\/strong><\/p><ul><li>Contact information, such as first and last name, address, telephone number, e-mail address<\/li><li>Social security number<\/li><li>The Know Your Customer (KYC) data required by anti-money laundering legislation<\/li><li>Information on beneficial owners<\/li><li>Health information (e.g. in connection with the wills service of the maternity and child health clinics)<\/li><li>Customer history, such as contacts and changes to services<\/li><li>Call recordings and other recordings in our customer service situations<\/li><li>Data for identification in Talenom&#8217;s electronic services<\/li><li>Data generated by the use of services<\/li><li>Information about cookies<\/li><li>Information voluntarily provided by the data subject in the recruitment process<\/li><li>Prohibitions and consents to direct marketing.<\/li><li>In some of its services, Talenom processes personal data on behalf of Talenom&#8217;s customers.<\/li><\/ul><p>In such cases, the customer is the controller of the resulting personal data register, while Talenom acts as the Processor of the personal data in the personal data registry in the capacity defined in the General Data Protection Regulation.<\/p><p>In this case, the processing measures related to the processing of personal data have been separately agreed with Talenom&#8217;s customer, using the description of the processing of personal data included in this document: <a style=\"font-weight: var( --e-global-typography-text-font-weight ); text-decoration-line: underline; transition-property: all; background-color: #ffffff; color: #347fef;\" href=\"https:\/\/talenom.com\/en-se\/description-of-processing-activities\">Description of Processing Activities<\/a><\/p><h2>Regular sources of information<\/h2><p><strong>In most cases, we receive information about you directly from you, for example in the following situations:<\/strong><\/p><ul><li>You become a Talenom customer and start using our products and services<\/li><li>You participate in our surveys or campaigns or in Talenom&#8217;s events<\/li><li>You call our customer service or send a message in the chat<\/li><li>You are looking for a job with us<\/li><\/ul><p><strong>In addition, we receive data from:<\/strong><\/p><ul><li>Registers kept by the authorities<ul><li>e.g. from the Swedish Companies Registration Office and the Swedish Tax Agency<\/li><\/ul><\/li><li>Sanction lists<\/li><li>Verified.eu<\/li><li>Other public services providing contact details<\/li><li>The contact forms on the website Talenom.com<\/li><li>Talenom&#8217;s internal exchange of information<\/li><\/ul><h2>How do we take care of our customers&#8217; data protection?<\/h2><h3>Technical protection of data contained in registers<\/h3><p>Data processed electronically in the register is technically protected by firewalls, passwords and by offering Talenom&#8217;s customers two-factor authentication to customer data systems.<\/p><p>The data transfer between the customer and Talenom&#8217;s services is encrypted using Transport Layer Security (TLS) technology. The data is backed up regularly, and the backups are stored in a different location from the primary data.<\/p><p>Talenom carries out internal evaluations and allows third parties to carry out evaluations covering both the technical security of critical information systems and the processes and guidelines related to the administrative aspects of information security and data protection.<\/p><p><span style=\"font-family: Lato, sans-serif; font-size: 24px; font-weight: bold;\">Administrative protection of registers<\/span><\/p><p>Talenom has an information security policy that every new employee goes through when the employment starts at Talenom. The information security policy describes the general rules on information security and protection that are binding on the employee.<\/p><p>Talenom&#8217;s employees&#8217; awareness of information security and data protection is continuously maintained in various ways: by organising regular information sessions on information security and data protection for all personnel as well as annually mandatory information security and data protection training for employees.<\/p><p>Only Talenom&#8217;s employees and employees of companies working on behalf of and on behalf of Talenom have access to the data contained in the register on the basis of separately granted user rights. Users&#8217; permissions are reviewed regularly, and unnecessary permissions are automatically removed. In particular, the user rights of the main users of the systems are monitored and removed when the users no longer need the rights. The user rights of employees who have left the Supplier are removed when the employment ends.<\/p><p>In accordance with the information security policy, the customer&#8217;s data is only processed by an employee of Talenom whose duties require it. The processing of customer data on other grounds is prohibited even if the employee has technical access to customer data due to his or her duties and for business reasons.<\/p><p>Talenom&#8217;s entire personnel as well as external persons working on behalf of the Personal Data Processor are bound to secrecy regarding all customer and personal data held by Talenom. The duty of confidentiality, including sanctions caused by breaches of confidentiality, is written into the employment contracts of Talenom&#8217;s personnel and into agreements made with third parties.<\/p><p><span style=\"font-family: Lato, sans-serif; font-size: 24px; font-weight: bold;\">Physical protection of data in registers<\/span><\/p><p>Customers&#8217; data is processed in information systems located in data centers in Sweden and Finland or in Cloud Services in the European Union.<\/p><p>In the machine halls in Sweden and Finland, the most important production systems have been duplicated in two physically separated machine halls to ensure the safety, data storage and continuity of service under both normal and exceptional conditions.<\/p><p>These machine halls are operated in safety procedures, access control and monitoring certified by the service provider.<\/p><h2>Disclosure of data and subcontracting<\/h2><p>Talenom may disclose personal data to any unit within the Talenom Group.<\/p><p>In some cases, Talenom must also disclose personal data to authorities if required by applicable law or regulation or if a request from a judicial or administrative authority so requires.<\/p><p>Talenom may disclose data other than data classified as special categories of personal data to its partners for the purpose of developing services, monitoring quality and marketing.<\/p><p>Talenom does not sell or rent personal data to other parties.<\/p><p>Upon request, Talenom provides an up-to-date list of the subcontractors used by Talenom.<\/p><h2>Transfer of data outside the EU\/EEA<\/h2><p>As a rule, personal data is not transferred outside the European Union or the European Economic Area.<\/p><p>Contact information used in marketing communications and statistical data generated when Talenom&#8217;s electronic systems are used, as well as data stored in the recruitment service, are transferred to servers located outside the EU and EEA. These are protected by the respective service provider in accordance with European Union data protection law.<\/p><p>Data transfer to countries outside the EU\/EEA takes place in accordance with the standard contractual clauses for data protection established by the European Commission.<\/p><p><strong>Subcontractors transferring data to countries outside the EU\/EEA:<\/strong><\/p><ul><li>Google Analytics<\/li><li>Hubspot<\/li><li>Mailchimp<\/li><li>TeamTailor (recruitment service)<\/li><li>Choice HR (recruitment service)<\/li><\/ul><h2>How long do we store the data?<\/h2><p>Talenom processes personal data throughout the customer relationship.<\/p><p>Company information and information about the company&#8217;s decision-makers are stored permanently at Talenom, as the information is automatically updated with us from the business registers.<\/p><p>When the customer relationship ends, personal data is stored to the extent necessary to fulfill our legitimate interests.<\/p><p>We store prohibitions on direct marketing until further notice.<\/p><p>Recorded calls are automatically deleted from the information systems after 3 months.<\/p><p>The data in the recruitment register is deleted from the system at the request of the data subject, or automatically after 12 months.<\/p><h2>How do we use cookies and web analytics?<\/h2><p>Talenom collects information with cookies to improve the user experience of our website and services, to evaluate the content used and to support marketing.<\/p><p>Cookies are small text files that are stored on the website visitor&#8217;s terminal device.<\/p><p>The following data is stored about the data subject:<\/p><ul><li>User&#8217;s IP address<\/li><li>Time of visit<\/li><li>Pages visited and duration of visit<\/li><li>Browser type used<\/li><li>User&#8217;s device, version, and operating system<\/li><li>Where the user came from and where the user goes after using the website<\/li><\/ul><p>By using Talenom&#8217;s website, we accept that cookies are used and stored on the user&#8217;s computer.<\/p><p>The visitor can prevent the use of cookies by changing the browser settings in such a way that the browser does not allow the storage of cookies. In this case, the user agrees that blocking the use of cookies may affect the functionality of certain services.<\/p><p>Data on users&#8217; terminal equipment is automatically collected for the purposes of developing digital services and customer service, such as using browser cookies or similar technologies.<\/p><h2>Rights of data subjects<\/h2><p>In accordance with Sections 15\u201322 of the General Data Protection Regulation of the European Union, the data subject has the right to:<\/p><ul><li>check<\/li><li>request correction of<\/li><li>request deletion of<\/li><li>restrict the processing of<\/li><li>Request transfer from one system to another<\/li><li>object to the processing of their personal data;<\/li><li>lodge a complaint with the supervisory authority;<\/li><\/ul><p>You can object to the processing of your personal data for direct marketing purposes at any time.<\/p><p>The exercise of certain rights of the data subject is restricted by other mandatory legislation, according to which Talenom has the right and obligation to justify the refusal to rectify, erase, restrict the processing of the data or transfer them from one system to another.<\/p><p>The data subject must address a written request based on his or her rights by e-mail to: <strong>dataskydd@talenom.se<\/strong>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-10ebcfe6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"10ebcfe6\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4f083fc2\" data-id=\"4f083fc2\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-517c089c ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"517c089c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Controller of personal data<\/strong><\/p><p>Talenom Redovisning AB<\/p><p>Holl\u00e4ndargatan 13, SE-111 36 Stockholm<\/p><p>or<\/p><p>Box 842, SE-101 36 Stockholm<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5abef74a\" data-id=\"5abef74a\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4aba5de4 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"4aba5de4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Data Protection Officer<\/strong><\/p><p>Jimmy Dahm\u00e9n<\/p><p>Tel. 08 505 736 75<\/p><p>E-mail: <a href=\"mailto:jimmy.dahmen@talenom.se\">jimmy.dahmen@talenom.se<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3ba6ec67\" data-id=\"3ba6ec67\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-204a273e ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"204a273e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2>Procedures for notification of personal data breaches<\/h2><p>The controller will notify the data subject if the personal data breach is likely to result in a high risk to the rights and freedoms of the data subject. The notification must describe the nature of the personal data breach and the measures taken in the manner required by the General Data Protection Regulation.<\/p><p>The controller&#8217;s obligation is to submit a notification to the information security authority within 72 hours of discovery if it is likely that the personal data breach will result in a high risk to the rights and freedoms of a natural person. The notification is made in accordance with the instructions of the Data Protection Ombudsman in force at the time.<\/p><h2>Limitations<\/h2><p>This privacy statement does not apply to third-party websites, applications or services that may be available in Talenom&#8217;s services through additional services provided by partners.<\/p><p>By accessing a partner&#8217;s website, the customer leaves Talenom&#8217;s service, in which case a third party can collect and share data about the customer.<\/p><p>Talenom recommends that our customers always familiarize themselves with the data protection procedures of a third-party service before allowing the collection and use of their own personal information in these services.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-754a8583 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"754a8583\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2ada268e\" data-id=\"2ada268e\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7c3835fe elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7c3835fe\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-286878af\" data-id=\"286878af\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Talenom&#8217;s privacy policy describes the procedures and principles related to the processing of personal data. The privacy policy helps you understand what personal data we collect and why we do it, as well as how we process, protect, store and delete your personal data. \u00a0 This privacy policy applies to Talenom&#8217;s website, customer services, financial &#8230; <a title=\"Privacy Policy\" class=\"read-more\" href=\"https:\/\/talenom.com\/en-se\/privacy-policy\/\" aria-label=\"Read more about Privacy Policy\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-privacy.php","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-4883","page","type-page","status-publish"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Privacy Policy | Talenom Sweden<\/title>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Privacy Policy | Talenom Sweden\" \/>\n<meta property=\"og:description\" content=\"Talenom&#8217;s privacy policy describes the procedures and principles related to the processing of personal data. The privacy policy helps you understand what personal data we collect and why we do it, as well as how we process, protect, store and delete your personal data. \u00a0 This privacy policy applies to Talenom&#8217;s website, customer services, financial ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/talenom.com\/en-se\/privacy-policy\/\" \/>\n<meta property=\"og:site_name\" content=\"Sweden-EN\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-19T09:56:16+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/talenom.com\/en-se\/privacy-policy\/\",\"url\":\"https:\/\/talenom.com\/en-se\/privacy-policy\/\",\"name\":\"Privacy Policy | Talenom Sweden\",\"isPartOf\":{\"@id\":\"https:\/\/talenom.com\/en-se\/#website\"},\"datePublished\":\"2023-05-25T14:57:32+00:00\",\"dateModified\":\"2023-06-19T09:56:16+00:00\",\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/talenom.com\/en-se\/privacy-policy\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/talenom.com\/en-se\/#website\",\"url\":\"https:\/\/talenom.com\/en-se\/\",\"name\":\"Talenom Sweden\",\"description\":\"Talenom Sweden EN\",\"publisher\":{\"@id\":\"https:\/\/talenom.com\/en-se\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/talenom.com\/en-se\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/talenom.com\/en-se\/#organization\",\"name\":\"Talenom Sweden\",\"url\":\"https:\/\/talenom.com\/en-se\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/talenom.com\/en-se\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/talenom.com\/en-se\/wp-content\/uploads\/sites\/7\/2022\/12\/logo.svg\",\"contentUrl\":\"https:\/\/talenom.com\/en-se\/wp-content\/uploads\/sites\/7\/2022\/12\/logo.svg\",\"width\":326,\"height\":49,\"caption\":\"Talenom Sweden\"},\"image\":{\"@id\":\"https:\/\/talenom.com\/en-se\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Privacy Policy | Talenom Sweden","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_GB","og_type":"article","og_title":"Privacy Policy | Talenom Sweden","og_description":"Talenom&#8217;s privacy policy describes the procedures and principles related to the processing of personal data. The privacy policy helps you understand what personal data we collect and why we do it, as well as how we process, protect, store and delete your personal data. \u00a0 This privacy policy applies to Talenom&#8217;s website, customer services, financial ... Read more","og_url":"https:\/\/talenom.com\/en-se\/privacy-policy\/","og_site_name":"Sweden-EN","article_modified_time":"2023-06-19T09:56:16+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/talenom.com\/en-se\/privacy-policy\/","url":"https:\/\/talenom.com\/en-se\/privacy-policy\/","name":"Privacy Policy | Talenom Sweden","isPartOf":{"@id":"https:\/\/talenom.com\/en-se\/#website"},"datePublished":"2023-05-25T14:57:32+00:00","dateModified":"2023-06-19T09:56:16+00:00","inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/talenom.com\/en-se\/privacy-policy\/"]}]},{"@type":"WebSite","@id":"https:\/\/talenom.com\/en-se\/#website","url":"https:\/\/talenom.com\/en-se\/","name":"Talenom Sweden","description":"Talenom Sweden EN","publisher":{"@id":"https:\/\/talenom.com\/en-se\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/talenom.com\/en-se\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/talenom.com\/en-se\/#organization","name":"Talenom Sweden","url":"https:\/\/talenom.com\/en-se\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/talenom.com\/en-se\/#\/schema\/logo\/image\/","url":"https:\/\/talenom.com\/en-se\/wp-content\/uploads\/sites\/7\/2022\/12\/logo.svg","contentUrl":"https:\/\/talenom.com\/en-se\/wp-content\/uploads\/sites\/7\/2022\/12\/logo.svg","width":326,"height":49,"caption":"Talenom Sweden"},"image":{"@id":"https:\/\/talenom.com\/en-se\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/pages\/4883","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/comments?post=4883"}],"version-history":[{"count":13,"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/pages\/4883\/revisions"}],"predecessor-version":[{"id":5150,"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/pages\/4883\/revisions\/5150"}],"wp:attachment":[{"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/media?parent=4883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}