/* stylelint-disable */

/*Typography*/
body {
    font-family: elza-text,sans-serif;
    color: #191414;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: Poppins,sans-serif;
    font-weight: 500;
}

h1{
    font-size: 42px;
}

h2{
    font-size: 30px;
}

h3{
    font-size: 26px;
}

h4{
    font-size: 24px;
}

h5{
    font-size: 20px;
}

h6{
    font-size: 18px;
}

a{
    color: #3E8342;
    text-decoration: none;
}

a:hover{
    color: #346F3E;
    text-decoration: underline;
}

.hr-green {
    width: 50px;
    margin-top: 6px;
    margin-bottom: 12px;
    margin-left: 0;
    text-align: left;
    border-top: 3px solid #9ACA3C;
    opacity: 1;
}

@media (max-width: 991.98px) {
    h1{
        font-size: 32px;
    }

    h2{
        font-size: 24px;
    }

    h3{
        font-size: 22px;
    }

    h4{
        font-size: 20px;
    }

    h5{
        font-size: 21px;
    }

    h6{
        font-size: 18px;
    }
}
/*Typography*/


.promo-header {
    top: 0;
    height: 89px;
}
.sticky {
    position: absolute;
    width: 100%;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
header {
    z-index: 3000;
    background: #ffffff;
    border-bottom: 1px solid #dfe0e1;
    box-shadow: 3.716px 3.346px 40px 0 rgba(43, 43, 43, .3);
}
.promo-logo{
    position: absolute;
    background: #ffffff;
    border: 1.2rem solid #ffffff;
    border-radius: 100%;
    transform: translateY(2rem);
}
.logo {
    height: 40px;
}

/*Buttons*/
.btn {
    padding: 8px 24px;
    font-family: runda, sans-serif;
    border-radius: 40px;
    box-shadow: none;
    border-width: 2px;
    font-size: 16px;
    font-weight: 500;
}
.btn-primary {
    color: #fff;
    background: #1D4A2C;
    border-color: #1D4A2C;
}

.btn-primary:hover {
    color: #191414;
    text-decoration: none;
    background: #8CCA91;
    border-color: #8CCA91;
}

.btn-primary.lime {
    color: #191414;
    background: #9ACA3C;
    border-color: #9ACA3C;
}
.btn-primary.lime i{
    font-size: 20px;
    margin-right: 6px;
}
.btn-primary.lime:hover {
    color: #191414;
    background: #70A943;
    border-color: #70A943;
}

.btn-secondary {
    color: #1D4A2C;
    background: #fff;
    border-color: #1D4A2C;
}

.btn-secondary i {
    color: #1D4A2C;
    font-size: 24px;
    padding-right: 6px;
}
.btn-secondary i:hover{
    color: #ffffff;
}
.btn-secondary .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

.btn-secondary:hover {
    color: #191414;
    text-decoration: none;
    background: #8CCA91;
    border-color: #8CCA91;
}

.btn-secondary:hover svg {
    fill: #191414;
}
/*Buttons*/

@media (max-width: 768px) {
    .btn-primary.lime span{
        display: none;
    }
}
@media (max-width: 400px) {
    .promo-header {
        height: 100px;
    }
    .logo{
        height: 32px;
    }
    .btn-primary.lime {
        margin-top: 10px;
    }
}

.inside-body {
    margin-top: 89px;
}
.bg-blue{
    background: #CCEAEE;
    padding-top: 1px;
    padding-bottom: 40px;
}

/*Donation component*/
.donation .donation-text{
    padding: 30px;
    border-radius: 40px;
    background: #DEE6CB;

}
.donation .donation-action{
    display: flex;
    align-items: center;
    text-align: center;
    i{
        color: #045F66;
        font-size: 60px;
        margin-right: 16px;
    }

}
@media (max-width: 991.98px) {
    .donation{
        width: 96%;
    }
    .donation .donation-action{
        flex-direction: column;
        i{
            margin-bottom: 16px;
        }
    }
}
/*Donation component*/

/*Text-image component*/
.text-image{
   margin-top: 40px;
    margin-bottom: 40px;
}
.text-image .text-image-txt{
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-image .text-image-txt.dark{
    background: #DFE0E1;
}
.text-image .text-image-txt.light{
    background: #EDEEEE;
}
.text-image .text-image-img.dark{
    background: #DFE0E1;
}
.text-image .text-image-img.light{
    background: #EDEEEE;
}
.text-image .text-image-txt a{
    width: max-content;
}
.text-image .text-image-img{
    padding: 30px;
}
.text-image .text-image-img img{
    width: 100%;
}
/*Text-image component*/

/*Newsletter component*/
.newsletter{
    background: rgba(233, 233, 230, .4);
}
.newsletter svg{
    width: 80px;
    margin-bottom: 1rem;
}
/*Newsletter component*/

/*Hero component*/
.landing-body .hero {
    padding: 30px;
    background: rgba(233, 233, 230, .4);
}

.landing-body .hero .banner{
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.landing-body .hero .headline {
    position: relative;
}
.landing-body .hero .headline span{
    color: #6e7687;
}
.landing-body .hero .headline h1 {
    font-weight: 400;
    word-break: break-word;
}
.landing-body .hero .headline h1 span{
    display: block;
    font-weight: 700;
    color: #3e8342;
}
.landing-body .hero .hero-image{
    position: absolute;
    top: -30px;
    display: block;
    width: 100%;
    height: calc(110% + 90px - 1rem);
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991.98px) {
    .landing-body .hero {
        padding: 15px;
    }
    .landing-body .hero .hero-image {
        display: none;
    }
    .landing-body .hero .headline {
        text-align: center;
    }
}
/*Hero component*/

/*Compare component*/
.landing-body .compare {
    margin-top: 80px;
}
.landing-body .compare .card {
    border-width: 0;
    border-radius: 0;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .13);
}
.landing-body .compare .card .card-img{
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
}
.landing-body .compare .card iframe{
    width: 100%;
    height: 200px;
}
.landing-body .compare .card .card-title{
    color: #1D4A2C;
}

.landing-body .compare .card .list-pointer {
    padding-left: 24px;
    list-style: none;
}
.landing-body .compare .card .list-pointer li::before{
     display: inline-block;
     width: 1em;
     margin-left: -1em;
     font-weight: 700;
     color: #9aca3c;
     content: "\2022";
}

.landing-body .compare .card .card-footer {
    padding-bottom: 16px;
    text-align: center;
    background: #ffffff;
    border-top: none;
}
.landing-body .compare .card .card-footer:last-child{
     border-radius: 0;
}

@media (max-width: 991.98px) {
    .landing-body .compare{
        margin-top: 20px;
    }
}
/*Compare component*/

/*Card with icon component*/
.landing-body .card-icon .card{
    border-radius: 0;
    box-shadow: 0 20px 25px -12px rgba(0,0,0,.09);
}
.landing-body .card-icon .card i{
    font-size: 40px;
    color: #191414;
}

.landing-body .card-icon .card .card-body .card-title{
    font-weight: 500;
}

.landing-body .card-icon .card .extra{
    background: #dfe0e1;
}

.landing-body .card-icon .card .extra h5{
    margin-bottom: 16px;
    font-size: 26px;
}

.landing-body .card-icon .svg-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-top: -45px;
    background: #DEE6CB;
    border-radius: 50%;
}

/*Card with icon component*/

/*Info three right component*/
.landing-body .info-three-right {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.landing-body .info-three-right .info-text {
    width: 65%;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    margin-left: 0;
}

.landing-body .info-three-right .info-text h1 {
    font-weight: 400;
    word-break: break-word;
}

.landing-body .info-three-right .info-text h1 span{
    font-weight: 700;
    color: #1D4A2C;
}

.landing-body .info-three-right .info-text .list-pointer {
    padding-left: 24px;
    list-style: none;
}
.landing-body .info-three-right .info-text .list-pointer li::before {
     display: inline-block;
     width: 1em;
     margin-left: -1em;
     font-weight: 700;
     color: #9aca3c;
     content: "\2022";
}
.landing-body .info-three-right .svg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    background: #cfe8cc;
    border-radius: 50%;
}
.landing-body .info-three-right .svg-icon svg{
    width: 24px;
    height: 24px;
}
.landing-body .info-three-right .card{
    border-radius: 0;
    box-shadow: 0 20px 25px -12px rgba(0,0,0,.09);
}
.landing-body .info-three-right .card:hover{
    background: #cfe8cc;
}
.landing-body .info-three-right .card:hover a{
    color: #191414;
}
.landing-body .info-three-right .card:hover a i{
    color: #191414;
}
.landing-body .info-three-right .card a{
    font-weight: 700;
}
.landing-body .info-three-right .card a:hover{
    text-decoration: none;
}
.landing-body .info-three-right .card i{
    font-size: 24px;
    color: #3e8342;
    top: 3px;
    position: relative;
}

.landing-body .info-three-right .card .card-title{
    font-weight: 500;
}
.landing-body .info-three-right .card .extra {
    background: #cfe8cc;
}
.landing-body .info-three-right .card .extra h5{
    margin-bottom: 16px;
    font-size: 26px;
}
.landing-body .info-three-right .card .arrow-right{
    margin-top: -2px;
    fill: #3e8342;
}

.landing-body .info-three-right .card.menu-one{
    border: 3px solid #1D4A2C;
}
.landing-body .info-three-right .card.menu-two{
    border: 3px solid #045F66;
}
.landing-body .info-three-right .card.menu-three{
    border: 3px solid #9ACA3C;
}
.landing-body .info-three-right .card.menu-four{
    border: 3px solid #8CCA91;
}
.landing-body .info-three-right .card:hover{
    background: #DEE6CB;
}
.landing-body .info-three-right .card a{
    color: #191414;
}
.landing-body .info-three-right .card a i{
    color: #191414;
}

.gradient{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 310px;
    content: "";
    background-image: linear-gradient(transparent, rgba(233, 233, 230, .7) 50%, transparent);
    transform: translateY(-50%);
}

.banner-half-middle-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 40%;
    height: 100%;
}

