.container-widget-hcor-impact {
    background: rgba(91, 121, 187, 0.05);
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.container-widget-hcor-impact svg {
    display: block;
}

.container-widget-hcor-impact .hcor-impact-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 1264px;
    padding: 0 20px;
}

.container-widget-hcor-impact .hcor-impact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.container-widget-hcor-impact .hcor-impact-header-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.container-widget-hcor-impact .hcor-impact-subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 8.5px;
}

.container-widget-hcor-impact .hcor-impact-subtitle-icon {
    width: 12px;
    height: 12px;
}

.container-widget-hcor-impact .hcor-impact-subtitle-line {
    background: #e71861;
    height: 1px;
    width: 16px;
    border-radius: 2px;
}

.container-widget-hcor-impact .hcor-impact-subtitle-text {
    color: #424242;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.06px;
    line-height: 1.2;
}

.container-widget-hcor-impact .hcor-impact-title {
    color: #424242;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.container-widget-hcor-impact .hcor-impact-header-right {
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

.container-widget-hcor-impact .hcor-impact-header-right-img-left {
    height: 35px;
    width: auto;
    display: block;
}

.container-widget-hcor-impact .hcor-impact-header-right-img-right {
    width: auto;
    display: block;
}

.container-widget-hcor-impact .hcor-impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
}

@media (min-width: 1025px) {
    .container-widget-hcor-impact .hcor-impact-header-right-img-right {
        height: 60px;
    }
}

@media (max-width: 1024px) {
    .container-widget-hcor-impact .hcor-impact-grid {
        grid-template-columns: 1fr;
    }

    .container-widget-hcor-impact .hcor-impact-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        width: auto;
        margin: 0 auto;
    }
}

.container-widget-hcor-impact .hcor-impact-card {
    border: 1px solid #5b79bb;
    border-radius: 16px;
    padding: 39px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 326px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.2) 49.5%, rgba(239, 244, 255, 0.2) 101.8%);
    box-shadow: inset 0px 0px 0px 4px white;
    overflow: hidden;
    position: relative;
}

.container-widget-hcor-impact .hcor-impact-card-title {
    color: #252531;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.36px;
    margin: 0;
}

.container-widget-hcor-impact .hcor-impact-card-title b,
.container-widget-hcor-impact .hcor-impact-card-title strong {
    color: #c51b53;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.25;
}

.container-widget-hcor-impact .hcor-impact-card-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.container-widget-hcor-impact .hcor-impact-card-dot {
    width: 8px;
    height: 8px;
}

.container-widget-hcor-impact .hcor-impact-card-desc {
    color: #505279;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.container-widget-hcor-impact .hcor-impact-marquee {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.container-widget-hcor-impact .hcor-impact-marquee.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
}

.container-widget-hcor-impact .hcor-impact-marquee-track {
    display: flex;
    width: 100%;
}

.container-widget-hcor-impact .hcor-impact-marquee-item {
    height: 300px;
    display: flex;
    width: auto;
}

.container-widget-hcor-impact .hcor-impact-marquee-item img {
    height: 100%;
    width: auto;
    object-fit: cover;
    display: block;
}