SOC 2, HIPAA, and SEC Cyber Rules: A 2026 Modernization Compliance Checklist

The compliance work most modernization plans underbudget. What to design in from day one so the audit, the breach disclosure, and the BAA do not blow up your timeline. 

Three regulatory regimes hit almost every modernization program: SOC 2 (customer trust), HIPAA (anything healthcare-adjacent, with a proposed Security Rule update from HHS in December 2024), and the SEC cybersecurity disclosure rule (Item 1.05 of Form 8-K, four business days from materiality determination). Designed in from day one, they add modestly to a program. Bolted on at the end, they add a lot and slip the timeline. This is the checklist for designing them in.

Five things built into a modernization from day one turn the audit into a paperwork exercise instead of a re-architecture. One, tenant isolation and least-privilege IAM. Two, end-to-end audit logging with tamper-evident storage. Three, data classification plus encryption at rest with a managed KMS. Four, a documented incident response runbook tied to the SEC four-business-day clock. Five, a BAA-ready vendor inventory if PHI is anywhere in scope. Skipping any one of them tends to mean rebuilding it later, under audit pressure.

Why This Matters More in 2026

Compliance has moved from a downstream audit step to a board-level metric. Three pressures are responsible. First, the SEC cybersecurity rule is now in its second full filing cycle, and material vendors to public companies are being pulled in through contractual disclosure clauses. Second, cyber insurance carriers in the US have continued to tighten underwriting on legacy stacks and unencrypted PHI, with several major carriers now requiring documented MFA and 12-month log retention as a condition of renewal. Third, customer procurement teams are asking for SOC 2 Type II reports earlier in the sales cycle and increasingly rejecting Type I or expired reports.

The net effect on modernization programs is that compliance evidence is no longer an end-of-program artifact. It is a continuous output, and it has to be designed in.

What Changed in 2024 and 2025

  • SEC cybersecurity rule. Final rule adopted July 2023, in force for fiscal year 2024 filings. Item 1.05 of Form 8-K requires disclosure of material cybersecurity incidents within four business days of materiality determination. SEC guidance in 2024 from the Division of Corporation Finance clarified the line between Item 1.05 (material) and voluntary Item 8.01 disclosures.
  • HIPAA Security Rule NPRM. HHS Office for Civil Rights issued a Notice of Proposed Rulemaking on December 27, 2024 (published in the Federal Register January 6, 2025). The proposed rule would make many previously addressable safeguards required, including encryption of ePHI at rest and in transit, multi-factor authentication, mandatory vulnerability scanning every six months and penetration testing annually, and 72-hour restoration objectives for systems holding ePHI. This is the first major Security Rule update since 2013.
  • NIST Cybersecurity Framework 2.0. Finalized February 2024. Added the GOVERN function, expanded supply chain risk, and is now the most common control mapping anchor for SOC 2 and SEC programs.
  • PCI DSS 4.0. Fully in force as of March 31, 2025. Adds explicit MFA requirements for all access into the cardholder data environment.

The Three Regimes in One Line Each

Regime: SOC 2 Type II | Who it applies to: Any B2B vendor whose customers ask for it. | What it really tests: Controls operated effectively over a 6 to 12 month window.

Regime: HIPAA / HITECH | Who it applies to: Anyone who creates, receives, or stores PHI for a covered entity. | What it really tests: Safeguards, BAAs, and breach notification within 60 days. Mandatory MFA and encryption likely under the 2024 NPRM.

Regime: SEC Cybersecurity Disclosure Rule | Who it applies to: U.S. public companies and material vendors to them. | What it really tests: Four-business-day disclosure of material incidents on Form 8-K Item 1.05.

The 5-Item Design-In Checklist

  1. Tenant isolation and least-privilege IAM. Logical isolation at minimum. For HIPAA workloads, prefer fully separate accounts or projects. Roles are time-bound, MFA-enforced, and reviewed monthly. Document who can read what.
  2. End-to-end audit logging, tamper-evident. Every privileged action, every data access, and every configuration change. Stored in a write-once bucket with object lock. Retain for seven years for SOX-adjacent workloads, six for HIPAA, and at least one for SOC 2.
  3. Data classification and encryption. Classify before you migrate (Public, Internal, Confidential, Restricted or PHI). Encrypt at rest with a managed KMS, with keys rotated on a defined schedule. Customer-managed keys where the contract requires them. TLS 1.3 in transit. Plan for the HIPAA NPRM’s mandatory-encryption posture even before it is finalized.
  4. Incident response runbook tied to the four-business-day clock. The SEC clock starts at materiality determination, not at detection. The runbook must define who determines materiality, in what time window, and how the Form 8-K language gets drafted. Run a tabletop quarterly.
  5. BAA-ready vendor inventory. Every subprocessor that could touch PHI needs a Business Associate Agreement. Build the inventory during modernization. Adding it later means re-papering every contract under audit pressure.