.bg-img-start-right {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

@media (max-width: 991.98px) {
    .landing-body .info-three-right {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .landing-body .info-three-right .info-text{
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }
}
/*Info three right component*/


/*Footer*/
footer .footer-bottom {
    font-size: 12px;
    color: #fff;
    background: #1D4A2C;
}

footer .footer-bottom .list-group-horizontal-md .list-group-item {
    padding-top: 0;
    padding-right: 16px;
    padding-bottom: 0;
    padding-left: 0;
    color: #fff;
    background: #1D4A2C;
    border: none;
}

footer .footer-bottom .list-group-horizontal-md .list-group-item a {
    color: #fff;
    text-decoration: none;
}

footer .footer-bottom .list-group-horizontal-md .list-group-item a:hover{
    color: #fff;
    text-decoration: underline;
}

.media-block .s-media {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #1D4A2C;
    border-radius: 50%;
}

footer .footer-bottom a {
    color: #fff;
}
.footer-bottom.promo-footer a:hover{
    text-decoration: none;
}

.footer-bottom.promo-footer a i{
    color: #191414;
    font-size: 22px;
}
.footer-bottom.promo-footer a:hover i{
    color: #ffffff;
}

.media-block .s-media:hover {
    background: #1D4A2C;
    border: 2px solid #8CCA91;
    transition: ease-in-out .15s;
}

/*Footer*/

@media (max-width: 768px){
    .landing-body .promo-content .promo-tab {
        grid-template-columns: 1fr;
    }

    .landing-body .promo-hero .promo-text-img {
        padding: 16px;
    }

    footer .footer-bottom {
        text-align: center;
    }
}

/*Form*/
.landing-body .mauticform_wrapper {
    max-width: 100%;
    margin: 10px auto;
    padding: 0 12px;
}

.landing-body .mauticform-label {
    font-size: 16px;
    display: block;
    font-weight: 500;
    margin-bottom: 0;
}
.landing-body .mauticform-row {
    display: block;
    margin-bottom: 14px;
}

.mauticform-checkboxgrp-row,
.mauticform-radiogrp-row{
    position: relative;
}
.landing-body input[type="checkbox"],
.landing-body input[type="radio"] {
    position: absolute;
    top:  0;
    left: 0;
    height:  24px;
    width:  24px;
    -webkit-appearance:  none;
    cursor: pointer;
}
.mauticform-radiogrp-label,
.mauticform-checkboxgrp-label{
    display:  inline-block;
    position:  relative;
    font-size:  16px;
    font-weight:  400;
    align-items:  start;
    justify-content:  flex-start;
    margin-bottom:  10px;
    cursor: pointer;
}
.mauticform-radiogrp-label:before,
.mauticform-radiogrp-label:after,
.mauticform-checkboxgrp-label:before,
.mauticform-checkboxgrp-label:after {
    pointer-events: none;
}
.mauticform-radiogrp-label:before,
.mauticform-radiogrp-label:after {
    border-radius:  50%;
}

.mauticform-checkboxgrp-label:before {
    display:  inline-block;
    float: left;
    content: ' ';
    height:  24px;
    width:  24px;
    min-width: 24px;
    border: 2px solid #1D4A2C;
    border-radius: 5px;
    background:  #fff;
    margin-right:  10px;
    margin-top: 3px;
}

.mauticform-radiogrp-label:before{
    display:  inline-block;
    float: left;
    content: ' ';
    height:  24px;
    width:  24px;
    min-width: 24px;
    border: 2px solid #1D4A2C;
    border-radius: 50%;
    background:  #fff;
    margin-right:  10px;
    margin-top: 3px;
}

.mauticform-radiogrp-label:after{
    position:  absolute;
    top:  9px;
    left:  6px;
    display:  flex;
    content: ' ';
    height:  12px;
    width:  12px;
    background: #ffffff;
    transform: scale(0);
    transition:  transform .3s ease;
}

.mauticform-checkboxgrp-label:after {
    position:  absolute;
    top:  7px;
    left:  7px;
    display:  flex;
    content: ' ';
    height:  12px;
    width:  12px;
    background: #1D4A2C;
    transform: scale(0);
    transition:  transform .3s ease;
}
.mauticform-checkboxgrp-label:after {
    top: -1px;
    left: 5px;
    display: block;
    width: 10px;
    height: 16px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    opacity:  0;
}

.mauticform-radiogrp-row input[type="radio"]:checked + .mauticform-radiogrp-label:after {
    transform:  scale(1);
}
.mauticform-checkboxgrp-row input[type="checkbox"]:checked + .mauticform-checkboxgrp-label:after {
    opacity: 1;
    top: 4px;
    left: 7px;
    display: block;
    width: 10px;
    height: 16px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.mauticform-checkboxgrp-row input[type="checkbox"]:checked + .mauticform-checkboxgrp-label:before {
    background:  #1D4A2C;
}

.mauticform-radiogrp-row input[type="radio"]:checked + .mauticform-radiogrp-label:before {
    background:  #1D4A2C;
}

.landing-body input:focus-visible, .landing-body textarea:focus-visible, .landing-body select:focus-visible {
    border-bottom: 0;
    box-shadow: 0 3px 0 0 #9aca3c;
    outline: none;
}

.landing-body .mauticform-selectbox, .landing-body .mauticform-input, .landing-body .mauticform-textarea {
    color: #191414;
    border: 2px solid #eaeae6;
    border-radius: 1rem;
    box-shadow: none;
    padding-top: 14px;
    padding-right: 0.75rem;;
    padding-bottom: 14px;
    padding-left: 0.75rem;
    cursor: pointer;
}

.landing-body .mauticform-button-wrapper .mauticform-button.btn-default, .landing-body .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
    padding: 8px 24px;
    font-family: runda, sans-serif;
    border-radius: 40px;
    box-shadow: none;
    border-width: 2px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #1D4A2C;
    border-color: #1D4A2C;
}

.landing-body input[type="file"] {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.landing-body input[type="file"]::file-selector-button {
     height: 62px;
     color: #191414;
     background-color: #DEE6CB;
     border-top-left-radius: 14px;
     border-bottom-left-radius: 14px;
    border: none;
}
.landing-body input[type="file"]:hover::file-selector-button {
     background: #DEE6CB;
}

.landing-body .mauticform-row.mauticform-required .mauticform-label:after {
    color: #D71117;
    content: " *";
    display: inline;
}

.landing-body .mauticform-errormsg {
    display: block;
    margin-top: 4px;
    margin-left: 12px;
    font-size: 14px;
    color: #d71117;
}
/*Form*/

/*Success component*/
.success{
    background: rgba(233, 233, 230, .4);
}
.success-wrapper{
    max-width: 50%;
    margin: auto;
}
.success-content{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
.success-footer{
    text-align: center;
}
.success .btn-primary{
    width: 100%;
}
.success-body{
    max-width: 600px;
}
.success-body .list{
    display: block;
}
.success-body .list::before {
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 700;
    color: #9aca3c;
    content: "\2022";
}

/*Accordion*/
.faq-block .accordion-button:not(.collapsed)::after{
    display: none;
}
.faq-block .accordion-button::after{
    display: none;
}
.faq-block .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}
.faq-block .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.faq-block .accordion-button{
    font-size: 20px;
    font-weight: 500;
    color: #191414;
    background: #ffffff;
    border-radius: 0;
}
.faq-block .accordion-button:focus{
    box-shadow: 0 0 0 .25rem #9ACA3C;
}
.faq-block .accordion-item{
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, .175);
    box-shadow: 0 .375rem 1.5rem 0 rgb(140, 152, 164, .13);
}

.faq-block .accordion-item:last-child{
    margin-bottom: 0;
}
.faq-block .accordion-item:first-of-type{
    border-radius: 0;
}
.faq-block .accordion-item:last-of-type{
    border-radius: 0;
}
.faq-block .accordion-item .anim-arrow svg{
    position: absolute;
    right: 10px;
    fill: #346F3E;
    transition: all .5s;
    transform: rotate(180deg);
}
.faq-block .accordion-item .anim-arrow.collapsed svg{
    position: absolute;
    right: 10px;
    fill: #346F3E;
    transition: all .5s;
    transform: rotate(0deg);
}
.faq-block .accordion-item iframe{
    width: 100%;
    height: 400px;
}
/*Accordion*/

/* Light green card with image component */
.banner-image .image{
    min-height: 300px;
    background-position: center;
    background-size: cover;
}
.banner-image .card{
    background: #DEE6CB;
    border: none;
    border-radius: 0;
}
.banner-image .card h3{
    font-weight: 500;
}
.banner-image .card .card-body{
    display: flex;
    padding: 0;
}
.banner-image .one-img{
    width: 70%;
}

@media (max-width: 991.98px) {
    .banner-image .image {
        min-height: 200px;
    }
    .banner-image .card-body{
        flex-direction: column;
        align-items: normal !important;
    }
    .banner-image .one-img{
        width: 100%;
    }
}
/* Light green card with image component */

.anchor {
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}

#js-heightControl{
    background: rgba(233, 233, 230, .4);
}
/*Success component*/


.news-home{
    position: relative;
}
.news-home .arrow-right{
    margin-top: -2px;
    fill: #518155;
}
.news-home .card{
    align-items: stretch;
    align-self: stretch;
    border-radius: 0;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, .09);
}
.news-home .card-img,
.news-home .card-img-top{
    border-radius: 0;
}

