.b-dynamic-hero {
    display: flex;
    justify-content: center;
    font-family: "Plus Jakarta Sans";
    background: linear-gradient(
            261deg,
            #006246 -36.57%,
            #01b27f 19.53%,
            #00c28a 39.09%,
            #00a273 60.87%,
            #004531 97.63%
        ),
        linear-gradient(180deg, #00996d 0%, #008860 100%),
        linear-gradient(
            180deg,
            #003828 0%,
            rgba(0, 56, 40, 0.96) 20.74%,
            rgba(0, 56, 40, 0.96) 100%
        ),
        lightgray 0px -294px / 100% 192.256% no-repeat;
    padding-top: 120px;
    margin-top: -110px;
}
@media (width <=1024px) {
    .b-dynamic-hero {
        margin-top: -150px;
    }
}
@media (width <=480px) {
    .b-dynamic-hero {
        margin-top: -120px;
    }
}
.b-dynamic-hero .width-wrapper {
    display: flex;
    padding: 46px 80px; 
    gap: 75px;
    align-items: center;
}
@media (width <= 1024px) {
    .b-dynamic-hero .width-wrapper {
        flex-direction: column;
    }
}
@media (width <= 768px) {
    .b-dynamic-hero .width-wrapper {
        padding: 46px 24px; 
        gap: 50px;
    }
}
.b-dynamic-hero .width-wrapper label {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 163.6%;
    letter-spacing: -0.51px;
    text-transform: uppercase;
}
@media (width <=600px) {
    .b-dynamic-hero .width-wrapper label {
        font-size: 15px;
    }
}
.b-dynamic-hero .width-wrapper h1 {
    color: #fff;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
    letter-spacing: -2.24px;
    margin: 30px 0;
}
@media (width <=768px) {
    .b-dynamic-hero .width-wrapper h1 {
        font-size: 36px;
        margin: 20px 0;
    }
}
.b-dynamic-hero .width-wrapper h1 span {
    color: #d9f2a1;
}
.b-dynamic-hero .width-wrapper p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 163.6%;
    width: 85%;
}
@media (width <=600px) {
    .b-dynamic-hero .width-wrapper p {
        font-size: 16px;
        width: 100%;
    }
}
.b-dynamic-hero .width-wrapper .verified-points {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 66px;
    gap: 30px;
}
@media (width <= 1150px) {
    .b-dynamic-hero .width-wrapper .verified-points {
        grid-template-columns: max-content;
        gap: 15px;
        margin-top: 35px;
    }
}
.b-dynamic-hero .width-wrapper .verified-points .verify-point {
    display: flex;
    gap: 13px;
    align-items: center;
}
.b-dynamic-hero .width-wrapper .verified-points .verify-point img {
    width: 32px;
    height: 32px;
}
.b-dynamic-hero .width-wrapper .verified-points .verify-point strong {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 119%;
    letter-spacing: -0.6px;
}


.b-hero-dual {
    display: flex;
    justify-content: center;
    width: 100%;
}
.b-hero-dual .width-wrapper {
    display: flex;
    align-items: center;
    gap: 169px;
    padding: 90px 80px 160px 80px;
}
@media screen and (max-width: 1070px) {
    .b-hero-dual .width-wrapper {
        padding: 46px 40px 80px 40px;
    }
}
@media screen and (max-width: 768px) {
    .b-hero-dual .width-wrapper {
        flex-direction: column-reverse;
        gap: 50px;
        padding: 40px 24px;
    }
}
.b-hero-dual .width-wrapper .left-side {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
}
.b-hero-dual .width-wrapper .left-side h1 {
    color: #222524;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    letter-spacing: -1.92px;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .b-hero-dual .width-wrapper .left-side h1{
        font-size: 32px;
    }
}
.b-hero-dual .width-wrapper .left-side p {
    color: rgba(34, 37, 36, 0.7);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.6px;
}
@media screen and (max-width: 1070px) {
    .b-hero-dual .width-wrapper .left-side p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 768px) {
    .b-hero-dual .width-wrapper .left-side p {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }
}
.b-hero-dual .width-wrapper .image {
    width: 85%;
}
@media screen and (max-width: 678px) {
    .b-hero-dual .width-wrapper .image {
        width: 100%;
    }
}