Where Modernization Programs Get Caught

  • Logging added at the end. By the time the auditor asks, the events have already happened and were not captured. Cost: re-instrument and lose three to six months of audit window.
  • Shared service accounts. The classic app_admin account used by 14 people. Fails every SOC 2 access review. Fix it at design time with per-human and per-service principals.
  • PHI in non-production. Test data scrubbed inconsistently across environments. Either tokenize at the source or budget for synthetic data generation as a real project line item.
  • Materiality undefined. Engineers detect an incident, lawyers argue materiality for a week, and the four-business-day clock has already run. Define materiality before the next incident, not during it.
  • Subprocessor sprawl. Modernization typically brings in eight to fifteen new SaaS tools. Every one needs a vendor risk review before it touches regulated data, not after.

The Cost of Bolt-On Versus Design-In

Directional ranges from our engagements. The wider the bolt-on, the worse the audit outcome tends to be. IBM’s Cost of a Data Breach 2025 helps anchor the downside: $4.44 million globally, $10.22 million in the United States, $7.42 million in healthcare.

Where the budget goes wrong: Most modernization business cases include security tools but not the compliance evidence work. Collecting, storing, and presenting evidence is roughly 60 percent of the audit cost, and it is the line item teams routinely forget.

Approach: Design-in from day one | Added program cost: 6 to 9% | Timeline impact: Neutral | Audit outcome: Clean opinion, low exceptions.

Approach: Mid-program retrofit | Added program cost: 12 to 18% | Timeline impact: 2 to 4 months | Audit outcome: Conditional opinion likely.

Approach: Bolt-on at the end | Added program cost: 22 to 40% | Timeline impact: 6 to 12 months | Audit outcome: Qualified opinion or re-audit.

How This Played Out in the Field

We worked with a manufacturer that had to lift its security posture under customer audit pressure. The program combined a Zero Trust rollout, identity hardening, and a documented control library mapped to NIST CSF. The result was a clean third-party audit and a reusable evidence pipeline. We also operate a 24×7 SOC with SIEM for a European financial firm and a unified Microsoft Sentinel deployment for an energy provider, both built to make this kind of evidence-on-tap the default rather than the scramble. All three case studies are linked below.

Common Mistakes Teams Make on Compliance During Modernization

  • Treating compliance as a separate workstream. If it runs parallel to the engineering work, it lands late. The control owners need to sit in the same architecture reviews as the engineers.
  • Assuming the cloud provider’s shared responsibility covers more than it does. AWS, Azure, and GCP secure the platform; you still own configuration, IAM, encryption choices, and evidence. Audit findings almost always sit on the customer side of the line.
  • Underbudgeting evidence collection. Roughly 60 percent of audit cost is collecting, organizing, and presenting evidence. Tools alone do not close that gap; an evidence pipeline does.
  • Letting incident response drift away from the SEC clock. Tabletops that exercise detection but not the materiality decision and disclosure drafting will fail the first real incident.
  • Choosing tooling before mapping controls. The control framework (NIST CSF 2.0 is the common anchor) decides the tools, not the other way around. Tool-led programs over-buy and still miss controls.
  • Skipping the BAA backlog. Every SaaS added during modernization that could touch PHI needs a BAA. Discovering an un-papered subprocessor during audit is a common, avoidable finding.

Frequently Asked Questions

Does SOC 2 require specific tools?

No. SOC 2 requires controls that operate effectively. Tools are means, not ends. In practice a SIEM, an IAM platform, and configuration management are all but necessary, but the framework itself names none of them.

Does the SEC cybersecurity rule apply to private companies?

Directly, no. Indirectly, yes. Material vendors to public companies get pulled in through vendor risk programs and contractual disclosure clauses. If you sell to public companies, plan for it.

