.web-content header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
}

.web-content header div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.web-content header p:empty {
    display: none;
}

.web-content header .metadata {
    font-size: 16px !important;
    display: flex;
    gap: 8px;
}

.web-content header .customer-logo {
    align-self: flex-start;
    padding: 8px 24px;
    background: radial-gradient(108.66% 109.35% at 100% 1.5%, rgba(255, 255, 255, 0.05) 0.25%, rgba(121, 121, 121, 0.025) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: -3px 3px 30px 4px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.web-content header .customer-logo img {
    width: 80px;
    height: auto;
}

.web-content section h2:not(:first-of-type) {
    margin-top: 40px !important;
}

.web-content .atb-key-metrics {
    color: white;
    background: radial-gradient(108.66% 109.35% at 100% 1.5%, rgba(255, 255, 255, 0.05) 0.25%, rgba(121, 121, 121, 0.025) 100%);
    box-shadow: -3px 3px 30px 4px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(50px);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    padding: 16px;
    margin-bottom: 40px;
}

.web-content .atb-key-metrics::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(225.09deg, rgba(255, 255, 255, 0.12) 0.7%, rgba(255, 255, 255, 0.06) 98.51%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events:none;
}

.web-content .atb-key-metrics > span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.web-content .atb-key-metrics .key-metrics {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.web-content .atb-key-metrics .key-metric {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 140px;
}

.web-content .atb-key-metrics .key-metric .header {
    display: flex;
    align-items: center;
    gap: 4px;
}

.web-content .atb-key-metrics .key-metric .header .value {
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
}

.web-content .atb-key-metrics .key-metric .header .symbol {
    font-size: 24px;
    font-weight: 600;
}

.web-content .atb-key-metrics .key-metric .description {
    font-size: 14px;
    text-align: center;
}

.web-content .atb-rich-text {
    font-size: 28px;
}

.web-content .atb-key-takeaways {
    margin-bottom: 40px;
}

@media (min-width: 1280px) {
    .web-content header {
        flex-direction: row;
        gap: 60px;
        padding: 40px 0;
    }

    .web-content header > * {
        width: 50%;
    }

    .web-content header > div,
    .web-content header > img {
        width: 50%;
    }

    .web-content .atb-key-metrics .key-metrics {

    }

    .web-content .atb-key-metrics .key-metric {
        width: 200px;
    }

    .web-content .atb-key-metrics .key-metric .header .value {
        font-size: 49px;
    }
}
