digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "IntangibleAssets"[label = "Intangible \nAssets\n4.42%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n7.59%" fillcolor="#75cf73"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-2.35%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-6.94%" fillcolor="#ff7973"]
    "DeferredPolicyAcquisitionCosts"[label = "Deferred \nPolicy \nAcquisition \nCosts\n0.488%" fillcolor="#EEEEEE"]
    "ReinsuranceRecoverables"[label = "Reinsurance \nRecoverables\n2.68%" fillcolor="#BDE7BD"]
    "SeparateAccountAssets"[label = "Separate \nAccount Asset\n-0.656%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n9.64%" fillcolor="#75cf73"]
    "PremiumsReceivable"[label = "Premiums \nReceivable\n1.03%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n1.10%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n5.84%" fillcolor="#BDE7BD"]
    "Liabilities"[label = "Liabilities\n-7.15%" fillcolor="#ff7973"]
    "LongTermDebt"[label = "Long Term Debt\n-3.79%" fillcolor="#FFC7AD"]
    "ReinsurancePayable"[label = "Reinsurance \nPayable\n-1.26%" fillcolor="#EEEEEE"]
    "LiabilityForClaimsAndClaimsAdjustmentExpense"[label = "Claims \nReserve and \nLAE\n-10.5%" fillcolor="#ff7973"]
    "PolicyholderContractDeposits"[label = "Policyholder \nContract \nDeposits\n2.33%" fillcolor="#BDE7BD"]
    "LiabilitiesCurrent"[label = "Liabilities \nCurrent\n0.370%" fillcolor="#EEEEEE"]
    "UnearnedPremiums"[label = "Unearned \nPremiums\n-0.924%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n2.57%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-4.82%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-4.15%" fillcolor="#FFC7AD"]
    "IntangibleAssets" -> "Assets" [label="4.42%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="8.49%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-2.35%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-6.94%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "DeferredPolicyAcquisitionCosts" -> "Assets" [label="0.488%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsuranceRecoverables" -> "Assets" [label="2.68%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "SeparateAccountAssets" -> "Assets" [label="-0.656%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="9.64%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "PremiumsReceivable" -> "Assets" [label="1.03%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="1.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="5.84%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-5.68%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.13%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="-3.79%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ReinsurancePayable" -> "Liabilities" [label="-1.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilityForClaimsAndClaimsAdjustmentExpense" -> "Liabilities" [label="-10.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "PolicyholderContractDeposits" -> "Liabilities" [label="2.33%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.370%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "UnearnedPremiums" -> "Liabilities" [label="-0.924%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.57%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-4.82%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}