Can we use the same controls for SOC 2, HIPAA, and SEC?

Mostly yes. One control framework, mapped to each regime. NIST CSF 2.0 is the most common anchor for that mapping today, and most auditors are comfortable with it.

Is the HIPAA NPRM final yet?

As of mid-2026, the December 2024 NPRM has not been finalized. Plan for its posture anyway. Building toward encryption, MFA, and 72-hour restoration is good hygiene regardless of finalization timing.

Who owns this work, security or modernization?

Both. Compliance is a shared design constraint. If only security owns it, it gets bolted on. If only modernization owns it, it gets skipped. Joint ownership with a single accountable executive is the only model we have seen work.

References

The Trust Gap in Managed SOC: Why Enterprises Are Re-Evaluating Their Providers

Leadership pressure is reshaping how SOC providers are evaluated. 

CISOs are treating cybersecurity as a business risk, not an IT function. That shift is exposing trust gaps in Managed SOC providers, around visibility, ownership and reporting. Here’s how enterprises are re-evaluating providers in 2026 and what mature SOC service really looks like.

Most Managed SOC contracts written before 2024 are now under quiet review. Three trust gaps drive the re-evaluation: blurred visibility into what the provider is actually deciding, unclear ownership of true threat detection (versus alert triage), and reporting that does not connect to business risk. The 2026 expectation is a provider that operates transparently, shares ownership of outcomes, reports in business terms, and onboards in weeks rather than quarters. The bar has moved; the contracts have not.

Leadership Pressure Is Reshaping the Conversation

The trust gap in Managed SOC providers does not start with security teams, it comes from CISOs. They’re now treating cybersecurity as a business risk, not just an IT function. That’s changing how SOC companies are evaluated, and making leaders ask:

  • How quickly are real threats contained?
  • Who is accountable for an incident?
  • Is the current SOC for enterprises actually reducing risk, or just monitoring activity around the clock?

The ‘set it and forget it’ SOC is dead: Threats are more targeted and industry specific. Attack timelines have compressed from days to hours. Compliance needs more auditability. Enterprises are reassessing Managed SOC providers instead of auto-renewing long-term contracts.

The 3 Biggest Trust Gaps in Managed SOC Providers

Blurred Visibility of Security Decisions Made

Most providers deliver continuous monitoring, alerts and periodic reports. The trust gap appears after repeated incidents when internal teams realize they lack visibility or operational support despite heavy investment.

During an incident, simple questions arise: Why wasn’t this detected earlier? On what basis were these threats prioritized? How was that security decision made? If the answer requires going back to the provider and waiting for analysis, that delay is a visibility failure.

Ownership of Actual Threat Detection

Beyond dashboards and metrics there is real telemetry, from endpoints, cloud services and network devices, that’s often ignored because it’s never fully observed. That’s where attackers find opportunity.

  • Data isn’t analyzed just because the SOC ingests it.
  • Deployed rules don’t always cover the gaps attackers exploit.
  • Complete threat detection isn’t usually indicated through alerts.

Reporting That Does Not Connect to Business Risk

Many vendors include only selected controls in the audit and leave risky areas outside scope. Watch for:

  1. Limited control parameters, risky systems excluded to keep the report clean.
  2. Exclusion of identity & access, no clarity on MFA, admin approvals or privileged account reviews.
  3. Cloud providers excluded from audit, the infrastructure layer itself may not be covered.
  4. Zero exceptions in a SOC report, mature programs always show minor errors, delays or exceptions. ‘Perfect’ reports are a red flag.

Why Enterprises Are Re-Evaluating Now

Traditional SOC models were not designed for rapid growth and AI-driven attacks. Reports were limited to endpoints and infrastructure, today, leadership expects 360° coverage: cloud, third-party risk, SaaS, remote access.

At the same time, attackers are faster, more targeted and heavily identity-driven. Heavy tools, SIEM coverage and high alert volumes are no longer enough.

  • Regulatory expectations require stronger audits and clearer accountability.
  • Cyber insurance reviews are getting stricter.
  • Leaders expect CISOs to explain security risks in business terms.
  • AI-related attacks are shrinking the response window.
  • Customers ask for proof of operational security maturity before partnerships.

What Enterprises Expect from a Managed SOC Today

Transparent Operations

