.dark-banner {
    margin-top: 65px;
    margin-bottom: 34px;
}

.dark-banner.mt-72 {
    margin-top: 72px !important;
}

.dark-banner.mt-40 {
    margin-top: 40px !important;
}

.dark-banner__title-wrap img {
    max-width: 60px;
}

.dark-banner__title-wrap {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 40px;
}

.dark-banner__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    color: #000;
}

.dark-banner__body {
    position: relative;
    background: #1f1f1f;
    padding: 48px 48px 41px 48px;
    border-radius: 24px;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: 35px;
    margin-right: 35px;
}

.dark-banner.margin-0 .dark-banner__body {
    margin-left: 0;
    margin-right: 0;
}

.dark-banner.banner-color--white .dark-banner__body {
    background: #ffffff;
    border: 1px solid #1f1f1f;
}

.dark-banner__body::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: -51px;
    width: 117px;
    height: 125px;
    background: url("https://storyblok-hub.itcurated.com/wp-content/uploads/2025/08/vector-dark.svg") no-repeat center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.dark-banner__content {
    position: relative;
    padding-left: 37px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 2;
}

.dark-banner__content p {
    color: #ffffff;
}

.dark-banner.banner-color--white .dark-banner__content p {
    color: #000;
}

.dark-banner__content p strong {
    font-weight: 700;
    color: #ffffff;
}

.dark-banner.banner-color--white .dark-banner__content p strong {
    color: #000;
}

.dark-banner__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 22px;
    background: url("https://storyblok-hub.itcurated.com/wp-content/uploads/2025/08/quotation-mark.svg") no-repeat
        center;
    background-size: contain;
}

.dark-banner__link {
    margin-top: 26px;
    position: relative;
    z-index: 2;
}

.dark-banner__link p {
    text-align: right;
    color: #ffffff;
}

.dark-banner.banner-color--white .dark-banner__link p {
    color: #000;
}

.dark-banner__link a {
    color: #6db0e1;
    text-decoration: underline;
    text-decoration-color: #6db0e1;
    transition: text-decoration-color 0.3s ease;
}

.dark-banner__link a:hover {
    text-decoration-color: transparent;
}

@media screen and (max-width: 768px) {
    .dark-banner__title-wrap {
        flex-wrap: wrap;
        gap: 15px;
    }

    .dark-banner__body {
        padding: 45px 20px;
        margin-left: unset;
        margin-right: unset;
    }

    .dark-banner__body::after {
        left: -12%;
    }

    .dark-banner__content {
        gap: 16px;
    }

    .dark-banner__content {
        padding-left: 30px;
    }
}

@media screen and (max-width: 520px) {
    .dark-banner__body::after {
        left: -15%;
        bottom: -3%;
    }
}
