#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;
}

#textCenter {
    padding: 100px 0;
    background: #FFF;
}

#textCenter .content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

#textCenter .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#textCenter .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    margin-bottom: 20px;
}

#textCenter .content h2 strong {
    color: #F7710D;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#textCenter .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 24px;
}
#textCenter .content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #textCenter {
        padding: 50px 0;
    }
}

#webinars {
    padding: 50px 0;
    background: linear-gradient(135deg, #F8F9FA 0%, #FFF 50%, rgba(0, 161, 85, 0.35) 100%);
    position: relative;
}

#webinars::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 140px;
    content: '';
    z-index: 1;
}

#webinars .intro {
    margin: 0 auto 70px;
    text-align: center;
}

#webinars .tag {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 6px 16px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #FFF2E9;
color: #F7710D;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
}

#webinars .intro h2 {
color: #101828;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
    margin-bottom: 20px;
}

#webinars .intro h2 strong {
    color: #00A155;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
}

#webinars .item {
    height: 100%;
    min-height: 535px;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    background: #FFF;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#webinars .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 416/192;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    display: block;
}

#webinars .content {
    height: 100%;
    padding: 40px 27px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#webinars .content h3 {
color: #0A0A0A;
font-family: "Proxima-Nova";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
    margin-bottom: 18px;
}

#webinars .content p {
color: #717182;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    margin-bottom: 0;
}

#webinars .content .click {
    margin-top: 40px;
}

#webinars .meta {
    margin-top: 30px;
color: #717182;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
    display: flex;
    align-items: center;
    gap: 26px;
}

#webinars .meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

#webinars .meta i {
    font-size: 14px;
}

#webinars .pagination-wrapper {
    margin-top: 100px;
}
#webinars .page-numbers {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
}
#webinars .page-numbers li a,
#webinars .page-numbers li span {
    color: #0A0A0A;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#webinars .page-numbers li span {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}


@media (max-width: 1200px) {
    #webinars .content {
        padding: 30px 24px 26px;
    }

    #webinars .meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 767px) {
    #webinars .intro {
        margin-bottom: 45px;
    }
    #webinars .item {
        min-height: 0;
    }
}
#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;
    }
}