
    :host([light]) .network_e {
        fill: #fff;
    }
:host([light]) .network_e,
    :host([light]) .network_f,
    :host([light]) .network_g,
    :host([light]) .network_h,
    :host([light]) .network_i {
        fill-rule: evenodd;
    }
:host([light]) .network_f {
        fill: url(#network_c);
    }
:host([light]) .network_g {
        fill: url(#network_b);
    }
:host([light]) .network_j {
        fill: none;
        stroke: #1a4e85;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 6px;
    }
:host([light]) .network_h {
        fill: url(#network_d);
    }
:host([light]) .network_k {
        fill: #1a4e85;
    }
:host([light]) .network_i {
        fill: #bbdefb;
    }
:host([dark]) .network_e,
    :host([dark]) .network_f {
        fill: #09264a;
    }
:host([dark]) .network_g {
        fill: none;
        stroke: #fff;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 6px;
    }
:host([dark]) .network_f,
    :host([dark]) .network_h,
    :host([dark]) .network_i,
    :host([dark]) .network_j,
    :host([dark]) .network_k {
        fill-rule: evenodd;
    }
:host([dark]) .network_h {
        fill: url(#network_c);
    }
:host([dark]) .network_i {
        fill: url(#network_b);
    }
:host([dark]) .network_j {
        fill: #ced4db;
    }
:host([dark]) .network_k {
        fill: url(#network_d);
    }
