.elementor-756 .elementor-element.elementor-element-e419357{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS for shortcode, class: .elementor-element-d9bacf8 *//* Mobile devices (up to 480px) */
@media only screen and (max-width: 480px) {
  #piechart {
    width: 100% !important;
    height: auto !important; /* keeps aspect ratio */
  }
}

/* Tablets (portrait + small landscape, 481px to 1024px) */
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  #piechart {
    width: 90% !important;
    height: auto !important;
    margin: 0 auto; /* centers the chart */
  }
}/* End custom CSS */