.elementor-43311 .elementor-element.elementor-element-4176bc7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-916b6e6 */.research-quarterly {
        --khx: #005092;
        --khx-h: #003d73;
        --khx-d: #002a4d;
        --khx-ink: #171717;
        --khx-muted: #737373;
        --khx-line: #e5e5e5;
        --khx-gray: #fafafa;
        --khx-footer: #3a3d3f;

        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
        padding: 34px 0 60px;
        box-sizing: border-box;
        font-family: inherit;
    }

    .research-quarterly *,
    .research-quarterly *::before,
    .research-quarterly *::after {
        box-sizing: border-box;
    }

    .research-quarterly__intro {
        max-width: 760px;
        margin-bottom: 24px;
    }

    .research-quarterly__eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
        color: var(--khx);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.11em;
        text-transform: uppercase;
    }

    .research-quarterly__eyebrow::before {
        width: 28px;
        height: 2px;
        content: "";
        background: currentColor;
    }

    .research-quarterly__intro p {
        margin: 0;
        color: var(--khx-muted);
        font-size: 16px;
        line-height: 1.65;
    }

    .research-quarterly__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .research-quarterly-card {
        position: relative;
        display: flex;
        min-height: 220px;
        padding: 22px 22px 22px 26px;
        overflow: hidden;
        color: var(--khx-ink);
        text-decoration: none !important;
        background:
            radial-gradient(
                circle at 100% 100%,
                rgba(0, 80, 146, 0.07),
                transparent 40%
            ),
            #fff;
        border: 1px solid var(--khx-line);
        border-radius: 18px;
        box-shadow: 0 8px 24px rgba(0, 42, 77, 0.05);
        transition:
            transform 0.3s ease,
            border-color 0.3s ease,
            box-shadow 0.3s ease,
            background-color 0.3s ease;
    }

    .research-quarterly-card::before {
        position: absolute;
        right: -52px;
        bottom: -90px;
        width: 190px;
        height: 190px;
        content: "";
        border: 36px solid rgba(0, 80, 146, 0.055);
        border-radius: 50%;
        transition:
            transform 0.4s ease,
            border-color 0.4s ease;
    }

    .research-quarterly-card::after {
        position: absolute;
        top: 24px;
        bottom: 24px;
        left: 0;
        width: 4px;
        content: "";
        background: var(--khx);
        border-radius: 0 4px 4px 0;
        transition:
            width 0.3s ease,
            background-color 0.3s ease;
    }

    .research-quarterly-card:hover {
        color: var(--khx-ink);
        border-color: rgba(0, 80, 146, 0.35);
        box-shadow: 0 16px 36px rgba(0, 42, 77, 0.11);
        transform: translateY(-4px);
    }

    .research-quarterly-card:hover::before {
        border-color: rgba(0, 80, 146, 0.1);
        transform: scale(1.08) rotate(8deg);
    }

    .research-quarterly-card:hover::after {
        width: 6px;
        background: var(--khx-h);
    }

    .research-quarterly-card__top {
        position: absolute;
        top: 20px;
        right: 22px;
        left: 26px;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .research-quarterly-card__number {
        color: rgba(0, 42, 77, 0.14);
        font-size: 38px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.05em;
    }

    .research-quarterly-card__year {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 58px;
        padding: 6px 10px;
        color: var(--khx-d);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.08em;
        background: rgba(0, 80, 146, 0.08);
        border: 1px solid rgba(0, 80, 146, 0.12);
        border-radius: 999px;
    }

    .research-quarterly-card__content {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-top: auto;
    }

    .research-quarterly-card__label {
        margin-bottom: 5px;
        color: var(--khx);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.055em;
        text-transform: uppercase;
    }

    .research-quarterly-card h2 {
        margin: 0 0 16px;
        color: var(--khx-ink);
        font-size: clamp(24px, 2.3vw, 31px);
        font-weight: 700;
        line-height: 1.12;
        letter-spacing: -0.03em;
    }

    .research-quarterly-card__action {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: var(--khx-d);
        font-size: 13px;
        font-weight: 700;
    }

    .research-quarterly-card__action svg {
        width: 20px;
        height: 20px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform 0.3s ease;
    }

    .research-quarterly-card:hover
    .research-quarterly-card__action {
        color: var(--khx-h);
    }

    .research-quarterly-card:hover
    .research-quarterly-card__action svg {
        transform: translateX(5px);
    }

    @media (max-width: 800px) {
        .research-quarterly {
            padding: 24px 0 40px;
        }

        .research-quarterly__intro {
            margin-bottom: 20px;
        }

        .research-quarterly__grid {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .research-quarterly-card {
            min-height: 200px;
            padding: 20px 20px 20px 24px;
            border-radius: 16px;
        }

        .research-quarterly-card::after {
            top: 20px;
            bottom: 20px;
        }

        .research-quarterly-card__top {
            top: 18px;
            right: 20px;
            left: 24px;
        }

        .research-quarterly-card__number {
            font-size: 34px;
        }

        .research-quarterly-card h2 {
            font-size: 25px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .research-quarterly-card,
        .research-quarterly-card::before,
        .research-quarterly-card::after,
        .research-quarterly-card__action svg {
            transition: none;
        }
    }/* End custom CSS */