<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container {
    margin: 0 auto;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 380px;
    width: 100%;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.gauge-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-in-out;
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0.5s;
    transform: translateX(100%);
}

.gauge-legend__item {
    font-size: 14px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}

.gauge-legend__item--wrapper {
    display: flex;
    align-items: center;
}

.gauge-legend__item span {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-flex;
}

.gauge-legend--show {
    opacity: 1 !important;
    transform: translateX(0);
}

.tooltip-element-container svg {
    overflow: visible;
}

 .tooltip-element__number {
    text-align: center;
    font-size: 42px;
    margin-bottom: 0;
}

.tooltip-element__title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
}

.mobile-deeplink .highcharts-figure {
    min-width: unset;
}

@media screen and (min-width: 1024px) and (max-width: 1136px) {
    .tooltip-element-container svg {
        scale: 0.8;
    }
    .tooltip-element-container .tooltip-element__number {
        font-size: 36px;
    }
}

@media screen and (max-width: 887px) {
    .tooltip-element-container svg {
        scale: 0.6;
    }
    .tooltip-element__number {
        font-size: 20px;
        margin-bottom: 0;
        text-align: center;
    }
    .tooltip-element__title {
        font-size: 10px;
        text-align: center;
    }
    .gauge-legend__item {
        font-size: 10px;
    }
    .tooltip-element-container svg {
        scale: 0.8;
        transform: translateY(20px);
    }
    .tooltip-element-container {

    }
    .gauge-legend__item--wrapper {
        width: 150px!important;
    }
}

@media screen and (max-width: 1024px) {
    .highcharts-figure {
        min-height: unset;
    }

    .gauge-legend {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        transform: translateX(0);
    }
    .gauge-legend__item {
        white-space: nowrap;
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        width: 50%;
    }
    .gauge-legend__item {
        justify-content: center;
    }
    .gauge-legend__item--wrapper {
        width: 200px;
    }
}

@media screen and (min-width: 1024px) {
    .gauge-chart-container {
        min-height: 600px;
        display: flex;
    }
    .gauge-legend {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        opacity: 0;
    }
}
</pre></body></html>