.home-page__hero {
    position: relative;
    height: 558.19px;
    background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../../images/home-hero.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.home-page__hero-content {
    position: absolute;
    top: 140px;
    left: calc(50% - 570px + 114px + 10px);
    width: 884.38px;
}

.home-page__hero h3,
.home-page__hero h1,
.home-page__services h2,
.home-page__values h2 {
    margin: 0;
}

.home-page__hero h1,
.home-page__services h2,
.home-page__values h2 {
    text-transform: uppercase;
}

.home-page__hero h3 {
    color: #fff;
    font-size: 24px;
    line-height: 33.6px;
}

.home-page__hero h1 {
    position: absolute;
    top: 86.59px;
    width: 100%;
    color: #fff;
    font-size: 64px;
    line-height: 76.8px;
}

.home-page__divider {
    display: block;
    height: 3px;
    background: var(--green);
}

.home-page__divider--hero {
    position: absolute;
    top: 47.59px;
    left: 46%;
    width: 8%;
    height: 2px;
}

.home-page__hero-button {
    position: absolute;
    top: 280.19px;
    left: 50%;
    width: 170.88px;
    height: 48px;
    transform: translateX(-50%);
}

.home-page__quote {
    height: 120px;
    padding-top: 20px;
    background: var(--quote);
}

.home-page__quote-inner {
    position: relative;
    width: 100%;
    max-width: 1140px;
    height: 100px;
    margin-inline: auto;
}

.home-page__quote-icon {
    position: absolute;
    top: 23.58px;
    left: 108.16px;
    width: 52.84px;
    height: 52.84px;
    background: url('../../images/quote.png') center / cover no-repeat;
}

.home-page__quote-copy {
    position: absolute;
    top: -3px;
    left: 181px;
    display: grid;
    width: 770.38px;
    height: 80px;
    place-items: center;
    text-align: center;
}

.home-page__quote-copy p {
    margin: 0;
}

.home-page__services {
    height: 867.98px;
    padding: 70px 0;
}

.home-page__services-heading {
    width: 100%;
    max-width: 1120px;
    height: 99px;
    margin-inline: auto;
}

.home-page__services-heading > div {
    width: 79.333%;
    height: 99px;
    margin-left: 10%;
    padding: 10px;
    text-align: center;
}

.home-page__services h2 {
    height: 56px;
    color: #222;
    font-size: 40px;
    line-height: 56px;
}

.home-page__divider--center {
    width: 8%;
    margin: 20px auto 0;
}

.home-page__cards {
    display: grid;
    width: 100%;
    max-width: 1120px;
    height: 568.98px;
    grid-template-columns: repeat(2, 1fr);
    margin: 60px auto 0;
}

.home-page__card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 10px;
    text-align: center;
}

