/* =======================================================
HERO
=======================================================*/
#hero {
    padding: 100px 0;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}

#hero::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #F4FCF7 0%, #F4FCF7 61.03%, rgba(244, 252, 247, 0.00) 71.86%);
}

#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;
}

/* =======================================================
TEXT CENTER
=======================================================*/
#textCenter {
    padding: 100px 0;
    background: #FFF;
}

#textCenter .content {
    max-width: 880px;
    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;
}

#textCenter .click {
    margin-top: 40px;
}
#textCenter .click .btn {
    margin: 0 auto;
}


@media (max-width: 767px) {
    #textCenter {
        padding: 50px 0;
    }
}

/* =======================================================
CAROUSEL
=======================================================*/
#carousel {
    padding: 50px 0 100px;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 161, 85, 0.15) 100%);
}
#carousel .content {
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
}
#carousel .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;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 14px;
}
#carousel .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 18px;
}
#carousel .content h2 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}
#carousel .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}
#carousel .content p:last-child {
    margin-bottom: 0;
}
#carousel .slider {
    margin: 78px auto 0;
}
#carousel .slider .slick-list {
    margin: 0 -8px;
}
#carousel .slider .slick-slide {
    padding: 0 8px;
}
#carousel .item {
    min-height: 406px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    position: relative;
}
#carousel .item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background: linear-gradient( to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 35%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100% );
}
#carousel .text {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 20px 24px;
}
#carousel .text h3 {
    color: #FFF;
    font-family: "Proxima-Nova";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 12px;
}
#carousel .text p {
    color: #FFF;
    font-family: "Niveau-Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 28px;
}
#carousel .text .more {
    color: #FFF;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
#carousel .click {
    margin-top: 40px;
    text-align: center;
}
#carousel .click .btn {
    margin: 0 auto;
}
/* =======================================================
TRUSTED
=======================================================*/
#trusted {
    padding: 50px 0 100px;
}

#trusted .content {
    max-width: 880px;
    margin: 0 auto 100px;
    text-align: center;
}
#trusted .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;
}

#trusted .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;
}

#trusted .content h2 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#trusted .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;
}
#trusted .content p:last-child {
    margin-bottom: 0;
}

#trusted .slider .item img {
    margin: 0 auto;
}
/* =======================================================
accreditation
=======================================================*/
#accreditation {
    padding: 100px 0;
}

#accreditation .content {
    max-width: 880px;
    margin: 0 auto 100px;
    text-align: center;
}
#accreditation .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;
}

#accreditation .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;
}

#accreditation .content h2 strong {
    color: #F7710D;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#accreditation .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;
}
#accreditation .content p:last-child {
    margin-bottom: 0;
}

#accreditation .slider .item img {
    margin: 0 auto;
}
/* =======================================================
WHY CHOOSE
=======================================================*/
#why-choose {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #F8F9FA 0%, #FFF 50%, rgba(0, 161, 85, 0.4) 100%);
    overflow: hidden;
}

#why-choose .content {
    max-width: 675px;
    margin: 0 auto;
    text-align: center;
}

#why-choose .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: 24px;
}

#why-choose .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: 18px;
}

#why-choose .content h2 strong {
    color: #00A155;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
}

#why-choose .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: 0;
}

#why-choose .item {
    height: 100%;
    min-height: 345px;
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: #FFF;
}

#why-choose .item .icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #E9F8F0;
    margin-bottom: 26px;
}

#why-choose .item .icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

#why-choose .row > div:nth-child(3) .item .icon {
    background: #FFF1E8;
}

#why-choose .item h3 {
color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */
    margin-bottom: 20px;
}

#why-choose .item p {
color: rgba(26, 26, 26, 0.70);
font-family: "Niveau-Grotesk";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 173.333% */
    margin-bottom: 0;
}

#why-choose .click {
    margin-top: 70px;
    text-align: center;
}

#why-choose .click .btn{
    margin: 0 auto;
}

@media (max-width: 1200px) {
    #why-choose .content {
        margin-bottom: 50px;
    }

    #why-choose .item {
        min-height: 0;
    }
}

@media (max-width: 767px) {

    #why-choose .content {
        margin-bottom: 40px;
    }

    #why-choose .item {
        padding: 28px 24px;
    }

    #why-choose .click {
        margin-top: 40px;
    }
}
/* =======================================================
BLOCKS
=======================================================*/
#blocks {
    padding: 0;
    background: #FFF;
}
#blocks .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;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 14px;
}
#blocks .item {
    padding: 0;
    display: flex;
    gap: 200px;
    align-items: center;
}
#blocks .item:nth-child(odd) {
    flex-direction: row-reverse;
}
#blocks .image {
    position: relative;
    border-radius: 16px;
    border: 1px solid #B8B8B8;
    background: #FFF;
    min-width: 457px;
    max-width: 457px;
    aspect-ratio: 1/1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#blocks .image img {
    width: 356px;
    height: 80px;
    display: block;
    object-fit: cover;
}

#blocks .body {
    padding: 0;
}
#blocks .content h2 {
    color: #1A1A1A;
    font-family: "Proxima-Nova";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 20px;
}
#blocks .content h2 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
}

#blocks .content p {
    color: rgba(26, 26, 26, 0.65);
    font-family: "Niveau-Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 18px;
}
#blocks .content p:last-of-type {
    margin-bottom: 0;
}
#blocks .content .click {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    #blocks .item {
        padding: 30px 0;
        display: block;
    }
    #blocks .image img {
        margin: 0 auto 20px;
    }
    #blocks .image{
        margin: 0 auto 20px;
    }
}
@media (max-width: 767px) {
    #blocks .image img {
        max-width: 90%;
        height: auto;
    }
    #blocks .image{
        min-width: 100%;
    }
    #blocks ul {
        columns: 1;
        -webkit-columns: 1;
    }
}
/* =======================================================
MEET
=======================================================*/
#meet {
    padding: 100px 0 50px;
    background: #FFF;
}

#meet .header {
    margin: 0 auto 80px;
    text-align: center;
}

#meet .header .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: 22px;
}

#meet .header 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;
}

#meet .header h2 strong {
    color: #F7710D;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
}

#meet .header p{
    color: rgba(26, 26, 26, 0.70);
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}

#meet .slider {
    margin: 0 auto;
}

#meet .slick-list {
    margin: 0 -28px;
}

#meet .item {
    padding: 0 28px;
}

#meet .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 154/205;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

#meet .content {
    margin-top: 16px;
    text-align: center;
}

#meet .content h3 {
color: #101828;
font-family: "Proxima-Nova";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
text-transform: capitalize;
}

#meet .content p {
color: #4A5565;
font-family: "Niveau-Grotesk";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22.75px; /* 151.667% */
    margin-bottom: 0;
}

#meet .click{
    margin-top: 40px
}

#meet .click .btn{
    margin: 0 auto;;
}
@media (max-width: 1200px) {
    #meet .slick-list {
        margin: 0 -18px;
    }

    #meet .item {
        padding: 0 18px;
    }
}

@media (max-width: 767px) {
    #meet .slick-list {
        margin: 0 -10px;
    }

    #meet .item {
        padding: 0 10px;
    }
}





