ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
    border: none !important;
}

.intro-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 10px;
    justify-content: center;
}

.intro-pills__item {
    flex: 1 1 calc(33.333% - 40px);
    max-width: calc(33.333% - 27px);
    box-shadow: 0px 10px 20px #0000000D;
    border-radius: 100px;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.intro-pills__item .icon img {
    display: block;
}

.intro-pills__item .text {
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: var( --e-global-color-3e9f41d );
}

.faq-wrapper .faq-item .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    line-height: 27px;
    padding: 20px 37px 20px 40px;
    box-shadow: 0px 10px 20px #0000000D;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.faq-wrapper .faq-item.active .title {
    color: var( --e-global-color-text );
    background-color: var( --e-global-color-3e9f41d );
}

.faq-wrapper .faq-item .title:after {
    content: '';
    display: block;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)'%3E%3Cpath d='M 86.5 41.5 h -38 v -38 C 48.5 1.567 46.933 0 45 0 c -1.933 0 -3.5 1.567 -3.5 3.5 v 38 h -38 C 1.567 41.5 0 43.067 0 45 s 1.567 3.5 3.5 3.5 h 38 v 38 c 0 1.933 1.567 3.5 3.5 3.5 c 1.933 0 3.5 -1.567 3.5 -3.5 v -38 h 38 c 1.933 0 3.5 -1.567 3.5 -3.5 S 88.433 41.5 86.5 41.5 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
}

.faq-wrapper .faq-item.active .title:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)'%3E%3Cpath d='M 88.616 46.384 H 1.583 c -0.82 0 -1.484 -0.664 -1.484 -1.483 s 0.664 -1.484 1.484 -1.484 h 87.033 c 0.819 0 1.484 0.664 1.484 1.484 S 89.435 46.384 88.616 46.384 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}


.faq-wrapper .faq-item .content {
    padding: 30px 40px;
    display: none;
}

.hww-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.hww-items__item {
    background-color: var(--e-global-color-text );
    color: var(--e-global-color-3e9f41d );
    padding: 40px 45px;
    text-align: center;
}

.hww-items__item .number {
    font-size: 80px;
    line-height: 100px;
    margin-bottom: 10px;
}

.hww-items__item .title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
    font-weight: bold;
}

.save-calculator {
    color: #000000;
}
.save-calculator .slider-container {
    width: 100%;
    color: var(--e-global-color-text );
}
.save-calculator .output-container {
    text-align: center;
    margin-bottom: 10px;
}
.save-calculator .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 11px;
    background: #F0F0F0;
    outline: none;
    border-radius: 5px;
}
.save-calculator .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: white;
    border: 2px solid #2567FF;
    cursor: pointer;
    margin-top: -11px;
    box-shadow: 0px 3px 10px #2667FF;
}
.save-calculator .slider::-moz-range-thumb {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: white;
    border: 2px solid #2567FF;
    cursor: pointer;
    margin-top: -11px;
    box-shadow: 0px 3px 10px #2667FF;
}
.save-calculator .slider::-webkit-slider-runnable-track {
    background: #F0F0F0;
    height: 11px;
}
.save-calculator .slider::-moz-range-track {
    background: #F0F0F0;
    height: 11px;
}
.save-calculator .range-values {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: -5px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}
.save-calculator .input-container {
    border-left: 4px solid #F0F0F0;
    border-right: 4px solid #F0F0F0;
}
.save-calculator .output-container .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
.save-calculator .output-container .value {
    font-size: 40px;
    line-height: 53px;
    font-weight: bold;
}
.save-calculator .saving-values {
    margin-top: 15px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 53px;
    font-weight: 500;
}
.save-calculator .saving-values .title {
    font-weight: 400;
}
.save-calculator .saving-values .value {
    box-shadow: 0px 3px 6px #74CA00;
    border: 1px solid #74CA00;
    border-radius: 60px;
    padding: 6px 104px;
    font-weight: bold;
}

.case-study-pills {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}

.case-study-pills__item {
    background-image: linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 100%);
    border-radius: 30px;
    box-shadow: 0px 10px 20px #0000000D;
    padding: 20px 14px;
    text-align: center;
}