Before a long technical report, leaders want to understand how the SOC reached its conclusions, exact issues, priority levels, long-term impact, whether they should be worried. CISOs explore the business angles to make decisions faster.

Shared Ownership Model

A mature cybersecurity plan is measured by how clearly teams know who owns the next action during an incident. Fortinet and others highlight that ownership shouldn’t be limited to the CISO or IT, asset owners and business teams must follow agreed responsibilities.

Outcome-Driven Metrics

Metrics are expected to be business-focused, not just numbers:

  • MTTD, how quickly a threat is identified.
  • MTTR, how fast the issue is contained.
  • False positive rate, how much noise is removed before it reaches your team.

Context-Aware Security

The best partners answer ‘who, where, when and which system’ before deciding what to do, and tie it back to which data matters most and which threats are common in your industry.

Easier Onboarding

Onboarding is treated as a critical part of engagement, not a preliminary step. Quick tool integration, alignment with internal processes, and early visibility without long delays.

How Krish Supports Enterprises with Mature Managed SOC Services

We worked with a Sweden-based mid-size financial enterprise whose audits looked normal but whose leadership saw too many people involved without clear ownership. They needed a SOC partner who could run operations in a more controlled and practical way during incidents.

We focused on fixing the operating model first:

  1. Defined a clear ownership model, clarified the action framework at each stage of an incident and simplified how incidents were explained internally.
  2. Improved alert context and prioritization, focused on threats by actual business risk, not just severity scores. Coordination improved, leadership got clearer updates, and response decisions became faster because people knew their role before incidents happened.
  3. Simplified leadership reporting, redesigned reports to show risk, action taken, outcome, and responsible owner.

What mature SOC service actually means: Not just monitoring systems 24/7, clear ownership, business-grade reporting, and decisions you can defend.

Closing the Trust Gap Without Starting Over

Re-evaluating your SOC does not mean replacing everything. In most cases the foundation is in place, you just need to change how those services operate and align with your business.

  • SOC handles both legacy systems and modern cloud / AI environments without security gaps.
  • Clear processes that show how security works across old and new technologies.
  • SOC adapts to your tech as it changes, not the other way around.
  • Simple, clear action plans during incidents, even when AI or automation is involved, so decisions can be trusted.

Choosing the Right SOC Partner Starts with Clarity

If you’re building a SOC provider comparison checklist, keep three things on the list: clarity in how they operate, how they take ownership, and how they help you make decisions. Cost matters, but cost without accountability always creates bigger risks later.

From our work across the US and global clients, we provide clear incident response workflows, integrate SOC operations with tools like Microsoft 365 and endpoint platforms, and set up risk-based alert prioritization.

Common Mistakes When Evaluating a Managed SOC Provider

  • Anchoring on tool coverage instead of accountable outcomes. Tools are easy to compare. Ownership is what fails during an incident.
  • Accepting a SOC report with zero exceptions as a strong signal. Mature programs always surface minor exceptions; perfect reports usually mean narrow scope.
  • Skipping the cloud control-plane and identity layer in scope. Most modern incidents start there, not on endpoints.
  • Auto-renewing a multi-year contract because switching feels heavy. The hidden cost of a misaligned SOC is almost always higher than the switching cost.
  • Treating the SOC as IT only. CISOs in 2026 are expected to translate cyber risk into business terms; the SOC has to feed that translation, not just dashboards.

Frequently Asked Questions

How often should we re-evaluate our Managed SOC provider?

Annually as a light check, and fully every two to three years or after any material incident. Threat patterns, regulatory expectations, and your own cloud footprint all shift faster than long-term SOC contracts assume.

What is a reasonable SLA for incident response in 2026?

For high-severity incidents, an acknowledgment in under 15 minutes and an active investigation in under one hour is now table stakes. Containment SLAs vary by environment, but anything beyond four hours for a confirmed critical incident is a yellow flag.

Should we keep an internal SOC alongside a managed one?

Co-managed is the most common model in regulated industries. The provider handles 24×7 monitoring, tier-1 and tier-2 work, and SOAR runbooks. Your internal team owns risk decisions, threat hunting, and the relationship with the business. Pure outsourcing usually leaves the accountability gap that creates the trust problem in the first place.

How do we measure the SOC in business terms, not just MTTD and MTTR?

