.paragraph--type--bp-counter-group.bg-image-overlay
{
    position: relative;
}

.paragraph--type--bp-counter-group.bg-image-overlay:before
{
    position: absolute;
    top: 0 !important;

    width: 100%;
    height: 100% !important;

    content: '';

    background-color: var(--bg-image-overlay-color) !important;
}

.paragraph--type--bp-counter-group .wrapper
{
    padding: 0 !important;
}

.paragraph--type--bp-counter-group .counter-section
{
    height: 50%;
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-counter-group .counter-section
    {
        height: auto;
    }
}

.paragraph--type--bp-counter-group .counter-section > .row
{
    height: 100%;
    margin: 0;
    padding: 0;
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-counter-group .counter-section > .row
    {
        display: flex;
        flex-direction: row;

        flex-wrap: wrap;
    }
}

.paragraph--type--bp-counter-group .counter-section > .row > div
{
    margin: 0;
    padding: 0;
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-counter-group .counter-section > .row > div
    {
        width: 50%;
    }
    .paragraph--type--bp-counter-group .counter-section > .row > div:nth-last-child(1):nth-child(odd)
    {
        width: 100%;
    }
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-counter-group .field[data-blazy]
    {
        margin-right: -16px;
        margin-left: -16px;
    }
}

.paragraph--type--bp-counter-group .paragraph--type--bp-counter
{
    display: flex;

    width: 100%;
    height: 100%;
    margin: 0 !important;

    justify-content: center;
}

.paragraph--type--bp-counter-group .paragraph--type--bp-counter > .row
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-counter-group .paragraph--type--bp-counter > .row > div
    {
        min-width: 100%;
        margin: 0;
    }
}

.paragraph--type--bp-counter-group .paragraph--type--bp-counter .counter-contents
{
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    text-align: center;

    justify-content: center;
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-counter-group .paragraph--type--bp-counter .counter-contents
    {
        min-width: 100%;
        height: auto;
        margin: 30px 0 50px 0;
    }
}

.paragraph--type--bp-counter-group .paragraph--type--bp-counter .counter-contents .counter-number-container > :not(:first-child)
{
    margin-left: -16px;
}

.paragraph--type--bp-counter-group .paragraph--type--bp-counter .counter-contents .bp-counter-text
{
    padding-top: 20px;
}

@media (min-width: 992px)
{
    .paragraph--type--bp-counter-group .paragraph--type--bp-counter .counter-contents .bp-counter-text
    {
        min-height: 100px;
    }
}

.paragraph--type--bp-counter-group .paragraph--type--bp-counter div[class*='offset-']
{
    max-width: 100%;
    margin: 0 auto;

    flex: 1;
}

.paragraph--type--bp-counter-group .counter-group-text
{
    height: 50%;
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-counter-group .counter-group-text
    {
        height: auto;
    }
}

.paragraph--type--bp-counter-group .counter-group-text > div
{
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 0 7%;

    justify-content: center;
}

@media (max-width: 991.98px)
{
    .paragraph--type--bp-counter-group .counter-group-text > div
    {
        padding: 7%;
    }
}

.paragraph--type--bp-counter-group .counter-group-text > div > :first-child
{
    margin-bottom: 20px;
}

.paragraph--type--bp-counter-group .row
{
    justify-content: center;
}

.paragraph--type--bp-counter-group.paragraph--view-mode--default
{
    margin-top: 0 !important;
}

.angled-components .paragraph--type--bp-counter-group
{
    position: relative;

    overflow: visible;

    margin-top: 100px !important;
}

@media (min-width: 2450px)
{
    .angled-components .paragraph--type--bp-counter-group
    {
        margin-top: 260px !important;
    }
}

@media (min-width: 1640px) and (max-width: 2450px)
{
    .angled-components .paragraph--type--bp-counter-group
    {
        margin-top: 150px !important;
    }
}

.angled-components .paragraph--type--bp-counter-group:before
{
    position: absolute;
    top: -50px;
    left: 0;

    display: block;

    width: 100%;
    height: 100px;

    content: '';
    transform: skewY(3deg);

    background-color: inherit;
}

@media (min-width: 2450px)
{
    .angled-components .paragraph--type--bp-counter-group:before
    {
        top: -125px;

        height: 260px;
    }
}

@media (min-width: 1640px) and (max-width: 2450px)
{
    .angled-components .paragraph--type--bp-counter-group:before
    {
        top: -65px;

        height: 150px;
    }
}

.angled-components .paragraph--type--bp-counter-group:after
{
    position: absolute;
    z-index: -1;
    top: -50px;
    left: 0;

    display: block;

    width: 100%;
    height: 100px;

    content: '';
    transform: skewY(-3deg);
}

@media (min-width: 2450px)
{
    .angled-components .paragraph--type--bp-counter-group:after
    {
        top: -125px;

        height: 260px;
    }
}

@media (min-width: 1640px) and (max-width: 2450px)
{
    .angled-components .paragraph--type--bp-counter-group:after
    {
        top: -65px;

        height: 150px;
    }
}

.angled-components .paragraph--type--bp-counter-group > .row
{
    margin-bottom: 20px;
    padding: 54px 0 90px;
}

.angled-components .paragraph--type--bp-counter-group > .row:before
{
    position: absolute;
    bottom: -9px;
    left: 0;

    display: block;

    width: 100%;
    height: 17px;

    content: '';
    transform: skew(0, 180.6deg);
}

@media (min-width: 2450px)
{
    .angled-components .paragraph--type--bp-counter-group > .row:before
    {
        height: 35px;
    }
}

@media (min-width: 1640px) and (max-width: 2450px)
{
    .angled-components .paragraph--type--bp-counter-group > .row:before
    {
        height: 25px;
    }
}

.angled-components .paragraph--type--bp-counter-group.bg-image-overlay
{
    margin-top: 0 !important;
    padding-top: 15px;
}

.angled-components .paragraph--type--bp-counter-group.bg-image-overlay:before
{
    transform: unset;
}

.sm-container-statcounter > .row
{
    max-width: 75%;
    margin: 0 auto;
}

.md-container-statcounter > .row
{
    max-width: 90%;
    margin: 0 auto;
}

.bg-edge2edge.md-container-statcounter > .row
{
    max-width: 80%;
    margin: 0 auto;
}

.bg-edge2edge.lg-container-statcounter > .row
{
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 991.98px)
{
    .sm-container-statcounter > .row,
    .md-container-statcounter > .row
    {
        max-width: 75%;
        margin: 0 auto;
    }
}
