.cabecalho.s_8084380f-3251-422d-82d9-900edc87cf21 {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 1100px;
    left: -50%;
    top: -100px
}

.bg_mobile.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    width: 1080px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    display: none
}

.bg_desktop.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    width: 2500px;
    height: 100%;
    left: -15%;
    top: 0;
    z-index: -1
}

.ilustracao.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    left: 100%;
    top: 200px;
    animation: fadein 2s 1s both;
    will-change: opacity, transform;
    transform-origin: center;
    width: 410px;
    height: 410px;
    background-color: #F4F4F4;
    border-radius: 50%
}

.anel.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    pointer-events: visible;
    display: block;
    width: 100%;
    inset: 0;
    will-change: transform;
    animation: rotation 180s linear infinite
}

._1.s_8084380f-3251-422d-82d9-900edc87cf21 {
    animation-duration: 120s;
    animation-direction: reverse
}

._1.s_8084380f-3251-422d-82d9-900edc87cf21 {
    animation-duration: 230s
}

._4.s_8084380f-3251-422d-82d9-900edc87cf21 {
    animation-direction: reverse
}

._6.s_8084380f-3251-422d-82d9-900edc87cf21 {
    animation-duration: 110s
}

@keyframes fadein {
    0% {
        opacity: 0;
        scale: 0.98
    }
}

@keyframes rotation {
    100% {
        rotate: 360deg
    }
}

@keyframes cintilar {
    0% {
        opacity: 0.3
    }

    100% {
        opacity: 1
    }
}

.__multiply.s_8084380f-3251-422d-82d9-900edc87cf21 {
    mix-blend-mode: multiply
}

.__opacity-65.s_8084380f-3251-422d-82d9-900edc87cf21 {
    opacity: 0.65
}

.__opacity-75.s_8084380f-3251-422d-82d9-900edc87cf21 {
    opacity: 0.75
}

.__opacity-85.s_8084380f-3251-422d-82d9-900edc87cf21 {
    opacity: 0.85
}

.__opacity-90.s_8084380f-3251-422d-82d9-900edc87cf21 {
    opacity: 0.90
}

.dropdown.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: relative;
    width: 100%;
    margin-bottom: 2rem
}

.dropdown__toggle.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: none
}

.dropdown__button.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    user-select: none
}

.dropdown__icon.s_8084380f-3251-422d-82d9-900edc87cf21 {
    transition: transform 0.2s
}

.dropdown__menu.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-left: 1rem;
    display: none
}

.dropdown__menu a.s_8084380f-3251-422d-82d9-900edc87cf21 {
    color: #fff;
    text-decoration: none
}

.dropdown__item.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    text-decoration: none;
    color: #111
}

.dropdown__item.s_8084380f-3251-422d-82d9-900edc87cf21:hover {
    background: #f3f4f6
}

.dropdown__toggle:checked~.dropdown__menu.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: block;
    margin-top: -2rem
}

.dropdown__toggle:checked+.dropdown__button .dropdown__icon.s_8084380f-3251-422d-82d9-900edc87cf21 {
    transform: rotate(180deg)
}

.publicacao.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center
}

.publicacao img.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 166px
}

.margin-baixo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-bottom: 7rem
}

.landing_page.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: relative;
    margin-left: -15vw;
    margin-right: -15vw;
    padding: 1px;
    margin-top: 30px
}

.landing_page.s_8084380f-3251-422d-82d9-900edc87cf21::before {
    content: "";
    background-color: #00A0B9;
    position: absolute;
    top: -100vh;
    right: -100vw;
    bottom: -4rem;
    left: -100vw;
    z-index: -1
}

.landing_page>.titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    color: var(--cor-1-escura);
    font-size: 2.8rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    position: relative;
    text-wrap: balance;
    margin-top: 390px;
    margin-bottom: 7rem;
    left: 0;
    width: 27rem;
    text-align: left
}

.landing_page>.titulo span.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: block;
    text-align: left;
    font-weight: 900;
    color: var(--cor-1)
}

.logos.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem
}

.logos img.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 150px
}

.logos .moderna.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 130px;
    top: -5px;
    position: relative
}

.logos .santillana.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: relative;
    bottom: -5px
}

.o_retrato.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 4rem;
    padding-right: 15rem;
    margin-bottom: 4rem;
    left: 0;
    max-width: 26rem
}

.o_retrato.s_8084380f-3251-422d-82d9-900edc87cf21::before {
    content: "";
    background-image: url(../images/image_pm89iolh3e.png);
    position: absolute;
    left: -1000px;
    background-size: cover;
    width: 1700px;
    height: 100%;
    z-index: -1;
    background-position: right;
    top: 0
}

.o_retrato>.titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    font-size: 2rem;
    line-height: 1.2;
    color: #2C4051;
    text-wrap: balance
}

.o_retrato>.titulo span.s_8084380f-3251-422d-82d9-900edc87cf21 {
    font-weight: bold
}

.botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-right: -6rem;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 2rem;
    position: relative;
    right: -7rem;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.bg_desktop_botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -20px
}

.bg_mobile_botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: none
}

.card.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: flex;
    background-color: var(--cor-1-escura);
    padding: 2rem;
    margin-top: 8rem;
    margin-bottom: 4rem;
    gap: 2rem;
    position: relative;
    padding-top: 4rem
}

.card .numero.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    top: -15px;
    left: -30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 1.6rem;
    height: 60px;
    width: 123px;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1.5rem;
    font-weight: bold;
    color: #2C4051;
    z-index: 1
}

.card .numero .bg_numero.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    z-index: -1;
    left: 15px
}

.card .titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    font-size: 1.6rem;
    color: var(--cor-1-clara);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    -webkit-font-smoothing: antialiased;
    text-wrap: balance
}

.card .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    color: #fff;
    line-height: 1.6;
    font-size: 1rem
}

.margin-direita .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-right: 25rem
}

.margin-esquerda .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-left: 25rem
}

.ilustra_mod1.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 397px;
    bottom: -2.2rem;
    right: -3rem;
    position: absolute
}

.ilustra_mod2.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 380px;
    position: absolute;
    bottom: 0;
    left: -1rem
}

.ilustra_mod3.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 380px;
    position: absolute;
    top: -2rem;
    right: -2rem
}

._reverso.s_8084380f-3251-422d-82d9-900edc87cf21 {
    flex-direction: row-reverse
}

.botao_modulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    padding: 1rem 1.5rem;
    background-color: var(--cor-1);
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    margin-top: 1rem;
    display: block;
    width: fit-content
}

.botao_conhecer_capitulos.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: block;
    margin-bottom: 2rem;
    text-decoration: none;
    font-weight: bold;
    color: var(--cor-1-clara)
}

.confira_anuario_anterior.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: flex;
    justify-content: center;
    margin-bottom: -1rem;
    z-index: 999999999;
    position: relative
}

.confira_anuario_anterior .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    text-align: center;
    padding: 2rem 7rem;
    background-color: #fff;
    border-radius: 16px;
    max-width: 25rem
}

.botao_conferir_anuario.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 100%;
    display: block;
    text-decoration: none;
    background-color: var(--cor-2-clara);
    border-radius: 16px;
    color: #000;
    padding: .5rem 0;
    margin-bottom: 1rem
}

.botao_explore_anuario.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: fit-content;
    text-decoration: none;
    background-size: cover;
    display: flex;
    align-items: center;
    background-position: center;
    width: 281px;
    height: 132px;
    margin-top: -7rem;
    margin-left: -0.5rem;
    color: #7A2900;
    font-weight: bold
}

@media only screen and (max-width:880px) {
    .bg_desktop_botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: none
    }

    .bg_mobile_botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: block;
        position: absolute;
        z-index: -1;
        top: 15px;
        left: -30px
    }

    .landing_page.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }

    .landing_page>.titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-top: 350px;
        font-size: 2rem
    }

    .ilustracao.s_8084380f-3251-422d-82d9-900edc87cf21 {
        right: 0;
        top: 225px;
        left: 250px;
        width: 220px;
        height: 220px
    }

    .cabecalho.s_8084380f-3251-422d-82d9-900edc87cf21 {
        background-color: #F4F4F4
    }

    .bg_mobile.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: block
    }

    .bg_desktop.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: none
    }

    .logos.s_8084380f-3251-422d-82d9-900edc87cf21 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 6rem
    }

    .botao_explore_anuario.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-bottom: 2rem
    }

    .o_retrato.s_8084380f-3251-422d-82d9-900edc87cf21 {
        max-width: 100%;
        padding-right: 0
    }

    .o_retrato.s_8084380f-3251-422d-82d9-900edc87cf21::before {
        left: -500px
    }

    .botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
        left: 0;
        position: absolute;
        right: 0;
        margin-right: 0;
        padding: 2rem 2rem;
        width: fit-content;
        margin: 1rem auto;
        background-position: center;
        padding-bottom: 4rem;
        font-size: 1rem
    }

    .o_retrato>.titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
        font-size: 1.5rem
    }

    .o_retrato>.titulo span.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: block
    }

    .ilustra_mod1.s_8084380f-3251-422d-82d9-900edc87cf21 {
        top: -12rem;
        right: 0rem;
        position: absolute;
        z-index: -1;
        max-width: 260px
    }

    .ilustra_mod2.s_8084380f-3251-422d-82d9-900edc87cf21 {
        width: 380px;
        position: absolute;
        top: -16rem;
        left: 0;
        z-index: -1
    }

    .ilustra_mod3.s_8084380f-3251-422d-82d9-900edc87cf21 {
        width: 380px;
        position: absolute;
        top: -18rem;
        right: -5rem
    }

    .card.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-top: 20rem
    }

    .card .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-right: 0;
        margin-left: 0
    }

    .confira_anuario_anterior .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
        padding-left: 3rem;
        padding-right: 3rem;
        margin-left: -3rem;
        margin-right: -3rem;
        max-width: 100%
    }
}

.list-none.s_8084380f-3251-422d-82d9-900edc87cf21 {
    padding-left: 1rem
}

.list-none.s_8084380f-3251-422d-82d9-900edc87cf21::marker {
    content: none
}

/*# sourceURL=blocks/Landing-Page.css */
/* Variantes */
.pagedjs_sheet:has(.__pagina_fundo_escuro) .folio,
.__tipo_abre_de_parte .folio,
.folio.__invertido {
    --cor-esfera_inferior: var(--cor4);
    --cor-texto_inferior: var(--cor4-texto);
    --cor-esfera_superior: white;
    --cor-texto-titulo: white;
}

.folio.__reduzido,
.__tipo_abre_de_parte .folio {
    --cor-esfera_superior: #aaaaaa00;
    --cor-texto_superior: #aaaaaa00;
}

/* Variantes esquerda */
.pagedjs_sheet:has(.__pagina_fundo_escuro) .folio.__esquerdo,
.__tipo_abre_de_parte .folio.__esquerdo,
.folio.__esquerdo.__invertido {
    --cor-esquerdo-esfera: var(--cor4);
    --cor-esquerdo-texto-titulo: var(--cor4);
    --cor-esquerdo-fio_orbital: var(--cor4);
}

/*# sourceURL=blocks/Separador-de-página.css */
body:has(.pagina_inicial) {
    background: url(../images/image_x0nk93rce5.png), linear-gradient(350deg, rgba(239, 219, 255, 1) 00%, rgba(255, 255, 255, 1) 35%);
}

/*# sourceURL=blocks/Página-Inicial.css */
.pagina_inicial.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
    position: relative;
    padding-bottom: 4rem;
    padding-top: 10rem;
    margin-bottom: 2rem;
    background-color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 16px;
    margin-left: -2rem;
    margin-right: -2rem;
    z-index: 2
}

.pagina_inicial .titulo.s_c046143d-6e3a-4949-8d6c-4587c19addf3,
.pagina_inicial .titulo_impresso.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
    color: var(--cor-1-escura);
    font-size: 2.5rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 1rem;
    position: relative;
    text-wrap: balance
}

.pagina_inicial .titulo_impresso.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
    display: none
}

.pagina_inicial .titulo .grafismo.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
    position: relative;
    display: block;
    width: 361px;
    height: 361px;
    margin-left: -2rem
}

.pagina_inicial .subtitulo.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 3rem;
    text-wrap: balance
}

.pagina_inicial .bg_pagina_inicial.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
    width: 100vw;
    display: block;
    position: absolute;
    height: 947px;
    top: -200px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

@media (max-width:768px) {
    .pagina_inicial.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
        padding-top: 8rem
    }

    .pagina_inicial.s_c046143d-6e3a-4949-8d6c-4587c19addf3::before {
        background-size: 1000px 315px;
        top: 0px
    }

    .pagina_inicial .titulo .grafismo.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
        width: 260px;
        height: 260px
    }
}

.pagina_inicial .destaque.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 1.3;
    text-wrap: balance;
    color: var(--cor-1-escura);
    font-weight: bold;
    font-style: italic;
    margin-bottom: 2rem
}

.pagina_inicial .destaque .ilustracao.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
    width: 408px;
    height: 424px;
    min-width: 408px;
    position: relative;
    margin: 0 auto
}

.pagina_inicial .destaque .ilustracao .grafismo.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
    position: absolute;
    left: -50px;
    bottom: 130px
}

.pagina_inicial.s_c046143d-6e3a-4949-8d6c-4587c19addf3::after {
    content: "";
    position: absolute;
    background-image: url(../images/image_pg1qupqy57.svg)
}

@media (min-width:800px) {
    .pagina_inicial .titulo.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
        max-width: 19rem;
        padding-top: 7rem
    }

    .pagina_inicial .subtitulo.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
        max-width: 20rem
    }

    .pagina_inicial .titulo .grafismo.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
        position: absolute;
        right: -20rem;
        top: 0rem
    }
}

@media (min-width:1200px) {
    .pagina_inicial .destaque.s_c046143d-6e3a-4949-8d6c-4587c19addf3 {
        flex-direction: row;
        gap: 1rem;
        margin-left: -18rem;
        align-items: center;
        margin-top: -2rem;
        margin-bottom: -1rem
    }
}

/*# sourceURL=blocks/Página-Inicial.css */
.digibook__mode-print .pagina_inicial {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    top: 26px !important;
    left: 33px !important;
    width: 581px !important;
    background-color: transparent !important;
}

.digibook__mode-print .pagina_inicial::before {
    display: none !important;
}

.digibook__mode-print .pagina_inicial .titulo_impresso {
    display: block !important;
    font-size: 22pt !important;
}

.digibook__mode-print .pagina_inicial .titulo {
    display: none !important;
}

.digibook__mode-print .pagina_inicial .subtitulo {
    margin-bottom: 1rem !important;
    font-size: 10pt !important;
}

.digibook__mode-print .pagina_inicial .destaque {
    flex-direction: row-reverse !important;
    gap: 1rem !important;
    font-size: 12pt !important;
    width: 290px !important;
    justify-content: flex-end !important;
}

.digibook__mode-print .pagina_inicial .destaque .ilustracao {
    width: 290px !important;
    height: auto !important;
    min-width: auto !important;
    float: right !important;
    position: absolute;
    right: -17rem !important;
    top: 3rem !important;
}

.digibook__mode-print p {
    line-height: 1.6 !important;
}

.pagina_inicial-bg_impresso {
    display: none;
}

.digibook__mode-print .pagina_inicial-bg_impresso {
    display: block;
    position: absolute;
    right: calc(0mm - var(--pagedjs-margin-right) - var(--pagedjs-bleed-right));
    top: calc(0mm - var(--pagedjs-margin-top) - var(--pagedjs-bleed-top));
    width: calc(var(--pagedjs-pagebox-width) + var(--pagedjs-bleed-right));
    height: calc(var(--pagedjs-pagebox-height) + var(--pagedjs-bleed-top) + var(--pagedjs-bleed-bottom));
    background-image: url('../images/image_6jo1w9jgxp.jpeg');
    background-size: 100% 103.5%;
    background-position: center;
}

/*# sourceURL=blocks/Página-Inicial.css */
.pagedjs_page {
    position: relative;
    overflow: visible !important;
}

.digibook__mode-print .pagedjs_left_page .full-bleed {
    width: calc(var(--pagedjs-pagebox-width) + var(--pagedjs-bleed-left));
    height: calc(var(--pagedjs-pagebox-height) + var(--pagedjs-bleed-top) + var(--pagedjs-bleed-bottom));
    margin-left: calc(0mm - var(--pagedjs-margin-left) - var(--pagedjs-bleed-left));
    margin-top: calc(0mm - var(--pagedjs-margin-top) - var(--pagedjs-bleed-top));
    z-index: -1;
    position: relative;
}

.digibook__mode-print .pagedjs_right_page .full-bleed {
    width: calc(var(--pagedjs-pagebox-width) + var(--pagedjs-bleed-right));
    height: calc(var(--pagedjs-pagebox-height) + var(--pagedjs-bleed-top) + var(--pagedjs-bleed-bottom));
    margin-left: calc(0mm - var(--pagedjs-margin-left));
    margin-top: calc(0mm - var(--pagedjs-margin-top) - var(--pagedjs-bleed-top));
    z-index: -1;
    position: relative;
}

.full-bleed img,
.full-bleed figure {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
}

[id="4111bcf8-75c6-4185-b763-660d6ce101b8"],
[id="5a8bc508-0249-4950-b552-6435949ecbbd"],
[id="66b79f81-1b6e-47ae-941a-7d056762e3a5"],
[id="fe19f3d6-ea3e-4eb5-95f9-024f73de0f0f"] {
    display: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0.3 !important;
}

/*# sourceURL=blocks/elemento-em-tela-cheia-no-impresso.css */
.separador_pagina.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    margin-top: 2rem
}

.separador_pagina.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: sticky;
    top: 0;
    z-index: 2;
    margin-bottom: 3rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0.25rem;
    color: #666666;
    border-top: 3px dotted #666666;
    width: 100%
}

.separador_pagina.s_18fd06c8-3a2b-407a-b074-da12b32d59af:not(.__first_page.s_18fd06c8-3a2b-407a-b074-da12b32d59af) {
    page-break-before: always
}

.numero_pagina.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    min-width: 1.25rem;
    text-align: center
}

.separador_pagina .botao.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.separador_pagina .botao img.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    width: 1.25rem;
    height: 1.25rem
}

.separador_pagina .botao.s_18fd06c8-3a2b-407a-b074-da12b32d59af:hover {
    background-color: rgba(255, 255, 255, 0.9)
}

/*# sourceURL=blocks/Separador-de-página.css */
.botao_proximo.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc,
.botao_anterior.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    position: relative;
    width: 100%;
    text-wrap: balance;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    font-size: 0.9375rem;
    padding: 1rem;
    min-height: 10rem
}

.botao_anterior.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    padding-left: 5rem
}

.botao_proximo.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    padding-right: 5rem;
    text-align: right
}

.botao_proximo span.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc,
.botao_anterior span.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    display: block;
    margin-bottom: .5rem;
    font-size: 0.625rem;
    font-weight: 400;
    font-style: italic
}

.botao_proximo svg.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    position: absolute;
    top: 5px;
    right: -20px;
    bottom: 0;
    z-index: 0;
    width: 117px;
    height: 117px
}

.botao_anterior svg.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    position: absolute;
    width: 117px;
    height: 117px;
    top: 5px;
    left: -20px;
    z-index: 0
}

.botao_proximo.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc:hover::before,
.botao_anterior.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc:hover::before {
    filter: brightness(1.1)
}

/*# sourceURL=blocks/Botão-Próximo.css */
.folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: none;
    position: absolute
}

.folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    --cor1: var(--cor-1-escura);
    --cor2: var(--cor-2-clara);
    --cor3: var(--cor-1);
    --cor4: var(--cor-1-clara);
    --cor1-texto: white;
    --cor2-texto: black;
    --cor-esfera_superior: var(--cor2);
    --cor-esfera_inferior: var(--cor1);
    --cor-texto_superior: var(--cor2-texto);
    --cor-texto_inferior: var(--cor1-texto);
    --cor-fio_orbital: var(--cor3);
    --cor-hachura: var(--cor3);
    --cor-texto-titulo: black
}

.folio.__esquerdo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    --cor-esquerdo-esfera: var(--cor1);
    --cor-esquerdo-texto-titulo: var(--cor1);
    --cor-esquerdo-fio_orbital: var(--cor1)
}

.folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 28mm;
    width: 100mm;
    font-size: 9pt
}

.folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: none
}

.pagedjs_left_page .folio.__esquerdo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: block
}

.pagedjs_right_page .folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: block
}

.pagedjs_right_page .folio.__esquerdo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: none
}

.folio_esquerdo-numero_esfera.s_18fd06c8-3a2b-407a-b074-da12b32d59af:before,
.folio-numero_inferior.s_18fd06c8-3a2b-407a-b074-da12b32d59af:before {
    content: attr(data-pagefix)
}

.folio-svg.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1
}

.folio-titulo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    right: 22mm;
    bottom: 11.5mm;
    font-size: 8pt;
    color: var(--cor-texto-titulo)
}

.folio-numero_inferior.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    bottom: 11.3mm;
    right: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_inferior)
}

.folio-numero_superior.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    bottom: 21.3mm;
    right: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_superior)
}

.folio-fio_orbital.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    stroke: var(--cor-fio_orbital)
}

.folio-esfera_superior.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor-esfera_superior)
}

.folio-juncao.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor3)
}

.folio-esfera_inferior.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor-esfera_inferior)
}

.folio.__esquerdo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    left: 0;
    right: auto
}

.folio.__esquerdo .folio-svg.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    right: auto;
    left: 0
}

.folio_esquerdo-fio_orbital.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor-esquerdo-fio_orbital);
    opacity: 0.5
}

.folio_esquerdo-fio_orbital.__destaque.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    opacity: 1
}

.folio_esquerdo-titulo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    left: 22mm;
    bottom: 11.5mm;
    font-size: 8pt;
    font-weight: bold;
    color: var(--cor-esquerdo-texto-titulo)
}

.folio_esquerdo-numero_esfera.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    bottom: 11.3mm;
    left: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_inferior)
}

.folio_esquerdo-esfera.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor-esquerdo-esfera)
}

.folio-linhas path.s_18fd06c8-3a2b-407a-b074-da12b32d59af,
.folio-pattern-fios path.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    opacity: 1 !important
}

/*# sourceURL=blocks/Separador-de-página.css */
ol.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f,
ul.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    list-style: none
}

kbd.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    background-color: rgba(0, 0, 0, .1);
    padding: .1rem .4rem;
    border-radius: 2px;
    border-bottom: 2px solid rgba(0, 0, 0, .1)
}

.guia_leitor_pagina.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    position: relative;
    margin-top: 8rem;
    background-color: #fff
}

.guia_leitor_pagina.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f::before {
    content: '';
    background-image: url(../images/image_33e0e5ve2n.png);
    display: block;
    width: 1319px;
    height: 330px;
    background-size: 100% 100%;
    position: absolute;
    top: -25rem;
    left: -20rem;
    z-index: -1
}

.guia_leitor_header.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    position: absolute;
    background: var(--cor-1-escura);
    width: 100vw;
    height: 46px;
    top: 0;
    right: 0;
    border-bottom-right-radius: 1.7rem;
    border-bottom-left-radius: 1.7rem
}

