#hero {
    padding: 100px 0;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}

#hero .content{
    position: relative;
    z-index: 2;
}

#hero .content h1 {
color: #1A1A2E;
font-family: "Proxima-Nova";
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: 57px; /* 111.765% */
    margin-bottom: 24px;
}

#hero .content h1 strong {
    color: #00A155;
font-family: "Proxima-Nova";
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: 57px;
}

#hero .content p {
color: #4A5568;
font-family: "Niveau-Grotesk";
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 139.286% */
    margin-bottom: 0;
}

#hero .content .click {
    margin-top: 40px;
}

#cta {
    padding: 50px 0;
    background: linear-gradient(315deg, #F9E213 0%, #F7710D 100%);
}

#cta .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

#cta .content {
    max-width: 760px;
}

#cta .content .tag {
    color: rgba(122, 53, 0, 0.70);
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
letter-spacing: 1.4px;
text-transform: uppercase;
    margin-bottom: 10px;
}

#cta .content h2 {
color: #000;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
letter-spacing: -0.36px;
}

#cta .content h2 strong {
    color: #FFF;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: -0.36px;
}

#cta .click {
    margin-top: 0;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    #cta .wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

#blog {
    padding: 50px 0;
}
#blog .wrap {
    text-decoration: none;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFF;
    display: block;
    height: 100%;
}
#blog .wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
#blog .wrap .content {
    padding: 30px;
}
#blog .wrap .content .cat {
    display: flex;
    width: auto;
    max-width: 170px;
    height: 26px;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #F9ECE2;
    color: #F7710D;
    font-family: "Niveau-Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
#blog .wrap .content h2 {
    color: #0A0A0A;
    font-family: "Proxima-Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 20px 0;
}
#blog .wrap .content p {
    color: #717182;
    font-family: "Niveau-Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#blog .wrap .content .date {
    color: #717182;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
/* =======================================================
FILTERS
=======================================================*/
#filters {
    padding: 50px 0;
}
#filters .inner {
    display: flex;
    justify-content: space-between;
}
#filters .left {
    width: 380px;
}
#filters form {
    position: relative;
}
#filters input {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #F3F3F5;
    display: flex;
    width: 384px;
    height: 36px;
    padding: 4px 12px 4px 40px;
    align-items: center;
}
#filters button {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    left: 5px;
    height: 36px;
    color: #717182;
}
#filters .right {
    width: 70%;
}
#filters .right .categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}
#filters .cat {
    display: flex;
    height: 32px;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    cursor: pointer;
    color: #0A0A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}
#filters .cat:hover {
    color: #F7710D;
    background: #E0F1E9;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #E0F1E9;
}
#filters .cat.active {
    color: #F7710D;
    background: #E0F1E9;
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #E0F1E9;
}

.pag {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-numbers {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    display: flex;
    width: 36px;
    height: 36px;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
    color: #0A0A0A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}
.page-numbers:hover {
    background: #00A155;
    color: #fff;
}
.pag .next {
    color: #0A0A0A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    text-decoration: none;
    width: auto;
    border: none;
    padding: 10px;
}
.pag .prev {
    color: #0A0A0A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    text-decoration: none;
    width: auto;
    padding: 10px;
    border: none;
}
@media(max-width: 991px) {
    #filters .inner {
        flex-direction: column;
        grid-row-gap: 20px;
    }
    #filters .right {
        width: 100%;
    }
    #filters .right .categories {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    #filters .left,
    #filters input {
        width: 100%;
    }
}
