*{
    margin:0;
    box-sizing: border-box;
    padding:0;
    font-family: var(--main-font);
}


.top-spacer{
    display:block;
    height:100px;
}
.bottom-spacer{
    display:block;
    height:127px;
}
p{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}
h2{
    color: #00D287;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    margin-bottom:30px;
}
h3{
    color: #222;
    font-size: 22px;
    font-style: normal;
    font-weight: 450;
    line-height: 28px;
    margin-bottom:8px;
}
.link{
    color: #00D287;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 22px;
}
.container{
    padding:0px 25px;
    max-width:1200px;
    margin:0 auto;
}
.container-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:50px;
}
.pagination{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px 15px;
    padding-top:40px;
    grid-gap:6px;
}
.pagination button.current{
    opacity:.5;
}
.pagination button{
    color:#00D287;
    background:unset;
    box-shadow:unset;
    border:unset;
    font-size:16px;
    padding:8px;
    cursor: pointer;
}
.filter{
    color: #222;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}
.filter-inline{
    display:none;
}
.filter-inline .filter-list{
    display:none;
    padding:0px 20px;
}
.filter-inline .filter-list button{
    margin:0 22px;
    padding-bottom:4px;
    border-bottom: 2px solid #fff;
}
.filter-inline .filter-list button.active{
    border-bottom: 2px solid #00D287;
}
.filter button{
    background:unset;
    box-shadow:unset;
    border:unset;
    cursor: pointer;
}
.filter-trigger .open{
    display:inline-block;
}
.filter-trigger .close{
    display:none;
}
.filter-trigger.active .open{
    display:none;
}
.filter-trigger.active .close{
    display:inline-block;
}
.news-grid-posts{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:30px;
    grid-gap: 23px;
}
.news-post-item{
    display:flex;
    flex-direction:column;
    grid-gap:16px;
}
.news-post-item img{
    width: 100%;
    max-width: 400px;
    height: 266px;
    flex-shrink: 0;
    object-fit: cover;
}
.news-post-item a{
    text-decoration:none;
}
.news-post-item p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
    opacity: 0.4000000059604645;
    margin-bottom:8px;
}
.news-post-item .tag{
    color: #FABB05;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    margin-bottom:2px;
}
.btn{
    display:inline-flex;
    background:#00D287;
    color:#fff;
    padding:11px 34px;
    text-align:center;
    border-radius:30px;
    text-decoration: none;
}
.center{
    text-align: center;
}
.mg-auto{
    margin:0 auto;
}
.coverage-section{
    margin-top:62px;
    padding:60px 41px;
    background: url('https://zilchstageusa.wpengine.com/wp-content/uploads/2023/07/gradient-coverage.png');
    background-size:cover;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.coverage-section h2{
    margin-bottom:59px;
}
.coverage-feature-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align: center;
    padding-bottom:60px;
}
.coverage-feature-item .coverage-tag{
    margin-bottom:16px;

}
.coverage-tag a{
    color: #00D287;
}
.coverage-feature-item h3{
    color: #222;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 450;
    line-height: 44px;
    margin-bottom:32px;
    max-width:700px;
}
.coverage-feature-item a, .coverage-item a{
    text-decoration:none;
}
.coverage-feature-item .link{
    text-decoration:underline;
}
.coverage-grid-posts{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap:40px 22px;
}
.coverage-item{
    border-bottom:1px solid #00D287;
    padding-bottom:19px;
}
.coverage-item .coverage-tag{
    margin-bottom:4px;
    color: #00D287;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 450;
    line-height: 22px;
}
.coverage-item h3{
    color: #222;
    font-size: 22px;
    font-style: normal;
    font-weight: 450;
    line-height: 28px;
}
.coverage-section-more{
    margin-top:63px;
}
.latest{
    margin-top:82px;
}
.latest .container{
    background: #E6FBF3;
}
.latest .flex-box{
    padding:86px 93px;
}
.latest-item{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:116px;
}
.latest-item-header{
    display:flex;
    flex-direction:row;
    align-content: center;
    justify-content: space-between;
    margin-bottom:22px;
}
.latest-item-slide-controller{
    display:inline-flex;
    grid-gap:30px;
}
.latest-item-slide-controller button{
    background:unset;
    border:none;
    cursor:pointer;
}
.latest-item-header .title{
    color: #00D287;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.44px;
}

.latest-item h3{
    color: #00D287;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
    margin-bottom:30px;
}
.latest-item a{
    text-decoration:none;
}
.latest-item p{
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    margin-bottom:17px;
}
@media screen and (max-width:1200px){
    .news-grid-posts{
        grid-template-columns: repeat(2, 1fr);
    }
    .latest .flex-box{
        padding:54px 30px 46px 30px;
    }
}
@media screen and (max-width:767px){
    .latest-item{
        display:flex;
        flex-direction:column-reverse;
        grid-gap:40px;
    }

}
@media screen and (max-width:650px){
    .news-grid-posts{
        grid-template-columns: 1fr;
    }
    .news-post-item img{
        width: 100%;
        height: 266px;
    }
    .coverage-section{
        padding:30px 41px;
    }
    .coverage-section h2{
        margin-bottom:94px;
    }
    .coverage-grid-posts{
        grid-template-columns: 1fr;
    }
}