.home-page__card-image {
    flex: 0 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.home-page__card-image img {
    display: block;
    width: 88%;
    margin-inline: auto;
    border-radius: 4px;
    box-shadow: 10px 10px 0 1px rgba(0, 0, 0, .07);
}

.home-page__card--1 img {
    filter: brightness(103%) contrast(96%) saturate(81%) hue-rotate(336deg);
}

.home-page__card--2 img {
    filter: brightness(103%) contrast(96%) saturate(101%) hue-rotate(353deg);
}

.home-page__card-copy {
    flex: 0 0 auto;
    margin-bottom: 20px;
    padding: 27px 40px 0;
}

.home-page__card h3 {
    margin: 0 0 12px;
    color: #222;
    font-size: 18px;
    line-height: 21.6px;
}

.home-page__card p {
    margin: 0;
}

.home-page__card-action {
    flex: 0 0 auto;
    height: 50px;
}

.home-page__arrow-button {
    display: inline-flex;
    height: 50px;
    align-items: center;
    gap: 10px;
}

.home-page__arrow-button svg {
    width: 14px;
    height: 16px;
    flex: 0 0 auto;
    fill: currentColor;
}

.home-page__values {
    padding: 60px 0;
    background: #fff;
}

.home-page__values-grid {
    display: grid;
    width: 100%;
    max-width: 1140px;
    grid-template-columns: repeat(3, 1fr);
    margin-inline: auto;
}

.home-page__value {
    min-width: 0;
    padding: 10px;
}

.home-page__value--2 {
    padding: 10px 60px 0 0;
}

.home-page__values h2 {
    min-height: 56px;
    color: #222;
    font-size: 40px;
    line-height: 56px;
    overflow-wrap: break-word;
}

.home-page__divider--value {
    width: 15%;
    margin: 20px 0;
}

.home-page__value-copy {
    padding-top: 17px;
}

.home-page__value-copy p {
    margin: 0 0 25.6px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-page__hero {
        height: 568.19px;
    }

    .home-page__hero-content {
        top: 130px;
        left: calc(10% + 10px);
        width: calc(79.332% - 20px);
    }

    .home-page__divider--hero {
        left: 44%;
        width: 12%;
    }

    .home-page__quote {
        height: 291.36px;
        padding: 50px 0 30px;
    }

    .home-page__quote-inner {
        height: 211.36px;
    }

    .home-page__quote-icon {
        top: 10px;
        left: calc(50% - 45.18px);
        width: 90.36px;
        height: 90.36px;
    }

    .home-page__quote-copy {
        top: 97.36px;
        left: 10px;
        width: calc(100% - 20px);
        height: 100px;
    }

    .home-page__services {
        height: 795.03px;
        padding: 75px 0 70px;
    }

    .home-page__cards {
        height: 551.03px;
        margin-top: 0;
    }

    .home-page__card-copy {
        padding: 10px 35px 0;
    }

    .home-page__values {
        padding: 70px 0;
    }

    html[lang="en-US"] .home-page__values {
        padding-bottom: 71px;
    }

    .home-page__value--2 {
        padding: 0 20px 0 25px;
    }

    .home-page__value--3 {
        padding: 50px 20px 0 0;
    }
}

@media (max-width: 767px) {
    .home-page__hero {
        height: 433px;
    }

    .home-page__hero-content {
        top: 131px;
        left: 10px;
        width: 370px;
    }

    .home-page__hero h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .home-page__divider--hero {
        top: 48px;
        left: 44%;
        width: 12%;
    }

    .home-page__hero h1 {
        top: 71px;
        font-size: 30px;
        line-height: 36px;
    }

    .home-page__hero-button {
        top: 183px;
    }

    .home-page__quote {
        height: 171px;
        padding: 35px 0 20px;
    }

    .home-page__quote-inner {
        height: 116px;
    }

    .home-page__quote-icon {
        display: none;
    }

    .home-page__quote-copy {
        top: 8px;
        left: 10px;
        width: 370px;
        height: 95px;
    }

    .home-page__services {
        height: auto;
        padding: 55px 0 0;
    }

    .home-page__services-heading {
        height: 78.59px;
    }

    .home-page__services-heading > div {
        width: 100%;
        height: 78.59px;
        margin: 0;
        padding: 11px 10px;
    }

    .home-page__services h2 {
        height: 33.59px;
        font-size: 24px;
        line-height: 33.6px;
    }

    .home-page__divider--center {
        width: 18%;
    }

    .home-page__cards {
        display: block;
        height: auto;
        margin: 0;
    }

    .home-page__card {
        padding: 0;
    }

    .home-page__card--1 {
        padding: 40px 0 45px;
    }

    .home-page__card-image img {
        width: 88%;
    }

    .home-page__card-copy {
        margin-bottom: 20px;
        padding: 10px 35px 0;
    }

    .home-page__card h3 {
        font-size: 16px;
        line-height: 19.2px;
    }

    .home-page__cards::after {
        display: block;
        height: 60px;
        content: '';
    }

    .home-page__values {
        padding: 60px 0 78px;
    }

    .home-page__values-grid {
        display: block;
    }

    .home-page__value,
    .home-page__value--2,
    .home-page__value--3 {
        padding: 0 20px;
        text-align: center;
    }

    .home-page__value--2 {
        padding-bottom: 50px;
    }

    .home-page__value--3 {
        padding-top: 20px;
    }

    .home-page__values h2 {
        min-height: 33.59px;
        font-size: 24px;
        line-height: 33.6px;
    }

    .home-page__divider--value {
        width: 18%;
        margin: 20px auto;
    }

    .home-page__value-copy {
        padding-top: 0;
    }

    .home-page__value-copy p {
        margin-bottom: 24px;
    }
}
