.elementor-17 .elementor-element.elementor-element-9ce6885{--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;}/* Start custom CSS for container, class: .elementor-element-9ce6885 */#featured-el > .e-con-inner{
    max-width: 100%;
}
#featured-el .featured-post{
    position: relative;
}
#featured-el .featured-post{
    margin-bottom: 100px;
}
#featured-el .featured-post .featured-image{
    margin-bottom: 0;
    z-index: -1;
}
#featured-el .featured-post .featured-image img{
    height: 800px;
    object-fit: cover;
    border-radius: 20px;
}
#featured-el .featured-column {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    width: 100%; 
    display: flex;
    justify-content: flex-start; 
}
#featured-el .featured-wrapper{
    width: 1400px;
    max-width: 100%; 
    margin: 0 auto;
}
#featured-el .featured-content{
    width: 46%;
}
#featured-el .featured-content h1{
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 16px;
    color: #fafafa;
    text-transform: uppercase;
}
#featured-el .featured-content .post-date{
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 16px;
    color: #fafafa;
}
#featured-el .featured-content .post-excerpt{
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
    color: #fafafa !important;
}
#featured-el .featured-content .btn{
    background-color: #004E97;
    font-family: "Barlow", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 24px;
}
#featured-el .featured-content .btn:hover{
    background-color: #003465;
}
#featured-el .post-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1400px;
    margin: 0 auto;
    gap: 32px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}
#featured-el .post-grid .post-item{
    min-width: 445px;
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#featured-el .post-grid .post-item h3.post-title{
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #202020;
    margin-bottom: 16px;
}
#featured-el .post-grid .post-item p.post-excerpt{
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #202020;
    margin-bottom: 16px;
}
#featured-el .post-grid .post-item p.post-date{
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    color: #909090;
    margin-bottom: 8px;
}
#featured-el .post-grid .post-item .post-image img{
    margin-bottom: 16px;
    width: 100%;
    object-fit: cover;
    min-height: 300px;
    border-radius: 20px;
}
#featured-el .post-grid .post-item .btn::after{
    content: url('/wp-content/uploads/2025/02/Vector-blue-1.svg');
    display: inline-block;
    width: 13px;
    margin-left: 8px;
}
@media (max-width: 1500px){
    #featured-el .featured-content{
        width: 65%;
    }
    #featured-el .post-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    #featured-el .post-grid .post-item{
        width: 100%;
    }
    #featured-el .featured-wrapper{
        padding: 0 40px;
    }
}
@media (max-width: 1480px){
    #featured-el .post-grid .post-item,
    #featured-el .featured-content{
        width: 100%;
    }
}
@media (max-width: 1024px){
    #featured-el .featured-content{
        width: 100%;
    }
}
@media (max-width: 1002px){
    #featured-el .post-grid .post-item{
        width: 100%;
        min-width: 100%;
    }
}
@media (max-width: 768px){
    #featured-el .post-grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    #featured-el,
    #featured-el .featured-wrapper{
       padding: 0 16px;
    }
    #featured-el .featured-wrapper{
        width: 100%;
        height: 100%;
    }
    #featured-el .featured-content h2{
        font-size: 32px;
        line-height: 38.4px;
    }
    #featured-el .featured-post .featured-image img{
        height: 600px;
    }
    #featured-el .featured-column{
        top: unset;
        bottom: 16px;
        transform: unset;
    }
    #featured-el .featured-post{
        margin-bottom: 16px;
    }
    #featured-el .post-grid .post-item {
        min-width: 100%;
    }
    #featured-el .featured-content .btn{
        width: fit-content;
        display: block;
    }
}/* End custom CSS */