.header-home .background-image {
    overflow: hidden;
}

.header-home .background-image .bg-image {
    max-height: 750px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.header-home .background-image .bg-image picture,
.header-home .background-image .bg-image picture img {
    width: 100%;
}

.header-home .background {
    margin: 0 -1rem;
    width: calc(100% + 32px);
}

@media screen and (min-width: 40rem) {
    .header-home .background {
        align-items: center;
        display: flex;
        margin: 0 -1.5rem;
        min-height: 600px;
        padding: 0 1.5rem;
        width: calc(100% + 48px);
    }
}

@media screen and (min-width: 64rem) {
    .header-home .background {
        justify-content: center;
        margin: 0;
        min-height: 750px;
        padding: 0;
        width: 100%;
    }
}

.header-home .background.background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.header-home .background.background-image.no-fade::before {
    display: none;
}

.header-home .background.background-image::before {
    background: transparent linear-gradient(85deg, var(--color-quinary) 40%, rgba(var(--color-quinary-rgb), 0) 100%) 0 0 no-repeat padding-box;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (min-width: 40rem) {
    .header-home .background.background-image::before {
        left: -24px;
        width: calc(100% + 24px);
    }
}

@media screen and (min-width: 64rem) {
    .header-home .background.background-image::before {
        left: 0;
        width: 100%;
    }
}

.header-home .background.background-image::after {
    content: "";
    display: block;
    padding-bottom: 70%;
}

@media screen and (min-width: 40rem) {
    .header-home .background.background-image::after {
        display: none;
    }
}

.header-home .background.shape {
    height: 260px;
    overflow: hidden;
    position: absolute;
}

.header-home .background.shape::after {
    background-image: url(../../img/circle-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 250px;
    left: -60px;
    position: absolute;
    right: 0;
    top: -60px;
    width: 250px;
}

@media screen and (min-width: 40rem) {
    .header-home .background.shape {
        height: unset;
        position: relative;
    }

    .header-home .background.shape::after {
        height: 400px;
        left: -80px;
        top: -120px;
        width: 400px;
    }
}

@media screen and (min-width: 64rem) {
    .header-home .background.shape::after {
        height: 600px;
        left: -100px;
        top: -140px;
        width: 600px;
    }
}

.header-home .background .content-wrapper {
    position: relative;
    top: -75px;
}

.header-home .background .content-wrapper p {
    letter-spacing: -0.16px;
    line-height: 1.4375rem;
    margin: 1.5rem 0 0;
}

.header-home .content {
    color: var(--color-primary);
}

.header-home .wrapper {
    margin: 1.5rem 0 4rem;
}

.header-home .card-item {
    margin: 0 0 1.75rem;
}

.header-home .card-item:last-of-type {
    margin: 0;
}

@media screen and (min-width: 40rem) {
    .header-home .card-item {
        margin: 0;
    }
}

.header-home .card-item .link-wrapper {
    position: relative;
}

.header-home .box {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    position: relative;
}

.header-home .box:hover {
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.16);
}

.header-home .box:hover .btn {
    background-color: var(--color-tertiary);
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.12);
    color: var(--color-white);
}

.header-home .box a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-home .box span.btn {
    margin-top: auto;
}

@media screen and (min-width: 40rem) {
    .header-home .box {
        margin-top: -150px;
        position: relative;
    }
}

@media screen and (min-width: 64rem) {
    .header-home .box {
        padding: 2rem 2.8125rem;
    }
}

.header-home .box .image-container .image {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    width: 45px;
}

.header-home .box .image-container .image::after {
    padding-bottom: 100%;
}

@media screen and (min-width: 64rem) {
    .header-home .box .image-container .image {
        margin: 0 auto 1rem;
        width: 64px;
    }
}

.header-home .box .title {
    color: var(--color-black);
    font-family: HGM4-semibold, times;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
}

@media screen and (min-width: 64rem) {
    .header-home .box .title {
        margin: 0 0 0.5rem;
    }
}

.header-home .box .text {
    color: rgba(var(--color-primary-rbg), 0.5);
}

@media screen and (min-width: 64rem) {
    .header-home .box .text {
        margin: 0 0 1.5rem;
    }
}