.guia_leitor_header.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f::after {
    content: '';
    background-image: url(../images/image_utsqdxtrwq.png);
    display: block;
    width: 100vw;
    height: 72px;
    top: 46px;
    background-size: 100% 100%;
    position: absolute
}

.guia_leitor_pagina section section.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {}

.principal.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    margin-bottom: 5rem
}

.guia_leitor_pagina section>section.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    margin-top: 1rem !important
}

.principal section.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    margin-bottom: 2rem
}

.guia_leitor_pagina .h1.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    color: var(--cor-1-escura);
    font-family: 'Asap';
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 1.2rem
}

.amostra img.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    z-index: 2;
    position: relative;
    width: 73%;
    height: auto
}

.amostra.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    position: relative;
    height: 313px;
    width: 100%;
    display: flex;
    place-items: center;
    justify-content: center
}

@media (min-width:800px) {

    .capitulos.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f,
    .infograficos.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f,
    .notas_tecnicas.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f,
    .pagina_estadual.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 1rem
    }

    .guia_leitor_pagina.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
        width: 623px
    }

    .amostra img.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
        width: 80%
    }

    .guia_leitor_pagina.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
        margin-top: 12rem
    }

    .h2.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f::after {
        min-width: 450px
    }
}

.texto.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    width: 95%
}

.graficos_tabelas .amostra.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    height: 310px;
    width: 100%
}

.graficos_tabelas_amostra.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    margin-bottom: 2rem
}

.amostra.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f::after {
    content: "";
    background-image: url(../images/image_pefhde6mla.png);
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: 0
}

.graficos_tabelas .amostra.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f::after {
    width: 100%;
    height: 100%;
    background-size: 100% 100%
}

.guia_leitor_pagina .h2.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    position: relative;
    font-family: 'Asap';
    font-weight: bold;
    margin-bottom: 2rem
}

.h2.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f::after {
    content: "";
    display: block;
    width: 80%;
    height: 3px;
    background-image: url(../images/image_5q9hkgag7k.png);
    background-size: 100% 100%;
    position: absolute
}

.guia_leitor_pagina p.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    font-family: 'Mulish';
    font-size: 18px;
    font-weight: 600
}

.box_2.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    background: #FFD6DD;
    padding: 2rem
}

.guia_leitor_pagina strong.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    font-weight: 800
}

.guia_leitor_pagina a.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    color: inherit;
    font-weight: 700;
    text-decoration: underline
}

.icone_teclas.s_86c566f0-f3ff-4d5b-b9bb-161bb021399f {
    height: 30px;
    transform: translate(0px, 10px)
}

/*# sourceURL=blocks/Guia-do-Leitor.css */
.secao_abre.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    position: relative;
    margin-left: -2rem;
    margin-right: -2rem;
    z-index: 0
}

.secao_abre .container_conteudo_capa.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 1rem
}

.secao_abre.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8::before {
    content: "";
    position: absolute;
    background-color: var(--cor-1-escura);
    left: -100vw;
    bottom: 0;
    right: -100vw;
    top: 0;
    z-index: -1
}

.secao_abre .imagem_capa.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    position: relative
}

.secao_abre .imagem_capa .ilustra.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    position: absolute;
    bottom: 30px;
    width: 225px
}

.secao_abre .imagem_capa .bg_imagem_capa.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    min-width: 800px;
    margin-left: -350px
}

.secao_abre .imagem_capa.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8::before {
    content: "";
    position: absolute;
    background-image: url(../images/image_t956kjj67k.png);
    right: -19rem;
    height: 42.5rem;
    width: 100%;
    top: 0;
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat
}

.secao_abre .imagem_capa .bg_imagem_capa.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    width: 100%;
    height: auto
}

.secao_abre .titulo.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 2rem;
    position: relative;
    text-wrap: balance;
    line-height: 1.2;
    min-height: 5rem;
    margin-top: 2rem
}

.secao_abre .titulo>svg.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    width: 148.23px;
    height: 72.5px;
    display: block;
    margin-bottom: .5rem
}

.secao_abre .intro.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    background-color: #fff;
    padding: 2rem;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 1rem;
    position: relative;
    font-size: .9rem;
    line-height: 1.2;
    margin-top: 0;
    margin-right: -2rem
}

.secao_abre .intro .grafismo.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    position: absolute;
    right: 1.5rem;
    top: -2.5rem;
    width: 5rem;
    height: 5rem
}

.secao_abre .intro p.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8:last-of-type {
    margin-bottom: 0
}

.secao_abre .link.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    text-align: right;
    margin-right: 3rem
}

.secao_abre .link a.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    position: relative;
    padding: .3rem 1rem;
    background-color: #fff;
    border-radius: 4px;
    color: var(--cor-primaria-escura9);
    font-weight: bold
}

.secao_abre .link a img.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: -.1rem;
    right: -3rem
}

.secao_abre .rodape.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-left: -8rem;
    margin-right: -8rem;
    height: 6.8rem;
    align-items: center
}

.secao_abre .rodape.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8::before {
    content: "";
    background-color: var(--cor-1-escura);
    position: absolute;
    left: -100vw;
    bottom: 0;
    right: -100vw;
    top: 0;
    z-index: -1
}

.secao_abre .rodape.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8::after {
    content: "";
    position: absolute;
    background-image: url(../images/image_785vlyorf3.png);
    left: -50%;
    right: -50%;
    bottom: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1
}

.secao_abre .rodape .container_logos.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    width: 22rem
}

.secao_abre .intro .linha.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
    width: 100%
}

@media (min-width:600px) {
    .secao_abre .titulo.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
        padding-left: 10rem
    }

    .secao_abre .titulo>svg.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
        position: absolute;
        margin-left: -10rem
    }

    .secao_abre .intro.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
        font-size: 1rem;
        line-height: 1.5;
        padding: 2rem 2rem 2rem 10rem;
        margin-right: 0;
        margin-top: 0
    }

    .secao_abre .intro .grafismo.s_9d0f1fc1-54e4-45a4-b576-3d1a8eeb5be8 {
        left: 1.5rem;
        top: 1.5rem
    }
}

/*# sourceURL=blocks/Abre.css */
.digibook__mode-print .secao_abre::before,
.digibook__mode-print .secao_abre .imagem_capa,
.digibook__mode-print .secao_abre .titulo::before,
.digibook__mode-print .secao_abre .titulo>img,
.digibook__mode-print .secao_abre .intro::before,
.digibook__mode-print .secao_abre .intro>img {
    display: none !important;
}

.digibook__mode-print .secao_abre {
    position: absolute !important;
    top: 184px !important;
    left: 124px !important;
    width: 500px !important;
}

.digibook__mode-print .secao_abre .titulo {
    font-size: 66pt !important;
    width: 550px !important;
    line-height: 1 !important;
}

.digibook__mode-print .intro {
    position: absolute !important;
    top: 420px !important;
    left: 95px !important;
    width: 495px !important;
    margin-top: 1rem !important;
    padding-top: 1rem !important;
    margin-left: 1rem !important;
    padding-left: 1rem !important;
}

.digibook__mode-print.__page_panorama-e-analises-sobre-a-educacao .intro {
    padding-bottom: 2rem !important;
}

.digibook__mode-print.__page_os-numeros-da-educacao-basica-brasileira .intro {
    padding-bottom: 4rem !important;
}

.digibook__mode-print.__page_estados-brasileiros .intro {
    padding-bottom: 6rem !important;
}

.digibook__mode-print .intro p {
    line-height: 1.66 !important;
    position: relative !important;
}

.digibook__mode-print .intro p::before {
    content: "";
    background-image: url(../images/image_dwts0zdwh8.png);
    bottom: -18px;
    position: absolute;
    width: 100%;
    height: 3px;
    background-size: contain;
    background-repeat: no-repeat;
}

.digibook__mode-print.__page_os-numeros-da-educacao-basica-brasileira .secao_abre .titulo {
    left: 80px !important;
}

.digibook__mode-print.__page_estados-brasileiros .secao_abre .titulo {
    top: 200px !important;
}

/*# sourceURL=blocks/Abre.css */
.box_artigo_priscila_luciano.s_09658a22-9495-486d-af28-33d27489fa1e {
    position: relative;
    margin-bottom: 6rem;
    padding-top: 10rem
}

.box_artigo_priscila_luciano .imagem_rodape.s_09658a22-9495-486d-af28-33d27489fa1e {
    content: "";
    position: absolute;
    bottom: -1.2rem;
    width: calc(100% + 10rem);
    height: 19.24px;
    left: -5rem
}

.box_artigo_priscila_luciano.s_09658a22-9495-486d-af28-33d27489fa1e::after {
    content: "";
    position: absolute;
    background-color: #CED3EB;
    z-index: -1;
    top: -6rem;
    bottom: -6rem;
    right: -100vw;
    left: -100vw
}

.box_artigo_priscila_luciano.analise.s_09658a22-9495-486d-af28-33d27489fa1e::after {
    background: linear-gradient(to bottom, #D0E4E7 30%, #ffffff 60%, #D0E4E7 90%)
}

.box_artigo_priscila_luciano .vinheta.s_09658a22-9495-486d-af28-33d27489fa1e {
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    margin-left: -5rem;
    padding: .1rem 1rem .5rem 5rem;
    position: relative;
    z-index: 2;
    display: inline-block
}

.box_artigo_priscila_luciano .grafismo_1.s_09658a22-9495-486d-af28-33d27489fa1e {
    content: '';
    position: absolute;
    top: 0;
    left: 4rem;
    height: 40px;
    width: 100%;
    min-width: 240px;
    background: var(--cor-1-escura);
    border-radius: 4px;
    z-index: -1
}

.box_artigo_priscila_luciano .grafismo_1.s_09658a22-9495-486d-af28-33d27489fa1e::after {
    content: '';
    position: absolute;
    top: 0;
    left: 90%;
    height: 40px;
    width: 65px;
    background: var(--cor-1-escura);
    transform: skewX(40deg);
    border-bottom-right-radius: 10px;
    z-index: 1
}

.box_artigo_priscila_luciano .grafismo_2.s_09658a22-9495-486d-af28-33d27489fa1e::after {
    content: '';
    position: absolute;
    height: 40px;
    max-width: 40px;
    width: 100%;
    background: #FFA864;
    left: 13px;
    border-radius: 10px;
    border-top-left-radius: 4rem;
    z-index: 1
}

.box_artigo_priscila_luciano .grafismo_2.s_09658a22-9495-486d-af28-33d27489fa1e::before {
    content: '';
    position: absolute;
    height: 40px;
    max-width: 25px;
    width: 100%;
    background: #FFA864;
    left: 14px;
    border-radius: 4px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 8px;
    z-index: 1;
    transform: skewX(-40deg)
}

.box_artigo_priscila_luciano .grafismo_2.s_09658a22-9495-486d-af28-33d27489fa1e::before,
.box_artigo_priscila_luciano .grafismo_2.s_09658a22-9495-486d-af28-33d27489fa1e::after {
    top: 0rem
}

.box_artigo_priscila_luciano .conteudo.s_09658a22-9495-486d-af28-33d27489fa1e {
    font-family: var(--font-family-secondary);
    background-color: #fff;
    margin-left: -5rem;
    margin-right: -5rem;
    padding: 2rem 5rem 2rem 5rem
}

.box_artigo_priscila_luciano.artigo .conteudo.s_09658a22-9495-486d-af28-33d27489fa1e {
    padding: 2rem 5rem 3rem 5rem
}

.box_artigo_priscila_luciano .conteudo>.titulo.s_09658a22-9495-486d-af28-33d27489fa1e {
    font-family: var(--font-family-primary);
    color: var(--cor-1-escura) !important;
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    line-height: 1.1;
    color: #8942C4;
    font-weight: bold;
    font-style: italic;
    text-wrap: balance
}

.box_artigo_priscila_luciano .conteudo>.subtitulo.s_09658a22-9495-486d-af28-33d27489fa1e {
    font-size: 1.25rem;
    line-height: 1.4;
    text-wrap: balance
}

.box_artigo_priscila_luciano .conteudo .pessoas.s_09658a22-9495-486d-af28-33d27489fa1e {
    font-weight: bold;
    margin-top: 1rem
}

.box_artigo_priscila_luciano .conteudo .pessoas span.s_09658a22-9495-486d-af28-33d27489fa1e {
    display: block;
    font-weight: 400;
    color: var(--cor-texto)
}

.analise .grafismo_1.s_09658a22-9495-486d-af28-33d27489fa1e,
.analise .grafismo_1.s_09658a22-9495-486d-af28-33d27489fa1e::after {
    background: var(--cor-1-escura)
}

.analise .conteudo>.titulo.s_09658a22-9495-486d-af28-33d27489fa1e,
.analise .conteudo .pessoas.s_09658a22-9495-486d-af28-33d27489fa1e {
    color: var(--cor-1-escura) !important
}

.artigo .grafismo_1.s_09658a22-9495-486d-af28-33d27489fa1e,
.artigo .grafismo_1.s_09658a22-9495-486d-af28-33d27489fa1e::after {
    background: #606DBE
}

.artigo .conteudo>.titulo.s_09658a22-9495-486d-af28-33d27489fa1e,
.artigo .conteudo .pessoas.s_09658a22-9495-486d-af28-33d27489fa1e {
    color: #606DBE !important
}

.rodape.s_09658a22-9495-486d-af28-33d27489fa1e {
    border-top: solid 1px var(--cor-primaria1);
    margin-top: 1.5rem;
    padding-top: 1rem;
    font-size: 0.75rem;
    margin-bottom: 1rem
}

.rodape li.s_09658a22-9495-486d-af28-33d27489fa1e::marker {
    font-weight: bold
}

.copiar_link.s_09658a22-9495-486d-af28-33d27489fa1e {
    padding: 0.5rem 0.8rem;
    background-color: #eee;
    border-radius: 8px;
    cursor: pointer;
    width: 13ch;
    font-size: 0.7rem;
    white-space: nowrap;
    color: #333
}

@media screen (min-width:768px) {
    .copiar_link.s_09658a22-9495-486d-af28-33d27489fa1e {
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        z-index: 2
    }
}

.copiar_link.s_09658a22-9495-486d-af28-33d27489fa1e:hover {
    background-color: #ddd
}

/*# sourceURL=blocks/Componente-Artigo.css */
.acoes_grafico {
    position: relative;
    display: inline-block;
    float: right;
}

.acoes_btn {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f9f9f9;
    cursor: pointer;
}

.dropdown_menu {
    position: absolute;
    top: 110%;
    left: 0;
    display: none;
    flex-direction: column;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 99999999999999999999999999999999999;
    width: 100px;
    padding: 0.5rem;
    gap: 0.5rem;
    background-color: #eee;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.7rem;
    white-space: nowrap;
    color: #333;
    align-items: flex-start;
}

.dropdown_menu a,
.dropdown_menu button {
    padding: 8px 12px;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    color: #333 !important;
}

.dropdown_menu a:hover,
.dropdown_menu button:hover {
    background: #f0f0f0;
}

/*# sourceURL=blocks/Componente-Artigo.css */
.box_nota.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: relative;
    display: inline-block;
    margin-right: .1rem;
    margin-bottom: .5rem
}

.box_nota .numero.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    padding: .1rem .5rem;
    background-color: var(--cor-1);
    border-radius: 20px;
    font-size: .65rem;
    color: #fff;
    width: fit-content;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1rem
}

.box_nota ul.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    list-style: none
}

.box_nota ul .numero.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: inline-flex;
    height: 1rem;
    width: 1rem;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    padding: .6rem .6rem;
    font-size: .7rem;
    margin-left: -2rem;
    margin-right: .6rem
}

.box_nota ul li.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    margin-bottom: .5rem;
    font-size: .8rem;
    line-height: 1.2;
    break-inside: avoid;
    margin-left: 2rem;
    overflow-wrap: break-word;
    text-wrap: pretty
}

.box_nota .tooltip.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none
}

.box_nota .numero:hover+.tooltip.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: block
}

.box_nota .tooltip.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none;
    position: absolute;
    bottom: 92%;
    background-color: #fafafa;
    width: 30vw;
    padding: 1rem;
    font-size: 0.7rem;
    z-index: 99999999999999999999999
}

.box_nota .tooltip a.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    overflow-wrap: break-word;
    color: var(--cor-primaria-media3);
    font-weight: bold
}

.box_nota .tooltip p.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    margin-bottom: 0.5rem
}

.box_nota .tooltip.s_f6013cba-94c2-4101-99f5-e32863df4771:hover {
    display: block
}

@media print {
    .box_nota ul .numero.s_f6013cba-94c2-4101-99f5-e32863df4771 {
        margin-bottom: -1.09rem;
        display: flex
    }

    .qr-code-nota.s_f6013cba-94c2-4101-99f5-e32863df4771 {
        width: 80px;
        height: 80px
    }

    .aparecer_impresso.s_f6013cba-94c2-4101-99f5-e32863df4771 {
        display: flex
    }
}

/*# sourceURL=blocks/Nota.css */
.folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none;
    position: absolute
}

.folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    --cor1: #B33D53;
    --cor2: #FFCB78;
    --cor3: #F77120;
    --cor1-texto: white;
    --cor2-texto: black;
    --cor-esfera_superior: var(--cor2);
    --cor-esfera_inferior: var(--cor1);
    --cor-texto_superior: var(--cor2-texto);
    --cor-texto_inferior: var(--cor1-texto);
    --cor-fio_orbital: var(--cor3);
    --cor-texto-titulo: black
}

.folio.__esquerdo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    --cor-esquerdo-esfera: var(--cor1);
    --cor-esquerdo-texto-titulo: var(--cor1);
    --cor-esquerdo-fio_orbital: var(--cor1)
}

.folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 28mm;
    width: 100mm;
    font-size: 9pt
}

.folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none
}

.pagedjs_left_page .folio.__esquerdo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: block
}

.pagedjs_right_page .folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: block
}

.pagedjs_right_page .folio.__esquerdo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none
}

.folio_esquerdo-numero_esfera.s_f6013cba-94c2-4101-99f5-e32863df4771:before,
.folio-numero_inferior.s_f6013cba-94c2-4101-99f5-e32863df4771:before {
    content: attr(data-pagefix)
}

.folio-svg.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1
}

.folio-titulo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    right: 22mm;
    bottom: 11.5mm;
    font-size: 8pt;
    color: var(--cor-texto-titulo)
}

.folio-numero_inferior.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    bottom: 11.3mm;
    right: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_inferior)
}

.folio-numero_superior.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    bottom: 21.3mm;
    right: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_superior)
}

.folio-fio_orbital.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    stroke: var(--cor-fio_orbital)
}

.folio-esfera_superior.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esfera_superior)
}

.folio-juncao.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esfera_superior)
}

.folio-esfera_inferior.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esfera_inferior)
}

.folio.__esquerdo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    left: 0;
    right: auto
}

.folio.__esquerdo .folio-svg.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    right: auto;
    left: 0
}

.folio_esquerdo-fio_orbital.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esquerdo-fio_orbital);
    opacity: 0.5
}

.folio_esquerdo-fio_orbital.__destaque.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    opacity: 1
}

.folio_esquerdo-titulo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    left: 22mm;
    bottom: 11.5mm;
    font-size: 8pt;
    font-weight: bold;
    color: var(--cor-esquerdo-texto-titulo)
}

.folio_esquerdo-numero_esfera.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    bottom: 11.3mm;
    left: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_inferior)
}

.folio_esquerdo-esfera.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esquerdo-esfera)
}

/*# sourceURL=blocks/Nota.css */
/* Variantes */
.pagedjs_sheet:has(.__pagina_fundo_escuro) .folio,
.__tipo_abre_de_parte .folio,
.folio.__invertido {
    --cor-esfera_inferior: var(--cor2);
    --cor-texto_inferior: var(--cor2-texto);
    --cor-esfera_superior: white;
    --cor-texto-titulo: white;
}

.folio.__reduzido,
.__tipo_abre_de_parte .folio {
    --cor-esfera_superior: #aaaaaa00;
    --cor-texto_superior: #aaaaaa00;
}

/* Variantes esquerda */
.pagedjs_sheet:has(.__pagina_fundo_escuro) .folio.__esquerdo,
.__tipo_abre_de_parte .folio.__esquerdo,
.folio.__esquerdo.__invertido {
    --cor-esquerdo-esfera: var(--cor2);
    --cor-esquerdo-texto-titulo: var(--cor2);
    --cor-esquerdo-fio_orbital: var(--cor2);
}

.secao_nos_estados .box_nota .numero {
    background-color: var(--cor-3-clara);
}

/*# sourceURL=blocks/Nota.css */
.digibook__mode-print .guia_leitor_pagina {
    margin-top: 56px !important;
    margin-left: 29px !important;
    width: 435px;
    background-color: transparent !important;
}

.digibook__mode-print .guia_leitor_header {
    background: none !important;
}

.digibook__mode-print .guia_leitor_pagina .amostra {
    width: 130px !important;
    height: auto !important;
}

.digibook__mode-print .guia_leitor_header::after,
.digibook__mode-print .guia_leitor_pagina::before {
    display: none;
}

.digibook__mode-print .guia_leitor_pagina .capitulos,
.digibook__mode-print .guia_leitor_pagina .graficos_tabelas,
.digibook__mode-print .guia_leitor_pagina .infograficos,
.digibook__mode-print .guia_leitor_pagina .notas_tecnicas,
.digibook__mode-print .guia_leitor_pagina .pagina_estadual {
    display: flex !important;
    gap: 2rem !important;
    width: 525px !important;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.digibook__mode-print .guia_leitor_pagina .graficos_tabelas {
    flex-direction: row-reverse !important;
}

.digibook__mode-print .guia_leitor_pagina .acessibilidade,
.digibook__mode-print .guia_leitor_pagina .teclas {
    display: none !important;
}

.digibook__mode-print .guia_leitor_pagina h2 {
    font-size: 11pt !important;
    margin-bottom: 0 !important;
}

.digibook__mode-print .guia_leitor_pagina .h1 {
    margin-bottom: 8px;
}

.digibook__mode-print .guia_leitor_pagina p {
    font-size: 10pt !important;
    line-height: 1.4 !important;
}

.digibook__mode-print .guia_leitor_pagina h2::after {
    display: none !important;
}

.digibook__mode-print .guia_leitor_pagina .capitulos_texto,
.digibook__mode-print .guia_leitor_pagina .graficos_tabelas_texto,
.digibook__mode-print .guia_leitor_pagina .infograficos_texto,
.digibook__mode-print .guia_leitor_pagina .notas_tecnicas_texto,
.digibook__mode-print .guia_leitor_pagina .pagina_estadual_texto {
    position: relative !important;
}

.digibook__mode-print .guia_leitor_pagina .capitulos_texto::after,
.digibook__mode-print .guia_leitor_pagina .graficos_tabelas_texto::after,
.digibook__mode-print .guia_leitor_pagina .infograficos_texto::after,
.digibook__mode-print .guia_leitor_pagina .notas_tecnicas_texto::after,
.digibook__mode-print .guia_leitor_pagina .pagina_estadual_texto::after {
    content: "" !important;
    display: block !important;
    width: 139% !important;
    height: 4px !important;
    background-image: url(../images/image_vxau8j9701.png) !important;
    background-size: 100% 100% !important;
    position: absolute !important;
    bottom: -13px !important;
    left: -135px;
}

.digibook__mode-print .amostra::after {
    display: none !important;
}

/*# sourceURL=blocks/Guia-do-Leitor.css */
.grafico_rodape.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    display: flex;
    align-items: start
}