.case-study-pills__item:nth-child(5n) {
    grid-column: span 4;
    background-image: linear-gradient(180deg, #F4FFE5 0%, #FFFFFF 100%);
}

.case-study-pills__item:nth-child(5n) .units {
    color: var(--e-global-color-primary);
    font-size: 20px;
    line-height: 38px;
}


.case-study-pills__item .name {
    letter-spacing: -0.65px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.case-study-pills__item .value {
    color: var(--e-global-color-primary);
    letter-spacing: -3.28px;
    font-size: 80px;
    line-height: 119px;
    font-weight: bold;
}

.case-study-pills__item .units {
    letter-spacing: -0.65px;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}

.cs-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    max-width: 1500px;
    margin: 0 auto;
}

.cs-pills__item {
    flex: 1 1 400px;
    max-width: 400px;
    background: #ffffff;
    box-shadow: 0px 10px 20px #0000000D;
    border-radius: 100px;
    padding: 20px 80px;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 94px;
    text-align: center;
}

.services-tabs {
    display: flex;
    gap: 20px;
}

.services-tabs__titles {
    width: 376px;
    min-width: 376px;
}

.services-tabs .tab-title {
    font-size: 30px;
    padding: 15px 40px;
    cursor: pointer;
}

.services-tabs .tab-title:hover,
.services-tabs .tab-title.active {
    color: #ffffff;
    background-color: #000000;
}

.services-tabs__content .tab-content {
    display: none;
    background: #ffffff;
}

.services-tabs__content .tab-title {
    display: none;
}

.services-tabs__content .tab-content img {
    display: block;
}

.services-tabs__content .tab-content>div {
    flex: 1;
}

.services-tabs__content .tab-content.active {
    display: flex;
}

.services-tabs__content .tab-content .text-content {
    padding: 60px;
}

.services-tabs__content .tab-content .text a:hover {
    text-decoration: none;
}

.services-tabs__content .tab-content .text h1,
.services-tabs__content .tab-content .text h2,
.services-tabs__content .tab-content .text h3,
.services-tabs__content .tab-content .text h4,
.services-tabs__content .tab-content .text h5,
.services-tabs__content .tab-content .text h6,
.services-tabs__content .tab-content .text p {
    margin-block-end: 30px;
}

.elementor-widget-shortcode .terms-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.elementor-widget-shortcode .terms-filter a {
    padding: 13px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    border-radius: 100px;
}

.elementor-widget-shortcode .terms-filter.dark a:hover {
    color: #000000;
}

.elementor-widget-shortcode .terms-filter.dark a {
    color: #000000;
}

.elementor-widget-shortcode .terms-filter a:hover {
    color: #fff;
}

.elementor-widget-shortcode .terms-filter a.active {
    background: #2567FF;
}
.elementor-widget-shortcode .terms-filter.dark a.active {
    color: #fff;
}
.elementor-widget-shortcode #posts-filter {
    position: absolute;
    top: -280px;
}

@media (max-width: 1366px) {
    .services-tabs .tab-title {
        font-size: 24px;
        padding: 15px;
        line-height: 1.33em;
    }
    .services-tabs__titles {
        width: 245px;
        min-width: 245px;
    }
}