Track the dollar value of incidents prevented or contained, the percentage of alerts mapped to a specific business process, the audit findings resolved per quarter, and the time leadership spent in unplanned incident calls. Those four numbers, reported quarterly, are what a CFO and a CEO actually engage with.

References

Is Your SOC Built for the Cloud? Signs Your SIEM Strategy Is Falling Behind

Most enterprise SOCs were built for an on-prem world. In a cloud-first environment, SIEM-led monitoring tends to ingest more, alert more, cost more, and decide slower. The fix in 2026 is not a bigger SIEM. It is a layered model: SIEM for compliance and centralized history, CNAPP for cloud posture and runtime, EDR/XDR for endpoint and identity, and a small set of tuned, prioritized detections instead of an undifferentiated alert firehose. Teams that make this shift typically cut SIEM ingestion cost 20 to 40 percent while measurably shortening containment time.

When SIEM Stops Answering Real Questions

In many cloud-first environments, leaders assume moving to SaaS reduces the need for continuous monitoring. In practice, the opposite happens. Security teams are dealing with threat data from multiple sources as it expands across applications, identities, and integrations, each generating their own signals and alerts.

All this data is sent to SIEM platforms expecting better detection and faster response. It does not live up to expectations. It looks like improved visibility, but only the ingestion cost increases, usually up to 30% in most enterprises. Security teams spend more time filtering data and stitching context across systems.

SIEM still has a role in compliance, audit, and centralized visibility. The problem starts when SIEM becomes the primary decision-making system in a cloud environment. More data is available, but decision clarity is missing. Costs are increasing, but outcomes are not improving at the same pace.

Why Collecting More Data Is Not Reducing Business Risk

If your SOC is ingesting more data but cannot act fast during an incident, the problem is not lack of data, it’s a lack of clarity on which information to process and how to act. Palo Alto’s research on Cloud Security and SOC Convergence highlights the same visibility gap and risk-prioritization failure, with blind spots created by excessive data from too many tools.

If a SOC produces 20,000 false positives in 10 minutes with no context, that’s wasted effort and reduces time for clean containment. Flagging 80 well-prioritized alerts gives the security team enough context to act. It’s a prioritization failure, not a data failure.

  • Delayed response increases the exposure window.
  • Lateral movement inside systems goes unnoticed.
  • Incident containment becomes slower and more expensive.
  • Leadership decisions are made with incomplete or delayed information.

A more effective model: Identify high-priority alert information tied to identity and access. Filter low-value data before ingestion. Correlate signals across systems to create context before threat alerts are generated.

Where Traditional SOC Fails and Why You Need SOC Modernization

To tackle cost, companies start cutting data ingestion, which only reduces cost (not risk) while making detection harder. Unidentified activity across systems, missing context, analysts wasting time figuring out whether something is even a prioritized vulnerability. Detection is already slowing down.

For the business this means operations slow when accountable people are unavailable, hiring and training take significant time, and the SOC becomes dependent, not resilient.

The Security Cost Becomes Irrelevant as SOC Fails

Old SIEM-led SOC models still follow an ingestion-based pricing model, the more data you collect, the more you pay, regardless of outcome. Ingestion costs are now one of the biggest pressures on SOC budgets.

To reduce cost, organizations often reduce logs or stop sending data to detection systems. That creates blind spots without improving detection. Data keeps increasing; detection does not improve.

What a Modern SOC Should Address

A cloud SOC needs visibility from CDR (cloud detection & response) and CNAPP (cloud-native application protection), not just logs and alerts. As cloud infrastructure grows, CNAPP also has to evolve. The modern SOC for enterprises must address:

  • Incomplete threat alerts, most CNAPP tools aren’t integrated with EDR or threat intel, producing incomplete signals.
  • Slow manual steps, some cloud tools don’t perform well across pipelines, applications and workloads.
  • Hidden attack paths, attacks often start at the outer layer and escalate inward, hiding the real root cause.

Bringing Security and Cloud Context Together

Different teams own different parts of the environment with no shared context. When something goes wrong, the SOC ends up stitching it together under pressure.

This does not mean merging teams overnight. It means ensuring that when an alert is raised, the SOC already has the context it needs, who made the change, what workload was affected, and how it connects to the broader environment.

  • Investigations move faster because teams aren’t waiting for handoffs.
  • Blind spots shrink because signals aren’t isolated.
  • Security decisions are based on actual environment behaviour, not assumptions.

