.elementor-2418 .elementor-element.elementor-element-3db9e68{--display:flex;}.elementor-2418 .elementor-element.elementor-element-0b2abb0{--display:flex;}.elementor-2418 .elementor-element.elementor-element-bf925a6{--display:flex;}.elementor-2418 .elementor-element.elementor-element-500bd37{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-2418 .elementor-element.elementor-element-500bd37 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-2418 .elementor-element.elementor-element-500bd37:after{content:"0.66";}.elementor-2418 .elementor-element.elementor-element-500bd37 .elementor-post__thumbnail__link{width:100%;}.elementor-2418 .elementor-element.elementor-element-500bd37 .elementor-post__meta-data span + span:before{content:"•";}.elementor-2418 .elementor-element.elementor-element-500bd37 .elementor-post__text{margin-top:20px;}.elementor-2418 .elementor-element.elementor-element-500bd37 .elementor-post__badge{right:0;}.elementor-2418 .elementor-element.elementor-element-500bd37 .elementor-post__card .elementor-post__badge{margin:20px;}.elementor-2418 .elementor-element.elementor-element-1d10ce4{--display:flex;}.elementor-2418 .elementor-element.elementor-element-4eb723c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2418 .elementor-element.elementor-element-4eb723c.e-con{--flex-grow:0;--flex-shrink:0;}body.elementor-page-2418:not(.elementor-motion-effects-element-type-background), body.elementor-page-2418 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}@media(min-width:768px){.elementor-2418 .elementor-element.elementor-element-4eb723c{--width:100%;}}@media(max-width:767px){.elementor-2418 .elementor-element.elementor-element-500bd37 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-2418 .elementor-element.elementor-element-500bd37:after{content:"0.5";}.elementor-2418 .elementor-element.elementor-element-500bd37 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for html, class: .elementor-element-55579a1 */.rfc-section-header{
display:flex;
justify-content:space-between;
align-items:flex-end;
gap:30px;
margin:70px 0 30px;
}

.rfc-section-heading{
max-width:800px;
}

.rfc-section-tag{
display:inline-block;
color:#00ff88;
font-weight:700;
text-transform:uppercase;
letter-spacing:1px;
margin-bottom:12px;
}

.rfc-section-heading h2{
font-size:48px;
line-height:1.1;
color:#ffffff;
margin:0 0 15px;
}

.rfc-section-heading p{
font-size:18px;
line-height:1.7;
color:#b7c2d3;
margin:0;
}

.rfc-view-all{
color:#00ff88;
text-decoration:none;
font-weight:700;
white-space:nowrap;
}

.rfc-view-all:hover{
opacity:.8;
}

@media(max-width:768px){

```
.rfc-section-header{
    flex-direction:column;
    align-items:flex-start;
}

.rfc-section-heading h2{
    font-size:34px;
}
```

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-02da181 *//* =====================================
   RFC FEATURED COVERAGE SECTION
===================================== */

.rfc-featured-coverage{
    margin:80px 0;
}

.rfc-featured-header{
    text-align:center;
    margin-bottom:40px;
}

.rfc-featured-label{
    display:inline-block;
    color:#00ff88;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
    text-transform:uppercase;
}

.rfc-featured-header h2{
    color:#ffffff;
    font-size:48px;
    line-height:1.1;
    margin:0 0 15px;
}

.rfc-featured-header p{
    max-width:700px;
    margin:0 auto;
    color:#b7c2d3;
    line-height:1.8;
    font-size:18px;
}

.rfc-featured-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.rfc-feature-card{
    background:#07152f;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    overflow:hidden;
    text-decoration:none;
    transition:all .3s ease;
    display:flex;
    flex-direction:column;
    height:100%;
}

.rfc-feature-card:hover{
    transform:translateY(-6px);
    border-color:#00ff88;
    box-shadow:0 20px 50px rgba(0,255,136,.15);
}

.rfc-feature-image{
    overflow:hidden;
}

.rfc-feature-image img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
    transition:transform .4s ease;
}

.rfc-feature-card:hover .rfc-feature-image img{
    transform:scale(1.05);
}

.rfc-feature-content{
    padding:20px;
}

.rfc-feature-category{
    display:inline-block;
    color:#00ff88;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:10px;
    text-transform:uppercase;
}

.rfc-feature-content h3{
    color:#ffffff;
    font-size:22px;
    line-height:1.3;
    margin:0 0 12px;
}

.rfc-feature-content p{
    color:#b7c2d3;
    font-size:15px;
    line-height:1.7;
    margin:0;
}

/* ==========================
   TABLET
========================== */

@media(max-width:1024px){

    .rfc-featured-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .rfc-featured-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .rfc-featured-header h2{
        font-size:34px;
    }

    .rfc-featured-header p{
        font-size:16px;
    }

    .rfc-feature-content{
        padding:18px;
    }

    .rfc-feature-content h3{
        font-size:20px;
    }

}/* End custom CSS */