/* -------------- test_graph -------------- */

.test_graph h2 {
    color: #000;
    font-size: 45px;
    margin: 0;
    line-height: 40px;
}
.test_graph h2 .green_text {
    color: #84B83A;
    font-size: 55px;
    font-weight: bold;
    line-height: 80px;
}
.test_graph .container p {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 30px;
    line-height: 1;
}
.test_graph a.btn_blue {
    color: rgb(255, 255, 255);
    font-size: 30px;
    min-width: 300px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: rgb(48, 99, 103) 0px 8px 0px;
    font-weight: 600;
    background: rgb(9, 165, 233);
    transition: all 0.2s ease-in-out 0s;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
    max-width: 340px;
}
.test_graph a.btn_blue:hover {
    box-shadow: 0 0 0 #306367;
    text-decoration: none;
    margin-top: 8px;
    margin-bottom: -8px;
    color: #fff;
}
.test_graph .awards_grid {
    display: grid;
    grid-template-columns: 75px 50px 85px;
    grid-template-rows: auto auto;
    /* width: 305px; */
    margin-bottom: 30px;
    margin-left: 37.5px;
    grid-row-gap: 30px;
}
.test_graph .awards_grid div:nth-of-type(1) {
    grid-column: 1 / auto;
    grid-row: 1 / auto;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
.test_graph .awards_grid div:nth-of-type(2) {
    text-align: right;
    grid-column: 2 / span 2;
    grid-row: 1 / auto;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 2;
}
.test_graph .awards_grid div:nth-of-type(3) {
    text-align: center;
    grid-column: 1 / auto;
    grid-row: 2 / auto;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}
.test_graph .awards_grid div:nth-of-type(4) {
    text-align: left;
    grid-column: 2 / auto;
    grid-row: 2 / auto;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}
.test_graph .awards_grid div:nth-of-type(5) {
    text-align: right;
    grid-column: 3 / auto;
    grid-row: 2 / auto;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
}
.test_graph  .awards_grid div:nth-of-type(1) img,
.test_graph .awards_grid div:nth-of-type(2) img {
    height: 115px;
}
.test_graph .awards_grid div:nth-of-type(3) img,
.test_graph .awards_grid div:nth-of-type(4) img,
.test_graph .awards_grid div:nth-of-type(5) img {
    height: 75px;
}
.test_graph .bar_container {
    margin: 15px 0;
    white-space: nowrap;
}
.test_graph .av {
    margin-left: 20px;
}
.test_graph .av div {
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #7baf2f;
    width: 65px;
    height: 65px;
    opacity: 0;
    transition: 1s opacity;
}

.test_graph .av.active div {
    opacity: 1;
}

.test_graph .av div:nth-of-type(2) {
    margin-left: -20px;
}
.test_graph .av img {
    height: 40px;
}
.test_graph .bar_container .h1,
.test_graph .bar_container .h5 {
    font-family: "Squada One";
}
.test_graph .graph_logo {
    width: 115px;
}
.test_graph .intego_logo {
    width: 150px;
}
.test_graph .bar {
    background-color: #b9b9b9;
    width: 0;
    height: 9px;
    border-radius: 15px;
    margin: 0 25px 0 60px;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}
.test_graph .bar_container:nth-of-type(1) .bar.active {
    animation-name: fill_bar0;
}
@keyframes fill_bar0 {
    100% {
        width: 305px;
    }
}
.test_graph .bar_container:nth-of-type(2) .bar.active {
    animation-name: fill_bar1;
}
@keyframes fill_bar1 {
    100% {
        width: 290px;
    }
}
.test_graph .bar_container:nth-of-type(3) .bar.active {
    animation-name: fill_bar2;
}
@keyframes fill_bar2 {
    100% {
        width: 270px;
    }
}
.test_graph .bar_container:nth-of-type(4) .bar.active {
    animation-name: fill_bar3;
}
@keyframes fill_bar3 {
    100% {
        width: 250px;
    }
}
.test_graph .bar_container:nth-of-type(5) .bar.active {
    animation-name: fill_bar4;
}
@keyframes fill_bar4 {
    100% {
        width: 210px;
    }
}
.test_graph .bar_container:nth-of-type(6) .bar.active {
    animation-name: fill_bar4;
}
.test_graph .bar.intego_bar {
    background-image: linear-gradient(to right, #84b83b 70%, #fff 120%);
    margin: 0px 25px;
}
.test_graph .number  {
    opacity: 0;
}
.test_graph .bar_container:nth-of-type(2) .graph_logo {
    width: 95px;
}
.test_graph .bar_container:nth-of-type(4) .graph_logo,
.test_graph .bar_container:nth-of-type(5) .graph_logo,
.test_graph .bar_container:nth-of-type(6) .graph_logo {
    width: 100px;
}
.test_graph .bar_container:nth-of-type(2) .bar {
    margin: 0 25px 0 80px;
}
.test_graph .bar_container:nth-of-type(4) .bar,
.test_graph .bar_container:nth-of-type(5) .bar,
.test_graph .bar_container:nth-of-type(6) .bar {
    margin: 0 25px 0 75px;
}

.test_graph.mobile {
    display: none;
}
@media screen and (max-width: 1200px) {
    .test_graph {
        display: none;
    }
    .test_graph.mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .test_graph.mobile h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .test_graph.mobile p {
        font-size: 28px;
        line-height: 28px;
        font-weight: 700;
    }
    .test_graph.mobile .awards_grid {
        width: 100%;
        margin-left: 0;
        text-align: center;
        display: block;
    }
    .test_graph .awards_grid div {
        display: inline-block;
        margin: 0 10px;
    }
    .test_graph .awards_grid div img,
    .test_graph .awards_grid div:nth-of-type(1) img,
    .test_graph .awards_grid div:nth-of-type(2) img,
    .test_graph .awards_grid div:nth-of-type(3) img, 
    .test_graph .awards_grid div:nth-of-type(4) img, 
    .test_graph .awards_grid div:nth-of-type(5) img {
        height: 100px;
        width: unset;
    }
    .test_graph h2 .green_text {
        font-size: 45px;
        line-height: 1;
    }

    .test_graph .number,
    .test_graph .av div {
        width: 30px;
        height: 30px;
    }
    .test_graph .av img {
        height: 20px;
    }
    .test_graph .av {
        margin-left: 60px;
    }
    .test_graph .av div:nth-of-type(2) {
        margin-left: -15px;
    }
    .test_graph .bar.intego_bar {
        margin: 0px 10px;
    }
    .test_graph .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    @keyframes fill_bar0 {
        100% {
            width: 400px;
        }
    }
    @keyframes fill_bar1 {
        100% {
            width: 390px;
        }
    }
    @keyframes fill_bar2 {
        100% {
            width: 380px;
        }
    }
    @keyframes fill_bar3 {
        100% {
            width: 360px;
        }
    }
    @keyframes fill_bar4 {
        100% {
            width: 340px;
        }
    }
    @keyframes fill_bar5 {
        100% {
            width: 340px;
        }
    }
    .test_graph .bar_container:nth-of-type(2) .bar {
        margin: 0 25px 0 45px;
    }
    .test_graph .bar {
        margin: 0 25px;
    }
    .test_graph .bar_container:nth-of-type(4) .bar,
    .test_graph .bar_container:nth-of-type(5) .bar,
    .test_graph .bar_container:nth-of-type(6) .bar {
        margin: 0 25px 0 40px;
    }
    .test_graph .intego_logo {
        width: 130px;
    }
    .test_graph .bar_container .h1 {
        font-size: 30px;
    }
    .test_graph .bar_container .h5 {
        font-size: 20px;
    }
    .test_graph .container {
        max-width: 720px;
    }
}
@media screen and (max-width: 768px) {
    .test_graph .bar_container .h1,
    .test_graph .bar_container .h5,
    .test_graph .number,
    .test_graph .av div {
        opacity: 1!important;
    }
    .test_graph .av {
        margin-left: 7vw;
    }
    .test_graph .bar_container .h1 {
        font-size: 4vw;
    }
    .test_graph .bar_container .h5 {
        font-size: 3vw;
    }
    .test_graph .bar_container:nth-of-type(1) .bar {
        margin: 0px 1vw;
    }
    .test_graph .bar_container:nth-of-type(2) .bar,
    .test_graph .bar_container:nth-of-type(4) .bar,
    .test_graph .bar_container:nth-of-type(5) .bar,
    .test_graph .bar_container:nth-of-type(6) .bar {
        margin: 0 1vw 0 4vw;
    }
    .test_graph .intego_logo {
        width: 15vw;
    }
    .test_graph .bar_container:nth-of-type(2) .graph_logo,
    .test_graph .bar_container:nth-of-type(4) .graph_logo, 
    .test_graph .bar_container:nth-of-type(5) .graph_logo, 
    .test_graph .bar_container:nth-of-type(6) .graph_logo {
        width: 12vw;
    }
    .test_graph .graph_logo {
        width: 13vw;
    }
    .test_graph .bar_container:nth-of-type(1) .bar {
        width: 45vw;
    }
    .test_graph .bar_container:nth-of-type(2) .bar {
        width: 42vw;
    }
    .test_graph .bar_container:nth-of-type(3) .bar {
        width: 41vw;
        margin: 0 1vw 0 3vw;
    }
    .test_graph .bar_container:nth-of-type(4) .bar {
        width: 39vw;
    }
    .test_graph .bar_container:nth-of-type(5) .bar,
    .test_graph .bar_container:nth-of-type(6) .bar {
        width: 35vw;
    }
    .test_graph .col-8 {
        flex: 0 0 80%;
        max-width: 80%;
        margin: 0 auto;
    }
 
}
@media screen and (max-width: 576px) {
    .test_graph .col-8 {
        min-width: 290px;
        padding: 0;
    }
    .test_graph .bar_container {
        white-space: normal;
    }
    .test_graph .av {
        margin-left: 10px;
        vertical-align: bottom;
        margin-right: 65px;
    }
    .test_graph .intego_logo {
        width: 105px;
    }
    .test_graph .bar_container:nth-of-type(2) .graph_logo, 
    .test_graph .bar_container:nth-of-type(4) .graph_logo, 
    .test_graph .bar_container:nth-of-type(5) .graph_logo, 
    .test_graph .bar_container:nth-of-type(6) .graph_logo {
        width: 75px;
    }
    .test_graph .graph_logo {
        width: 100px;
    }
    .test_graph .bar_container:nth-of-type(1) .bar {
        width: 60vw;
    }
    .test_graph .bar_container:nth-of-type(2) .bar {
        width: 55vw;
    }
    .test_graph .bar_container:nth-of-type(3) .bar {
        width: 52vw;
        margin: 0 1vw 0 0;
    }
    .test_graph .bar_container:nth-of-type(4) .bar {
        width: 49vw;
    }
    .test_graph .bar_container:nth-of-type(5) .bar, .test_graph .bar_container:nth-of-type(6) .bar {
        width: 40vw;
    }
    .test_graph .bar_container:nth-of-type(2) .bar, 
    .test_graph .bar_container:nth-of-type(4) .bar, 
    .test_graph .bar_container:nth-of-type(5) .bar, 
    .test_graph .bar_container:nth-of-type(6) .bar,
    .test_graph .bar {
        margin: 0 1vw 0 0vw;
    }
    .test_graph .bar_container .h1 {
        font-size: 22px;
    }
    .test_graph .bar_container .h5 {
        font-size: 18px;
    }
    .test_graph a.btn_blue {
        font-size: 25px;
        max-width: 100%;
    }
    .test_graph .awards_grid div img, 
    .test_graph .awards_grid div:nth-of-type(1) img, 
    .test_graph .awards_grid div:nth-of-type(2) img, 
    .test_graph .awards_grid div:nth-of-type(3) img, 
    .test_graph .awards_grid div:nth-of-type(4) img, 
    .test_graph .awards_grid div:nth-of-type(5) img {
        height: 14vw;
    }
    .test_graph .awards_grid div {
        margin: 0 2vw;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .test_graph .awards_grid div:nth-of-type(1) {
        margin-bottom: 30px;
    }
 }
/* /-------------- test_graph -------------- */