
    :host([light]) .peering_d,
    :host([light]) .peering_e {
        fill: #fff;
    }
:host([light]) .peering_e,
    :host([light]) .peering_f,
    :host([light]) .peering_g,
    :host([light]) .peering_h {
        fill-rule: evenodd;
    }
:host([light]) .peering_f {
        fill: url(#peering_c);
    }
:host([light]) .peering_g {
        fill: url(#peering_b);
    }
:host([light]) .peering_i {
        fill: none;
        stroke: #1a4e85;
        stroke-miterlimit: 10;
        stroke-width: 6px;
    }
:host([light]) .peering_j {
        fill: #1a4e85;
    }
:host([light]) .peering_h {
        fill: #bbdefb;
    }
:host([dark]) .peering_d,
    :host([dark]) .peering_e {
        fill: #09264a;
    }
:host([dark]) .peering_e,
    :host([dark]) .peering_f,
    :host([dark]) .peering_g,
    :host([dark]) .peering_h {
        fill-rule: evenodd;
    }
:host([dark]) .peering_f {
        fill: url(#peering_c);
    }
:host([dark]) .peering_g {
        fill: url(#peering_b);
    }
:host([dark]) .peering_i,
    :host([dark]) .peering_h {
        fill: #ced4db;
    }
:host([dark]) .peering_j {
        fill: none;
        stroke: #fff;
        stroke-miterlimit: 10;
        stroke-width: 6px;
    }