.grafico_rodape .textos.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    flex: 1;
    margin-bottom: 10rem
}

.grafico_rodape .fonte.s_984d3a9d-fa77-413e-b1f1-a97416e6658a,
.grafico_rodape .elaboracao.s_984d3a9d-fa77-413e-b1f1-a97416e6658a,
.grafico_rodape .nota.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    margin-bottom: 0;
    font-family: 'Mulish', sans-serif;
    font-size: .7rem;
    line-height: 1.2;
    color: #4D5156
}

.grafico_rodape .fonte>span.s_984d3a9d-fa77-413e-b1f1-a97416e6658a,
.grafico_rodape .elaboracao>span.s_984d3a9d-fa77-413e-b1f1-a97416e6658a,
.grafico_rodape .nota>span.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    font-weight: bold;
    margin-right: .2rem
}

.fonte .destaque_fonte.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    font-weight: bold;
    margin-bottom: 0
}

.fonte p.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    margin-bottom: 0
}

.grafico_rodape .nota.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    line-height: 1.2rem
}

/*# sourceURL=blocks/Fonte-Infográfico.css */
@media print {
    .abre_capitulo .box_destaque {
        margin-top: 12pt;
        margin-bottom: 18pt;
        padding: 1rem;
        margin-left: 0;
        margin-right: 0;
    }
}

/*# sourceURL=blocks/Box-Destaque.css */
.box_destaque.s_40dc4c05-0ed8-4b51-a2c9-494c23424ef7 {
    background-color: var(--cor-2-clara);
    padding: 2rem 3rem;
    margin-left: -3rem;
    margin-right: -3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    transform: rotate(-0.2deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1)
}

.box_destaque .conteudo.s_40dc4c05-0ed8-4b51-a2c9-494c23424ef7 {
    color: var(--cor-primaria-escura9);
    font-weight: 600;
    font-style: italic
}

@media print {
    .abre_capitulo .box_destaque.s_40dc4c05-0ed8-4b51-a2c9-494c23424ef7 {
        margin-top: 0;
        margin-bottom: 10pt;
        padding: 1rem;
        margin-left: 0;
        margin-right: 0
    }

    .box_destaque.s_40dc4c05-0ed8-4b51-a2c9-494c23424ef7 {
        width: 122mm;
        margin-top: 24pt;
        margin-bottom: 24pt;
        padding: 1rem;
        margin-left: 0;
        margin-right: 0
    }
}

/*# sourceURL=blocks/Box-Destaque.css */
.copiar_link.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    padding: 0.5rem 0.8rem;
    background-color: #eee;
    border-radius: 8px;
    cursor: pointer;
    width: 13ch;
    font-size: 0.7rem;
    white-space: nowrap;
    color: #333
}

.box_grafico_ou_tabela:hover .copiar_link.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    opacity: 1
}

.grafico_rodape.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    display: flex;
    align-items: start
}

.grafico_rodape .textos.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    flex: 1
}

@media screen (min-width:768px) {
    .copiar_link.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        z-index: 2
    }
}

.copiar_link.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1:hover {
    background-color: #ddd
}

.box_grafico_ou_tabela.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    margin-bottom: 4rem
}

.box_grafico_ou_tabela .keywords.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    display: none
}

.box_grafico_ou_tabela h4.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    text-align: center;
    text-wrap: balance;
    font-weight: 600;
    margin-top: 2rem;
    line-height: 1.1;
    font-size: 1rem
}

.box_grafico_ou_tabela h3.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    text-align: center;
    text-wrap: balance;
    margin-top: 2rem;
    line-height: 1.1;
    font-size: 1.1rem
}

.box_grafico_ou_tabela h5.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    font-size: .8rem;
    text-align: center;
    color: #3C3C3C;
    margin-top: 0.25rem;
    font-weight: 600
}

.box_grafico_ou_tabela:has(.cards.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1) .conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1::before {
    content: "";
    background-image: url(../images/image_mnagcukwnp.svg);
    position: absolute;
    height: 663.23px;
    width: 53.42px;
    left: -7rem;
    background-repeat: no-repeat;
    top: -7rem
}

.box_grafico_ou_tabela>.titulo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    position: relative;
    font-size: 0.9rem;
    font-weight: bold;
    color: #1D3547;
    padding-left: 2.5rem;
    padding-top: 0.4em;
    min-height: 1.2rem
}

.box_grafico_ou_tabela>.titulo svg.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    position: absolute;
    left: -5px;
    top: 5px;
    width: 44px;
    height: 44px
}

.box_grafico_ou_tabela>.subtitulo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    text-wrap: balance;
    color: var(--cor-1-escura);
    margin-top: -1.5rem;
    padding-left: 2.5rem
}

.box_grafico_ou_tabela>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    position: relative
}

.box_grafico_ou_tabela .digibook__tabela.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    position: relative;
    padding-right: 5rem;
    padding-left: 2rem;
    margin-left: -2rem;
    margin-right: -5rem
}

.box_grafico_ou_tabela .digibook__tabela.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1::before {
    content: "";
    position: absolute;
    background-image: url(../images/image_27gueg0oh5.svg);
    background-repeat: no-repeat;
    width: 3rem;
    height: 100%;
    left: -1rem;
    top: 0;
    z-index: -1
}

.box_grafico_ou_tabela .digibook__tabela.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1::after {
    content: "";
    position: absolute;
    z-index: -1
}

.box_grafico_ou_tabela .digibook__tabela.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1::-webkit-scrollbar {
    width: 5px;
    height: 8px
}

.box_grafico_ou_tabela .digibook__tabela.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1::-webkit-scrollbar-button {
    background: #E3C3FF
}

.box_grafico_ou_tabela .digibook__tabela.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1::-webkit-scrollbar-track-piece {
    background: #9668BE
}

.box_grafico_ou_tabela .digibook__tabela.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1::-webkit-scrollbar-thumb {
    background: #E3C3FF
}

table.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    margin-bottom: 1rem;
    width: 100%;
    color: #000
}

table th.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff
}

table tr:first-of-type th.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1:first-of-type {
    border-top-left-radius: 8px;
    width: 21ch
}

table tr:first-of-type th.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1:last-of-type {
    border-top-right-radius: 8px
}

table tr:last-of-type td.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    border-bottom: none
}

table td.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    border: 1px solid var(--cor-1) !important;
    border-left: none !important;
    border-right: none !important;
    background-color: var(--cor-fundo-tabela) !important
}

table td.estilo_a.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    font-weight: 500
}

td.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1:first-child,
td:first-child p.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    white-space: nowrap;
    text-wrap: nowrap
}

.box_grafico_ou_tabela table tbody tr td.estilo_b.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
.box_grafico_ou_tabela table tbody tr td.estilo_d.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    border-top: solid 2px var(--cor-1-escura) !important;
    position: relative !important;
    z-index: 0 !important
}

.box_grafico_ou_tabela table tbody tr td.estilo_a.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    color: var(--cor-1-escura) !important;
    background-color: var(--cor-6-clara) !important;
    text-align: center !important
}

.box_grafico_ou_tabela table tbody tr td.estilo_b.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
.box_grafico_ou_tabela table tbody tr td.estilo_e.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
.box_grafico_ou_tabela table tbody tr td.estilo_d.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    text-align: right !important
}

.box_grafico_ou_tabela table tbody tr td.estilo_b p.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
.box_grafico_ou_tabela table tbody tr td.estilo_e p.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
.box_grafico_ou_tabela table tbody tr td.estilo_d p.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    margin-inline: auto !important;
    width: var(--width) !important
}

.box_grafico_ou_tabela table tbody tr td.estilo_b p.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1::before {
    content: "" !important;
    position: absolute !important;
    inset: 2px !important;
    border-radius: 4px !important;
    opacity: var(--heatmap) !important;
    z-index: -1 !important;
    background-color: var(--cor-6-clara) !important
}

.box_grafico_ou_tabela table tr>td.estilo_b.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1:first-child {
    text-align: center !important;
    color: var(--cor-1-escura) !important;
    background-color: var(--cor-6-clara) !important
}

.box_grafico_ou_tabela table th.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    background-color: var(--cor-1-escura);
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff !important
}

.box_grafico_ou_tabela .fonte.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
.box_grafico_ou_tabela .elaboracao.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
.box_grafico_ou_tabela .nota.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    margin-bottom: 0;
    font-family: 'Mulish', sans-serif;
    font-size: .7rem;
    line-height: 1.2;
    color: #4D5156
}

.box_grafico_ou_tabela .fonte>span.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
.box_grafico_ou_tabela .elaboracao>span.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
.box_grafico_ou_tabela .nota>span.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    font-weight: bold;
    margin-right: .2rem
}

.box_grafico_ou_tabela .nota.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
    line-height: 1.2rem
}

@media (min-width:600px) {
    .box_grafico_ou_tabela.__tamanho_5>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -1rem
    }

    .box_grafico_ou_tabela.__tamanho_6>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -2rem
    }

    .box_grafico_ou_tabela.__tamanho_7>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -3rem
    }

    .box_grafico_ou_tabela.__tamanho_8>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
    .box_grafico_ou_tabela.__tamanho_9>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
    .box_grafico_ou_tabela.__tamanho_10>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -3rem
    }

    .box_grafico_ou_tabela.__tamanho_8 table.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
    .box_grafico_ou_tabela.__tamanho_9 table.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
    .box_grafico_ou_tabela.__tamanho_10 table.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        width: auto
    }
}

@media (min-width:800px) {
    .box_grafico_ou_tabela.__tamanho_5>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -4rem
    }

    .box_grafico_ou_tabela.__tamanho_6>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -6rem
    }

    .box_grafico_ou_tabela.__tamanho_7>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -8rem
    }

    .box_grafico_ou_tabela.__tamanho_8>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
    .box_grafico_ou_tabela.__tamanho_9>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
    .box_grafico_ou_tabela.__tamanho_10>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -8rem
    }

    .box_grafico_ou_tabela.__tamanho_8 table.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
    .box_grafico_ou_tabela.__tamanho_9 table.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
    .box_grafico_ou_tabela.__tamanho_10 table.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        width: auto
    }
}

@media (min-width:1000px) {
    .box_grafico_ou_tabela.__tamanho_5>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -6rem
    }

    .box_grafico_ou_tabela.__tamanho_6>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -8rem
    }

    .box_grafico_ou_tabela.__tamanho_7>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -10rem
    }

    .box_grafico_ou_tabela.__tamanho_8>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -12rem
    }

    .box_grafico_ou_tabela.__tamanho_9>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -14rem
    }

    .box_grafico_ou_tabela.__tamanho_10>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -16rem
    }
}

@media (min-width:1300px) {
    .box_grafico_ou_tabela.__tamanho_5>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -8rem
    }

    .box_grafico_ou_tabela.__tamanho_6>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -10rem
    }

    .box_grafico_ou_tabela.__tamanho_7>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -12rem
    }

    .box_grafico_ou_tabela.__tamanho_8>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -16rem
    }

    .box_grafico_ou_tabela.__tamanho_9>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -19rem
    }

    .box_grafico_ou_tabela.__tamanho_10>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: -20rem
    }
}

@media print {
    .box_grafico_ou_tabela.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        break-inside: avoid;
        margin-bottom: 1rem
    }

    .box_grafico_ou_tabela h4.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        width: 122mm;
        margin-top: 1rem;
        font-size: 10pt
    }

    .box_grafico_ou_tabela h3.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        width: 122mm;
        margin-top: 1rem;
        font-size: 11pt
    }

    .box_grafico_ou_tabela>.titulo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-bottom: 0;
        margin-left: -1.9rem;
        padding-left: 2rem;
        font-size: 10pt;
        width: 122mm
    }

    .box_grafico_ou_tabela>.titulo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1::before {
        width: 30px;
        height: 30px;
        background-size: contain
    }

    .box_grafico_ou_tabela>.subtitulo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        width: 122mm;
        text-wrap: pretty;
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 2px;
        font-size: 10pt
    }

    .box_grafico_ou_tabela>.conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-bottom: 0
    }

    .box_grafico_ou_tabela>.fonte.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-top: -1rem
    }

    .secao_nos_estados .box_grafico_ou_tabela.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        position: absolute
    }

    .box_grafico_ou_tabela table.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        min-width: 0
    }

    .box_grafico_ou_tabela.__tamanho_3.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-right: 4rem
    }

    .box_grafico_ou_tabela.__tamanho_2.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-right: 8rem
    }

    .box_grafico_ou_tabela.__tamanho_1.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-right: 12rem
    }

    .box_grafico_ou_tabela.__tamanho_5 .conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
    .box_grafico_ou_tabela.__tamanho_6 .conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
    .box_grafico_ou_tabela.__tamanho_7 .conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
    .box_grafico_ou_tabela.__tamanho_8 .conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
    .box_grafico_ou_tabela.__tamanho_9 .conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1,
    .box_grafico_ou_tabela.__tamanho_10 .conteudo.s_5ec19405-2c85-4f3f-b4ab-3b3c871d0fd1 {
        margin-inline: 0
    }
}

/*# sourceURL=blocks/Box-Gráfico-Tabela-Cards.css */
.acoes_grafico {
    position: relative;
    display: inline-block;
    float: right;
}

.acoes_btn {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f9f9f9;
    cursor: pointer;
}

.dropdown_menu {
    position: absolute;
    top: 110%;
    left: 0;
    display: none;
    flex-direction: column;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 99999999999999999999999999999999999;
    width: 100px;
    padding: 0.5rem;
    gap: 0.5rem;
    background-color: #eee;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.7rem;
    white-space: nowrap;
    color: #333;
    align-items: flex-start;
}

.dropdown_menu a,
.dropdown_menu button {
    padding: 8px 12px;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    color: #333 !important;
}

.dropdown_menu a:hover,
.dropdown_menu button:hover {
    background: #f0f0f0;
}

.secao_nos_estados .box_grafico_ou_tabela .fio {
    stroke: #fff;
}

.secao_nos_estados .box_grafico_ou_tabela .circulo {
    fill: var(--cor-1-clara);
}

@media print {
    .box_grafico_ou_tabela .digibook__grafico+h4+.digibook__grafico {
        margin-top: 0 !important;
    }
}

/*# sourceURL=blocks/Box-Gráfico-Tabela-Cards.css */
.st0.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: none;
    opacity: 0.25
}

.st1.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline
}

.st2.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000119798537056413579960000015503055191360951735_);
    fill: #FFFFFF
}

.st3.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000119798537056413579960000015503055191360951735_)
}

.st4.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.4;
    clip-path: url(#SVGID_00000096025865806942626730000017752973128754165415_);
    enable-background: new
}

.st5.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000057106589962333105830000015485119482640243867_);
    enable-background: new
}

.st6.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    filter: url(#Adobe_OpacityMaskFilter)
}

.st7.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000182515032131871635440000011534713297148341685_)
}

.st8.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000182515032131871635440000011534713297148341685_);
    mask: url(#SVGID_00000129900935513168605870000008880376588452424074_);
    enable-background: new
}

.st9.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000043421987956120967590000000839859803876320159_)
}

.st10.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.52;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st11.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.53;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st12.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.54;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st13.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.55;
    clip-path: url(#SVGID_00000031921888069856448170.000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st14.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.56;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st15.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.57;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st16.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.58;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st17.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.59;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st18.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.6;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st19.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.61;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st20.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.62;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st21.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.63;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st22.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.64;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st23.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.65;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st24.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.66;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st25.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.67;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st26.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.68;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st27.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.69;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st28.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.7;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st29.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.71;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st30.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.72;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st31.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.73;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st32.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.74;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st33.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.75;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st34.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.76;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st35.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.77;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st36.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.78;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st37.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.79;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st38.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.8;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st39.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.81;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st40.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.82;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st41.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.83;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st42.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.84;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st43.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.85;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st44.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.86;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st45.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.87;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st46.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.88;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st47.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.89;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st48.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.9;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st49.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.91;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st50.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.92;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st51.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.93;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st52.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.94;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st53.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.95;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st54.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.96;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st55.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.97;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st56.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.98;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st57.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.99;
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st58.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000031921888069856448170000003949868290046454440_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st59.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    filter: url(#Adobe_OpacityMaskFilter_00000097494808414197159350000005158872438906200232_)
}

.st60.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    enable-background: new
}

.st61.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000126286472952882000040000005972727450865705381_)
}

.st62.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000182515032131871635440000011534713297148341685_);
    mask: url(#SVGID_00000004518959714476084920000007273077071817335936_);
    enable-background: new
}

.st63.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000082329127928247011350000002038127928468868779_)
}

.st64.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.52;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st65.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.53;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st66.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.54;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st67.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.55;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st68.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.56;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st69.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.57;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st70.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.58;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st71.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.59;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st72.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.6;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st73.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.61;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st74.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.62;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st75.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.63;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st76.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.64;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st77.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.65;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st78.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.66;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st79.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.67;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st80.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.68;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st81.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.69;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st82.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.7;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st83.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.71;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st84.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.72;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st85.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.73;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st86.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.74;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st87.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.75;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st88.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.76;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st89.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.77;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st90.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.78;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st91.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.79;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st92.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.8;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st93.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.81;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st94.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.82;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st95.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.83;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st96.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.84;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st97.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.85;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st98.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.86;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st99.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.87;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st100.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.88;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st101.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.89;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st102.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.9;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st103.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.91;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st104.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.92;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st105.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.93;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st106.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.94;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st107.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.95;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st108.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.96;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st109.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.97;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st110.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.98;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st111.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.99;
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st112.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000072996938464466898960000001521565890293738118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5649
}

.st113.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000134208722229222104320000015104841629836827583_);
    fill: none;
    stroke: #61C3D8;
    stroke-width: 2.25;
    stroke-linecap: round
}

.st114.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000134208722229222104320000015104841629836827583_);
    fill: none;
    stroke: #8B32D2;
    stroke-width: 2.25;
    stroke-linecap: round
}

.st115.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000134208722229222104320000015104841629836827583_);
    fill: #61C3D8
}

.st116.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000170256509860532856910000005427270867858409658_);
    fill: #404654
}

.st117.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000170256509860532856910000005427270867858409658_);
    fill: #5A58B6
}

.st118.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000170256509860532856910000005427270867858409658_);
    fill: #4D5156
}

.st119.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000170256509860532856910000005427270867858409658_);
    fill: #FFFFFF
}

.st120.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000170256509860532856910000005427270867858409658_);
    fill: #1E1E1E
}

.st121.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000170256509860532856910000005427270867858409658_);
    fill: #747487
}

.st122.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000029736963353767365830000004921789185247297968_);
    enable-background: new
}

.st123.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000173850538379134678060000016579202272339434892_)
}

.st124.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000111892132031554501830000004456923159053688253_);
    fill: none;
    stroke: #A2A1E9;
    stroke-width: 1.5;
    stroke-linecap: round
}

.st125.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000111892132031554501830000004456923159053688253_);
    fill: url(#)
}

.st126.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000111892132031554501830000004456923159053688253_);
    enable-background: new
}

.st127.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000059286442557240040350000000294411202059013310_);
    fill: #8B32D2
}

.st128.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000169525387850865212950000010291376373965824675_);
    fill: #8B31D2
}

.st129.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000169525387850865212950000010291376373965824675_);
    fill: #1E3448
}

.st130.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000169525387850865212950000010291376373965824675_);
    fill: #B7D53D
}

.st131.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000181790266359390712710000011873620056383146124_);
    fill: url(#)
}

.st132.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000134939457201333278520000001990219466427973050_);
    fill: none;
    stroke: #8B31D2;
    stroke-width: 1.5
}

.st133.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000145768385427692573800000014960471552721970363_);
    fill: #8B31D2
}

.st134.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000069398610247956040180000016749540128452198570_);
    fill: #8B31D2
}

.st135.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000003817332398151179430000005887850951052832938_);
    fill: #8B31D2
}

.st136.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000083056370657528722990000005798269332479860399_);
    fill: #8B31D2
}

.st137.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000014618362602372593780000002555582147580747431_);
    fill: #8B31D2
}

.st138.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000168835863893040451340000010223032612926207674_);
    fill: #8B31D2
}

.st139.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000172411055869596186400000001065625752806609804_);
    fill: #8B31D2
}

.st140.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000106127935501096626390000007137163475058026169_);
    fill: #8B31D2
}

.st141.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000039119824856238508700000011723733318070468245_);
    fill: #8B31D2
}

.st142.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000068642947748317873430000008408923412934362798_);
    fill: #8B31D2
}

.st143.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000096018366271339043480000002231838242900447362_);
    fill: url(#)
}

.st144.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000056411377043365280770000003059100068260212915_);
    fill: none;
    stroke: #B7D53D;
    stroke-width: 1.5
}

.st145.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000028289034321006444470000001362518089155966602_);
    fill: #B7D53D
}

.st146.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000057139206754321480090000013081769543385197456_);
    fill: #B7D53D
}

.st147.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000076568386316108328890000008209861161138251683_);
    fill: #B7D53D
}

.st148.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000126323853817209693160000011703208663208781235_);
    fill: #B7D53D
}

.st149.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000087398197647165923050000000062675374716886702_);
    fill: #B7D53D
}

.st150.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000078754386889084112660000006419208897949369477_);
    fill: #B7D53D
}

.st151.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000044140304932598616570000008635550817795303850_);
    fill: #B7D53D
}

.st152.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000013888820677340216350000008621491601898215306_);
    fill: #B7D53D
}

.st153.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000012436562748358484730000001608994081547708545_);
    fill: #B7D53D
}

.st154.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000168114470798750025340000008869226556087440569_);
    fill: #B7D53D
}

.st155.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000128478215306633555830000003110568872057378459_);
    fill: #1E3448
}

.st156.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000128478215306633555830000003110568872057378459_);
    fill: none;
    stroke: #1E3448;
    stroke-width: 1.5
}

.st157.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000128478215306633555830000003110568872057378459_);
    fill: none;
    stroke: #DDDDDD;
    stroke-width: 0.75
}

.st158.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000128478215306633555830000003110568872057378459_);
    fill: #727272
}

.st159.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000128478215306633555830000003110568872057378459_);
    fill: #747487
}

.st160.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000000192210258058063860000004792802670068453810_);
    enable-background: new
}

.st161.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000013883823067994491160000006402384658608476308_)
}

.st162.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000139980311871437904740000017373994702167083930_);
    fill: none;
    stroke: #A2A1E9;
    stroke-width: 1.5;
    stroke-linecap: round
}

.st163.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000139980311871437904740000017373994702167083930_);
    fill: url(#)
}

.st164.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000139980311871437904740000017373994702167083930_);
    enable-background: new
}

.st165.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000027598893793078340870000002463871289849401782_);
    fill: #8B32D2
}

.st166.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000057864651100668796560000010458768833271704246_);
    fill: #8B31D2
}

.st167.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000057864651100668796560000010458768833271704246_);
    fill: #1E3448
}

