/*
 * AIT home "why choose us" parity layer.
 * Exact source: Elementor page 82282, section b67b971,
 * inner section 1c73c62, widgets 0662a6c, 269b214, 898502b,
 * 0216652, 28ac7e3, ecfa128, 5f82690, 55b2d53 and 180c0f4.
 */

.ait-home-why,
.ait-home-why * {
    box-sizing: border-box;
}

.ait-home-why {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    color: #606060;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.ait-home-why__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(calc(100% - 30px), 1340px);
    margin: 0 auto;
}

.ait-home-why__visual {
    position: relative;
    min-width: 0;
}

.ait-home-why__photo {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.ait-home-why__photo img {
    display: block;
    width: auto;
    max-width: 85%;
    height: auto;
    margin: 0;
}

.ait-home-why__dots {
    position: absolute;
    z-index: 1;
    display: block;
    width: auto;
    max-width: none;
    height: auto;
    pointer-events: none;
    animation: ait-home-why-vertical-two 3s alternate infinite;
}

.ait-home-why__dots--top {
    top: -80px;
    right: 81px;
}

.ait-home-why__dots--bottom {
    bottom: -36px;
    left: -60px;
}

.ait-home-why__experience {
    position: absolute;
    z-index: 4;
    top: -30px;
    right: 70px;
    display: block;
    width: 180px;
    height: 180px;
}

.ait-home-why__stat {
    position: relative;
    z-index: 3;
    width: 280px;
    min-height: 126px;
    margin-top: -173px;
    margin-left: calc(50% - 310px);
    padding: 20px 0 20px 30px;
    border: 3px solid #fff;
    border-radius: 6px;
    color: #fff;
    background: #212c4a;
}

.ait-home-why__stat-top {
    display: flex;
    align-items: center;
}

.ait-home-why__stat-icon {
    display: block;
    flex: 0 0 50px;
    width: 50px;
    height: 52px;
    object-fit: contain;
}

.ait-home-why__counter {
    display: flex;
    align-items: baseline;
    margin: -15px 0 0 15px;
    color: #ff3838;
    font-family: "Open Sans", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.ait-home-why__counter-number,
.ait-home-why__counter-suffix {
    display: inline-block;
}

.ait-home-why__stat-label {
    margin: 7px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.ait-home-why__stat-arrow {
    position: absolute;
    right: 20px;
    bottom: -15px;
    display: block;
    width: 45px;
    height: 26px;
    animation: ait-home-why-fade-down 1.1s ease both;
}

.ait-home-why__content {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 10% 0 2%;
}

.ait-home-why__heading {
    width: 100%;
}

.ait-home-why__eyebrow {
    display: inline-flex;
    align-items: center;
    margin: 0 0 15px;
    color: #212c4a;
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.ait-home-why__eyebrow img {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin: -3px 5px 0 0;
}

.ait-home-why__title {
    margin: 0 0 20px;
    padding: 0;
    color: #212c4a;
    font-family: "Space Grotesk", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.ait-home-why__description {
    margin: 0;
    padding: 0;
    color: #606060;
    font-size: 18px;
    line-height: 1.6;
}

.ait-home-why__benefits {
    width: 100%;
    margin-top: 30px;
}

.ait-home-why__benefit {
    display: flex;
    align-items: center;
    margin: 0 0 4px;
    text-align: left;
}

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

.ait-home-why__benefit-icon {
    display: block;
    flex: 0 0 60px;
    width: 60px;
    height: auto;
    object-fit: contain;
}

.ait-home-why__benefit-copy {
    display: block;
    min-width: 0;
    padding-left: 20px;
}

.ait-home-why__benefit-copy h3 {
    margin: 0 0 5px;
    padding: 0;
    color: #212c4a;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

.ait-home-why__benefit-copy p {
    margin: 0;
    color: #606060;
    font-size: 16px;
    line-height: 24px;
}

.ait-home-why__consultation {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.ait-home-why__consultation strong {
    margin-right: 15px;
    color: #212c4a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}

.ait-home-why__consultation a {
    display: inline-flex;
    align-items: center;
    padding: 0;
    color: #ff3838;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}

.ait-home-why__consultation a:hover,
.ait-home-why__consultation a:focus-visible {
    color: #ff3838;
    text-decoration: underline;
}

.ait-home-why__consultation svg {
    display: block;
    width: 10px;
    height: 11px;
    margin: 0 10px;
    fill: currentcolor;
}

.ait-home-why__consultation path {
    fill: currentcolor;
}

.ait-home-why a:focus-visible {
    outline: 2px solid #ff3838;
    outline-offset: 4px;
}

@keyframes ait-home-why-vertical-two {
    from {
        transform: translate3d(0, -10px, 0);
    }

    to {
        transform: translate3d(0, 10px, 0);
    }
}

@keyframes ait-home-why-fade-down {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1024px) {
    .ait-home-why {
        padding: 60px 0;
    }

    .ait-home-why__dots--top {
        top: 55px;
    }

    .ait-home-why__experience {
        top: 65px;
    }

    .ait-home-why__stat {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .ait-home-why {
        padding: 60px 0 26px;
    }

    .ait-home-why__container {
        grid-template-columns: 1fr;
    }

    .ait-home-why__photo img {
        width: 100%;
        max-width: 100%;
    }

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

    .ait-home-why__dots--top {
        top: 55px;
    }

    .ait-home-why__dots--bottom {
        left: -60px;
        width: min(324px, 100%);
    }

    .ait-home-why__stat {
        margin-left: auto;
        margin-right: auto;
    }

    .ait-home-why__content {
        margin-top: 31px;
    }

    .ait-home-why__title {
        margin: -10px 0 20px;
        font-size: 30px;
        line-height: 40px;
    }

    .ait-home-why__desktop-break {
        display: none;
    }

    .ait-home-why__benefit {
        align-items: flex-start;
        flex-direction: column;
    }

    .ait-home-why__benefit-copy {
        padding: 12px 0 0;
    }

    .ait-home-why__benefit-copy h3 {
        font-size: 20px;
    }

    .ait-home-why__consultation {
        align-items: flex-start;
        flex-direction: column;
    }

    .ait-home-why__consultation a {
        margin-top: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ait-home-why__dots,
    .ait-home-why__stat-arrow {
        animation: none;
    }
}

/* AIT_HOME_WHY_MOBILE_CLEARANCE
 * Preserve the original decorative artwork while keeping the stacked
 * mobile text column above it. At 320px, restore enough title width
 * to prevent a Russian word from breaking in the middle.
 */
@media (max-width: 767px) {
    .ait-home-why__content {
        position: relative;
        z-index: 5;
        background: #fff;
    }
}

@media (max-width: 360px) {
    .ait-home-why__content {
        padding-right: 0;
    }

    .ait-home-why__title {
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }
}