.b-content {
    width: 100%;
    background: #ecfbca;
    display: flex;
    justify-content: center;
}
.b-content .width-wrapper {
    padding: 80px;
    display: flex;
    flex-direction: column;
    gap: 65px;
}
.b-content .width-wrapper .content-upper-section h2 {
    color: #222524;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    letter-spacing: -1.92px;
    margin: 0 0 33px 0;
}
.b-content .width-wrapper .content-upper-section p {
    color: rgba(34, 37, 36, 0.7);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.6px;
    margin: 0;
    width: 69%;
}
@media (width <=1200px) {
    .b-content .width-wrapper .content-upper-section p {
        width: 80%;
    }
}
@media (width <=1080px) {
    .b-content .width-wrapper .content-upper-section p {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .b-content .width-wrapper {
        padding: 40px 24px;
        gap: 40px;
    }
    .b-content .width-wrapper .content-upper-section h2{
        font-size: 32px;
        margin: 0 0 20px 0;
    }
    .b-content .width-wrapper .content-upper-section p{
        font-size: 16px;
    }
}
.b-content .width-wrapper .content-lower-section ul {
    padding-left: 20px;
    margin: 0;
}
.b-content .width-wrapper .content-lower-section ul li {
    color: rgba(34, 37, 36, 0.7);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.6px;
}
.b-content .width-wrapper .content-lower-section ul li strong {
    color: rgba(34, 37, 36, 0.7);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.6px;
}
@media screen and (max-width: 768px) {
    .b-content .width-wrapper .content-lower-section ul li,.b-content .width-wrapper .content-lower-section ul li strong{
        font-size: 16px;
    }
}

.b-easySteps {
    display: flex;
    justify-content: center;
}
.b-easySteps .width-wrapper {
    display: flex;
    flex-direction: column;
    gap: 77px;
    font-family: "Plus Jakarta Sans";
    padding: 160px 80px;
}
.b-easySteps .width-wrapper .content-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 109px;
}
@media screen and (max-width: 768px) {
    .b-easySteps .width-wrapper {
        padding: 40px 24px;
        gap: 40px;
    }
    .b-easySteps .width-wrapper .content-section {
        gap: 40px;
    }
}
@media (width <=764px) {
    .b-easySteps .width-wrapper .content-section {
        flex-direction: column;
    }
}
.b-easySteps .width-wrapper .content-section h2 {
    width: 100%;
    color: #222524;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    letter-spacing: -1.92px;
    margin: 0;
}
.b-easySteps .width-wrapper .content-section h2 span {
    color: #00996d;
}
@media (width <=768px) {
    .b-easySteps .width-wrapper .content-section h2{
        font-size: 32px;
    }
}
.b-easySteps .width-wrapper .content-section p {
    width: 100%;
    color: rgba(34, 37, 36, 0.7);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.36px;
    margin: 0;
}
@media (width <=764px) {
    .b-easySteps .width-wrapper .content-section p {
        font-size: 17px;
    }
}
.b-easySteps .width-wrapper .dual {
    display: flex;
    justify-content: space-between;
    gap: 109px;
}
@media (width <=1027px) {
    .b-easySteps .width-wrapper .dual {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .b-easySteps .width-wrapper .dual {
        gap: 40px;
    }
}
.b-easySteps .width-wrapper .dual .d-image {
    width: 100%;
    height: auto;
}
.b-easySteps .width-wrapper .dual .points {
    width: 100%;
}
.b-easySteps .width-wrapper .dual .points .b-point {
    border-bottom: 1px solid rgba(0, 56, 40, 0.12);
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.b-easySteps .width-wrapper .dual .points .b-point:first-child {
    padding-top: 0;
}
.b-easySteps .width-wrapper .dual .points .b-point:last-child {
    border-bottom: none;
}
.b-easySteps .width-wrapper .dual .points .b-point .duo {
    display: flex;
    align-items: center;
    gap: 11px;
}
.b-easySteps .width-wrapper .dual .points .b-point .duo strong {
    border-radius: 4px;
    background: #d9f2a1;
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222524;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 119%;
    letter-spacing: -0.72px;
    margin: 0;
}
.b-easySteps .width-wrapper .dual .points .b-point .duo p {
    margin: 0;
    color: #222524;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 119%;
    letter-spacing: -0.72px;
}
@media (width <=764px) {
    .b-easySteps .width-wrapper .dual .points .b-point .duo p {
        font-size: 22px;
    }
}
.b-easySteps .width-wrapper .dual .points .b-point .line {
    color: rgba(34, 37, 36, 0.6);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.36px;
    margin: 0;
}
@media (width <=764px) {
    .b-easySteps .width-wrapper .dual .points .b-point .line {
        font-size: 17px;
    }
}

.faq-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    background: linear-gradient(
            259deg,
            #006246 -20.28%,
            #01b27f 28.99%,
            #00c28a 46.17%,
            #00a273 65.3%,
            #004531 97.58%
        ),
        linear-gradient(180deg, #00996d 0%, #008860 100%), #003828;
}
@media (max-width: 768px) {
    .faq-section {
        padding: 50px 0;
    }
}
.faq-section .bg {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -50px;
}
@media (width <= 600px) {
    .faq-section .bg {
        display: none;
    }
}
.faq-section .bg img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.faq-section .faq-container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
}
.faq-section .faq-container .faq-title {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    letter-spacing: -1.92px;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .faq-section .faq-container .faq-title {
        font-size: 32px;
    }
}
.faq-section .faq-container .faq-list {
    max-width: 70%;
    margin: 0 auto;
    margin-top: 55px;
}
@media (width > 1440px) {
    .faq-section .faq-container .faq-list {
        max-width: 90%;
        padding: 0 80px;
    }
}
@media (width <=1196px) {
    .faq-section .faq-container .faq-list {
        max-width: 80%;
    }
}
@media (width <=810px) {
    .faq-section .faq-container .faq-list {
        max-width: 90%;
    }
}
.faq-section .faq-container .faq-list .faq-item {
    margin-bottom: 16px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.faq-section .faq-container .faq-list .faq-item.active .faq-question {
    padding-bottom: 0;
}
.faq-section .faq-container .faq-list .faq-item.active .faq-answer {
    max-height: 500px;
    padding: 13px 30px 24px 30px;
    opacity: 1;
}
.faq-section .faq-container .faq-list .faq-question {
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-section .faq-container .faq-list .faq-question h3 {
    margin: 0;
    color: #222524;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.36px;
}
@media (max-width: 768px) {
    .faq-section .faq-container .faq-list .faq-question h3 {
        font-size: 16px;
    }
}
.faq-section .faq-container .faq-list .faq-icon {
    font-size: 24px;
    font-weight: 400;
    color: #00996d;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.active .faq-section .faq-container .faq-list .faq-icon {
    transform: rotate(180deg);
}
.faq-section .faq-container .faq-list .faq-answer {
    max-height: 0;
    padding: 0 30px;
    overflow: hidden;
    opacity: 0;
}
.faq-section .faq-container .faq-list .faq-answer p {
    margin: 0;
    color: #555;
    line-height: 1.6;
    font-size: 18px;
}
@media (max-width: 768px) {
    .faq-section .faq-container .faq-list .faq-answer p {
        font-size: 16px;
    }
}