.st168.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000057864651100668796560000010458768833271704246_);
    fill: #B7D53D
}

.st169.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000057864651100668796560000010458768833271704246_);
    fill: #FF7870
}

.st170.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000057864651100668796560000010458768833271704246_);
    fill: #4ED3CB
}

.st171.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000044138962799607576630000002977959552758540200_);
    fill: url(#)
}

.st172.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000141417828275424796250000015859011572197982115_);
    fill: none;
    stroke: #8B31D2;
    stroke-width: 1.5
}

.st173.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000014635320309721469910000003268498940860075669_);
    fill: #8B31D2
}

.st174.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000096742490195060546230000009369272724562103688_);
    fill: #8B31D2
}

.st175.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000019638158399117827460000013686743124649612460_);
    fill: #8B31D2
}

.st176.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000093152378195645116500000006869710568492073136_);
    fill: #8B31D2
}

.st177.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000160175796102510252080000008203607327305448862_);
    fill: #8B31D2
}

.st178.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000069372852254485486780000001910815699652241282_);
    fill: #8B31D2
}

.st179.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000026872576050679622650000009012875365521497259_);
    fill: #8B31D2
}

.st180.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000019667091633591128450000013324654779888803242_);
    fill: #8B31D2
}

.st181.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000145056389670655115410000012682479426815197102_);
    fill: #8B31D2
}

.st182.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000147933090470268063730000005661541821884001428_);
    fill: #8B31D2
}

.st183.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000060018975573207952590000004883116916678910881_);
    fill: url(#)
}

.st184.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000112596894147833168420000014160375977180364695_);
    fill: none;
    stroke: #B7D53D;
    stroke-width: 1.5
}

.st185.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000016754634922226359790000009879439413415304382_);
    fill: #B7D53D
}

.st186.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000174590443788617983720000017884261403472349594_);
    fill: #B7D53D
}

.st187.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000087411094933534066860000013802234046277110943_);
    fill: #B7D53D
}

.st188.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000005249590635650153430000000752852114798096830_);
    fill: #B7D53D
}

.st189.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000041989625158833240300000007331240117418031550_);
    fill: #B7D53D
}

.st190.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000028302209510956670230000006254390852927420580_);
    fill: #B7D53D
}

.st191.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000080899825701112737410000007532071482666265525_);
    fill: #B7D53D
}

.st192.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000014630458802640082260000007080423409246348193_);
    fill: #B7D53D
}

.st193.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000182504786238453280150000010256155330070963112_);
    fill: #B7D53D
}

.st194.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000176004651456790952580000001023356523945903234_);
    fill: #B7D53D
}

.st195.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000051379267835444261040000009836177561654337424_);
    fill: url(#)
}

.st196.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000072998381270797659660000006392075625922805416_);
    fill: none;
    stroke: #FF7870;
    stroke-width: 1.5
}

.st197.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000104691154452408242820000005385374325825929609_);
    fill: #FF7870
}

.st198.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000069369361982533764920000005677332996711880352_);
    fill: #FF7870
}

.st199.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000088850145905226605990000004414961981753726139_);
    fill: #FF7870
}

.st200.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000061471449797979046320000001973372762412205720_);
    fill: #FF7870
}

.st201.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000094610432246993609450000017315831160296522428_);
    fill: #FF7870
}

.st202.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000052810348461195977970000002968540092391566987_);
    fill: #FF7870
}

.st203.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000156569535419182494650000010347983854223988355_);
    fill: #FF7870
}

.st204.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000115503220955160192880000006196483265784820367_);
    fill: #FF7870
}

.st205.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000028319939886035259380000006034892510033895867_);
    fill: #FF7870
}

.st206.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000089563022135136917470000009736112589634009516_);
    fill: #FF7870
}

.st207.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000026156253643214429160000004947290706172418217_);
    fill: url(#)
}

.st208.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000131345313085796186050000004892211537660873661_);
    fill: none;
    stroke: #4ED3CB;
    stroke-width: 1.5
}

.st209.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000022535162229694253090000002799199075668917138_);
    fill: #4ED3CB
}

.st210.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000177457707664700110220000003675721786937639568_);
    fill: #4ED3CB
}

.st211.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000145048167926579272560000011884889944181996692_);
    fill: #4ED3CB
}

.st212.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000170244126788852286890000007438738607369723325_);
    fill: #4ED3CB
}

.st213.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000015340828455827310440000010640876385695295108_);
    fill: #4ED3CB
}

.st214.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000098940757377407389990000008531112813469019066_);
    fill: #4ED3CB
}

.st215.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000013899768595128496380000015140360445700612514_);
    fill: #4ED3CB
}

.st216.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000039818214418615585570000008513724455670338944_);
    fill: #4ED3CB
}

.st217.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000011005646239682462360000017292691542280102811_);
    fill: #4ED3CB
}

.st218.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000060020219318022548170000005760031989310373533_);
    fill: #4ED3CB
}

.st219.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000030472808876433073620000001441164873909784231_);
    fill: #1E3448
}

.st220.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000030472808876433073620000001441164873909784231_);
    fill: none;
    stroke: #1E3448;
    stroke-width: 1.5
}

.st221.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000057844172691625061180000016978675207130149262_)
}

.st222.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000059295880420987892220000016890880113617694356_)
}

.st223.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000149345505836957303350000007440464030676702343_);
    fill: #FFFFFF
}

.st224.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000183965762896390961810000007329445380438840221_)
}

.st225.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000072987223395726079060000016849744376100931768_)
}

.st226.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000140729492127939082710000004101982061758051513_)
}

.st227.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000051350092677089249860000006392074235961684134_);
    fill: #FFFFFF
}

.st228.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000139258799336305621990000016480888955198467262_)
}

.st229.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000085242551554214917690000007540989308416486533_)
}

.st230.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000028287677159170275160000002349959846537561503_)
}

.st231.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000009554806680526369180000014914509983116321722_);
    fill: #FFFFFF
}

.st232.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000176758755852609878580000013363446655354924969_)
}

.st233.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000026869658912091027300000004926089420910802588_)
}

.st234.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000027595011818424318110000010284028352912683440_)
}

.st235.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000063603100965810499120000001388897333124300979_);
    fill: #FFFFFF
}

.st236.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000003793611938186871460000017667215194352113281_)
}

.st237.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000016038632444760105830000016430547627063985286_)
}

.st238.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000141434916789357914480000005419425501873943715_)
}

.st239.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000166673465602750669930000017619067414586871452_);
    fill: #FFFFFF
}

.st240.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000056413371053978728100000010951383100959750038_)
}

.st241.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000036940161910575111390000016647419530646833548_)
}

.st242.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000074443868690359503700000006300049416022693301_)
}

.st243.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000122713378856037663020000010455099360434515128_);
    fill: #FFFFFF
}

.st244.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000149346389345383863120000000237685223911981954_)
}

.st245.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000117650332595780507770000013900651407336003517_)
}

.st246.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000066516951782862478990000009122014952941725842_)
}

.st247.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000137125782085191949420000016736639681117611138_);
    fill: #FFFFFF
}

.st248.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000143597886111331279260000000623229168990783874_)
}

.st249.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000008138572904892863080000008765249303245917370_)
}

.st250.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000143610426119749415140000005953991289600967328_)
}

.st251.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000084508142875494297820000011671869278340341143_);
    fill: #FFFFFF
}

.st252.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000029021139031383323760000006989539585473729940_)
}

.st253.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000093862162942998616430000015784471619930726028_);
    fill: #FFFFFF
}

.st254.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000093862162942998616430000015784471619930726028_)
}

.st255.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.35;
    clip-path: url(#SVGID_00000099657217245788786440000002061482005133979832_);
    enable-background: new
}

.st256.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000083066991415430648040000005442799305324567468_);
    fill: #F9F1FF
}

.st257.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000083066991415430648040000005442799305324567468_);
    enable-background: new
}

.st258.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000121248468418239777210000006097041312851485342_);
    fill: #F5E8FF
}

.st259.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000128455075736415648920000018159129171444741301_);
    fill: none;
    stroke: #C533D2;
    stroke-width: 2.6003;
    stroke-linecap: round
}

.st260.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000128455075736415648920000018159129171444741301_);
    fill: none;
    stroke: #61C3D8;
    stroke-width: 2.6003;
    stroke-linecap: round
}

.st261.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000128455075736415648920000018159129171444741301_);
    fill: none;
    stroke: #BCDC7C;
    stroke-width: 2.6003;
    stroke-linecap: round
}

.st262.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000128455075736415648920000018159129171444741301_);
    fill: none;
    stroke: #F4B586;
    stroke-width: 2.6003;
    stroke-linecap: round
}

.st263.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.4;
    clip-path: url(#SVGID_00000021087022267659324720000010535014604730790790_);
    enable-background: new
}

.st264.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000024694273985153665130000016462084218361136305_);
    enable-background: new
}

.st265.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    filter: url(#Adobe_OpacityMaskFilter_00000085952902492251617970000002944479378985759139_)
}

.st266.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000051382499752392743070000009201574540651271352_)
}

.st267.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000051382499752392743070000009201574540651271352_);
    mask: url(#SVGID_00000013172655520105567570000018291376798541476234_);
    enable-background: new
}

.st268.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000000915804258012665010000014152959059817019803_)
}

.st269.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.52;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st270.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.53;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st271.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.54;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st272.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.55;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st273.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.56;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st274.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.57;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st275.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.58;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st276.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.59;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st277.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.6;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st278.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.61;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st279.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.62;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st280.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.63;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st281.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.64;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st282.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.65;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st283.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.66;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st284.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.67;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st285.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.68;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st286.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.69;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st287.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.7;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st288.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.71;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st289.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.72;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st290.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.73;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st291.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.74;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st292.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.75;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st293.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.76;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st294.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.77;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st295.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.78;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st296.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.79;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st297.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.8;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st298.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.81;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st299.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.82;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st300.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.83;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st301.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.84;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st302.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.85;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st303.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.86;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st304.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.87;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st305.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.88;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st306.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.89;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st307.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.9;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st308.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.91;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st309.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.92;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st310.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.93;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st311.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.94;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st312.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.95;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st313.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.96;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st314.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.97;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st315.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.98;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st316.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.99;
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st317.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000126320862829751044200000009175814344046012825_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st318.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    filter: url(#Adobe_OpacityMaskFilter_00000021091393057463025780000004243274980852666753_)
}

.st319.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000014597694795127923950000001880053404074067884_)
}

.st320.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000051382499752392743070000009201574540651271352_);
    mask: url(#SVGID_00000065042857227771124510000014203375226300282534_);
    enable-background: new
}

.st321.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000147188926353374852900000002646607607071341491_)
}

.st322.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.52;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st323.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.53;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st324.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.54;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st325.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.55;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st326.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.56;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st327.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.57;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st328.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.58;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st329.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.59;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st330.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.6;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st331.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.61;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st332.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.62;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st333.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.63;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st334.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.64;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st335.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.65;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st336.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.66;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st337.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.67;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st338.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.68;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st339.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.69;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st340.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.7;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st341.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.71;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st342.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.72;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st343.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.73;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st344.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.74;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st345.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.75;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st346.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.76;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st347.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.77;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st348.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.78;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st349.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.79;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st350.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.8;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st351.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.81;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st352.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.82;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st353.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.83;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st354.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.84;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st355.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.85;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st356.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.86;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st357.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.87;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st358.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.88;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st359.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.89;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st360.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.9;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st361.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.91;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st362.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.92;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st363.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.93;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st364.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.94;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st365.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.95;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st366.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.96;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st367.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.97;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st368.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.98;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st369.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.99;
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st370.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000035513261503729426480000011854020310296675256_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st371.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000010998962371090393800000010288604421338597264_);
    fill: none;
    stroke: #61C3D8;
    stroke-width: 2.25;
    stroke-linecap: round
}

.st372.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000010998962371090393800000010288604421338597264_);
    fill: none;
    stroke: #8B32D2;
    stroke-width: 2.25;
    stroke-linecap: round
}

.st373.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000010998962371090393800000010288604421338597264_);
    fill: #61C3D8
}

.st374.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000048464253303382267730000003482119445190628274_);
    fill: #404654
}

.st375.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000048464253303382267730000003482119445190628274_);
    fill: #E7CAFF
}

.st376.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000048464253303382267730000003482119445190628274_);
    fill: #1E1E1E
}

.st377.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000109742391687378079550000002963907803926071710_);
    fill: #62C3D9
}

.st378.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000123437631882003375620000009305749712365528511_);
    fill: #0D596A
}

.st379.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000123437631882003375620000009305749712365528511_);
    fill: #8B31D2
}

.st380.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000152952520797242215410000010927771520696726439_)
}

.st381.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000180332117838845768810000015478593123071494817_)
}

.st382.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.15;
    clip-path: url(#SVGID_00000000918217720896990270000006904543850213903282_);
    enable-background: new
}

.st383.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000093172095540095298820000016294746633311954586_)
}

.st384.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000000918217720896990270000006904543850213903282_);
    fill: #8B31D2
}

.st385.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000026121400064813114620000017989339404580748984_);
    fill: none;
    stroke: #8B32D2;
    stroke-width: 2.2498;
    stroke-linecap: round
}

.st386.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000018214754795569622110000008100550131282143141_);
    fill: #FFFFFF
}

.st387.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000018214754795569622110000008100550131282143141_);
    fill: #1E1E1E
}

.st388.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000061447977834854789120000009998370286119179957_)
}

.st389.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000167395001016887614960000015938421564400008125_)
}

.st390.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000018200475825602221350000002853807323866149768_);
    fill: #FFFFFF
}

.st391.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000118399045173476806640000018369742540880466877_)
}

.st392.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000059291424379620003190000004238663196073747385_)
}

.st393.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000067212733456381914980000005421753436300476601_)
}

.st394.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000176022651661642051870000016388296457947797695_);
    fill: #FFFFFF
}

.st395.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000048480543100078062360000011939383764992969121_)
}

.st396.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000109714874270654640660000009634687920615750283_)
}

.st397.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000132085298186514162090000000772734767302431877_)
}

.st398.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000063621007001416326460000017285008617347634083_);
    fill: #FFFFFF
}

.st399.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000055689653694831231130000015952417179323707050_)
}

.st400.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000063608830427622615220000006340690531014465712_)
}

.st401.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000045613440006583649740000008303243775722476960_)
}

.st402.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000060006508428121326400000013233224195116645776_);
    fill: #FFFFFF
}

.st403.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000043449605476585819110000006644641599515090861_)
}

.st404.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000130626077125240787910000006132671331953333400_)
}

.st405.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000118355607614713287490000006266952727156866724_)
}

.st406.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000130646093437279096550000011372641040581070978_);
    fill: #FFFFFF
}

.st407.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000090270321865558325370000001415462569432742529_)
}

.st408.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000105420488241728392500000009362007515458591149_)
}

.st409.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000147916658390783970770000014496631389780142254_)
}

.st410.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000014595547368109936360000017255450246508298168_);
    fill: #FFFFFF
}

.st411.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000072278054072482568020000014399172584847123092_)
}

.st412.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000104687272503507990240000012542500159910982810_)
}

.st413.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000182520043717376919690000000625787751807508153_)
}

.st414.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000064330319844958742940000012956606855530659996_);
    fill: #FFFFFF
}

.st415.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000137845545832916297310000012992748261538787459_)
}

.st416.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000083086875100551392270000004328886337076428196_)
}

.st417.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000018932718917324199680000004697930918623470490_)
}

.st418.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000180352615815168539620000008568459795611104690_);
    fill: #FFFFFF
}

.st419.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000157997359560006777530000014730762118801264051_)
}

.st420.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #006882
}

.st421.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: url(#)
}

.st422.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #752751
}

.st423.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: none
}

.st424.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: url(#SVGID_00000041258830940292514130000005642562711085168025_)
}

.st425.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000124865001787044265260000002515905130641454008_)
}

.st426.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000013152011262090942810000000791932059497662084_);
    fill: #FFFFFF
}

.st427.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000013152011262090942810000000791932059497662084_)
}

.st428.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.35;
    clip-path: url(#SVGID_00000096048305519947168270000013313810346292291503_);
    enable-background: new
}

.st429.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000044877682924363420110000016572815402900380321_);
    fill: #F9F1FF
}

.st430.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000044877682924363420110000016572815402900380321_);
    enable-background: new
}

.st431.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000072981598986925108050000017742025552360907932_);
    fill: #F5E8FF
}

.st432.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000000209940577892651770000009793456585097668745_);
    fill: none;
    stroke: #C533D2;
    stroke-width: 2.6003;
    stroke-linecap: round
}

.st433.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000000209940577892651770000009793456585097668745_);
    fill: none;
    stroke: #61C3D8;
    stroke-width: 2.6003;
    stroke-linecap: round
}

.st434.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000000209940577892651770000009793456585097668745_);
    fill: none;
    stroke: #BCDC7C;
    stroke-width: 2.6003;
    stroke-linecap: round
}

.st435.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000000209940577892651770000009793456585097668745_);
    fill: none;
    stroke: #F4B586;
    stroke-width: 2.6003;
    stroke-linecap: round
}

.st436.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.4;
    clip-path: url(#SVGID_00000018204107609529720620000013260605641071795349_);
    enable-background: new
}

.st437.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000096041944029864508540000014680837795899788989_);
    enable-background: new
}

.st438.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    filter: url(#Adobe_OpacityMaskFilter_00000140008659263809404080000001647458852502671515_)
}

.st439.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000042703218792293700440000018432409000886862269_)
}

.st440.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000042703218792293700440000018432409000886862269_);
    mask: url(#SVGID_00000175305686776815559780000011438927942329222545_);
    enable-background: new
}

.st441.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000143594274810590920130000009762419507777646001_)
}

.st442.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.52;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st443.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.53;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st444.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.54;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st445.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.55;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st446.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.56;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st447.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.57;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st448.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.58;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st449.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.59;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st450.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.6;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st451.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.61;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st452.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.62;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st453.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.63;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st454.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.64;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st455.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.65;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st456.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.66;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st457.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.67;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st458.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.68;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st459.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.69;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st460.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.7;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st461.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.71;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st462.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.72;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st463.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.73;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st464.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.74;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st465.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.75;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st466.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.76;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st467.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.77;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st468.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.78;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st469.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.79;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st470.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.8;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st471.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.81;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st472.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.82;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st473.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.83;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st474.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.84;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st475.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.85;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st476.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.86;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st477.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.87;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st478.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.88;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st479.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.89;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st480.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.9;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st481.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.91;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st482.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.92;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st483.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.93;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st484.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.94;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st485.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.95;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st486.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.96;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st487.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.97;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st488.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.98;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st489.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.99;
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st490.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000087399077469201934430000008098826639068846500_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st491.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    filter: url(#Adobe_OpacityMaskFilter_00000011025310613492947600000005718659424748350904_)
}

.st492.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000085955295362339335350000016833543276154697373_)
}

.st493.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000042703218792293700440000018432409000886862269_);
    mask: url(#SVGID_00000076584775018926056970000017278268118176928416_);
    enable-background: new
}

.st494.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000013915611009585197190000012042742390093583551_)
}

.st495.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.52;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st496.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.53;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st497.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.54;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st498.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.55;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st499.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.56;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st500.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.57;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st501.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.58;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st502.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.59;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st503.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.6;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st504.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.61;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st505.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.62;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st506.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.63;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st507.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.64;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st508.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.65;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st509.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.66;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st510.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.67;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st511.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.68;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st512.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.69;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st513.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.7;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st514.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.71;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st515.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.72;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st516.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.73;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st517.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.74;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st518.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.75;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st519.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.76;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st520.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.77;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st521.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.78;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st522.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.79;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st523.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.8;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st524.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.81;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st525.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.82;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st526.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.83;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st527.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.84;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st528.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.85;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st529.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.86;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st530.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.87;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st531.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.88;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st532.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.89;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st533.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.9;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st534.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.91;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st535.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.92;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st536.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.93;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st537.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.94;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st538.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.95;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st539.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.96;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st540.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.97;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st541.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.98;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st542.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.99;
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st543.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000145021565641962066220000010669000483973951118_);
    fill: none;
    stroke: #6875B8;
    stroke-width: 0.5664
}

.st544.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000006704503930238017360000007535292481588530574_);
    fill: none;
    stroke: #61C3D8;
    stroke-width: 2.25;
    stroke-linecap: round
}

.st545.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000006704503930238017360000007535292481588530574_);
    fill: none;
    stroke: #8B32D2;
    stroke-width: 2.25;
    stroke-linecap: round
}

.st546.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000006704503930238017360000007535292481588530574_);
    fill: #61C3D8
}

.st547.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000153700944363347043520000001589350503553397653_);
    fill: #404654
}

.st548.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000153700944363347043520000001589350503553397653_);
    fill: #E7CAFF
}

.st549.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000153700944363347043520000001589350503553397653_);
    fill: #1E1E1E
}

.st550.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000172427116110944855410000005001751224252684961_);
    fill: #62C3D9
}

.st551.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000128451696584747052370000004828957125861698192_);
    fill: #0D596A
}

.st552.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000128451696584747052370000004828957125861698192_);
    fill: #8B31D2
}

.st553.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000008856157471681580250000017242245907665913259_)
}

.st554.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000059272008960626689190000007982290863911346338_)
}

.st555.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.15;
    clip-path: url(#SVGID_00000108998403970088717420000006095894600913855128_);
    enable-background: new
}

.st556.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000068671546589647354180000001316690552084246970_)
}

.st557.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000108998403970088717420000006095894600913855128_);
    fill: #8B31D2
}

.st558.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000020379860769202358930000013727317903311507625_);
    fill: none;
    stroke: #8B32D2;
    stroke-width: 2.2498;
    stroke-linecap: round
}

.st559.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000052105793583389134260000002928201758052345752_);
    fill: #FFFFFF
}

.st560.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000052105793583389134260000002928201758052345752_);
    fill: #1E1E1E
}

.st561.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000070093499883537022300000003733329882978699950_)
}

.st562.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000023993783818440567700000010113036102065177234_)
}

.st563.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000077321735257915465160000006161940890021941376_);
    fill: #FFFFFF
}

.st564.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000027577221904208278010000008070900744973243324_)
}

.st565.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000098204734597908901070000012660682625176512149_)
}

.st566.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000023995701766746032870000016605388195495402644_)
}

.st567.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000138562514653020245240000000600139418391316906_);
    fill: #FFFFFF
}

.st568.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000132804207009302574690000010536916141676712597_)
}

.st569.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000109020540270345913840000016918560381807560627_)
}

.st570.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000166643916976986451600000017022730440619628437_)
}

.st571.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000061468799186109557430000006430331010934982330_);
    fill: #FFFFFF
}

.st572.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000181791452783190526190000011110234917147504545_)
}

.st573.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000152244879757360836970000000395171808120316039_)
}

.st574.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000045603060305344571000000000962889301899602352_)
}

.st575.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000147177937921463109300000009658058167727661705_);
    fill: #FFFFFF
}

.st576.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000041268581093149195920000006037171001889293722_)
}

.st577.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000007414298048487356150000001148963357546704823_)
}

.st578.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000137810502825117595260000000296469997230496899_)
}

.st579.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000147188054732146418560000010402382515410696078_);
    fill: #FFFFFF
}

