.elementor-505 .elementor-element.elementor-element-efa1463{--display:flex;}.elementor-505 .elementor-element.elementor-element-339c710{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-efa1463 */.blackout-page-banner{
    position:relative;
    overflow:hidden;
    padding:120px 20px;
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.94),
        rgba(17,17,17,.82)
    ),
    url("YOUR-ABOUT-US-BACKGROUND.jpg") center center/cover no-repeat;
}

.blackout-page-banner::before{
    content:"";
    position:absolute;
    left:-40px;
    top:50%;
    transform:translateY(-50%);
    width:220px;
    height:380px;
    background:#ff7900;
    clip-path:polygon(
        45% 0,
        100% 0,
        63% 43%,
        100% 43%,
        25% 100%,
        48% 55%,
        10% 55%
    );
    opacity:.15;
}

.blackout-page-banner::after{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(
        circle at 90% center,
        rgba(255,121,0,.25),
        transparent 45%
    );
}

.blackout-page-banner .inner{
    position:relative;
    z-index:2;
    max-width:1200px;
    margin:auto;
}

.blackout-contact-eyebrow{
    display:inline-block;
    margin-bottom:18px;
    padding:8px 14px;
    border:1px solid rgba(255,121,0,.5);
    color:#ff7900;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
}

.blackout-page-banner h1{
    color:#fff;
    font-size:clamp(48px,6vw,48x);
    font-weight:900;
    text-transform:uppercase;
    line-height:0.95;
    margin:0 0 20px;
    max-width:800px;
}

.blackout-page-banner p{
    max-width:700px;
    color:#e5e5e5;
    font-size:18px;
    line-height:1.8;
    margin:0;
}

@media(max-width:768px){

    .blackout-page-banner{
        padding:90px 20px;
        text-align:center;
    }

    .blackout-page-banner h1{
        font-size:48px;
    }

    .blackout-page-banner p{
        font-size:16px;
        margin:auto;
    }

}/* End custom CSS */