.banner-diagmed-4 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: white;
    padding: 6rem 0;
    position: relative;
    top: 0;
    left: 0;
}
.banner-diagmed-4 .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 94.5rem;
}
.banner-diagmed-4 .content-wrapper .upper-headline {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    text-align: center;
    color: #ff0202;
}
.banner-diagmed-4 .content-wrapper .headline {
    width: 100%;
    text-align: center;
    margin-top: 0.75rem;
    color: #343434;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 500;
}
.banner-diagmed-4 .content-wrapper .article {
    width: 46.5rem;
    text-align: center;
    margin-top: 3rem;
    color: #343434;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}
.banner-diagmed-4 .content-wrapper .main-content {
    margin-top: 5.5rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.banner-diagmed-4 .content-wrapper .main-content .buttons {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    margin-bottom: 2rem;
}
.banner-diagmed-4 .content-wrapper .main-content .buttons .button {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding-bottom: 1rem;
    font-weight: 400;
    color: #343434;
    cursor: pointer;
    border-bottom: rgba(255, 2, 2, 0.2) solid 2px;
}
.banner-diagmed-4 .content-wrapper .main-content .buttons .active {
    font-weight: 500;
    color: #ff0202;
    border-bottom: #ff0202 solid 4px;
}
.banner-diagmed-4 .content-wrapper .main-content .card-part {
    padding-top: 1.5rem;
    position: relative;
    height: 30rem;
    overflow: auto;
    width: 100%;
}
.banner-diagmed-4 .content-wrapper .main-content .card-part .card {
    transition: 0.5s;
    position: absolute;
    top: -200%;
    height: 30rem;
    width: 100%;
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background-color: rgba(255, 2, 2, 0.1);
    border: solid 1px rgba(255, 2, 2, 0.2);
    border-radius: 1rem;
}
.banner-diagmed-4 .content-wrapper .main-content .card-part .card .image-part {
    height: 100%;
    width: 50%;
}
.banner-diagmed-4
    .content-wrapper
    .main-content
    .card-part
    .card
    .image-part
    > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}
.banner-diagmed-4 .content-wrapper .main-content .card-part .card .right-part {
    width: 50%;
    padding: 1.5rem 6.5rem 1.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.banner-diagmed-4
    .content-wrapper
    .main-content
    .card-part
    .card
    .right-part
    .title {
    font-size: 3rem;
    line-height: 3.25rem;
    color: #343434;
    font-weight: 500;
    text-align: left;
}
.banner-diagmed-4
    .content-wrapper
    .main-content
    .card-part
    .card
    .right-part
    .description {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    color: #343434;
    font-weight: 400;
}
.banner-diagmed-4 .content-wrapper .main-content .card-part .visible {
    top: 0% !important;
}
.banner-diagmed-4 .content-wrapper .main-content .card-part .hidden {
    top: 100% !important;
}

@media (max-width: 96.5rem) {
    .banner-diagmed-4 {
        padding: 4rem 6rem;
    }
    .banner-diagmed-4 .content-wrapper {
        max-width: 50rem;
        width: 100%;
    }
    .banner-diagmed-4 .content-wrapper .upper-headline {
        width: 100%;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 500;
    }
    .banner-diagmed-4 .content-wrapper .headline {
        width: 100%;
        margin-top: 1.5rem;
        font-size: 4rem;
        line-height: 4rem;
        font-weight: 500;
    }
    .banner-diagmed-4 .content-wrapper .article {
        width: 100%;
        margin-top: 3rem;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 400;
    }
    .banner-diagmed-4 .content-wrapper .main-content {
        margin-top: 6rem;
    }
    .banner-diagmed-4 .content-wrapper .main-content .buttons {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 1.5rem;
        row-gap: 3rem;
        margin-bottom: 3rem;
    }
    .banner-diagmed-4 .content-wrapper .main-content .buttons .button {
        line-height: 1.5rem;
    }
    .banner-diagmed-4 .content-wrapper .main-content .card-part {
        padding-top: 3rem;
        height: 50rem;
    }
    .banner-diagmed-4 .content-wrapper .main-content .card-part .card {
        height: auto;
        flex-direction: column;
        gap: 2.25rem;
        padding: 0.5rem;
    }
    .banner-diagmed-4
        .content-wrapper
        .main-content
        .card-part
        .card
        .image-part {
        height: 22.5rem;
        width: 100%;
    }
    .banner-diagmed-4
        .content-wrapper
        .main-content
        .card-part
        .card
        .right-part {
        width: 100%;
        padding: 0 2.5rem 3.5rem;
        gap: 1.25rem;
    }
    .banner-diagmed-4
        .content-wrapper
        .main-content
        .card-part
        .card
        .right-part
        .title {
        font-size: 2rem;
        line-height: 2.25rem;
        font-weight: 500;
    }
    .banner-diagmed-4
        .content-wrapper
        .main-content
        .card-part
        .card
        .right-part
        .description {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }
    .banner-diagmed-4 .content-wrapper .main-content .card-part .visible {
        top: 0% !important;
    }
}
@media (max-width: 43.75rem) {
    .banner-diagmed-4 {
        padding: 3rem 1.25rem 1.5rem;
    }
    .banner-diagmed-4 .content-wrapper .upper-headline {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }
    .banner-diagmed-4 .content-wrapper .headline {
        margin-top: 0.75rem;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 600;
    }
    .banner-diagmed-4 .content-wrapper .article {
        margin-top: 2rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 400;
    }
    .banner-diagmed-4 .content-wrapper .main-content {
        margin-top: 4rem;
    }
    .banner-diagmed-4 .content-wrapper .main-content .buttons {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 1.5rem;
    }
    .banner-diagmed-4 .content-wrapper .main-content .card-part {
        padding-top: 1.5rem;
        height: 35rem;
    }
    .banner-diagmed-4 .content-wrapper .main-content .card-part .card {
        gap: 1.5rem;
    }
    .banner-diagmed-4
        .content-wrapper
        .main-content
        .card-part
        .card
        .image-part {
        height: 12.5rem;
    }
    .banner-diagmed-4
        .content-wrapper
        .main-content
        .card-part
        .card
        .right-part {
        padding: 0 1rem 1rem;
        gap: 1.5rem;
    }
    .banner-diagmed-4
        .content-wrapper
        .main-content
        .card-part
        .card
        .right-part
        .title {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 500;
    }
}
.banner-diagmed-4 .absoluteInvisible {
    display: none !important;
    transition: unset !important;
}
