.statistics-v2 > .boxed {
    padding: 192px 64px 0 64px !important;
}

.statistics-v2 .info {
    padding-bottom: 24px;
}

.statistics-v2 .info > .heading::after,
.statistics-v2 .info > a > .heading::after {
    position: absolute;
    top: -192px;
    left: -256px;
    z-index: -1;
    width: 512px;
    height: 512px;
    content: '';
    background: url('/wp-content/themes/strevon/assets/images/elements/yellow-ellipse.svg') no-repeat;
    background-size: cover;
}

.statistics-v2 .info > .heading,
.statistics-v2 .info > a > .heading {
    position: relative;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #20375F 0%, #162032 100%);
    background-clip: text;
    font-family: 'Panton', sans-serif;
    font-size: 44px;
    font-weight: 370;
    line-height: 48px;
    -webkit-text-fill-color: transparent;
}

.statistics-v2 .info .content {
    max-width: 624px;
    font-size: 18px;
    color: #1A2233;
    line-height: 28px;
}

.statistics-v2 .info p {
    margin-bottom: 0;
}

.statistics-v2 .tiles {
    margin-top: 24px;
}

.statistics-v2 .tiles .heading {
    font-family: 'Panton', sans-serif;
    font-size: 28px;
    font-weight: 370;
    line-height: 36px;
}

.statistics-v2 .tiles .items {
    display: grid;
    margin-top: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.statistics-v2 .tiles .item {
    max-height: 233px;
    border-radius: 8px;
}

.statistics-v2 .tiles .item.variant-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.statistics-v2 .tiles .item.variant-dark,
.statistics-v2 .tiles .item.variant-gray {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 64px 32px;
}

.statistics-v2 .tiles .item.variant-gray {
    background: #F4F6FC;
    color: #1A2233;
}

.statistics-v2 .tiles .item.variant-gray .number,
.statistics-v2 .tiles .item.variant-gray .number-suffix {
    position: relative;
    background: linear-gradient(180deg, #20375F 0%, #162032 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.statistics-v2 .tiles .item.variant-dark {
    background: linear-gradient(180deg, #20375F 0%, #162032 100%);
    color: #FFFFFF;
}

.statistics-v2 .tiles .item .counter {
    position: relative;
    width: 100%;
    padding-bottom: 8px;
    font-size: 55px;
    text-align: center;
    line-height: 60px;
}

.statistics-v2 .tiles .item .counter::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgba(162, 182, 215, 0.00) 0%, #A2B6D7 49.5%, rgba(162, 182, 215, 0.00) 100%);
}

.statistics-v2 .tiles .item .counter > .number {
    font-family: 'Panton', sans-serif;
    font-weight: 370;
}

.statistics-v2 .tiles .item .counter > .number-suffix {
    margin-left: -16px;
}

.statistics-v2 .tiles .item .content {
    width: 100%;
    padding-top: 8px;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
}

.statistics-v2 > .boxed > .read-more {
    display: flex;
    justify-content: right;
    margin-top: 32px;
}

.statistics-v2 .items > .item > .info .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 8px 0 0 0;
    background: #F4F6FC;
}

.statistics-v2 .items > .item > .info .read-more::after {
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    background-color: #636A75;
    mask-image: url('/wp-content/themes/strevon/assets/images/icons/arrow-right.svg');
    -webkit-mask-image: url('/wp-content/themes/strevon/assets/images/icons/arrow-right.svg');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
}

.statistics-v2 > .boxed > .read-more > a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    font-family: 'Panton', sans-serif;
    font-size: 18px;
    font-weight: 350;
    color: #1A2233;
    line-height: 28px;
    column-gap: 8px;
}

.statistics-v2 > .boxed > .read-more > a::after {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '';
    background-image: url('/wp-content/themes/strevon/assets/images/icons/arrow-right.svg');
    background-size: cover;
}

.statistics-v2 > .boxed > .read-more > a:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    .statistics-v2 .tiles .items {
        grid-template-columns: 1fr 1fr;
    }

    .statistics-v2 .tiles .items .item:nth-child(1) {
        order: 1;
    }

    .statistics-v2 .tiles .items .item:nth-child(2) {
        order: 3;
    }

    .statistics-v2 .tiles .items .item:nth-child(3) {
        order: 5;
    }

    .statistics-v2 .tiles .items .item:nth-child(4) {
        order: 2;
    }

    .statistics-v2 .tiles .items .item:nth-child(5) {
        order: 4;
    }

    .statistics-v2 .tiles .items .item:nth-child(6) {
        order: 6;
    }
}

@media (max-width: 768px) {
    .statistics-v2 > .boxed {
        padding: 64px 16px 0 16px !important;
    }

    .statistics-v2 .info > .heading, .statistics-v2 .info > a > .heading {
        font-size: 24px;
        line-height: 32px;
    }

    .statistics-v2 .info .content {
        font-size: 16px;
        line-height: 24px;
    }

    .statistics-v2 .tiles {
        margin-top: 0;
    }

    .statistics-v2 .tiles .heading {
        margin-bottom: 16px;
        font-size: 21px;
        line-height: 32px;
    }

    .statistics-v2 .tiles .item.variant-dark,
    .statistics-v2 .tiles .item.variant-gray {
        padding: 16px;
    }

    .statistics-v2 .tiles .items {
        margin-top: 0;
    }

    .statistics-v2 .tiles .items {
        gap: 8px;
    }

    .statistics-v2 .tiles .item .counter {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 4px;
    }

    .statistics-v2 .tiles .item .counter > .number-suffix {
        margin-left: -8px;
    }

    .statistics-v2 .tiles .item .content {
        font-size: 12px;
        line-height: 20px;
        padding-top: 4px;
    }

    .statistics-v2 .tiles .item {
        max-height: 121px;
    }

    .statistics-v2 > .boxed > .read-more {
        margin-top: 24px;
    }

    .statistics-v2 > .boxed > .read-more > a {
        font-size: 16px;
        line-height: 24px;
        column-gap: 4px;
    }

    .statistics-v2 > .boxed > .read-more > a::after {
        width: 20px;
        height: 20px;
    }
}