.st580.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000043425313323930320500000000823902543992275645_)
}

.st581.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000057126691864904426980000003373755784218934950_)
}

.st582.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000078040084767846077260000000512201690518705061_)
}

.st583.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000075152105268153279220000018367947896401085571_);
    fill: #FFFFFF
}

.st584.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000163054035046348554470000004192992019433332134_)
}

.st585.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000101821096976937285400000012734119242471559052_)
}

.st586.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000072279107406188122090000017669203013388365189_)
}

.st587.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000127753477077959868710000009353796297599252877_);
    fill: #FFFFFF
}

.st588.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000130636722842494345170000016266181224464423821_)
}

.st589.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000106144033505339948750000015174654705903178394_)
}

.st590.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000103247907629605285190000008226576226483811007_)
}

.st591.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000119116126470395310980000014731535052560900781_);
    fill: #FFFFFF
}

.st592.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000005237547577738244260000000487902813146928048_)
}

.st593.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: none;
    stroke: #8B32D2;
    stroke-width: 2.2498;
    stroke-linecap: round
}

.st594.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: none;
    stroke: #C532D2;
    stroke-width: 2.3937;
    stroke-linecap: round
}

.st595.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: none;
    stroke: #8B32D2;
    stroke-width: 2.3937;
    stroke-linecap: round
}

.st596.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: none;
    stroke: #61C3D8;
    stroke-width: 2.3937;
    stroke-linecap: round
}

.st597.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: none;
    stroke: #BCDC7C;
    stroke-width: 2.3937;
    stroke-linecap: round
}

.st598.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #F3B485
}

.st599.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #34A0B2
}

.st600.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #B7E3EA
}

.st601.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #6876B7
}

.st602.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #61C2D7
}

.st603.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #4BB4CC
}

.st604.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #8D9DD8
}

.st605.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #E187F8
}

.st606.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: none;
    stroke: #8B32D2;
    stroke-width: 1.4362;
    stroke-linecap: round
}

.st607.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.5;
    clip-path: url(#SVGID_00000108281901017350153660000008086704103341050755_)
}

.st608.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.35;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st609.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.36;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st610.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.37;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st611.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.38;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st612.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.39;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st613.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.4;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st614.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.41;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st615.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.42;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st616.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.43;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st617.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.44;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st618.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.45;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st619.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.46;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st620.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.47;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st621.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.48;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st622.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.49;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st623.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.5;
    fill: none;
    stroke: #E968A4;
    stroke-width: 0.5;
    enable-background: new
}

.st624.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.5;
    clip-path: url(#SVGID_00000134220624044413351540000012092248991040484496_)
}

.st625.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.5;
    clip-path: url(#SVGID_00000047778868934837091020000016814499977342406329_)
}

.st626.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: none;
    stroke: #F77120;
    stroke-width: 1.5549;
    stroke-linecap: round
}

.st627.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #B33D53
}

.st628.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.5;
    clip-path: url(#SVGID_00000016785419180245168160000009104562204300216991_)
}

.st629.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.25;
    fill: #F77120;
    enable-background: new
}

.st630.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #FFCB78
}

.st631.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.5;
    clip-path: url(#SVGID_00000176753020769473141220000013824943241261436836_)
}

.st632.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.35;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st633.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.36;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st634.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.37;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st635.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.38;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st636.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.39;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st637.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.4;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st638.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.41;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st639.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.42;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st640.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.43;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st641.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.44;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st642.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.45;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st643.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.46;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st644.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.47;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st645.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.48;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st646.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.49;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st647.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.5;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 0.75;
    enable-background: new
}

.st648.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.5;
    clip-path: url(#SVGID_00000054988307573801943120000006174794505471948199_)
}

.st649.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.25;
    fill: #FFCB78;
    enable-background: new
}

.st650.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #FFFFFF;
    enable-background: new
}

.st651.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000001628296486951531340000003237784337157682835_);
    fill: #EDABFF
}

.st652.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000001628296486951531340000003237784337157682835_);
    fill: #B33D53
}

.st653.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000001628296486951531340000003237784337157682835_);
    fill: #C2ABEB
}

.st654.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000001628296486951531340000003237784337157682835_);
    fill: #D99EA9
}

.st655.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.5;
    clip-path: url(#SVGID_00000117650562990761123470000010811541143143511175_)
}

.st656.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    opacity: 0.5;
    clip-path: url(#SVGID_00000032613152829727738830000004355474618360116652_)
}

.st657.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000087381953533016721260000011894996821990912184_);
    fill: #EDABFF
}

.st658.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000087381953533016721260000011894996821990912184_);
    fill: #B33D53
}

.st659.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000087381953533016721260000011894996821990912184_);
    fill: #C2ABEB
}

.st660.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000087381953533016721260000011894996821990912184_);
    fill: #D99EA9
}

.st661.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000114047385591409892870000011966980522636130989_);
    fill: #EDABFF
}

.st662.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000114047385591409892870000011966980522636130989_);
    fill: #B33D53
}

.st663.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000114047385591409892870000011966980522636130989_);
    fill: #C2ABEB
}

.st664.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    clip-path: url(#SVGID_00000114047385591409892870000011966980522636130989_);
    fill: #D99EA9
}

.st665.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #FFE5BB
}

.st666.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #FFFFFF
}

.st667.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #F5D8DA
}

.st668.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #581C88
}

.st669.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    opacity: 0.5
}

.st670.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #F9F2FE;
    stroke: #8B32D2;
    stroke-miterlimit: 10
}

.st671.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #EEABFF
}

.st672.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #61C3D8;
    enable-background: new
}

.st673.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #8B32D2
}

.st674.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #F3B485;
    enable-background: new
}

.st675.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #E6E6E6
}

.st676.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: none;
    stroke: #F7F7F7;
    stroke-width: 2
}

.st677.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #3C3A83
}

.st678.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #5A58B6
}

.st679.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #61C3D8
}

.st680.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #F7F7F7
}

.st681.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #487400
}

.st682.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #6DB90C
}

.st683.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #BCDC7C
}

.st684.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #D60A6C
}

.st685.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #EA5A7D
}

.st686.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #F5D8DA
}

.st687.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #FF9D43
}

.st688.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #F4B586
}

.st689.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #F5ECD8
}

.st690.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #FFFFFF;
    stroke: #1E3448
}

.st691.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #DADADA
}

.st692.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #1E3448
}

.st693.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #8B32D2
}

.st694.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #C532D2
}

.st695.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #E187F8
}

.st696.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: none
}

.st697.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #FFFFFF
}

.st698.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #CA87FF
}

.st699.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #E88FFF
}

.st700.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #A2A1E9
}

.st701.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: none;
    stroke: #F7F7F7
}

.st702.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #F9F9F9
}

.st703.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #D356DE
}

.st704.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #3D95A9
}

.st705.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #EA587B
}

.st706.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #970CA4
}

.st707.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #0D596A
}

.st708.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #345205
}

.st709.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #A8135B
}

.st710.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #A56327
}

.st711.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #1E1E1E
}

.st712.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #6875B7
}

.st713.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    fill: #8B31D2
}

.st714.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 1.5549;
    stroke-linecap: round
}

.st715.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: #EEABFF
}

.st716.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    display: inline;
    fill: none;
    stroke: #C532D2;
    stroke-width: 1.5549;
    stroke-linecap: round
}

/*# sourceURL=blocks/Abre-de-capítulo.css */
.abre_capitulo.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    position: relative;
    padding-top: 20rem;
    margin-bottom: 6rem;
    z-index: 0
}

.abre_capitulo>.vinheta.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 1rem;
    color: var(--cor-1-escura);
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 4rem
}

.abre_capitulo>.vinheta>.ilustracao.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    position: absolute;
    width: 400px;
    right: -4rem;
    top: -11rem
}

.abre_capitulo>.vinheta>.texto.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    text-wrap: balance
}

.abre_capitulo>.vinheta .bg_abre_capitulo.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    width: 1318.56px;
    height: 451.78px;
    position: absolute;
    bottom: 3rem;
    left: -17rem;
    z-index: -1
}

.abre_capitulo>.vinheta .numero_capitulo.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    margin-right: -10px;
    margin-bottom: -42px;
    position: relative;
    font-size: 1.5rem;
    color: color-mix(in srgb, var(--cor-2-escura), black);
    display: flex;
    align-items: center;
    justify-content: center;
    top: -6px;
    padding: 1rem 2.5rem 1rem 2.5rem
}

.abre_capitulo>.vinheta .numero_capitulo .bg_numero_capitulo.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    position: absolute;
    z-index: -1;
    left: -10px;
    width: 100%;
    height: auto
}

.abre_capitulo>.vinheta .numero_capitulo .fio_numero_capitulo.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    content: "";
    position: absolute;
    top: -3rem;
    left: -1rem;
    width: 103.53px;
    height: 103.53px;
    z-index: -2
}

.abre_capitulo>.vinheta .texto.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    position: relative
}

.abre_capitulo>.vinheta .texto .detalhe_inferior.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    width: 310.21px;
    position: absolute;
    bottom: -1.8rem;
    left: 0
}

.abre_capitulo .linha_fina.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    position: relative;
    color: var(--cor-1-escura);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-weight: 600
}

.abre_capitulo .linha_fina strong.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    font-weight: 900
}

.abre_capitulo .linha_fina .fio_linha_fina.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 1rem
}

.abre_capitulo>.introducao.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    margin-bottom: 4rem;
    font-family: var(--font-family-secondary)
}

.abre_capitulo .h2.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    position: relative;
    color: var(--cor-primaria-escura9);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 4rem;
    width: fit-content;
    background-color: #fff;
    padding: 0.2rem 1rem;
    line-height: 1.2;
    text-wrap: balance
}

.subcapitulo .numero_capitulo.s_b7887275-4b25-4934-9e00-e4336e8f0e3e::after {
    display: none
}

.subcapitulo>.vinheta .numero_capitulo.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    font-size: 1.5rem;
    margin-bottom: -1rem
}

.subcapitulo>.vinheta.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
    font-size: 1.75rem;
    margin-bottom: 3rem
}

.subcapitulo>.vinheta.s_b7887275-4b25-4934-9e00-e4336e8f0e3e::before {
    bottom: -1rem
}

.subcapitulo>.vinheta .texto.s_b7887275-4b25-4934-9e00-e4336e8f0e3e::after {
    height: 6px;
    bottom: -1rem;
    background-position: inherit;
    border-radius: 20px
}

@media (min-width:960px) {
    .abre_capitulo>.vinheta.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
        font-size: 3rem;
        left: -6.2rem
    }

    .abre_capitulo>.vinheta .numero_capitulo.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
        font-size: 2rem
    }

    .abre_capitulo>.vinheta>.ilustracao.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
        right: -12rem;
        top: -13rem;
        width: 570px
    }
}

@media print {
    .abre_capitulo.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
        padding-top: 0;
        margin-top: 32mm;
        margin-bottom: 4rem;
        width: 122mm
    }

    .abre_capitulo>.vinheta.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
        font-size: 25pt;
        margin-bottom: 1rem
    }

    .abre_capitulo>.vinheta .texto.s_b7887275-4b25-4934-9e00-e4336e8f0e3e::after {
        display: none
    }

    .abre_capitulo>.vinheta .bg_abre_capitulo.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
        display: none
    }

    .abre_capitulo>.vinheta>.numero_capitulo.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
        font-size: 15pt;
        padding: 10pt 28pt 10pt 28pt;
        display: none
    }

    .abre_capitulo>.vinheta>.ilustracao.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
        top: -43.1mm;
        width: 100mm;
        right: -25mm;
        opacity: 1
    }

    .abre_capitulo>.linha_fina.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
        padding-bottom: 5pt;
        margin-bottom: 15pt
    }

    .abre_capitulo>.introducao.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
        margin-bottom: 10pt
    }

    .abre_capitulo>.conteudo.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
        display: contents
    }

    .abre_capitulo .h2.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
        margin-bottom: 15pt;
        font-size: 15pt
    }

    .abre_capitulo .detalhe_inferior.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
        display: none
    }

    .abre_capitulo>.vinheta .numero_capitulo .bg_numero_capitulo.s_b7887275-4b25-4934-9e00-e4336e8f0e3e {
        height: 9.2mm
    }
}

/*# sourceURL=blocks/Abre-de-capítulo.css */
.abre_capitulo .h2 .bg_h2 {
    position: absolute;
    width: 1440px;
    height: 73.38px;
    bottom: 0;
    left: -30rem;
    right: 0;
    z-index: -1;
}

.abre_capitulo .h2 .fio_h2 {
    position: absolute;
    bottom: -5.9rem;
    width: 509px;
    height: 117px;
    left: -5rem;
    z-index: -1;
}

.topo_impresso {
    position: absolute;
    top: -200px;
    z-index: -1;
}

.pagedjs_right_page .topo_impresso {
    right: -250px;
}

.pagedjs_left_page .topo_impresso {
    left: -105px;
}

.digibook__mode-digital .topo_impresso {
    display: none;
}

@media print {
    .abre_capitulo .h2 .bg_h2 {
        height: 45.38px;
        background-position: bottom;
    }

    .abre_capitulo .h2 .fio_h2 {
        left: -4rem;
    }
}

/*# sourceURL=blocks/Abre-de-capítulo.css */
.stbg0.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.4;
    clip-path: url(#SVGID_00000168108408541217885860000008078812479223593902_)
}

.stbg1.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.52;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg2.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.53;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg3.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.54;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg4.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.55;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg5.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.56;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg6.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.57;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg7.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.58;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg8.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.59;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg9.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.6;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg10.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.61;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg11.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.62;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg12.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.63;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg13.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.64;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg14.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.65;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg15.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.66;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg16.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.67;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg17.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.68;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg18.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.69;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg19.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.7;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg20.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.71;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg21.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.72;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg22.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.73;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg23.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.74;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg24.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.75;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg25.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.76;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg26.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.77;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg27.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.78;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg28.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.79;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg29.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.8;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg30.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.81;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg31.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.82;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg32.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.83;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg33.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.84;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg34.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.85;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg35.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.86;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg36.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.87;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg37.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.88;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg38.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.89;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg39.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.9;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg40.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.91;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg41.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.92;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg42.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.93;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg43.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.94;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg44.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.95;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg45.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.96;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg46.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.97;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg47.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.98;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg48.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    opacity: 0.99;
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75;
    enable-background: new
}

.stbg49.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    fill: none;
    stroke: var(--cor-1);
    stroke-width: 0.75
}

/*# sourceURL=blocks/Vinheta-Gráficos.css */
.secao_graficos.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    margin-bottom: 6rem
}

.secao_graficos>.titulo.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    position: relative;
    color: var(--cor-primaria-escura9);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 4rem;
    width: fit-content;
    max-width: 28ch;
    line-height: 1.2;
    text-wrap: balance;
    background-color: #fff;
    padding: 0.2rem 1rem;
    margin-left: -1rem
}

.secao_graficos>.titulo .bg.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    position: absolute;
    width: 1440px;
    height: 73.38px;
    bottom: 0;
    left: -30rem;
    right: 0;
    z-index: -1
}

.secao_graficos>.titulo .fio.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
    position: absolute;
    bottom: -5.9rem;
    width: 509px;
    height: 117px;
    left: -4rem;
    z-index: -1
}

@media print {
    .secao_graficos.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
        margin-bottom: 2rem
    }

    .vinheta-fullwidth .titulo.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
        width: 200ch;
        max-width: 200ch
    }

    .secao_graficos>.titulo.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f {
        margin-bottom: 1rem
    }

    .secao_graficos>.titulo.s_1c9fe9d8-ac02-4f5d-9579-b838905c779f::after {
        left: -4rem
    }
}

/*# sourceURL=blocks/Vinheta-Gráficos.css */
.stbge0.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.4;
    clip-path: url(#SVGID_00000168108408541217885860000008078812479223593902_)
}

.stbge1.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.52;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge2.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.53;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge3.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.54;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge4.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.55;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge5.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.56;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge6.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.57;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge7.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.58;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge8.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.59;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge9.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.6;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge10.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.61;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge11.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.62;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge12.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.63;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge13.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.64;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge14.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.65;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge15.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.66;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge16.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.67;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge17.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.68;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge18.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.69;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge19.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.7;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge20.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.71;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge21.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.72;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge22.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.73;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge23.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.74;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge24.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.75;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge25.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.76;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge26.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.77;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge27.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.78;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge28.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.79;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge29.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.8;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge30.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.81;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge31.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.82;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge32.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.83;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge33.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.84;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge34.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.85;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge35.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.86;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge36.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.87;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge37.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.88;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge38.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.89;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge39.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.9;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge40.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.91;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge41.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.92;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge42.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.93;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge43.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.94;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge44.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.95;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge45.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.96;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge46.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.97;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge47.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.98;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge48.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    opacity: 0.99;
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75;
    enable-background: new
}

.stbge49.s_a4bd5893-6fe4-4ca7-bce3-7a44e4a125c0 {
    fill: none;
    stroke: var(--cor-3-clara);
    stroke-width: 0.75
}

/*# sourceURL=blocks/Nos-Estados.css */
.secao_nos_estados {
    position: relative;
    padding: 4rem 0;
    color: #fff;
    /* break-before: page;  Cleber aqui*/
    z-index: 0;
}

.secao_nos_estados .digibook__tabela {
    position: relative;
    padding-right: 5rem;
    padding-left: 2rem;
    margin-left: -2rem;
    margin-right: -5rem;
}

.secao_nos_estados .digibook__tabela::before {
    content: "";
    position: absolute;
    background-image: url(../images/image_27gueg0oh5.svg);
    background-repeat: no-repeat;
    width: 3rem;
    height: 100%;
    left: -1rem;
    top: 0;
    z-index: -1;
}

.secao_nos_estados .digibook__tabela::after {
    content: "";
    position: absolute;
    z-index: -1;
}

.secao_nos_estados .digibook__tabela::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

.secao_nos_estados .digibook__tabela::-webkit-scrollbar-button {
    background: #E3C3FF;
}

.secao_nos_estados .digibook__tabela::-webkit-scrollbar-track-piece {
    background: #9668BE;
}

.secao_nos_estados .digibook__tabela::-webkit-scrollbar-thumb {
    background: #E3C3FF;
}

.secao_nos_estados .box_grafico_ou_tabela>.titulo {
    --cor-7: var(--cor-3-clara);
    --cor-7-clara: #fff;
    color: #fff;
}

.secao_nos_estados .box_grafico_ou_tabela>.titulo::before {
    background-image: url(../images/image_ry0ln3iwnd.svg);
}

.secao_nos_estados .box_grafico_ou_tabela>.subtitulo {
    color: #F6D3FF;
}

.secao_nos_estados .estilo_c p::before {
    background-color: var(--cor-6-clara) !important;
}

.secao_nos_estados::before {
    content: "";
    background-color: var(--cor-1-escura);
    background-image: url(../images/image_4owz7epvnh.png);
    background-size: 100px 100px;
    z-index: -1;
    display: block;
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.secao_nos_estados>.titulo {
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 4rem;
    width: fit-content;
    padding: 0.2rem 1rem 0.2rem 0;
}

.secao_nos_estados>.titulo .bg {
    position: absolute;
    width: 1440px;
    height: 73.38px;
    bottom: 0;
    left: -30rem;
    right: 0;
    z-index: -1;
}

.secao_nos_estados>.titulo .fio {
    position: absolute;
    bottom: -5.9rem;
    width: 509px;
    height: 117px;
    left: -5rem;
    z-index: -1;
}

.secao_nos_estados>.intro {
    font-family: var(--font-family-secondary);
}

.secao_nos_estados .fonte,
.secao_nos_estados .elaboracao,
.secao_nos_estados .nota {
    color: #fff !important;
}

.secao_nos_estados .nota .texto_tooltip_revisao,
.secao_nos_estados .nota .tooltip {
    color: black;
}

/* tabela */
.secao_nos_estados table {
    margin-bottom: 1rem;
    width: 100%;
    color: #000;
}

.secao_nos_estados table th {
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
}

.secao_nos_estados table tr:first-of-type th:first-of-type {
    border-top-left-radius: 8px;
    width: 21ch;
}

.secao_nos_estados table tr:first-of-type th:last-of-type {
    border-top-right-radius: 8px;
}

.secao_nos_estados table tr:last-of-type td {
    border-bottom: none;
}

.secao_nos_estados table td {
    border: 1px solid var(--cor-1) !important;
    border-left: none !important;
    border-right: none !important;
    background-color: var(--cor-fundo-tabela) !important;
}

.secao_nos_estados table td.estilo_a {
    font-weight: 500;
}

.secao_nos_estados td:first-child,
.secao_nos_estados td:first-child p {
    white-space: nowrap;
    text-wrap: nowrap;
}

.secao_nos_estados .box_grafico_ou_tabela table tbody tr td.estilo_b,
.secao_nos_estados .box_grafico_ou_tabela table tbody tr td.estilo_d {
    border-top: solid 2px var(--cor-1-escura) !important;
    position: relative !important;
    z-index: 0 !important;
}

.secao_nos_estados .box_grafico_ou_tabela table tbody tr td.estilo_a {
    color: var(--cor-1-escura) !important;
    background-color: var(--cor-6-clara) !important;
    text-align: center !important;
}

.secao_nos_estados .box_grafico_ou_tabela table tbody tr td.estilo_b,
.secao_nos_estados .box_grafico_ou_tabela table tbody tr td.estilo_e,
.secao_nos_estados .box_grafico_ou_tabela table tbody tr td.estilo_d {
    text-align: right !important;
}

.secao_nos_estados .box_grafico_ou_tabela table tbody tr td.estilo_b p,
.secao_nos_estados .box_grafico_ou_tabela table tbody tr td.estilo_e p,
.secao_nos_estados .box_grafico_ou_tabela table tbody tr td.estilo_d p {
    margin-inline: auto !important;
    width: var(--width) !important;
}

.secao_nos_estados .box_grafico_ou_tabela table tbody tr td.estilo_b p::before {
    content: "" !important;
    position: absolute !important;
    inset: 2px !important;
    border-radius: 4px !important;
    opacity: var(--heatmap) !important;
    z-index: -1 !important;
    background-color: var(--cor-6-clara) !important;
}

.secao_nos_estados .box_grafico_ou_tabela table tr>td.estilo_b:first-child {
    text-align: center !important;
    color: var(--cor-1-escura) !important;
    background-color: var(--cor-6-clara) !important;
}

.secao_nos_estados .box_grafico_ou_tabela table tr>td.estilo_b:first-child p::before {
    display: none !important;
}

.secao_nos_estados .box_grafico_ou_tabela>.subtitulo {
    color: var(--cor-1-clara) !important;
}

.secao_nos_estados .box_grafico_ou_tabela table th {
    background-color: var(--cor-1-escura);
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff !important;
}

table [data-nth-of-type*="nth-of-type"] {
    border-bottom: none !important;
}

@media print {
    .secao_nos_estados {
        padding: 1pt 0;
        width: 100%;
        /* page-break-before: always; */
    }

    .secao_nos_estados table {
        margin-bottom: .5rem;
    }

    .secao_nos_estados>.intro {
        line-height: 1.1;
        display: none;
    }

    .secao_nos_estados::before {
        top: -100vh;
        bottom: -100vh;
    }

    .secao_nos_estados>.titulo {
        margin-bottom: 1rem;
    }

    .secao_nos_estados>.titulo .fio {
        left: -4rem;
    }

    .secao_nos_estados>.conteudo .fonte {
        margin-top: 0;
    }

    .secao_nos_estados>.conteudo .subtitulo {
        margin-bottom: .5rem;
    }
}

/*# sourceURL=blocks/Nos-Estados.css */
.box_digital.s_b42cad94-accb-49c4-9b46-ff9871c6fa38 {
    background-color: #fff !important;
    padding: .5rem 1rem;
    margin-left: -3rem;
    margin-right: -3rem;
    margin-top: 1.8rem;
    margin-bottom: 2rem;
    border-radius: 8px;
    transform: rotate(-0.2deg);
    box-shadow: 0 2px 5px var(--cor-1)
}

.box_digital .conteudo.s_b42cad94-accb-49c4-9b46-ff9871c6fa38 {
    color: var(--cor-1-escura);
    font-weight: 500;
    font-size: 0.65rem
}

@media print {
    .box_digital.s_b42cad94-accb-49c4-9b46-ff9871c6fa38 {
        width: 122mm;
        margin-top: 13pt;
        margin-bottom: 20pt;
        padding: 0.7rem;
        margin-left: 0;
        margin-right: 0;
        font-size: 0.65rem
    }
}

/*# sourceURL=blocks/Box-Exclusivo-Digital.css */
@media print {
    .abre_capitulo .box_digital {
        margin-top: 12pt;
        margin-bottom: 18pt;
        padding: .5rem 1rem;
        margin-left: 0;
        margin-right: 0;
    }
}

/*# sourceURL=blocks/Box-Exclusivo-Digital.css */
.qr-code.s_0lRduBa3By {
    background-color: var(--cor-2-clara);
    width: 122mm;
    margin-top: 24pt;
    margin-bottom: 24pt;
    padding: 1rem;
    margin-left: 0;
    margin-right: 0;
    border-radius: 8px;
    transform: rotate(-0.2deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 1rem;
    justify-content: space-between
}

.qr-code .conteudo.s_0lRduBa3By {
    color: var(--cor-primaria-escura9);
    font-weight: 500
}

.qr-code .imagem.s_0lRduBa3By {
    width: 80px;
    max-width: 80px;
    min-width: 80px
}

@media (max-width:767px) {
    .qr-code.s_0lRduBa3By {
        flex-direction: column
    }
}

/*# sourceURL=blocks/qr-code.css */
.digibook__mode-print .box_grafico_ou_tabela .qr-code.__posicao_grafico {
    flex-direction: column;
    position: absolute;
    top: 0;
    width: 160px;
    right: 0;
}

.digibook__mode-print .box_grafico_ou_tabela .qr-code.__posicao_grafico .imagem {
    margin: 0 auto;
}

.digibook__mode-print .qr-code.__posicao_mancha {
    margin-left: 0rem;
    margin-right: 0rem;
}

.digibook__mode-digital .qr-code {
    display: none;
}

/*# sourceURL=blocks/qr-code.css */
.navegacao_estados.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    height: auto;
    padding: 1rem;
    background-color: #fff;
    margin-top: 10rem
}

.menu.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    position: relative;
    top: 0;
    z-index: 1;
    transform: translate(0);
    left: 0;
    display: flex;
    align-items: baseline;
    box-shadow: none;
    border-radius: initial;
    flex-direction: column
}

