.elementor-7153 .elementor-element.elementor-element-2fb74601{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7153 .elementor-element.elementor-element-56cb720{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-56cb720 *//* ==========================================================================
   CMH-RI :: HERO - CLEAR HEADER, ANCHOR CONTENT LOW
   This is the ONLY hero block you should keep. Delete any earlier version.
   ========================================================================== */

.cmh-hero {
    display: flex !important;
    align-items: flex-end !important;
    min-height: 100vh;
    padding-top: 190px !important;
    padding-bottom: 80px !important;
}

.cmh-hero-container {
    width: 100%;
    margin: 0 auto;
}

.cmh-hero-trust {
    margin-bottom: 0;
}

/* Merged Radial and Linear Gradients for perfect background blending */
.cmh-hero::before {
    background: 
        linear-gradient(
            to bottom,
            rgba(11, 12, 14, 0.72) 0%,
            rgba(11, 12, 14, 0.38) 30%,
            rgba(11, 12, 14, 0.62) 70%,
            rgba(11, 12, 14, 0.86) 100%
        ),
        radial-gradient(
            ellipse at 50% 45%,
            rgba(11, 12, 14, 0.88) 0%,
            rgba(11, 12, 14, 0.72) 40%,
            rgba(11, 12, 14, 0.86) 100%
        ) !important;
}

.elementor-background-video-container,
.elementor-background-video-embed,
.elementor-background-video-container iframe {
    pointer-events: none !important;
}

@media (max-width: 900px) {
    .cmh-hero {
        min-height: 88vh;
        padding-top: 170px !important;
        padding-bottom: 60px !important;
    }
}

@media (max-width: 768px) {
    .cmh-hero {
        align-items: center !important;
        min-height: auto;
        padding-top: 140px !important;
        padding-bottom: 48px !important;
    }
}

.cmh-hero h1 {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(32px, 3.8vw, 52px);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.01em;
    text-transform: none;
    text-wrap: balance;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.cmh-hero h1 span {
    display: inline;
    color: var(--brass-light);
    background: none;
    -webkit-text-fill-color: currentColor;
    font-weight: 600;
}

.cmh-hero-subtitle {
    max-width: 620px;
    margin: 0 auto 36px;
    font-size: 17px;
    line-height: 1.7;
    color: #e2e4e8;
}

.cmh-hero-pill {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.4px;
}/* End custom CSS */