.news-home .swiper .swiper-pagination{
    bottom: 0;
}
.news-home .swiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #045F66;
}
.news-home .swiper-wrapper{
    margin: 30px 0;
}

.news-home .card-body:has(.card-img) {
    padding: 0;
}

.news-home .card:has(.card-img) {
    border: 1px solid var(--bs-card-border-color);
    border-radius: 0;
}
.news-home .swiper-slide {
    height: auto;
}
.news-home .swiper-slide img{
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
}
.news-home .swiper-slide .blog{
    display: block;
    width: 100%;
    height: 170px;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
}
.news-home .swiper-slide .card{
    border-width: 0;
    border-radius: 0;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .13);
}

.news-home .swiper-slide .card:hover{
    text-decoration: none;
    color: #191414;
}

.news-home .swiper-slide .card:hover h5{
    text-decoration: underline;
}

.news-home .swiper-slide .card-title {
    color: #1D4A2C;
}

.news-home .swiper-slide .card-footer {
    padding-bottom: 16px;
    text-align: center;
    background: #ffffff;
    border-top: none;
}

.news-home .card-body:has(.blog) {
    padding: 1rem;
}
.news-home .card:has(.blog) {
    border: none;
    border-radius: 0;
}

.news-home .swiper-button-next,
.news-home .swiper-button-prev{
    position: absolute;
    display: inline-flex;
    color: #3A824C;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #045F66;
    transition: all .2s ease-in-out;
}

.news-home .swiper-button-next{
    right: -2%;
}
.news-home .swiper-button-prev{
    left: -2%;
}

.news-home .swiper-button-next::after,
.news-home .swiper-button-prev::after {
    font-size: 16px;
    color: #045F66;
}


@media (max-width: 1199.98px) {
    .news-home .swiper-button-next,
    .news-home .swiper-button-prev {
        display: none;
    }
    .background-element {
        width: 100%;
    }
}

@media (min-width: 1399.98px) {
    .news-home .swiper-button-next{
        right: -41px;
    }
    .news-home .swiper-button-prev{
        left: -41px;
    }
}
@media (max-width: 768px) {
    .news-home .card{
        width: 100%;
    }
    .news-home .card .card-title{
        font-size: 21px;
    }
}

/* stylelint-enable */