.menu.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2::before {
    display: none
}

.vinheta.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    top: -.5rem;
    position: relative
}

.vinheta .titulo.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    position: relative;
    font-size: 0.9rem;
    font-weight: bold;
    color: #1D3547;
    padding-left: 2.5rem;
    padding-top: 0.4em;
    min-height: 1.2rem
}

.vinheta .titulo .icone.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    position: absolute;
    left: -5px;
    top: 5px;
    width: 44px;
    height: 44px
}

.vinheta .subtitulo.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    text-wrap: balance;
    color: var(--cor-primaria-media4);
    margin-top: -1.5rem;
    padding-left: 2.5rem
}

.navegacao_estados .numero_pagina.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    background-color: #DC8F75;
    color: #223348;
    font-size: .8rem
}

.__menu_grid_estados .current .numero_pagina.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    font-size: 1rem
}

/*# sourceURL=blocks/navegação-estados.css */
#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px;
    text-align: center
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle32.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px;
    text-align: center
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-_TPE-ANUARIO_2026-ESTADOS_DIGITAL_BRASIL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle32.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AL-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO-2026_digital_V4-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO-2026_digital_V4-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO-2026_digital_V4-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO-2026_digital_V4-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO-2026_digital_V4-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO-2026_digital_V4-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO-2026_digital_V4-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 500;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 59px;
    height: 59px;
    font-size: 55px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 27px;
    height: 27px;
    font-size: 23px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 23px;
    font-size: 16px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 39px;
    font-size: 32px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 24px;
    height: 24px;
    font-size: 20px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 46px;
    height: 46px;
    font-size: 38px;
    text-align: right;
    color: rgb(198, 47, 78)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 21px;
    height: 21px;
    text-align: center
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    text-align: center
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 19px;
    height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 16px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    height: 30px;
    font-size: 25px;
    text-align: right;
    color: rgb(198, 47, 78)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    color: rgb(198, 47, 78)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 16px;
    height: 16px;
    font-size: 13px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 13px;
    height: 13px;
    font-size: 15px;
    text-align: center
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 46px;
    height: 46px;
    font-size: 38px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    height: 30px;
    font-size: 25px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 16px;
    height: 16px;
    font-size: 13px;
    text-align: right
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    font-size: 21px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 42px;
    height: 42px;
    font-size: 32px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    height: 32px;
    font-size: 28px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 24px;
    height: 24px;
    font-size: 20px;
    text-align: center
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 72px;
    height: 72px;
    font-size: 60px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    text-align: center;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 12px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 31px;
    height: 31px;
    font-size: 26px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 12px;
    height: 12px;
    font-size: 10px;
    text-align: center
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle32.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 31px;
    height: 31px;
    font-size: 26px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle33.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 72px;
    height: 72px;
    font-size: 60px;
    text-align: center;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle34.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 18px;
    font-size: 15px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 500;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 23px;
    font-size: 16px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 59px;
    height: 59px;
    font-size: 55px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 27px;
    height: 27px;
    font-size: 23px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 39px;
    height: 39px;
    font-size: 32px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 24px;
    height: 24px;
    font-size: 20px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 46px;
    height: 46px;
    font-size: 38px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 46px;
    height: 46px;
    font-size: 38px;
    text-align: right;
    color: rgb(198, 47, 78)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 21px;
    height: 21px;
    text-align: center
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    text-align: center
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 16px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    height: 30px;
    font-size: 25px;
    text-align: right;
    color: rgb(198, 47, 78)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    height: 30px;
    font-size: 25px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 19px;
    height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    color: rgb(198, 47, 78)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 16px;
    height: 16px;
    font-size: 13px;
    text-align: right
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 16px;
    height: 16px;
    font-size: 13px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 13px;
    height: 13px;
    font-size: 15px;
    text-align: center
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    font-size: 21px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    height: 45px;
    font-size: 32px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    height: 32px;
    font-size: 27px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    height: 32px;
    font-size: 28px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 24px;
    height: 24px;
    font-size: 20px;
    text-align: center
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 19px;
    font-size: 16px;
    text-align: right
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 72px;
    height: 72px;
    font-size: 60px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 72px;
    height: 72px;
    font-size: 60px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    text-align: center;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    line-height: 18px;
    font-size: 15px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle32.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 12px
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle33.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 31px;
    height: 31px;
    font-size: 26px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle34.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 12px;
    height: 12px;
    font-size: 10px;
    text-align: center
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle35.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 31px;
    height: 31px;
    font-size: 26px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle36.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO-2026_digital_V4-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
.conteudo_digital,
.conteudo_impresso {
    display: none;
}

.digibook__mode-print .conteudo_impresso {
    display: block;
}

.digibook__mode-digital .conteudo_digital {
    display: block;
}

/*# sourceURL=blocks/impresso-digital.css */
.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] {
    position: absolute !important;
    bottom: -142px !important;
    left: -50px !important;
    width: 187px !important;
}

.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] p {
    font-size: 7pt !important;
}

.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] span {
    font-size: 7pt !important;
}

.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] .nota .numero {
    padding: 2pt 5pt !important;
}

.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] .nota>span {
    margin-right: 0 !important;
}

/*# sourceURL=blocks/Fonte-Infográfico.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_AM-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_BA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_CE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_DF-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_ES-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_GO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MT-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PB-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PI-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RJ-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RR-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SC-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SP-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_SE-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle32.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_TO-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
.expediente.s_b3de2f7a-72f6-43e3-a5fa-551f11ced84c {
    position: relative;
    padding-top: 14rem;
    margin-bottom: 4rem
}

.expediente p.s_b3de2f7a-72f6-43e3-a5fa-551f11ced84c {
    font-family: var(--font-family-secondary)
}

.expediente.s_b3de2f7a-72f6-43e3-a5fa-551f11ced84c::before {
    content: "";
    position: absolute;
    background-image: url(../images/image_4vgc7shnrs.png);
    top: -16rem;
    left: -16rem;
    width: 1318.56px;
    height: 451.78px;
    background-size: 100% 100%;
    z-index: -1
}

.expediente .expediente_tp1.s_b3de2f7a-72f6-43e3-a5fa-551f11ced84c {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--cor-1-escura)
}

.expediente .expediente_tp2.s_b3de2f7a-72f6-43e3-a5fa-551f11ced84c {
    font-size: 1.1rem;
    font-weight: bold;
    position: relative;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-bottom: 0.6rem
}

.expediente .expediente_tp2.s_b3de2f7a-72f6-43e3-a5fa-551f11ced84c::before {
    content: "";
    position: absolute;
    background-image: url(../images/image_owibgei2fx.svg);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.expediente .zerar_margin_bottom.s_b3de2f7a-72f6-43e3-a5fa-551f11ced84c {
    margin-bottom: 0
}

.expediente .bold.s_b3de2f7a-72f6-43e3-a5fa-551f11ced84c {
    font-weight: bold
}

.expediente .separador_equipe.s_b3de2f7a-72f6-43e3-a5fa-551f11ced84c {
    margin-top: 3rem
}

.expediente a.s_b3de2f7a-72f6-43e3-a5fa-551f11ced84c {
    color: var(--cor-2-escura);
    font-weight: bold
}

.expediente .ancora_logo.s_b3de2f7a-72f6-43e3-a5fa-551f11ced84c {
    margin-bottom: 2rem;
    display: block
}

.mostrar_impresso.s_b3de2f7a-72f6-43e3-a5fa-551f11ced84c {
    display: none
}

/*# sourceURL=blocks/Expediente.css */
.digibook__mode-print .expediente {
    column-count: 2 !important;
    column-gap: 0 !important;
    left: 20px;
    top: 18px;
}

.digibook__mode-print .expediente p {
    margin-bottom: 8px;
}

.digibook__mode-print .sumir_impresso {
    display: none !important;
}

.digibook__mode-print .mostrar_impresso {
    display: inline-block !important;
}

.digibook__mode-print .expediente {
    padding-top: 0 !important;
}

.digibook__mode-print .expediente_tp1 {
    margin-bottom: 0 !important;
    font-size: 15pt !important;
}

.digibook__mode-print .expediente_tp2 {
    margin-top: .1rem !important;
    margin-bottom: .5rem !important;
    font-size: 12pt !important;
}

.digibook__mode-print .expediente_tp2::before {
    width: 90% !important;
}

.digibook__mode-print .todos_pela_educacao {
    margin-top: 15px !important;
}

.digibook__mode-print .moderna {
    break-inside: avoid !important;
}

.digibook__mode-print .fundacao {
    break-inside: avoid !important;
    top: 44px !important;
    position: relative !important;
}

.digibook__mode-print .expediente .separador_equipe {
    margin-top: 0 !important;
}

.digibook__mode-print .impressao {
    position: absolute !important;
    break-inside: avoid !important;
    top: 39.5rem !important;
    left: 0 !important;
    right: 0 !important;
}

.digibook__mode-print .impressao>div {
    margin-top: 3rem;
    display: flex !important;
    gap: 2rem !important;
    align-items: baseline !important;
}

.digibook__mode-print .impressao>div a {
    text-transform: none;
}

.digibook__mode-print .impresso_brasil {
    position: absolute !important;
    left: 0 !important;
}

.digibook__mode-print .impressao .expediente_tp2 {
    width: 286.36px !important;
}

.guia_leitor-impresso-grafismo_topo {
    display: none;
}

.digibook__mode-print .guia_leitor-impresso-grafismo_topo {
    display: block;
    position: absolute;
    left: calc(0mm - var(--pagedjs-margin-left) - var(--pagedjs-bleed-left));
    top: calc(0mm - var(--pagedjs-margin-top) - var(--pagedjs-bleed-top) - 12mm);
    height: 30mm;
    width: calc(var(--pagedjs-pagebox-width) + var(--pagedjs-bleed-left));
}

.digibook__mode-print .guia_leitor-impresso-grafismo_topo svg {
    width: 100%;
    height: 100%;
}

.cabecalho.s_8084380f-3251-422d-82d9-900edc87cf21 {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 1100px;
    left: -50%;
    top: -100px
}

.bg_mobile.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    width: 1080px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    display: none
}

.bg_desktop.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    width: 2500px;
    height: 100%;
    left: -15%;
    top: 0;
    z-index: -1
}

.ilustracao.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    left: 100%;
    top: 200px;
    animation: fadein 2s 1s both;
    will-change: opacity, transform;
    transform-origin: center;
    width: 410px;
    height: 410px;
    background-color: #F4F4F4;
    border-radius: 50%
}

.anel.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    pointer-events: visible;
    display: block;
    width: 100%;
    inset: 0;
    will-change: transform;
    animation: rotation 180s linear infinite
}

._1.s_8084380f-3251-422d-82d9-900edc87cf21 {
    animation-duration: 120s;
    animation-direction: reverse
}

._1.s_8084380f-3251-422d-82d9-900edc87cf21 {
    animation-duration: 230s
}

._4.s_8084380f-3251-422d-82d9-900edc87cf21 {
    animation-direction: reverse
}

._6.s_8084380f-3251-422d-82d9-900edc87cf21 {
    animation-duration: 110s
}

@keyframes fadein {
    0% {
        opacity: 0;
        scale: 0.98
    }
}

@keyframes rotation {
    100% {
        rotate: 360deg
    }
}

@keyframes cintilar {
    0% {
        opacity: 0.3
    }

    100% {
        opacity: 1
    }
}

.__multiply.s_8084380f-3251-422d-82d9-900edc87cf21 {
    mix-blend-mode: multiply
}

.__opacity-65.s_8084380f-3251-422d-82d9-900edc87cf21 {
    opacity: 0.65
}

.__opacity-75.s_8084380f-3251-422d-82d9-900edc87cf21 {
    opacity: 0.75
}

.__opacity-85.s_8084380f-3251-422d-82d9-900edc87cf21 {
    opacity: 0.85
}

.__opacity-90.s_8084380f-3251-422d-82d9-900edc87cf21 {
    opacity: 0.90
}

.dropdown.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: relative;
    width: 100%;
    margin-bottom: 2rem
}

.dropdown__toggle.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: none
}

.dropdown__button.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    user-select: none
}

.dropdown__icon.s_8084380f-3251-422d-82d9-900edc87cf21 {
    transition: transform 0.2s
}

.dropdown__menu.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-left: 1rem;
    display: none
}

.dropdown__menu a.s_8084380f-3251-422d-82d9-900edc87cf21 {
    color: #fff;
    text-decoration: none
}

.dropdown__item.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    text-decoration: none;
    color: #111
}

.dropdown__item.s_8084380f-3251-422d-82d9-900edc87cf21:hover {
    background: #f3f4f6
}

.dropdown__toggle:checked~.dropdown__menu.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: block;
    margin-top: -2rem
}

.dropdown__toggle:checked+.dropdown__button .dropdown__icon.s_8084380f-3251-422d-82d9-900edc87cf21 {
    transform: rotate(180deg)
}

.publicacao.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center
}

.publicacao img.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 166px
}

.margin-baixo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-bottom: 7rem
}

.landing_page.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: relative;
    margin-left: -15vw;
    margin-right: -15vw;
    padding: 1px;
    margin-top: 30px
}

.landing_page.s_8084380f-3251-422d-82d9-900edc87cf21::before {
    content: "";
    background-color: #00A0B9;
    position: absolute;
    top: -100vh;
    right: -100vw;
    bottom: -4rem;
    left: -100vw;
    z-index: -1
}

.landing_page>.titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    color: var(--cor-1-escura);
    font-size: 2.8rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    position: relative;
    text-wrap: balance;
    margin-top: 390px;
    margin-bottom: 7rem;
    left: 0;
    width: 27rem;
    text-align: left
}

.landing_page>.titulo span.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: block;
    text-align: left;
    font-weight: 900;
    color: var(--cor-1)
}

.logos.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem
}

.logos img.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 150px
}

.logos .moderna.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 130px;
    top: -5px;
    position: relative
}

.logos .santillana.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: relative;
    bottom: -5px
}

.o_retrato.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 4rem;
    padding-right: 15rem;
    margin-bottom: 4rem;
    left: 0;
    max-width: 26rem
}

.o_retrato.s_8084380f-3251-422d-82d9-900edc87cf21::before {
    content: "";
    background-image: url(../images/image_pm89iolh3e.png);
    position: absolute;
    left: -1000px;
    background-size: cover;
    width: 1700px;
    height: 100%;
    z-index: -1;
    background-position: right;
    top: 0
}

.o_retrato>.titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    font-size: 2rem;
    line-height: 1.2;
    color: #2C4051;
    text-wrap: balance
}

.o_retrato>.titulo span.s_8084380f-3251-422d-82d9-900edc87cf21 {
    font-weight: bold
}

.botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-right: -6rem;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 2rem;
    position: relative;
    right: -7rem;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.bg_desktop_botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -20px
}

.bg_mobile_botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: none
}

.card.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: flex;
    background-color: var(--cor-1-escura);
    padding: 2rem;
    margin-top: 8rem;
    margin-bottom: 4rem;
    gap: 2rem;
    position: relative;
    padding-top: 4rem
}

.card .numero.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    top: -15px;
    left: -30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 1.6rem;
    height: 60px;
    width: 123px;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1.5rem;
    font-weight: bold;
    color: #2C4051;
    z-index: 1
}

.card .numero .bg_numero.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    z-index: -1;
    left: 15px
}

.card .titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    font-size: 1.6rem;
    color: var(--cor-1-clara);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    -webkit-font-smoothing: antialiased;
    text-wrap: balance
}

.card .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    color: #fff;
    line-height: 1.6;
    font-size: 1rem
}

.margin-direita .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-right: 25rem
}

.margin-esquerda .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-left: 25rem
}

.ilustra_mod1.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 397px;
    bottom: -2.2rem;
    right: -3rem;
    position: absolute
}

.ilustra_mod2.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 380px;
    position: absolute;
    bottom: 0;
    left: -1rem
}

.ilustra_mod3.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 380px;
    position: absolute;
    top: -2rem;
    right: -2rem
}

._reverso.s_8084380f-3251-422d-82d9-900edc87cf21 {
    flex-direction: row-reverse
}

.botao_modulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    padding: 1rem 1.5rem;
    background-color: var(--cor-1);
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    margin-top: 1rem;
    display: block;
    width: fit-content
}

.botao_conhecer_capitulos.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: block;
    margin-bottom: 2rem;
    text-decoration: none;
    font-weight: bold;
    color: var(--cor-1-clara)
}

.confira_anuario_anterior.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: flex;
    justify-content: center;
    margin-bottom: -1rem;
    z-index: 999999999;
    position: relative
}

.confira_anuario_anterior .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    text-align: center;
    padding: 2rem 7rem;
    background-color: #fff;
    border-radius: 16px;
    max-width: 25rem
}

.botao_conferir_anuario.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 100%;
    display: block;
    text-decoration: none;
    background-color: var(--cor-2-clara);
    border-radius: 16px;
    color: #000;
    padding: .5rem 0;
    margin-bottom: 1rem
}

.botao_explore_anuario.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: fit-content;
    text-decoration: none;
    background-size: cover;
    display: flex;
    align-items: center;
    background-position: center;
    width: 281px;
    height: 132px;
    margin-top: -7rem;
    margin-left: -0.5rem;
    color: #7A2900;
    font-weight: bold
}

@media only screen and (max-width:880px) {
    .bg_desktop_botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: none
    }

    .bg_mobile_botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: block;
        position: absolute;
        z-index: -1;
        top: 15px;
        left: -30px
    }

    .landing_page.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }

    .landing_page>.titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-top: 350px;
        font-size: 2rem
    }

    .ilustracao.s_8084380f-3251-422d-82d9-900edc87cf21 {
        right: 0;
        top: 225px;
        left: 250px;
        width: 220px;
        height: 220px
    }

    .cabecalho.s_8084380f-3251-422d-82d9-900edc87cf21 {
        background-color: #F4F4F4
    }

    .bg_mobile.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: block
    }

    .bg_desktop.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: none
    }

    .logos.s_8084380f-3251-422d-82d9-900edc87cf21 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 6rem
    }

    .botao_explore_anuario.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-bottom: 2rem
    }

    .o_retrato.s_8084380f-3251-422d-82d9-900edc87cf21 {
        max-width: 100%;
        padding-right: 0
    }

    .o_retrato.s_8084380f-3251-422d-82d9-900edc87cf21::before {
        left: -500px
    }

    .botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
        left: 0;
        position: absolute;
        right: 0;
        margin-right: 0;
        padding: 2rem 2rem;
        width: fit-content;
        margin: 1rem auto;
        background-position: center;
        padding-bottom: 4rem;
        font-size: 1rem
    }

    .o_retrato>.titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
        font-size: 1.5rem
    }

    .o_retrato>.titulo span.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: block
    }

    .ilustra_mod1.s_8084380f-3251-422d-82d9-900edc87cf21 {
        top: -12rem;
        right: 0rem;
        position: absolute;
        z-index: -1;
        max-width: 260px
    }

    .ilustra_mod2.s_8084380f-3251-422d-82d9-900edc87cf21 {
        width: 380px;
        position: absolute;
        top: -16rem;
        left: 0;
        z-index: -1
    }

    .ilustra_mod3.s_8084380f-3251-422d-82d9-900edc87cf21 {
        width: 380px;
        position: absolute;
        top: -18rem;
        right: -5rem
    }

    .card.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-top: 20rem
    }

    .card .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-right: 0;
        margin-left: 0
    }

    .confira_anuario_anterior .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
        padding-left: 3rem;
        padding-right: 3rem;
        margin-left: -3rem;
        margin-right: -3rem;
        max-width: 100%
    }
}

.list-none.s_8084380f-3251-422d-82d9-900edc87cf21 {
    padding-left: 1rem
}

