/**
 * Home counters.
 * Original source: Elementor page 82282, section cca603d.
 */

.ait-home-counters {
    position: relative;
    overflow: hidden;
    padding: 0 0 102px;
    background: #fff;
}

.ait-home-counters__container {
    width: min(100%, 1200px);
    margin: 0 auto;
    padding: 0 30px;
}

.ait-home-counters__grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.ait-home-counters__item {
    flex: 0 1 auto;
    min-width: 0;
    margin: 0;
    text-align: left;
}

.ait-home-counters__number {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    color: #606060;
    font-family: "Space Grotesk", sans-serif;
    font-size: 128px;
    font-weight: 700;
    line-height: 100px;
    padding: 0 0 35px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #606060;
    -webkit-text-stroke-width: 1px;
}

.ait-home-counters__number span {
    display: inline-block;
}

.ait-home-counters__title {
    margin: -12px 0 0;
    color: #212c4a;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.ait-home-counters__edge {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 6%;
    max-width: 113px;
    height: auto;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
}

.ait-home-counters__edge--left {
    left: -1px;
}

.ait-home-counters__edge--right {
    right: 0;
}

@media (max-width: 1024px) {
    .ait-home-counters {
        padding: 5px 0 65px;
    }

    .ait-home-counters__number {
        font-size: 70px;
        line-height: 70px;
    }

    .ait-home-counters__title {
        font-size: 20px;
    }

    .ait-home-counters__edge {
        display: none;
    }
}

@media (max-width: 767px) {
    .ait-home-counters {
        padding: 0 0 50px 5px;
    }

    .ait-home-counters__container {
        padding: 0;
    }

    .ait-home-counters__grid {
        display: block;
        margin-left: 5px;
    }

    .ait-home-counters__item {
        width: 100%;
        margin: 0 0 30px;
    }

    .ait-home-counters__item:last-child {
        margin-bottom: 0;
    }
}
