{"id":20316,"date":"2024-01-09T11:03:04","date_gmt":"2024-01-09T16:03:04","guid":{"rendered":"https:\/\/tpc-protect.com\/contact\/"},"modified":"2026-04-16T09:39:31","modified_gmt":"2026-04-16T13:39:31","slug":"contato","status":"publish","type":"page","link":"https:\/\/tpc-protect.com\/pt-br\/contato\/","title":{"rendered":"Contato"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"20316\" class=\"elementor elementor-20316 elementor-13986\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-679c641 e-con-full e-flex e-con e-parent\" data-id=\"679c641\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-e8f1f13 e-flex e-con-boxed e-con e-child\" data-id=\"e8f1f13\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-0980c50 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"0980c50\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:50}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4d65e7 elementor-widget-tablet__width-inherit elementor-widget elementor-widget-the7-heading\" data-id=\"e4d65e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"the7-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"the7-heading-title elementor-size-default\">Contact TPC Engineering<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ec01ee elementor-widget elementor-widget-text-editor\" data-id=\"5ec01ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"x_MsoNormal\"><span data-olk-copy-source=\"MessageBody\">All technical inquiries are reviewed by engineering leadership prior to engagement.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-b824d67 e-con-full e-flex e-con e-parent\" data-id=\"b824d67\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-2cda4ca e-flex e-con-boxed e-con e-child\" data-id=\"2cda4ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-23ec131 e-con-full e-flex e-con e-child\" data-id=\"23ec131\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-09cc29e elementor-widget-tablet__width-inherit elementor-widget elementor-widget-the7-heading\" data-id=\"09cc29e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"the7-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"the7-heading-title elementor-size-default\">Engineering Inquiry Form<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3601ba0 elementor-widget elementor-widget-html\" data-id=\"3601ba0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script src=\"\/\/goto.transproco.com\/js\/forms2\/js\/forms2.min.js\"><\/script>\n \n<form id=\"mktoForm_1839\"><\/form>\n \n<script>\nMktoForms2.loadForm(\"\/\/goto.transproco.com\", \"544-LSO-598\", 1839, function(form) {\n  const formEl = form.getFormElem()[0];\n  if (!formEl) return;\n \n  \/\/ Full width\n  formEl.style.width = \"100%\";\n  formEl.style.maxWidth = \"100%\";\n \n  const $ = (selector) => document.querySelector(selector);\n  const val = (selector) => ($(selector)?.value || \"\").trim();\n \n  function setError(id, message) {\n    const field = document.querySelector(\"#\" + id);\n    const error = document.querySelector('[data-error-for=\"' + id + '\"]');\n    const row = field ? field.closest(\".form-row\") : null;\n \n    if (row) row.classList.toggle(\"is-error\", !!message);\n    if (error) error.textContent = message || \"\";\n  }\n \n  function clearErrors() {\n    [\"project_type\", \"project_description\"].forEach(id => setError(id, \"\"));\n  }\n \n  function buildTempFormDetails() {\n    const parts = [];\n \n    const inquiry = [];\n    if (val(\"#project_type\")) inquiry.push(\"Project Type: \" + val(\"#project_type\"));\n    if (val(\"#voltage_class\")) inquiry.push(\"Voltage Class: \" + val(\"#voltage_class\"));\n    if (val(\"#project_description\")) inquiry.push(\"Brief Project Description: \" + val(\"#project_description\"));\n \n    if (inquiry.length) {\n      parts.push(\"ENGINEERING INQUIRY -> \" + inquiry.join(\" ||| \"));\n    }\n \n    const additional = [];\n    if (val(\"#timeline\")) additional.push(\"Estimated Timeline: \" + val(\"#timeline\"));\n    if (val(\"#regulatory\")) additional.push(\"Regulatory \/ Insurance Review: \" + val(\"#regulatory\"));\n \n    if (additional.length) {\n      parts.push(\"ADDITIONAL INFORMATION -> \" + additional.join(\" ||| \"));\n    }\n \n    return parts.join(\" --- \");\n  }\n \n  function validateCustomFields() {\n    let valid = true;\n    clearErrors();\n \n    if (!val(\"#project_type\")) {\n      setError(\"project_type\", \"Please select a project type.\");\n      valid = false;\n    }\n \n    if (!val(\"#project_description\")) {\n      setError(\"project_description\", \"Please add a brief project description.\");\n      valid = false;\n    }\n \n    form.submittable(valid);\n    return valid;\n  }\n \n  \/\/ Layout containers\n  const grid = document.createElement(\"div\");\n  grid.className = \"form-grid\";\n \n  const leftCol = document.createElement(\"div\");\n  leftCol.className = \"col-left\";\n \n  const rightCol = document.createElement(\"div\");\n  rightCol.className = \"col-right\";\n \n  \/\/ Column headings\n  const leftTitle = document.createElement(\"h6\");\n  leftTitle.textContent = \"Company & Contact Information\";\n \n  const rightTitle = document.createElement(\"h6\");\n  rightTitle.textContent = \"Engineering Inquiry\";\n \n  leftCol.appendChild(leftTitle);\n  rightCol.appendChild(rightTitle);\n \n  \/\/ Move Marketo native fields to the left, preserving original order\n  const rows = Array.from(formEl.querySelectorAll(\".mktoFormRow\"));\n \n  rows.forEach(row => {\n    const isCheckbox = !!row.querySelector(\"input[type='checkbox']\");\n    const isHidden = !!row.querySelector(\"input[type='hidden']\");\n    const isSubmit = !!row.querySelector(\".mktoButtonRow\");\n \n    if (!isCheckbox && !isHidden && !isSubmit) {\n      leftCol.appendChild(row);\n    }\n  });\n \n  \/\/ Custom fields on the right\n  rightCol.innerHTML += `\n<div class=\"form-row\">\n<label for=\"project_type\">Project Type <span class=\"req\">*<\/span><\/label>\n<div class=\"field-wrap\">\n<select id=\"project_type\">\n<option value=\"\">Select...<\/option>\n<option value=\"New Transformer Integration\">New Transformer Integration<\/option>\n<option value=\"Retrofit for Existing Transformer\">Retrofit for Existing Transformer<\/option>\n<option value=\"Risk Assessment\">Risk Assessment<\/option>\n<option value=\"Other\">Other<\/option>\n<\/select>\n<div class=\"field-error\" data-error-for=\"project_type\"><\/div>\n<\/div>\n<\/div>\n \n    <div class=\"form-row\">\n<label for=\"voltage_class\">Transformer Voltage Class (if known)<\/label>\n<div class=\"field-wrap\">\n<input type=\"text\" id=\"voltage_class\" placeholder=\"e.g. 115kV\">\n<div class=\"field-error\" data-error-for=\"voltage_class\"><\/div>\n<\/div>\n<\/div>\n \n    <div class=\"form-row textarea-row\">\n<label for=\"project_description\">Brief Project Description <span class=\"req\">*<\/span><\/label>\n<div class=\"field-wrap\">\n<textarea id=\"project_description\" rows=\"5\" placeholder=\"Describe the project, constraints, and any relevant context...\"><\/textarea>\n<div class=\"field-error\" data-error-for=\"project_description\"><\/div>\n<\/div>\n<\/div>\n \n    <h6 style=\"margin-top:25px;\">Additional Information (Optional)<\/h6>\n \n    <div class=\"form-row\">\n<label for=\"timeline\">Estimated Timeline<\/label>\n<div class=\"field-wrap\">\n<select id=\"timeline\">\n<option value=\"\">Select...<\/option>\n<option value=\"Immediate\">Immediate<\/option>\n<option value=\"< 6 Months\">&lt; 6 Months<\/option>\n<option value=\"6-12 Months\">6-12 Months<\/option>\n<option value=\"Planning Phase\">Planning Phase<\/option>\n<\/select>\n<div class=\"field-error\" data-error-for=\"timeline\"><\/div>\n<\/div>\n<\/div>\n \n    <div class=\"form-row\">\n<label class=\"no-wrap\" for=\"regulatory\">Regulatory \/ Insurance Review<\/label>\n<div class=\"field-wrap\">\n<select id=\"regulatory\">\n<option value=\"\">Select...<\/option>\n<option value=\"Yes\">Yes<\/option>\n<option value=\"No\">No<\/option>\n<option value=\"Under Evaluation\">Under Evaluation<\/option>\n<\/select>\n<div class=\"field-error\" data-error-for=\"regulatory\"><\/div>\n<\/div>\n<\/div>\n  `;\n \n  grid.appendChild(leftCol);\n  grid.appendChild(rightCol);\n  formEl.prepend(grid);\n \n  \/\/ Move consent and submit to the end\n  const consent = formEl.querySelector(\"input[type='checkbox']\")?.closest(\".mktoFormRow\");\n  const submit = formEl.querySelector(\".mktoButtonRow\");\n \n  if (consent) formEl.appendChild(consent);\n  if (submit) formEl.appendChild(submit);\n \n  \/\/ Validation\n  form.onValidate(function() {\n    validateCustomFields();\n  });\n \n  \/\/ Save field value before submit\n  form.onSubmit(function() {\n    form.setValues({\n      tempFormDetails: buildTempFormDetails()\n    });\n  });\n});\n<\/script>\n \n<style>\n.mktoForm {\n  width: 100% !important;\n  max-width: 100% !important;\n  box-sizing: border-box;\n}\n \n.form-grid {\n  display: grid;\n  grid-template-columns: 0.95fr 1.35fr;\n  gap: 50px;\n  margin-top: 20px;\n}\n \n.col-left,\n.col-right {\n  display: flex;\n  flex-direction: column;\n}\n \n.form-grid h3 {\n  margin: 0 0 12px 0;\n}\n \n.form-row {\n  display: grid;\n  grid-template-columns: 200px 1fr;\n  align-items: center;\n  gap: 14px;\n  margin-bottom: 12px;\n}\n \n.form-row label {\n  font-weight: 600;\n  font-size: 13px;\n  line-height: 1.35;\n}\n \n.no-wrap {\n  white-space: nowrap;\n}\n \n.req {\n  color: #d11;\n}\n \n.field-wrap {\n  width: 100%;\n}\n \n.field-wrap input,\n.field-wrap select,\n.field-wrap textarea {\n  width: 100%;\n  padding: 8px 10px;\n  box-sizing: border-box;\n  border: 1px solid #cfd6df;\n  border-radius: 0px;\n  font-size: 14px;\n  background: #fff;\n}\n \n.field-wrap textarea {\n  min-height: 120px;\n  resize: vertical;\n}\n \n.textarea-row {\n  align-items: start;\n}\n \n.field-error {\n  min-height: 16px;\n  margin-top: 6px;\n  font-size: 12px;\n  color: #c81e1e;\n}\n \n.form-row.is-error .field-wrap input,\n.form-row.is-error .field-wrap select,\n.form-row.is-error .field-wrap textarea {\n  border-color: #c81e1e;\n}\n \n.mktoButtonRow {\n  text-align: center !important;\n  margin-top: 18px !important;\n}\n \n@media (max-width: 768px) {\n  .form-grid {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n \n  .form-row {\n    grid-template-columns: 1fr;\n    gap: 6px;\n  }\n \n  .no-wrap {\n    white-space: normal;\n  }\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-ef3ea8d e-con-full e-flex e-con e-parent\" data-id=\"ef3ea8d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-c231c4e e-flex e-con-boxed e-con e-child\" data-id=\"c231c4e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-892245b e-con-full e-flex e-con e-child\" data-id=\"892245b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-09de3b6 elementor-widget-tablet__width-inherit elementor-widget elementor-widget-the7-heading\" data-id=\"09de3b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"the7-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"the7-heading-title elementor-size-default\">Corporate Headquarters<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adbe635 elementor-widget elementor-widget-text-editor\" data-id=\"adbe635\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Transformer Protector Corp<br \/>Houston, Texas<br \/>United States<\/p><p>Engineering-led operations serving projects across the Americas.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f5cebc5 e-con-full e-flex e-con e-child\" data-id=\"f5cebc5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4065c43 content-align-center the7-hover-visibility-disabled preserve-img-ratio-cover transform-overlay-yes exceeding-frame-yes elementor-widget elementor-widget-the7-image-widget\" data-id=\"4065c43\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;hover_visibility&quot;:&quot;disabled&quot;}\" data-widget_type=\"the7-image-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"the7-image-container\"><div class=\"the7-image-wrapper the7-elementor-widget the7-transform-container\"><div class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1200\" height=\"896\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%201200%20896&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 1200px) 100vw, 1200px\" style=\"--ratio: 1200 \/ 896;\" data-src=\"https:\/\/tpc-protect.com\/wp-content\/uploads\/2026\/03\/freepik__houston-skyline-engineering-overlay-subtle-lines__32948_11zon.webp\" loading=\"eager\" data-srcset=\"https:\/\/tpc-protect.com\/wp-content\/uploads\/2026\/03\/freepik__houston-skyline-engineering-overlay-subtle-lines__32948_11zon.webp 1200w, https:\/\/tpc-protect.com\/wp-content\/uploads\/2026\/03\/freepik__houston-skyline-engineering-overlay-subtle-lines__32948_11zon-300x224.webp 300w, https:\/\/tpc-protect.com\/wp-content\/uploads\/2026\/03\/freepik__houston-skyline-engineering-overlay-subtle-lines__32948_11zon-1024x765.webp 1024w, https:\/\/tpc-protect.com\/wp-content\/uploads\/2026\/03\/freepik__houston-skyline-engineering-overlay-subtle-lines__32948_11zon-768x573.webp 768w\" \/><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-e7243d2 e-con-full e-flex e-con e-parent\" data-id=\"e7243d2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-a9f52d9 e-flex e-con-boxed e-con e-child\" data-id=\"a9f52d9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-d117ca5 e-con-full e-flex e-con e-child\" data-id=\"d117ca5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6cc9347 elementor-widget-tablet__width-inherit elementor-widget elementor-widget-the7-heading\" data-id=\"6cc9347\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"the7-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"the7-heading-title elementor-size-default\">Engineering Intake Process<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e59d9d elementor-widget elementor-widget-text-editor\" data-id=\"8e59d9d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"1014\" data-end=\"1093\">All inquiries undergo structured engineering review prior to formal engagement.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d77f6b6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"d77f6b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"ntp ntp-arrow_right\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Technical review<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"ntp ntp-arrow_right\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Preliminary feasibility evaluation<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"ntp ntp-arrow_right\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Clarification request (if required)<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"ntp ntp-arrow_right\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Structured technical discussion<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-914cbe3 elementor-widget elementor-widget-text-editor\" data-id=\"914cbe3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"x_MsoNormal\"><span data-olk-copy-source=\"MessageBody\">Engineering consultation does not constitute proposal or commitment.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-2ac5ec2 e-con-full e-flex e-con e-child\" data-id=\"2ac5ec2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0df550e content-align-center the7-hover-visibility-disabled preserve-img-ratio-cover transform-overlay-yes exceeding-frame-yes elementor-widget elementor-widget-the7-image-widget\" data-id=\"0df550e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;hover_visibility&quot;:&quot;disabled&quot;}\" data-widget_type=\"the7-image-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"the7-image-container\"><div class=\"the7-image-wrapper the7-elementor-widget the7-transform-container\"><div class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\"><img decoding=\"async\" width=\"1000\" height=\"667\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%201000%20667&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 1000px) 100vw, 1000px\" style=\"--ratio: 1000 \/ 667;\" data-src=\"https:\/\/tpc-protect.com\/wp-content\/uploads\/2026\/03\/31024_11zon.webp\" loading=\"eager\" data-srcset=\"https:\/\/tpc-protect.com\/wp-content\/uploads\/2026\/03\/31024_11zon.webp 1000w, https:\/\/tpc-protect.com\/wp-content\/uploads\/2026\/03\/31024_11zon-300x200.webp 300w, https:\/\/tpc-protect.com\/wp-content\/uploads\/2026\/03\/31024_11zon-768x512.webp 768w\" \/><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-96df0e4 e-con-full e-flex e-con e-parent\" data-id=\"96df0e4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-b417846 e-flex e-con-boxed e-con e-child\" data-id=\"b417846\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-23d1a42 e-con-full e-flex e-con e-child\" data-id=\"23d1a42\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3de750 elementor-widget-tablet__width-inherit elementor-widget elementor-widget-the7-heading\" data-id=\"f3de750\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"the7-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"the7-heading-title elementor-size-default\">Governance & Confidentiality<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da1be3e elementor-widget elementor-widget-text-editor\" data-id=\"da1be3e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>All information submitted through this form is treated in accordance with applicable privacy and data protection regulations.<\/p><p>Project-specific discussions may require confidentiality agreements prior to detailed technical exchange.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-2a544a7 e-con-full e-flex e-con e-child\" data-id=\"2a544a7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb06c36 content-align-center the7-hover-visibility-disabled preserve-img-ratio-cover transform-overlay-yes exceeding-frame-yes elementor-widget elementor-widget-the7-image-widget\" data-id=\"eb06c36\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;hover_visibility&quot;:&quot;disabled&quot;}\" data-widget_type=\"the7-image-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"the7-image-container\"><div class=\"the7-image-wrapper the7-elementor-widget the7-transform-container\"><div class=\"post-thumbnail-rollover layzr-bg img-css-resize-wrapper\"><img decoding=\"async\" width=\"1200\" height=\"896\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039;%20viewBox%3D&#039;0%200%201200%20896&#039;%2F%3E\" class=\"attachment-full size-full preload-me aspect lazy lazy-load\" alt=\"\" sizes=\"(max-width: 1200px) 100vw, 1200px\" style=\"--ratio: 1200 \/ 896;\" data-src=\"https:\/\/tpc-protect.com\/wp-content\/uploads\/2026\/03\/freepik__closeup-of-nda-document-being-signed-on-engineerin__32949_11zon.webp\" loading=\"eager\" data-srcset=\"https:\/\/tpc-protect.com\/wp-content\/uploads\/2026\/03\/freepik__closeup-of-nda-document-being-signed-on-engineerin__32949_11zon.webp 1200w, https:\/\/tpc-protect.com\/wp-content\/uploads\/2026\/03\/freepik__closeup-of-nda-document-being-signed-on-engineerin__32949_11zon-300x224.webp 300w, https:\/\/tpc-protect.com\/wp-content\/uploads\/2026\/03\/freepik__closeup-of-nda-document-being-signed-on-engineerin__32949_11zon-1024x765.webp 1024w, https:\/\/tpc-protect.com\/wp-content\/uploads\/2026\/03\/freepik__closeup-of-nda-document-being-signed-on-engineerin__32949_11zon-768x573.webp 768w\" \/><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Contact TPC Engineering All technical inquiries are reviewed by engineering leadership prior to engagement. Engineering Inquiry Form Corporate Headquarters Transformer Protector CorpHouston, TexasUnited States Engineering-led operations serving projects across the Americas. Engineering Intake Process All inquiries undergo structured engineering review prior to formal engagement. Technical review Preliminary feasibility evaluation Clarification request (if required) Structured technical&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":80,"comment_status":"closed","ping_status":"open","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-20316","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/tpc-protect.com\/pt-br\/wp-json\/wp\/v2\/pages\/20316","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tpc-protect.com\/pt-br\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tpc-protect.com\/pt-br\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tpc-protect.com\/pt-br\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tpc-protect.com\/pt-br\/wp-json\/wp\/v2\/comments?post=20316"}],"version-history":[{"count":1,"href":"https:\/\/tpc-protect.com\/pt-br\/wp-json\/wp\/v2\/pages\/20316\/revisions"}],"predecessor-version":[{"id":20457,"href":"https:\/\/tpc-protect.com\/pt-br\/wp-json\/wp\/v2\/pages\/20316\/revisions\/20457"}],"wp:attachment":[{"href":"https:\/\/tpc-protect.com\/pt-br\/wp-json\/wp\/v2\/media?parent=20316"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}