@media (max-width: 1024px) {
    .menu-active {
        overflow: hidden;
    }

    .menu-active .elementor-menu-toggle {
        position: relative;
        z-index: 9;
    }

    .menu-active .logo-white {
        position: relative;
        z-index: 9;
        display: block !important;
    }

    .menu-active .logo-dark {
        display: none !important;
    }

    .elementor-location-header .elementor-sticky--effects .elementor-element.elementor-widget-nav-menu div.elementor-menu-toggle svg,
    .elementor-location-header .elementor-sticky--effects .elementor-element.elementor-widget-nav-menu div.elementor-menu-toggle svg rect {
        fill: var( --e-global-color-text );
    }


    .menu-active .elementor-location-header .elementor-sticky--effects .elementor-element.elementor-widget-nav-menu div.elementor-menu-toggle svg,
    .menu-active .elementor-location-header .elementor-sticky--effects .elementor-element.elementor-widget-nav-menu div.elementor-menu-toggle svg rect {
        fill: var( --e-global-color-3e9f41d );
    }

    .elementor-location-header .elementor-nav-menu__container {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: var(--e-global-color-text) !important;
        padding-top: 90px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .elementor-location-header .elementor-element.elementor-widget-nav-menu .elementor-nav-menu .menu-item {
        padding: 10px 5px;
    }
    .elementor-location-header .elementor-element.elementor-widget-nav-menu .elementor-nav-menu .menu-item .elementor-item {
        font-size: 22px;
        color: var(--e-global-color-3e9f41d);
        fill: var(--e-global-color-3e9f41d);
        background-color: var(--e-global-color-text) !important;
    }
    .elementor-location-header .elementor-element.elementor-widget-nav-menu .elementor-nav-menu .menu-item .elementor-item:hover {
        background-color: var(--e-global-color-text) !important;
    }

    .elementor-location-header .elementor-element.elementor-widget-nav-menu .elementor-nav-menu .sub-menu {
        padding: 0;
        background-color: var(--e-global-color-text) !important;
    }
    .elementor-location-header .elementor-element.elementor-widget-nav-menu .elementor-nav-menu .sub-menu .menu-item {
        padding: 10px 10px 0 10px;
    }
    .elementor-location-header .elementor-element.elementor-widget-nav-menu .elementor-nav-menu .sub-menu .menu-item a {
        border: none;
        line-height: 24px;
        color: var(--e-global-color-3e9f41d);
        background-color: var(--e-global-color-text) !important;
    }
    .elementor-location-header .elementor-element.elementor-widget-nav-menu .elementor-nav-menu .sub-menu .menu-item a:hover {
        background-color: var(--e-global-color-text) !important;
    }

    .intro-pills__item {
        flex: 1 1 calc(50% - 40px);
        max-width: calc(50% - 27px);
    }

    .hww-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .case-study-pills {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .case-study-pills__item:nth-child(5n) {
        grid-column: span 2;
    }

    .services-tabs__titles {
        display: none;
    }

    .services-tabs__content .tab-title {
        display: block;
    }
    .services-tabs__content .tab-content .text-content {
        padding: 20px;
    }
    .services-tabs .tab-title {
        line-height: 1em;
    }
}

@media (max-width: 768px) {
    .intro-pills {
        gap: 20px;
    }
    .intro-pills__item {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .faq-wrapper {
        gap: 15px;
    }

    .faq-wrapper .faq-item .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        line-height: 24px;
        padding: 5px 15px 5px 15px;
        border-radius: 20px;
    }

    .faq-wrapper .faq-item .title:after {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }
    
    .faq-wrapper .faq-item .content {
        padding: 10px 16px;
    }

    .hww-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .case-study-pills__item .name {
        font-size: 18px;
        line-height: 24px;
    }
    .case-study-pills__item .value {
        font-size: 53px;
        line-height: 78px;
    }
    .case-study-pills__item .units {
        font-size: 14px;
        line-height: 17px;
    }

    .save-calculator .output-container .title {
        font-size: 22px;
        line-height: 27px;
    }
    .save-calculator .output-container .value {
        font-size: 28px;
        line-height: 37px;
    }
    .save-calculator .range-values {
        margin-top: 0px;
        font-size: 22px;
        line-height: 27px;
    }
    .save-calculator .saving-values {
        flex-direction: column;
        font-size: 28px;
        line-height: 37px;
    }

    .cs-pills {
        gap: 10px;
    }

    .cs-pills__item {
        flex: 1 1 135px;
        max-width: 135px;
        background: #ffffff;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 18px;
        min-height: 75px;
    }

    .services-tabs {
        flex-direction: column;
    }
    .services-tabs__titles {
        width: 100%;
        min-width: auto;
    }
    .services-tabs__content .tab-content {
        flex-direction: column;
    }
    .services-tabs__content .tab-content .image img {
        aspect-ratio: 4/3;
        object-fit: cover;
    }
}