.list-none.s_8084380f-3251-422d-82d9-900edc87cf21::marker {
    content: none
}

/*# sourceURL=blocks/Landing-Page.css */
.botao_proximo.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc,
.botao_anterior.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    position: relative;
    width: 100%;
    text-wrap: balance;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    font-size: 0.9375rem;
    padding: 1rem;
    min-height: 10rem
}

.botao_anterior.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    padding-left: 5rem
}

.botao_proximo.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    padding-right: 5rem;
    text-align: right
}

.botao_proximo span.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc,
.botao_anterior span.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    display: block;
    margin-bottom: .5rem;
    font-size: 0.625rem;
    font-weight: 400;
    font-style: italic
}

.botao_proximo svg.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    position: absolute;
    top: 5px;
    right: -20px;
    bottom: 0;
    z-index: 0;
    width: 117px;
    height: 117px
}

.botao_anterior svg.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    position: absolute;
    width: 117px;
    height: 117px;
    top: 5px;
    left: -20px;
    z-index: 0
}

.botao_proximo.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc:hover::before,
.botao_anterior.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc:hover::before {
    filter: brightness(1.1)
}

/*# sourceURL=blocks/Botão-Próximo.css */
.folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none;
    position: absolute
}

.folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    --cor1: #B33D53;
    --cor2: #FFCB78;
    --cor3: #F77120;
    --cor1-texto: white;
    --cor2-texto: black;
    --cor-esfera_superior: var(--cor2);
    --cor-esfera_inferior: var(--cor1);
    --cor-texto_superior: var(--cor2-texto);
    --cor-texto_inferior: var(--cor1-texto);
    --cor-fio_orbital: var(--cor3);
    --cor-texto-titulo: black
}

.folio.__esquerdo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    --cor-esquerdo-esfera: var(--cor1);
    --cor-esquerdo-texto-titulo: var(--cor1);
    --cor-esquerdo-fio_orbital: var(--cor1)
}

.folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 28mm;
    width: 100mm;
    font-size: 9pt
}

.folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none
}

.pagedjs_left_page .folio.__esquerdo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: block
}

.pagedjs_right_page .folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: block
}

.pagedjs_right_page .folio.__esquerdo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none
}

.folio_esquerdo-numero_esfera.s_f6013cba-94c2-4101-99f5-e32863df4771:before,
.folio-numero_inferior.s_f6013cba-94c2-4101-99f5-e32863df4771:before {
    content: attr(data-pagefix)
}

.folio-svg.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1
}

.folio-titulo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    right: 22mm;
    bottom: 11.5mm;
    font-size: 8pt;
    color: var(--cor-texto-titulo)
}

.folio-numero_inferior.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    bottom: 11.3mm;
    right: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_inferior)
}

.folio-numero_superior.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    bottom: 21.3mm;
    right: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_superior)
}

.folio-fio_orbital.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    stroke: var(--cor-fio_orbital)
}

.folio-esfera_superior.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esfera_superior)
}

.folio-juncao.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esfera_superior)
}

.folio-esfera_inferior.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esfera_inferior)
}

.folio.__esquerdo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    left: 0;
    right: auto
}

.folio.__esquerdo .folio-svg.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    right: auto;
    left: 0
}

.folio_esquerdo-fio_orbital.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esquerdo-fio_orbital);
    opacity: 0.5
}

.folio_esquerdo-fio_orbital.__destaque.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    opacity: 1
}

.folio_esquerdo-titulo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    left: 22mm;
    bottom: 11.5mm;
    font-size: 8pt;
    font-weight: bold;
    color: var(--cor-esquerdo-texto-titulo)
}

.folio_esquerdo-numero_esfera.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    bottom: 11.3mm;
    left: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_inferior)
}

.folio_esquerdo-esfera.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esquerdo-esfera)
}

/*# sourceURL=blocks/Nota.css */
.box_nota.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: relative;
    display: inline-block;
    margin-right: .1rem;
    margin-bottom: .5rem
}

.box_nota .numero.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    padding: .1rem .5rem;
    background-color: var(--cor-1);
    border-radius: 20px;
    font-size: .65rem;
    color: #fff;
    width: fit-content;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1rem
}

.box_nota ul.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    list-style: none
}

.box_nota ul .numero.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: inline-flex;
    height: 1rem;
    width: 1rem;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    padding: .6rem .6rem;
    font-size: .7rem;
    margin-left: -2rem;
    margin-right: .6rem
}

.box_nota ul li.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    margin-bottom: .5rem;
    font-size: .8rem;
    line-height: 1.2;
    break-inside: avoid;
    margin-left: 2rem;
    overflow-wrap: break-word;
    text-wrap: pretty
}

.box_nota .tooltip.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none
}

.box_nota .numero:hover+.tooltip.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: block
}

.box_nota .tooltip.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none;
    position: absolute;
    bottom: 92%;
    background-color: #fafafa;
    width: 30vw;
    padding: 1rem;
    font-size: 0.7rem;
    z-index: 99999999999999999999999
}

.box_nota .tooltip a.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    overflow-wrap: break-word;
    color: var(--cor-primaria-media3);
    font-weight: bold
}

.box_nota .tooltip p.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    margin-bottom: 0.5rem
}

.box_nota .tooltip.s_f6013cba-94c2-4101-99f5-e32863df4771:hover {
    display: block
}

@media print {
    .box_nota ul .numero.s_f6013cba-94c2-4101-99f5-e32863df4771 {
        margin-bottom: -1.09rem;
        display: flex
    }

    .qr-code-nota.s_f6013cba-94c2-4101-99f5-e32863df4771 {
        width: 80px;
        height: 80px
    }

    .aparecer_impresso.s_f6013cba-94c2-4101-99f5-e32863df4771 {
        display: flex
    }
}

/*# sourceURL=blocks/Nota.css */
/* Variantes */
.pagedjs_sheet:has(.__pagina_fundo_escuro) .folio,
.__tipo_abre_de_parte .folio,
.folio.__invertido {
    --cor-esfera_inferior: var(--cor2);
    --cor-texto_inferior: var(--cor2-texto);
    --cor-esfera_superior: white;
    --cor-texto-titulo: white;
}

.folio.__reduzido,
.__tipo_abre_de_parte .folio {
    --cor-esfera_superior: #aaaaaa00;
    --cor-texto_superior: #aaaaaa00;
}

/* Variantes esquerda */
.pagedjs_sheet:has(.__pagina_fundo_escuro) .folio.__esquerdo,
.__tipo_abre_de_parte .folio.__esquerdo,
.folio.__esquerdo.__invertido {
    --cor-esquerdo-esfera: var(--cor2);
    --cor-esquerdo-texto-titulo: var(--cor2);
    --cor-esquerdo-fio_orbital: var(--cor2);
}

.secao_nos_estados .box_nota .numero {
    background-color: var(--cor-3-clara);
}

/*# sourceURL=blocks/Nota.css */
.navegacao_estados.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    height: auto;
    padding: 1rem;
    background-color: #fff;
    margin-top: 10rem
}

.menu.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    position: relative;
    top: 0;
    z-index: 1;
    transform: translate(0);
    left: 0;
    display: flex;
    align-items: baseline;
    box-shadow: none;
    border-radius: initial;
    flex-direction: column
}

.menu.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2::before {
    display: none
}

.vinheta.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    top: -.5rem;
    position: relative
}

.vinheta .titulo.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    position: relative;
    font-size: 0.9rem;
    font-weight: bold;
    color: #1D3547;
    padding-left: 2.5rem;
    padding-top: 0.4em;
    min-height: 1.2rem
}

.vinheta .titulo .icone.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    position: absolute;
    left: -5px;
    top: 5px;
    width: 44px;
    height: 44px
}

.vinheta .subtitulo.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    text-wrap: balance;
    color: var(--cor-primaria-media4);
    margin-top: -1.5rem;
    padding-left: 2.5rem
}

.navegacao_estados .numero_pagina.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    background-color: #DC8F75;
    color: #223348;
    font-size: .8rem
}

.__menu_grid_estados .current .numero_pagina.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    font-size: 1rem
}

/*# sourceURL=blocks/navegação-estados.css */
.grafico_rodape.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    display: flex;
    align-items: start
}

.grafico_rodape .textos.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    flex: 1;
    margin-bottom: 10rem
}

.grafico_rodape .fonte.s_984d3a9d-fa77-413e-b1f1-a97416e6658a,
.grafico_rodape .elaboracao.s_984d3a9d-fa77-413e-b1f1-a97416e6658a,
.grafico_rodape .nota.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    margin-bottom: 0;
    font-family: 'Mulish', sans-serif;
    font-size: .7rem;
    line-height: 1.2;
    color: #4D5156
}

.grafico_rodape .fonte>span.s_984d3a9d-fa77-413e-b1f1-a97416e6658a,
.grafico_rodape .elaboracao>span.s_984d3a9d-fa77-413e-b1f1-a97416e6658a,
.grafico_rodape .nota>span.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    font-weight: bold;
    margin-right: .2rem
}

.fonte .destaque_fonte.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    font-weight: bold;
    margin-bottom: 0
}

.fonte p.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    margin-bottom: 0
}

.grafico_rodape .nota.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    line-height: 1.2rem
}

/*# sourceURL=blocks/Fonte-Infográfico.css */
.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] {
    position: absolute !important;
    bottom: -142px !important;
    left: -50px !important;
    width: 187px !important;
}

.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] p {
    font-size: 7pt !important;
}

.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] span {
    font-size: 7pt !important;
}

.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] .nota .numero {
    padding: 2pt 5pt !important;
}

.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] .nota>span {
    margin-right: 0 !important;
}

/*# sourceURL=blocks/Fonte-Infográfico.css */
.separador_pagina.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    margin-top: 2rem
}

.separador_pagina.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: sticky;
    top: 0;
    z-index: 2;
    margin-bottom: 3rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0.25rem;
    color: #666666;
    border-top: 3px dotted #666666;
    width: 100%
}

.separador_pagina.s_18fd06c8-3a2b-407a-b074-da12b32d59af:not(.__first_page.s_18fd06c8-3a2b-407a-b074-da12b32d59af) {
    page-break-before: always
}

.numero_pagina.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    min-width: 1.25rem;
    text-align: center
}

.separador_pagina .botao.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.separador_pagina .botao img.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    width: 1.25rem;
    height: 1.25rem
}

.separador_pagina .botao.s_18fd06c8-3a2b-407a-b074-da12b32d59af:hover {
    background-color: rgba(255, 255, 255, 0.9)
}

/*# sourceURL=blocks/Separador-de-página.css */
.folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: none;
    position: absolute
}

.folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    --cor1: var(--cor-1-escura);
    --cor2: var(--cor-2-clara);
    --cor3: var(--cor-1);
    --cor4: var(--cor-1-clara);
    --cor1-texto: white;
    --cor2-texto: black;
    --cor-esfera_superior: var(--cor2);
    --cor-esfera_inferior: var(--cor1);
    --cor-texto_superior: var(--cor2-texto);
    --cor-texto_inferior: var(--cor1-texto);
    --cor-fio_orbital: var(--cor3);
    --cor-hachura: var(--cor3);
    --cor-texto-titulo: black
}

.folio.__esquerdo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    --cor-esquerdo-esfera: var(--cor1);
    --cor-esquerdo-texto-titulo: var(--cor1);
    --cor-esquerdo-fio_orbital: var(--cor1)
}

.folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 28mm;
    width: 100mm;
    font-size: 9pt
}

.folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: none
}

.pagedjs_left_page .folio.__esquerdo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: block
}

.pagedjs_right_page .folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: block
}

.pagedjs_right_page .folio.__esquerdo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: none
}

.folio_esquerdo-numero_esfera.s_18fd06c8-3a2b-407a-b074-da12b32d59af:before,
.folio-numero_inferior.s_18fd06c8-3a2b-407a-b074-da12b32d59af:before {
    content: attr(data-pagefix)
}

.folio-svg.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1
}

.folio-titulo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    right: 22mm;
    bottom: 11.5mm;
    font-size: 8pt;
    color: var(--cor-texto-titulo)
}

.folio-numero_inferior.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    bottom: 11.3mm;
    right: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_inferior)
}

.folio-numero_superior.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    bottom: 21.3mm;
    right: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_superior)
}

.folio-fio_orbital.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    stroke: var(--cor-fio_orbital)
}

.folio-esfera_superior.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor-esfera_superior)
}

.folio-juncao.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor3)
}

.folio-esfera_inferior.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor-esfera_inferior)
}

.folio.__esquerdo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    left: 0;
    right: auto
}

.folio.__esquerdo .folio-svg.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    right: auto;
    left: 0
}

.folio_esquerdo-fio_orbital.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor-esquerdo-fio_orbital);
    opacity: 0.5
}

.folio_esquerdo-fio_orbital.__destaque.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    opacity: 1
}

.folio_esquerdo-titulo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    left: 22mm;
    bottom: 11.5mm;
    font-size: 8pt;
    font-weight: bold;
    color: var(--cor-esquerdo-texto-titulo)
}

.folio_esquerdo-numero_esfera.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    bottom: 11.3mm;
    left: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_inferior)
}

.folio_esquerdo-esfera.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor-esquerdo-esfera)
}

.folio-linhas path.s_18fd06c8-3a2b-407a-b074-da12b32d59af,
.folio-pattern-fios path.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    opacity: 1 !important
}

/*# sourceURL=blocks/Separador-de-página.css */
/* Variantes */
.pagedjs_sheet:has(.__pagina_fundo_escuro) .folio,
.__tipo_abre_de_parte .folio,
.folio.__invertido {
    --cor-esfera_inferior: var(--cor4);
    --cor-texto_inferior: var(--cor4-texto);
    --cor-esfera_superior: white;
    --cor-texto-titulo: white;
}

.folio.__reduzido,
.__tipo_abre_de_parte .folio {
    --cor-esfera_superior: #aaaaaa00;
    --cor-texto_superior: #aaaaaa00;
}

/* Variantes esquerda */
.pagedjs_sheet:has(.__pagina_fundo_escuro) .folio.__esquerdo,
.__tipo_abre_de_parte .folio.__esquerdo,
.folio.__esquerdo.__invertido {
    --cor-esquerdo-esfera: var(--cor4);
    --cor-esquerdo-texto-titulo: var(--cor4);
    --cor-esquerdo-fio_orbital: var(--cor4);
}

/*# sourceURL=blocks/Separador-de-página.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MG-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
.pagedjs_page {
    position: relative;
    overflow: visible !important;
}

.digibook__mode-print .pagedjs_left_page .full-bleed {
    width: calc(var(--pagedjs-pagebox-width) + var(--pagedjs-bleed-left));
    height: calc(var(--pagedjs-pagebox-height) + var(--pagedjs-bleed-top) + var(--pagedjs-bleed-bottom));
    margin-left: calc(0mm - var(--pagedjs-margin-left) - var(--pagedjs-bleed-left));
    margin-top: calc(0mm - var(--pagedjs-margin-top) - var(--pagedjs-bleed-top));
    z-index: -1;
    position: relative;
}

.digibook__mode-print .pagedjs_right_page .full-bleed {
    width: calc(var(--pagedjs-pagebox-width) + var(--pagedjs-bleed-right));
    height: calc(var(--pagedjs-pagebox-height) + var(--pagedjs-bleed-top) + var(--pagedjs-bleed-bottom));
    margin-left: calc(0mm - var(--pagedjs-margin-left));
    margin-top: calc(0mm - var(--pagedjs-margin-top) - var(--pagedjs-bleed-top));
    z-index: -1;
    position: relative;
}

.full-bleed img,
.full-bleed figure {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
}

[id="4111bcf8-75c6-4185-b763-660d6ce101b8"],
[id="5a8bc508-0249-4950-b552-6435949ecbbd"],
[id="66b79f81-1b6e-47ae-941a-7d056762e3a5"],
[id="fe19f3d6-ea3e-4eb5-95f9-024f73de0f0f"] {
    display: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0.3 !important;
}

/*# sourceURL=blocks/elemento-em-tela-cheia-no-impresso.css */
.conteudo_digital,
.conteudo_impresso {
    display: none;
}

.digibook__mode-print .conteudo_impresso {
    display: block;
}

.digibook__mode-digital .conteudo_digital {
    display: block;
}

/*# sourceURL=blocks/impresso-digital.css */

/*# sourceURL=blocks/Expediente.css */

.cabecalho.s_8084380f-3251-422d-82d9-900edc87cf21 {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 1100px;
    left: -50%;
    top: -100px
}

.bg_mobile.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    width: 1080px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    display: none
}

.bg_desktop.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    width: 2500px;
    height: 100%;
    left: -15%;
    top: 0;
    z-index: -1
}

.ilustracao.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    left: 100%;
    top: 200px;
    animation: fadein 2s 1s both;
    will-change: opacity, transform;
    transform-origin: center;
    width: 410px;
    height: 410px;
    background-color: #F4F4F4;
    border-radius: 50%
}

.anel.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    pointer-events: visible;
    display: block;
    width: 100%;
    inset: 0;
    will-change: transform;
    animation: rotation 180s linear infinite
}

._1.s_8084380f-3251-422d-82d9-900edc87cf21 {
    animation-duration: 120s;
    animation-direction: reverse
}

._1.s_8084380f-3251-422d-82d9-900edc87cf21 {
    animation-duration: 230s
}

._4.s_8084380f-3251-422d-82d9-900edc87cf21 {
    animation-direction: reverse
}

._6.s_8084380f-3251-422d-82d9-900edc87cf21 {
    animation-duration: 110s
}

@keyframes fadein {
    0% {
        opacity: 0;
        scale: 0.98
    }
}

@keyframes rotation {
    100% {
        rotate: 360deg
    }
}

@keyframes cintilar {
    0% {
        opacity: 0.3
    }

    100% {
        opacity: 1
    }
}

.__multiply.s_8084380f-3251-422d-82d9-900edc87cf21 {
    mix-blend-mode: multiply
}

.__opacity-65.s_8084380f-3251-422d-82d9-900edc87cf21 {
    opacity: 0.65
}

.__opacity-75.s_8084380f-3251-422d-82d9-900edc87cf21 {
    opacity: 0.75
}

.__opacity-85.s_8084380f-3251-422d-82d9-900edc87cf21 {
    opacity: 0.85
}

.__opacity-90.s_8084380f-3251-422d-82d9-900edc87cf21 {
    opacity: 0.90
}

.dropdown.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: relative;
    width: 100%;
    margin-bottom: 2rem
}

.dropdown__toggle.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: none
}

.dropdown__button.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    user-select: none
}

.dropdown__icon.s_8084380f-3251-422d-82d9-900edc87cf21 {
    transition: transform 0.2s
}

.dropdown__menu.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-left: 1rem;
    display: none
}

.dropdown__menu a.s_8084380f-3251-422d-82d9-900edc87cf21 {
    color: #fff;
    text-decoration: none
}

.dropdown__item.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    text-decoration: none;
    color: #111
}

.dropdown__item.s_8084380f-3251-422d-82d9-900edc87cf21:hover {
    background: #f3f4f6
}

.dropdown__toggle:checked~.dropdown__menu.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: block;
    margin-top: -2rem
}

.dropdown__toggle:checked+.dropdown__button .dropdown__icon.s_8084380f-3251-422d-82d9-900edc87cf21 {
    transform: rotate(180deg)
}

.publicacao.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center
}

.publicacao img.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 166px
}

.margin-baixo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-bottom: 7rem
}

.landing_page.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: relative;
    margin-left: -15vw;
    margin-right: -15vw;
    padding: 1px;
    margin-top: 30px
}

.landing_page.s_8084380f-3251-422d-82d9-900edc87cf21::before {
    content: "";
    background-color: #00A0B9;
    position: absolute;
    top: -100vh;
    right: -100vw;
    bottom: -4rem;
    left: -100vw;
    z-index: -1
}

.landing_page>.titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    color: var(--cor-1-escura);
    font-size: 2.8rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    position: relative;
    text-wrap: balance;
    margin-top: 390px;
    margin-bottom: 7rem;
    left: 0;
    width: 27rem;
    text-align: left
}

.landing_page>.titulo span.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: block;
    text-align: left;
    font-weight: 900;
    color: var(--cor-1)
}

.logos.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem
}

.logos img.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 150px
}

.logos .moderna.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 130px;
    top: -5px;
    position: relative
}

.logos .santillana.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: relative;
    bottom: -5px
}

.o_retrato.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 4rem;
    padding-right: 15rem;
    margin-bottom: 4rem;
    left: 0;
    max-width: 26rem
}

.o_retrato.s_8084380f-3251-422d-82d9-900edc87cf21::before {
    content: "";
    background-image: url(../images/image_pm89iolh3e.png);
    position: absolute;
    left: -1000px;
    background-size: cover;
    width: 1700px;
    height: 100%;
    z-index: -1;
    background-position: right;
    top: 0
}

.o_retrato>.titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    font-size: 2rem;
    line-height: 1.2;
    color: #2C4051;
    text-wrap: balance
}

.o_retrato>.titulo span.s_8084380f-3251-422d-82d9-900edc87cf21 {
    font-weight: bold
}

.botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-right: -6rem;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 2rem;
    position: relative;
    right: -7rem;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.bg_desktop_botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -20px
}

.bg_mobile_botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: none
}

.card.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: flex;
    background-color: var(--cor-1-escura);
    padding: 2rem;
    margin-top: 8rem;
    margin-bottom: 4rem;
    gap: 2rem;
    position: relative;
    padding-top: 4rem
}

.card .numero.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    top: -15px;
    left: -30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 1.6rem;
    height: 60px;
    width: 123px;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1.5rem;
    font-weight: bold;
    color: #2C4051;
    z-index: 1
}

.card .numero .bg_numero.s_8084380f-3251-422d-82d9-900edc87cf21 {
    position: absolute;
    z-index: -1;
    left: 15px
}

.card .titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    font-size: 1.6rem;
    color: var(--cor-1-clara);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    -webkit-font-smoothing: antialiased;
    text-wrap: balance
}

.card .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    color: #fff;
    line-height: 1.6;
    font-size: 1rem
}

.margin-direita .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-right: 25rem
}

.margin-esquerda .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    margin-left: 25rem
}

.ilustra_mod1.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 397px;
    bottom: -2.2rem;
    right: -3rem;
    position: absolute
}

.ilustra_mod2.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 380px;
    position: absolute;
    bottom: 0;
    left: -1rem
}

.ilustra_mod3.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 380px;
    position: absolute;
    top: -2rem;
    right: -2rem
}

._reverso.s_8084380f-3251-422d-82d9-900edc87cf21 {
    flex-direction: row-reverse
}

.botao_modulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    padding: 1rem 1.5rem;
    background-color: var(--cor-1);
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    margin-top: 1rem;
    display: block;
    width: fit-content
}

.botao_conhecer_capitulos.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: block;
    margin-bottom: 2rem;
    text-decoration: none;
    font-weight: bold;
    color: var(--cor-1-clara)
}

.confira_anuario_anterior.s_8084380f-3251-422d-82d9-900edc87cf21 {
    display: flex;
    justify-content: center;
    margin-bottom: -1rem;
    z-index: 999999999;
    position: relative
}