A Unified Security Foundation

In many organizations, security is still handled in parts: AppSec during development, posture management in the cloud, threat detection at runtime, each working independently. The new architecture brings these layers together into a single view:

  • Vulnerabilities identified in development are tracked as they move into production.
  • Cloud misconfigurations are evaluated alongside real-time threat activity.
  • Runtime signals are correlated with application and identity data to reveal the full attack path.

How We Implement SOC in Cloud

We’ve delivered SOC modernization for large enterprises across the US, Australia and other global markets, moving beyond traditional SOC models to cloud-aligned operations that improve visibility, speed and decision-making.

  1. Focus on business context, Krish SOC analysts identify high-value signals tied to user access, applications and sensitive data movement (the areas where risk directly impacts ROI).
  2. Reduce noise before it reaches the SOC, removing low-priority signals early so the team only deals with threat alerts that require attention. In a recent enterprise environment this cut alert volume by 40–60% and improved analyst response efficiency by over 30%, without removing critical visibility.
  3. Design detection around relevance, connecting meaningful signals to understand situations faster, instead of depending on large amounts of meaningless data.

What Changes When the Cloud SOC Is Built Correctly

When your team starts changing approach in security operations while most of your computing happens in the cloud (or hybrid cloud), the changes show up quickly:

  • Teams respond faster, even with fewer alerts, they get enough threat context to act on immediately.
  • Cost becomes predictable, reducing unnecessary ingestion controls cost while improving detection efficiency.
  • Security operations show clear, measurable results that the business can see, especially for cloud.

The Direction Forward for Enterprise Cloud SOC

Most security teams are still working with tools and processes built for how things were 5–10 years ago. The whole setup doesn’t match cloud reality. Providers need to change their approach:

  • Design for speed, context and accuracy, prioritize alerts, understand business impact, and know what to do next.
  • Align security architecture with cloud reality, security must follow your apps and data wherever they go.

Final Thoughts: This Is Not a Tool Problem, It Is an Architecture Shift

Throwing more tools at the problem won’t fix it. What needs to change is how your security operation is built and organized. Most SOCs aren’t failing because of a lack of tools, they struggle because the way those tools are connected doesn’t match how cloud environments actually operate.

If you’re seeing early signs of this in your environment, it’s time to invest in the right approach. We’ve solved similar challenges for mid-size and enterprise clients, helping teams respond faster, see things more clearly, and make better decisions.

Common Mistakes When Modernizing a Cloud SOC

  • Cutting log ingestion to reduce SIEM cost without changing detection design. Cheaper, but blinder.
  • Treating CNAPP, EDR, and SIEM as three separate stories instead of one correlated signal pipeline.
  • Measuring SOC success by alert volume or MTTD alone, with no business-impact lens.
  • Buying new tools before fixing the operating model. New tools amplify existing dysfunction.
  • Skipping a runbook for high-confidence automated response. Analysts then approve every step manually and the speed gain disappears.

Frequently Asked Questions

Is SIEM dead in a cloud-first environment?

No. SIEM still earns its keep for centralized visibility, compliance evidence, and long-tail investigation. The shift in 2026 is that SIEM stops being the primary decision system. CDR, CNAPP, and identity signals carry that load, and SIEM becomes the system of record.

How do we cut SIEM ingestion cost without losing detection?

Tier the data. Send high-value security telemetry (identity, privileged access, sensitive data movement) into the detection pipeline. Send bulk operational logs to cheaper object storage with query-on-demand. Most enterprises see 30 to 50 percent ingestion cost reduction in the first quarter without measurable detection loss.

Do we need both CNAPP and EDR?

Yes, in almost every cloud-first enterprise. CNAPP covers the cloud control plane and workload posture. EDR covers what runs on endpoints and servers. They answer different questions. The win comes from correlating their signals into one investigation timeline, not from picking one.

How long does a SOC modernization typically take?

A measurable shift in the first 90 days (ingestion tiering, prioritization rules, runbook coverage), and a fully cloud-aligned operating model in roughly nine to twelve months. The slower work is the operating model, not the tooling.

References

Palo Alto, Cloud Security and SOC Convergence — www.paloaltonetworks.com 

Thank you for contacting us. Our team will contact you shortly.