.confira_anuario_anterior .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
    text-align: center;
    padding: 2rem 7rem;
    background-color: #fff;
    border-radius: 16px;
    max-width: 25rem
}

.botao_conferir_anuario.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: 100%;
    display: block;
    text-decoration: none;
    background-color: var(--cor-2-clara);
    border-radius: 16px;
    color: #000;
    padding: .5rem 0;
    margin-bottom: 1rem
}

.botao_explore_anuario.s_8084380f-3251-422d-82d9-900edc87cf21 {
    width: fit-content;
    text-decoration: none;
    background-size: cover;
    display: flex;
    align-items: center;
    background-position: center;
    width: 281px;
    height: 132px;
    margin-top: -7rem;
    margin-left: -0.5rem;
    color: #7A2900;
    font-weight: bold
}

@media only screen and (max-width:880px) {
    .bg_desktop_botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: none
    }

    .bg_mobile_botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: block;
        position: absolute;
        z-index: -1;
        top: 15px;
        left: -30px
    }

    .landing_page.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }

    .landing_page>.titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-top: 350px;
        font-size: 2rem
    }

    .ilustracao.s_8084380f-3251-422d-82d9-900edc87cf21 {
        right: 0;
        top: 225px;
        left: 250px;
        width: 220px;
        height: 220px
    }

    .cabecalho.s_8084380f-3251-422d-82d9-900edc87cf21 {
        background-color: #F4F4F4
    }

    .bg_mobile.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: block
    }

    .bg_desktop.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: none
    }

    .logos.s_8084380f-3251-422d-82d9-900edc87cf21 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 6rem
    }

    .botao_explore_anuario.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-bottom: 2rem
    }

    .o_retrato.s_8084380f-3251-422d-82d9-900edc87cf21 {
        max-width: 100%;
        padding-right: 0
    }

    .o_retrato.s_8084380f-3251-422d-82d9-900edc87cf21::before {
        left: -500px
    }

    .botao_oque_voce.s_8084380f-3251-422d-82d9-900edc87cf21 {
        left: 0;
        position: absolute;
        right: 0;
        margin-right: 0;
        padding: 2rem 2rem;
        width: fit-content;
        margin: 1rem auto;
        background-position: center;
        padding-bottom: 4rem;
        font-size: 1rem
    }

    .o_retrato>.titulo.s_8084380f-3251-422d-82d9-900edc87cf21 {
        font-size: 1.5rem
    }

    .o_retrato>.titulo span.s_8084380f-3251-422d-82d9-900edc87cf21 {
        display: block
    }

    .ilustra_mod1.s_8084380f-3251-422d-82d9-900edc87cf21 {
        top: -12rem;
        right: 0rem;
        position: absolute;
        z-index: -1;
        max-width: 260px
    }

    .ilustra_mod2.s_8084380f-3251-422d-82d9-900edc87cf21 {
        width: 380px;
        position: absolute;
        top: -16rem;
        left: 0;
        z-index: -1
    }

    .ilustra_mod3.s_8084380f-3251-422d-82d9-900edc87cf21 {
        width: 380px;
        position: absolute;
        top: -18rem;
        right: -5rem
    }

    .card.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-top: 20rem
    }

    .card .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
        margin-right: 0;
        margin-left: 0
    }

    .confira_anuario_anterior .conteudo.s_8084380f-3251-422d-82d9-900edc87cf21 {
        padding-left: 3rem;
        padding-right: 3rem;
        margin-left: -3rem;
        margin-right: -3rem;
        max-width: 100%
    }
}

.list-none.s_8084380f-3251-422d-82d9-900edc87cf21 {
    padding-left: 1rem
}

.list-none.s_8084380f-3251-422d-82d9-900edc87cf21::marker {
    content: none
}

/*# sourceURL=blocks/Landing-Page.css */
/* Variantes */
.pagedjs_sheet:has(.__pagina_fundo_escuro) .folio,
.__tipo_abre_de_parte .folio,
.folio.__invertido {
    --cor-esfera_inferior: var(--cor2);
    --cor-texto_inferior: var(--cor2-texto);
    --cor-esfera_superior: white;
    --cor-texto-titulo: white;
}

.folio.__reduzido,
.__tipo_abre_de_parte .folio {
    --cor-esfera_superior: #aaaaaa00;
    --cor-texto_superior: #aaaaaa00;
}

/* Variantes esquerda */
.pagedjs_sheet:has(.__pagina_fundo_escuro) .folio.__esquerdo,
.__tipo_abre_de_parte .folio.__esquerdo,
.folio.__esquerdo.__invertido {
    --cor-esquerdo-esfera: var(--cor2);
    --cor-esquerdo-texto-titulo: var(--cor2);
    --cor-esquerdo-fio_orbital: var(--cor2);
}

.secao_nos_estados .box_nota .numero {
    background-color: var(--cor-3-clara);
}

/*# sourceURL=blocks/Nota.css */
.navegacao_estados.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    height: auto;
    padding: 1rem;
    background-color: #fff;
    margin-top: 10rem
}

.menu.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    position: relative;
    top: 0;
    z-index: 1;
    transform: translate(0);
    left: 0;
    display: flex;
    align-items: baseline;
    box-shadow: none;
    border-radius: initial;
    flex-direction: column
}

.menu.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2::before {
    display: none
}

.vinheta.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    top: -.5rem;
    position: relative
}

.vinheta .titulo.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    position: relative;
    font-size: 0.9rem;
    font-weight: bold;
    color: #1D3547;
    padding-left: 2.5rem;
    padding-top: 0.4em;
    min-height: 1.2rem
}

.vinheta .titulo .icone.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    position: absolute;
    left: -5px;
    top: 5px;
    width: 44px;
    height: 44px
}

.vinheta .subtitulo.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    text-wrap: balance;
    color: var(--cor-primaria-media4);
    margin-top: -1.5rem;
    padding-left: 2.5rem
}

.navegacao_estados .numero_pagina.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    background-color: #DC8F75;
    color: #223348;
    font-size: .8rem
}

.__menu_grid_estados .current .numero_pagina.s_7bd125f2-7281-44d9-ae2e-9cd4b4e456c2 {
    font-size: 1rem
}

/*# sourceURL=blocks/navegação-estados.css */
.botao_proximo.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc,
.botao_anterior.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    position: relative;
    width: 100%;
    text-wrap: balance;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    font-size: 0.9375rem;
    padding: 1rem;
    min-height: 10rem
}

.botao_anterior.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    padding-left: 5rem
}

.botao_proximo.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    padding-right: 5rem;
    text-align: right
}

.botao_proximo span.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc,
.botao_anterior span.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    display: block;
    margin-bottom: .5rem;
    font-size: 0.625rem;
    font-weight: 400;
    font-style: italic
}

.botao_proximo svg.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    position: absolute;
    top: 5px;
    right: -20px;
    bottom: 0;
    z-index: 0;
    width: 117px;
    height: 117px
}

.botao_anterior svg.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc {
    position: absolute;
    width: 117px;
    height: 117px;
    top: 5px;
    left: -20px;
    z-index: 0
}

.botao_proximo.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc:hover::before,
.botao_anterior.s_639349f0-b0e7-43ca-8bfa-11cbf7102bbc:hover::before {
    filter: brightness(1.1)
}

/*# sourceURL=blocks/Botão-Próximo.css */
.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] {
    position: absolute !important;
    bottom: -142px !important;
    left: -50px !important;
    width: 187px !important;
}

.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] p {
    font-size: 7pt !important;
}

.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] span {
    font-size: 7pt !important;
}

.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] .nota .numero {
    padding: 2pt 5pt !important;
}

.digibook__mode-print [id="e90c6335-a6b8-49a5-ab03-ed87e2504de6"] .nota>span {
    margin-right: 0 !important;
}

/*# sourceURL=blocks/Fonte-Infográfico.css */
.separador_pagina.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    margin-top: 2rem
}

.separador_pagina.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: sticky;
    top: 0;
    z-index: 2;
    margin-bottom: 3rem;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0.25rem;
    color: #666666;
    border-top: 3px dotted #666666;
    width: 100%
}

.separador_pagina.s_18fd06c8-3a2b-407a-b074-da12b32d59af:not(.__first_page.s_18fd06c8-3a2b-407a-b074-da12b32d59af) {
    page-break-before: always
}

.numero_pagina.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    min-width: 1.25rem;
    text-align: center
}

.separador_pagina .botao.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.separador_pagina .botao img.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    width: 1.25rem;
    height: 1.25rem
}

.separador_pagina .botao.s_18fd06c8-3a2b-407a-b074-da12b32d59af:hover {
    background-color: rgba(255, 255, 255, 0.9)
}

/*# sourceURL=blocks/Separador-de-página.css */
.folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: none;
    position: absolute
}

.folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    --cor1: var(--cor-1-escura);
    --cor2: var(--cor-2-clara);
    --cor3: var(--cor-1);
    --cor4: var(--cor-1-clara);
    --cor1-texto: white;
    --cor2-texto: black;
    --cor-esfera_superior: var(--cor2);
    --cor-esfera_inferior: var(--cor1);
    --cor-texto_superior: var(--cor2-texto);
    --cor-texto_inferior: var(--cor1-texto);
    --cor-fio_orbital: var(--cor3);
    --cor-hachura: var(--cor3);
    --cor-texto-titulo: black
}

.folio.__esquerdo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    --cor-esquerdo-esfera: var(--cor1);
    --cor-esquerdo-texto-titulo: var(--cor1);
    --cor-esquerdo-fio_orbital: var(--cor1)
}

.folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 28mm;
    width: 100mm;
    font-size: 9pt
}

.folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: none
}

.pagedjs_left_page .folio.__esquerdo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: block
}

.pagedjs_right_page .folio.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: block
}

.pagedjs_right_page .folio.__esquerdo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    display: none
}

.folio_esquerdo-numero_esfera.s_18fd06c8-3a2b-407a-b074-da12b32d59af:before,
.folio-numero_inferior.s_18fd06c8-3a2b-407a-b074-da12b32d59af:before {
    content: attr(data-pagefix)
}

.folio-svg.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1
}

.folio-titulo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    right: 22mm;
    bottom: 11.5mm;
    font-size: 8pt;
    color: var(--cor-texto-titulo)
}

.folio-numero_inferior.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    bottom: 11.3mm;
    right: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_inferior)
}

.folio-numero_superior.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    bottom: 21.3mm;
    right: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_superior)
}

.folio-fio_orbital.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    stroke: var(--cor-fio_orbital)
}

.folio-esfera_superior.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor-esfera_superior)
}

.folio-juncao.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor3)
}

.folio-esfera_inferior.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor-esfera_inferior)
}

.folio.__esquerdo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    left: 0;
    right: auto
}

.folio.__esquerdo .folio-svg.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    right: auto;
    left: 0
}

.folio_esquerdo-fio_orbital.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor-esquerdo-fio_orbital);
    opacity: 0.5
}

.folio_esquerdo-fio_orbital.__destaque.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    opacity: 1
}

.folio_esquerdo-titulo.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    left: 22mm;
    bottom: 11.5mm;
    font-size: 8pt;
    font-weight: bold;
    color: var(--cor-esquerdo-texto-titulo)
}

.folio_esquerdo-numero_esfera.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    position: absolute;
    bottom: 11.3mm;
    left: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_inferior)
}

.folio_esquerdo-esfera.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    fill: var(--cor-esquerdo-esfera)
}

.folio-linhas path.s_18fd06c8-3a2b-407a-b074-da12b32d59af,
.folio-pattern-fios path.s_18fd06c8-3a2b-407a-b074-da12b32d59af {
    opacity: 1 !important
}

/*# sourceURL=blocks/Separador-de-página.css */
/* Variantes */
.pagedjs_sheet:has(.__pagina_fundo_escuro) .folio,
.__tipo_abre_de_parte .folio,
.folio.__invertido {
    --cor-esfera_inferior: var(--cor4);
    --cor-texto_inferior: var(--cor4-texto);
    --cor-esfera_superior: white;
    --cor-texto-titulo: white;
}

.folio.__reduzido,
.__tipo_abre_de_parte .folio {
    --cor-esfera_superior: #aaaaaa00;
    --cor-texto_superior: #aaaaaa00;
}

/* Variantes esquerda */
.pagedjs_sheet:has(.__pagina_fundo_escuro) .folio.__esquerdo,
.__tipo_abre_de_parte .folio.__esquerdo,
.folio.__esquerdo.__invertido {
    --cor-esquerdo-esfera: var(--cor4);
    --cor-esquerdo-texto-titulo: var(--cor4);
    --cor-esquerdo-fio_orbital: var(--cor4);
}

/*# sourceURL=blocks/Separador-de-página.css */
.pagedjs_page {
    position: relative;
    overflow: visible !important;
}

.digibook__mode-print .pagedjs_left_page .full-bleed {
    width: calc(var(--pagedjs-pagebox-width) + var(--pagedjs-bleed-left));
    height: calc(var(--pagedjs-pagebox-height) + var(--pagedjs-bleed-top) + var(--pagedjs-bleed-bottom));
    margin-left: calc(0mm - var(--pagedjs-margin-left) - var(--pagedjs-bleed-left));
    margin-top: calc(0mm - var(--pagedjs-margin-top) - var(--pagedjs-bleed-top));
    z-index: -1;
    position: relative;
}

.digibook__mode-print .pagedjs_right_page .full-bleed {
    width: calc(var(--pagedjs-pagebox-width) + var(--pagedjs-bleed-right));
    height: calc(var(--pagedjs-pagebox-height) + var(--pagedjs-bleed-top) + var(--pagedjs-bleed-bottom));
    margin-left: calc(0mm - var(--pagedjs-margin-left));
    margin-top: calc(0mm - var(--pagedjs-margin-top) - var(--pagedjs-bleed-top));
    z-index: -1;
    position: relative;
}

.full-bleed img,
.full-bleed figure {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative;
}

[id="4111bcf8-75c6-4185-b763-660d6ce101b8"],
[id="5a8bc508-0249-4950-b552-6435949ecbbd"],
[id="66b79f81-1b6e-47ae-941a-7d056762e3a5"],
[id="fe19f3d6-ea3e-4eb5-95f9-024f73de0f0f"] {
    display: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0.3 !important;
}

/*# sourceURL=blocks/elemento-em-tela-cheia-no-impresso.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_MS-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
.box_nota.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: relative;
    display: inline-block;
    margin-right: .1rem;
    margin-bottom: .5rem
}

.box_nota .numero.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    padding: .1rem .5rem;
    background-color: var(--cor-1);
    border-radius: 20px;
    font-size: .65rem;
    color: #fff;
    width: fit-content;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1rem
}

.box_nota ul.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    list-style: none
}

.box_nota ul .numero.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: inline-flex;
    height: 1rem;
    width: 1rem;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    padding: .6rem .6rem;
    font-size: .7rem;
    margin-left: -2rem;
    margin-right: .6rem
}

.box_nota ul li.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    margin-bottom: .5rem;
    font-size: .8rem;
    line-height: 1.2;
    break-inside: avoid;
    margin-left: 2rem;
    overflow-wrap: break-word;
    text-wrap: pretty
}

.box_nota .tooltip.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none
}

.box_nota .numero:hover+.tooltip.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: block
}

.box_nota .tooltip.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none;
    position: absolute;
    bottom: 92%;
    background-color: #fafafa;
    width: 30vw;
    padding: 1rem;
    font-size: 0.7rem;
    z-index: 99999999999999999999999
}

.box_nota .tooltip a.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    overflow-wrap: break-word;
    color: var(--cor-primaria-media3);
    font-weight: bold
}

.box_nota .tooltip p.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    margin-bottom: 0.5rem
}

.box_nota .tooltip.s_f6013cba-94c2-4101-99f5-e32863df4771:hover {
    display: block
}

@media print {
    .box_nota ul .numero.s_f6013cba-94c2-4101-99f5-e32863df4771 {
        margin-bottom: -1.09rem;
        display: flex
    }

    .qr-code-nota.s_f6013cba-94c2-4101-99f5-e32863df4771 {
        width: 80px;
        height: 80px
    }

    .aparecer_impresso.s_f6013cba-94c2-4101-99f5-e32863df4771 {
        display: flex
    }
}

/*# sourceURL=blocks/Nota.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_PA-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-box.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2,
#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-box .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0 auto
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-box p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    margin: 0
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-box .g-aiAbs.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-box .g-aiImg.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100% !important
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-box .g-aiSymbol.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: absolute;
    box-sizing: border-box
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-box .g-aiPointText p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    white-space: nowrap
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 30px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 14px;
    font-size: 12px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 25px;
    height: 25px;
    font-size: 18px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 38px;
    height: 38px;
    font-size: 32px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.007em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.01em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Infografia_Geral_-_Mobile .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    position: relative;
    overflow: hidden
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop p.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: left;
    color: rgb(0, 0, 0);
    text-transform: none;
    padding-bottom: 0;
    padding-top: 0;
    mix-blend-mode: normal;
    font-style: normal;
    height: auto;
    position: static
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 45px;
    font-size: 48px;
    text-align: right;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle2.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle3.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle4.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle5.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    font-size: 21px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle6.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 23px;
    height: 23px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle7.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle8.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    text-align: center;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle9.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 31px;
    height: 31px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle10.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    text-align: right;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle11.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 15px;
    height: 15px;
    font-size: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle12.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle13.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 32px;
    font-size: 32px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle14.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
    color: rgb(255, 255, 255)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle15.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(10, 13, 57)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle16.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle17.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle18.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(122, 39, 114)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle19.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 500;
    line-height: 19px;
    height: 19px;
    font-size: 16px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle20.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: center;
    color: rgb(99, 24, 39)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle21.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 48px;
    height: 48px;
    font-size: 40px;
    color: rgb(0, 111, 125)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle22.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(47, 69, 160)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle23.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 27px;
    height: 27px;
    font-size: 22px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle24.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(0, 115, 85)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle25.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px;
    text-align: center
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle26.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    height: 17px
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle27.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.002em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle28.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    font-size: 50px;
    text-align: right;
    color: rgb(190, 64, 40)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle29.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.005em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle30.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700;
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    color: rgb(93, 57, 139)
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-pstyle31.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    letter-spacing: -0.004em
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle0.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 900
}

#g-TPE-ANUARIO_2026-ESTADOS_DIGITAL_RN-TPE_2025_-_Prototipo_-_Infografia_Geral_Desktop .g-cstyle1.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-weight: 700
}

body.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    font-family: Asap
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

[data-min-width='0'] {
    display: block
}

[data-min-width='900'] {
    display: none
}

@media screen and (min-width:900px) {
    [data-min-width='0'] {
        display: none
    }

    [data-min-width='900'] {
        display: block;
        min-width: 900px;
        max-width: 900px
    }
}

.g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
    display: none !important
}

@media print {
    .g-artboard.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: none !important
    }

    .g-artboard.g-print.s_b4087574-d1d0-4a33-b71a-fd7b98e23cf2 {
        display: block !important
    }
}

/*# sourceURL=blocks/impresso-digital.css */
.grafico_rodape.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    display: flex;
    align-items: start
}

.grafico_rodape .textos.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    flex: 1;
    margin-bottom: 10rem
}

.grafico_rodape .fonte.s_984d3a9d-fa77-413e-b1f1-a97416e6658a,
.grafico_rodape .elaboracao.s_984d3a9d-fa77-413e-b1f1-a97416e6658a,
.grafico_rodape .nota.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    margin-bottom: 0;
    font-family: 'Mulish', sans-serif;
    font-size: .7rem;
    line-height: 1.2;
    color: #4D5156
}

.grafico_rodape .fonte>span.s_984d3a9d-fa77-413e-b1f1-a97416e6658a,
.grafico_rodape .elaboracao>span.s_984d3a9d-fa77-413e-b1f1-a97416e6658a,
.grafico_rodape .nota>span.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    font-weight: bold;
    margin-right: .2rem
}

.fonte .destaque_fonte.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    font-weight: bold;
    margin-bottom: 0
}

.fonte p.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    margin-bottom: 0
}

.grafico_rodape .nota.s_984d3a9d-fa77-413e-b1f1-a97416e6658a {
    line-height: 1.2rem
}

/*# sourceURL=blocks/Fonte-Infográfico.css */
.conteudo_digital,
.conteudo_impresso {
    display: none;
}

.digibook__mode-print .conteudo_impresso {
    display: block;
}

.digibook__mode-digital .conteudo_digital {
    display: block;
}

/*# sourceURL=blocks/impresso-digital.css */
.folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none;
    position: absolute
}

.folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    --cor1: #B33D53;
    --cor2: #FFCB78;
    --cor3: #F77120;
    --cor1-texto: white;
    --cor2-texto: black;
    --cor-esfera_superior: var(--cor2);
    --cor-esfera_inferior: var(--cor1);
    --cor-texto_superior: var(--cor2-texto);
    --cor-texto_inferior: var(--cor1-texto);
    --cor-fio_orbital: var(--cor3);
    --cor-texto-titulo: black
}

.folio.__esquerdo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    --cor-esquerdo-esfera: var(--cor1);
    --cor-esquerdo-texto-titulo: var(--cor1);
    --cor-esquerdo-fio_orbital: var(--cor1)
}

.folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 28mm;
    width: 100mm;
    font-size: 9pt
}

.folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none
}

.pagedjs_left_page .folio.__esquerdo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: block
}

.pagedjs_right_page .folio.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: block
}

.pagedjs_right_page .folio.__esquerdo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    display: none
}

.folio_esquerdo-numero_esfera.s_f6013cba-94c2-4101-99f5-e32863df4771:before,
.folio-numero_inferior.s_f6013cba-94c2-4101-99f5-e32863df4771:before {
    content: attr(data-pagefix)
}

.folio-svg.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1
}

.folio-titulo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    right: 22mm;
    bottom: 11.5mm;
    font-size: 8pt;
    color: var(--cor-texto-titulo)
}

.folio-numero_inferior.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    bottom: 11.3mm;
    right: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_inferior)
}

.folio-numero_superior.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    bottom: 21.3mm;
    right: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_superior)
}

.folio-fio_orbital.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    stroke: var(--cor-fio_orbital)
}

.folio-esfera_superior.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esfera_superior)
}

.folio-juncao.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esfera_superior)
}

.folio-esfera_inferior.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esfera_inferior)
}

.folio.__esquerdo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    left: 0;
    right: auto
}

.folio.__esquerdo .folio-svg.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    right: auto;
    left: 0
}

.folio_esquerdo-fio_orbital.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esquerdo-fio_orbital);
    opacity: 0.5
}

.folio_esquerdo-fio_orbital.__destaque.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    opacity: 1
}

.folio_esquerdo-titulo.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    left: 22mm;
    bottom: 11.5mm;
    font-size: 8pt;
    font-weight: bold;
    color: var(--cor-esquerdo-texto-titulo)
}

.folio_esquerdo-numero_esfera.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    position: absolute;
    bottom: 11.3mm;
    left: 11.9mm;
    z-index: 1;
    text-align: center;
    width: 3ch;
    color: var(--cor-texto_inferior)
}

.folio_esquerdo-esfera.s_f6013cba-94c2-4101-99f5-e32863df4771 {
    fill: var(--cor-esquerdo-esfera)
}

/*# sourceURL=blocks/Nota.css */