{"id":6850,"date":"2024-10-25T13:24:15","date_gmt":"2024-10-25T13:24:15","guid":{"rendered":"https:\/\/humrahi.co.in\/?page_id=6850"},"modified":"2026-04-15T11:18:31","modified_gmt":"2026-04-15T11:18:31","slug":"humrahi-your-partner-in-care","status":"publish","type":"page","link":"https:\/\/humrahi.co.in\/ml\/","title":{"rendered":"HUMRAHI &#8211; Your Partner in Care"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6850\" class=\"elementor elementor-6850\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af0899e e-con-full e-flex e-con e-parent\" data-id=\"af0899e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-026b364 elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"026b364\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\/* FULL WIDTH SLIDER *\/\r\n.qms-slider-wrapper {\r\n    position: relative;\r\n    width: 100vw;\r\n    margin-left: calc(-50vw + 50%);\r\n    overflow: hidden;\r\n}\r\n\r\n.qms-slider {\r\n    display: flex;\r\n    transition: transform 0.6s ease-in-out;\r\n}\r\n\r\n.qms-slide {\r\n    width: 100vw;\r\n    flex-shrink: 0;\r\n}\r\n\r\n.qms-slide img {\r\n    width: 100%;\r\n    height: auto;\r\n    display: block;\r\n}\r\n\r\n\/* ARROWS *\/\r\n.qms-arrow {\r\n    position: absolute;\r\n    top: 50%;\r\n    transform: translateY(-50%);\r\n    background: rgba(0,0,0,0.5);\r\n    color: #fff;\r\n    border: none;\r\n    font-size: 32px;\r\n    padding: 12px 16px;\r\n    cursor: pointer;\r\n    z-index: 10;\r\n    border-radius: 4px;\r\n}\r\n\r\n.qms-arrow.left {\r\n    left: 15px;\r\n}\r\n\r\n.qms-arrow.right {\r\n    right: 15px;\r\n}\r\n\r\n.qms-arrow:hover {\r\n    background: rgba(0,0,0,0.8);\r\n}\r\n\r\n@media(max-width:768px){\r\n    .qms-arrow{\r\n        font-size:22px;\r\n        padding:8px 12px;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<div class=\"qms-slider-wrapper\">\r\n    \r\n    <div class=\"qms-slider\" id=\"qmsSlider\">\r\n\r\n        <div class=\"qms-slide\">\r\n            <a href=\"#\">\r\n                <img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/02\/1110X593_Semanext-Digital-banners-07.webp\" alt=\"Banner 1\">\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <div class=\"qms-slide\">\r\n            <a href=\"#\">\r\n                <img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/02\/1110X593_Semanext-Digital-banners-08.webp\" alt=\"Banner 2\">\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <div class=\"qms-slide\">\r\n            <a href=\"https:\/\/humrahi.co.in\/bmi-calculator\/\">\r\n                <img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/02\/1110X593_Semanext-Digital-banners-09.webp\" alt=\"Banner 3\">\r\n            <\/a>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <button class=\"qms-arrow left\" onclick=\"prevSlide()\">\u276e<\/button>\r\n    <button class=\"qms-arrow right\" onclick=\"nextSlide()\">\u276f<\/button>\r\n\r\n<\/div>\r\n\r\n<script>\r\nlet currentIndex = 0;\r\nconst slider = document.getElementById(\"qmsSlider\");\r\nconst totalSlides = 3;\r\nlet autoSlide;\r\n\r\n\/* UPDATE SLIDE *\/\r\nfunction updateSlide() {\r\n    slider.style.transform = \"translateX(-\" + (currentIndex * 100) + \"vw)\";\r\n}\r\n\r\n\/* NEXT *\/\r\nfunction nextSlide() {\r\n    currentIndex = (currentIndex + 1) % totalSlides;\r\n    updateSlide();\r\n    resetAutoSlide();\r\n}\r\n\r\n\/* PREVIOUS *\/\r\nfunction prevSlide() {\r\n    currentIndex = (currentIndex - 1 + totalSlides) % totalSlides;\r\n    updateSlide();\r\n    resetAutoSlide();\r\n}\r\n\r\n\/* START AUTO SLIDE *\/\r\nfunction startAutoSlide() {\r\n    autoSlide = setInterval(function() {\r\n        currentIndex = (currentIndex + 1) % totalSlides;\r\n        updateSlide();\r\n    }, 5000);\r\n}\r\n\r\n\/* RESET TIMER *\/\r\nfunction resetAutoSlide() {\r\n    clearInterval(autoSlide);\r\n    startAutoSlide();\r\n}\r\n\r\n\/* INITIAL START *\/\r\nstartAutoSlide();\r\n\r\n\/* TOUCH SWIPE SUPPORT *\/\r\nlet startX = 0;\r\nlet endX = 0;\r\n\r\nslider.addEventListener(\"touchstart\", function(e){\r\n    startX = e.touches[0].clientX;\r\n});\r\n\r\nslider.addEventListener(\"touchend\", function(e){\r\n    endX = e.changedTouches[0].clientX;\r\n    if(startX - endX > 50){\r\n        currentIndex = (currentIndex + 1) % totalSlides;\r\n        updateSlide();\r\n        resetAutoSlide();\r\n    }\r\n    if(endX - startX > 50){\r\n        currentIndex = (currentIndex - 1 + totalSlides) % totalSlides;\r\n        updateSlide();\r\n        resetAutoSlide();\r\n    }\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a9f5aa elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-html\" data-id=\"6a9f5aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n.qms-mobile-slider-wrapper {\r\n    position: relative;\r\n    width: 100vw;\r\n    left: 50%;\r\n    right: 50%;\r\n    margin-left: -50vw;\r\n    margin-right: -50vw;\r\n    overflow: hidden;\r\n}\r\n\r\n\r\n.qms-mobile-slider {\r\n    display: flex;\r\n    transition: transform 0.6s ease-in-out;\r\n}\r\n\r\n.qms-mobile-slide {\r\n    min-width: 100%;\r\n}\r\n\r\n.qms-mobile-slide img {\r\n    width: 100%;\r\n    height: auto;\r\n    display: block;\r\n}\r\n\r\n\/* ARROWS *\/\r\n.qms-mobile-arrow {\r\n    position: absolute;\r\n    top: 50%;\r\n    transform: translateY(-50%);\r\n    background: rgba(0,0,0,0.5);\r\n    color: #fff;\r\n    border: none;\r\n    font-size: 22px;\r\n    padding: 8px 12px;\r\n    cursor: pointer;\r\n    z-index: 10;\r\n    border-radius: 4px;\r\n}\r\n\r\n.qms-mobile-arrow.left { left: 10px; }\r\n.qms-mobile-arrow.right { right: 10px; }\r\n\r\n.qms-mobile-arrow:hover {\r\n    background: rgba(0,0,0,0.8);\r\n}\r\n<\/style>\r\n\r\n<div class=\"qms-mobile-slider-wrapper\">\r\n\r\n    <div class=\"qms-mobile-slider\">\r\n\r\n        <div class=\"qms-mobile-slide\">\r\n            <a href=\"#\">\r\n                <img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/02\/500X800_Semanext-Digital-banners-04.webp\">\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <div class=\"qms-mobile-slide\">\r\n            <a href=\"#\">\r\n                <img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/02\/500X800_Semanext-Digital-banners-05.webp\">\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <div class=\"qms-mobile-slide\">\r\n            <a href=\"https:\/\/humrahi.co.in\/bmi-calculator\/\">\r\n                <img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/02\/500X800_Semanext-Digital-banners-06.webp\">\r\n            <\/a>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <button class=\"qms-mobile-arrow left\">&#10094;<\/button>\r\n    <button class=\"qms-mobile-arrow right\">&#10095;<\/button>\r\n\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function(){\r\n\r\n    const wrapper = document.querySelector(\".qms-mobile-slider-wrapper\");\r\n    const slider = wrapper.querySelector(\".qms-mobile-slider\");\r\n    const slides = wrapper.querySelectorAll(\".qms-mobile-slide\");\r\n    const nextBtn = wrapper.querySelector(\".qms-mobile-arrow.right\");\r\n    const prevBtn = wrapper.querySelector(\".qms-mobile-arrow.left\");\r\n\r\n    let index = 0;\r\n    let autoSlide;\r\n    const total = slides.length;\r\n\r\n    function updateSlide(){\r\n        slider.style.transform = \"translateX(-\" + (index * 100) + \"%)\";\r\n    }\r\n\r\n    function startAuto(){\r\n        autoSlide = setInterval(function(){\r\n            index = (index + 1) % total;\r\n            updateSlide();\r\n        }, 5000);\r\n    }\r\n\r\n    function resetAuto(){\r\n        clearInterval(autoSlide);\r\n        startAuto();\r\n    }\r\n\r\n    nextBtn.addEventListener(\"click\", function(){\r\n        index = (index + 1) % total;\r\n        updateSlide();\r\n        resetAuto();\r\n    });\r\n\r\n    prevBtn.addEventListener(\"click\", function(){\r\n        index = (index - 1 + total) % total;\r\n        updateSlide();\r\n        resetAuto();\r\n    });\r\n\r\n    \/* SWIPE *\/\r\n    let startX = 0;\r\n\r\n    slider.addEventListener(\"touchstart\", function(e){\r\n        startX = e.touches[0].clientX;\r\n    });\r\n\r\n    slider.addEventListener(\"touchend\", function(e){\r\n        let endX = e.changedTouches[0].clientX;\r\n\r\n        if(startX - endX > 50){\r\n            index = (index + 1) % total;\r\n            updateSlide();\r\n            resetAuto();\r\n        }\r\n        else if(endX - startX > 50){\r\n            index = (index - 1 + total) % total;\r\n            updateSlide();\r\n            resetAuto();\r\n        }\r\n    });\r\n\r\n    startAuto();\r\n\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-19be499 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"19be499\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-33f69b7\" data-id=\"33f69b7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9d61eee elementor-widget elementor-widget-html\" data-id=\"9d61eee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\" \/>\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n\r\n\r\n\r\n<!-- Poppins Font -->\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins&display=swap\" rel=\"stylesheet\">\r\n\r\n\r\n<style>\r\n\/* Wrapper *\/\r\n.bmi-static-banner {\r\n    width: 100%;\r\n    background: #2BA9E9;\r\n    padding: 14px 20px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n}\r\n\r\n\/* Content *\/\r\n.bmi-static-content {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 15px;\r\n    font-family: 'Poppins', sans-serif;\r\n    font-weight: 600;\r\n    font-size: 26px;\r\n    color: #ffffff;\r\n    text-align: center;\r\n    flex-wrap: wrap;\r\n}\r\n\r\n\/* Button *\/\r\n.bmi-static-btn {\r\n    background: #E13520;\r\n    color: #FFFFFF;\r\n    padding: 7px 18px;\r\n    border-radius: 22px;\r\n    text-decoration: none;\r\n    font-weight: 600;\r\n    transition: background 0.2s ease;\r\n    white-space: nowrap;\r\n}\r\n\r\n.bmi-static-btn:hover {\r\n    background: #ffb300;\r\n}\r\n\r\n\/* Responsive *\/\r\n@media (max-width: 768px) {\r\n    .bmi-static-content {\r\n        font-size: 14px;\r\n        gap: 10px;\r\n    }\r\n\r\n    .bmi-static-btn {\r\n        padding: 6px 16px;\r\n        font-size: 14px;\r\n    }\r\n}\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<div class=\"bmi-static-banner\">\r\n    <div class=\"bmi-static-content\">\r\n        Calculate Your BMI,\r\n        <a\r\n          href=\"https:\/\/humrahi.co.in\/bmi-calculator\/\"\r\n          class=\"bmi-static-btn\"\r\n          target=\"_blank\"\r\n          rel=\"noopener noreferrer\"\r\n        >\r\n          Click here\r\n        <\/a>\r\n    <\/div>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-3ba39cd e-con-full elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"3ba39cd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-de3d5ca e-con-full e-flex e-con e-child\" data-id=\"de3d5ca\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-df41db5 e-con-full e-flex e-con e-child\" data-id=\"df41db5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9dd35d3 elementor-widget elementor-widget-text-editor\" data-id=\"9dd35d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Your <b> AI Companion for Emotional Wellbeing <\/b> is here!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c502570 e-con-full e-flex e-con e-child\" data-id=\"c502570\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2fa3ee imagefloat elementor-widget elementor-widget-image\" data-id=\"a2fa3ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/humrahi.co.in\/self-assessment-test\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/05\/Mask-group-1-150x150.png\" class=\"attachment-thumbnail size-thumbnail wp-image-8946\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/05\/Mask-group-1-150x150.png 150w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/05\/Mask-group-1-11x12.png 11w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f522a62 elementor-hidden-desktop elementor-hidden-tablet elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"f522a62\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5a5f031\" data-id=\"5a5f031\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c0467dc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"c0467dc\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5a657e1\" data-id=\"5a657e1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f857ccd elementor-widget elementor-widget-text-editor\" data-id=\"f857ccd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Your <b> AI Companion for Emotional Wellbeing <\/b> is here!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2c58b4e\" data-id=\"2c58b4e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a4f6d0 e-con-full e-flex e-con e-child\" data-id=\"7a4f6d0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b430532 imagefloat elementor-widget elementor-widget-image\" data-id=\"b430532\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/humrahi.co.in\/self-assessment-test\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"169\" height=\"189\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/05\/Mask-group-1.png\" class=\"attachment-1536x1536 size-1536x1536 wp-image-8946\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/05\/Mask-group-1.png 169w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/05\/Mask-group-1-11x12.png 11w\" sizes=\"(max-width: 169px) 100vw, 169px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a51fa89 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a51fa89\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d437f27\" data-id=\"d437f27\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6fa7583 elementor-widget elementor-widget-heading\" data-id=\"6fa7583\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Choose Your Health Condition<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-b108e01 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b108e01\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-fa23324\" data-id=\"fa23324\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-32189ef elementor-widget elementor-widget-spacer\" data-id=\"32189ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3e6f7de elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3e6f7de\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-32f45c7\" data-id=\"32f45c7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3b9d146 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"3b9d146\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/humrahi.co.in\/obesity\" tabindex=\"-1\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-Feb-24-2026-02_24_42-PM.png\" class=\"attachment-full size-full wp-image-9427\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-Feb-24-2026-02_24_42-PM.png 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-Feb-24-2026-02_24_42-PM-300x300.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-Feb-24-2026-02_24_42-PM-150x150.png 150w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-Feb-24-2026-02_24_42-PM-768x768.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-Feb-24-2026-02_24_42-PM-12x12.png 12w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/humrahi.co.in\/obesity\">Obesity<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-12615de\" data-id=\"12615de\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-90a033c elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"90a033c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/humrahi.co.in\/high-blood-sugar\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"212\" height=\"212\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-01.png\" class=\"attachment-full size-full wp-image-6785\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-01.png 212w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-01-150x150.png 150w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-01-12x12.png 12w\" sizes=\"(max-width: 212px) 100vw, 212px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/humrahi.co.in\/high-blood-sugar\/\">High Blood Sugar<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-46fa8e9\" data-id=\"46fa8e9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-11abd0d elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"11abd0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/humrahi.co.in\/high-blood-pressure-2\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"212\" height=\"212\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-02.png\" class=\"attachment-full size-full wp-image-6786\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-02.png 212w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-02-150x150.png 150w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-02-12x12.png 12w\" sizes=\"(max-width: 212px) 100vw, 212px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/humrahi.co.in\/high-blood-pressure-2\/\">High Blood Pressure<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-bc4bc3d\" data-id=\"bc4bc3d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-303c8b3 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"303c8b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/humrahi.co.in\/high-cholesterol\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"212\" height=\"212\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-03.png\" class=\"attachment-full size-full wp-image-6787\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-03.png 212w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-03-150x150.png 150w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-03-12x12.png 12w\" sizes=\"(max-width: 212px) 100vw, 212px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/humrahi.co.in\/high-cholesterol\/\">High Cholesterol<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-79e611e\" data-id=\"79e611e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dc11a52 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"dc11a52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/humrahi.co.in\/heart-failure\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"212\" height=\"212\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-04.png\" class=\"attachment-full size-full wp-image-6788\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-04.png 212w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-04-150x150.png 150w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/health-condition-04-12x12.png 12w\" sizes=\"(max-width: 212px) 100vw, 212px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/humrahi.co.in\/heart-failure\/\">Heart Failure<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-6585158\" data-id=\"6585158\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-937b385 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"937b385\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/humrahi.co.in\/heart-attack\/\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"84\" height=\"84\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/02\/heart-attack-icon.svg\" class=\"attachment-full size-full wp-image-8497\" alt=\"\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/humrahi.co.in\/heart-attack\/\">Heart Attack<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-14 elementor-inner-column elementor-element elementor-element-b6bbdaf\" data-id=\"b6bbdaf\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6de2bdc elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"6de2bdc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><a href=\"https:\/\/humrahi.co.in\/Pcos-Pcod\" tabindex=\"-1\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-4-2026-06_45_25-PM.png\" class=\"attachment-full size-full wp-image-9597\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-4-2026-06_45_25-PM.png 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-4-2026-06_45_25-PM-300x300.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-4-2026-06_45_25-PM-150x150.png 150w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-4-2026-06_45_25-PM-768x768.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-4-2026-06_45_25-PM-12x12.png 12w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\"><a href=\"https:\/\/humrahi.co.in\/Pcos-Pcod\">PCOS PCOD<\/a><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a54da08 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a54da08\" data-element_type=\"section\" data-e-type=\"section\" id=\"AboutUs\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c82de00\" data-id=\"c82de00\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-589e7d7 elementor-widget elementor-widget-heading\" data-id=\"589e7d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">About Humrahi<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7abc2ad elementor-widget elementor-widget-image\" data-id=\"7abc2ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1731\" height=\"1071\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/humrahi_about_us.webp\" class=\"attachment-full size-full wp-image-8740\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/humrahi_about_us.webp 1731w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/humrahi_about_us-300x186.webp 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/humrahi_about_us-1024x634.webp 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/humrahi_about_us-768x475.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/humrahi_about_us-1536x950.webp 1536w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/humrahi_about_us-18x12.webp 18w\" sizes=\"(max-width: 1731px) 100vw, 1731px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fa2ce01 elementor-widget elementor-widget-text-editor\" data-id=\"fa2ce01\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Humrahi is an exclusive patient support program meticulously designed to cater to individuals&#8217; needs with its array of services, including personalized diet counselling, bespoke counselling sessions, free diagnostic tests, and complimentary medications, all rendered free of charge to eligible patients. Participation in this program incurs no registration fees or monthly subscription charges. The program ensures accessibility and affordability for all eligible beneficiaries. It aims to create awareness, drive adherence, and provide access to medications for eligible patients.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f6015d5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f6015d5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0af0e86\" data-id=\"0af0e86\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-aef4194 elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default\" data-id=\"aef4194\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-8af3553\" data-id=\"8af3553\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9203ff1 elementor-widget elementor-widget-image\" data-id=\"9203ff1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"840\" height=\"188\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/ISO-e1729840138117.png\" class=\"attachment-full size-full wp-image-6790\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/ISO-e1729840138117.png 840w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/ISO-e1729840138117-300x67.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/ISO-e1729840138117-768x172.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/ISO-e1729840138117-18x4.png 18w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-f81174b\" data-id=\"f81174b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0229168 elementor-widget elementor-widget-heading\" data-id=\"0229168\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Download the app<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-a74387e\" data-id=\"a74387e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dc5c5ea elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"dc5c5ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/apps.apple.com\/in\/app\/humrahi-your-partner-in-care\/id6450692440\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"237\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/12\/App-Store.png\" class=\"attachment-large size-large wp-image-2418\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/12\/App-Store.png 800w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/12\/App-Store-300x89.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/12\/App-Store-768x228.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-3c4e20b\" data-id=\"3c4e20b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2742572 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"2742572\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.lupin.humrahi&#038;pcampaignid=web_share\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"368\" height=\"106\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/10\/Google-play-1.png\" class=\"attachment-large size-large wp-image-1824\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/10\/Google-play-1.png 368w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/10\/Google-play-1-300x86.png 300w\" sizes=\"(max-width: 368px) 100vw, 368px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-bb9c6ba e-flex e-con-boxed e-con e-parent\" data-id=\"bb9c6ba\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e6800f elementor-widget elementor-widget-shortcode\" data-id=\"2e6800f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"page\" data-elementor-id=\"7603\" class=\"elementor elementor-7603\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e1a112 e-flex e-con-boxed e-con e-parent\" data-id=\"9e1a112\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad427db elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-heading\" data-id=\"ad427db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d741f57 elementor-widget elementor-widget-htmega-tab-addons\" data-id=\"d741f57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"htmega-tab-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"htmega-tab-area htmega-tab-style-1\">\n\n                <div class=\"htmega-tab-nav htb-nav htmega-tab-menu-style-1\" role=\"tablist\">\n                    <a class=\"htb-nav-link htb-active htb-show elementor-repeater-item-7edb46a\" href=\"#htmegatab-d741f571\" data-toggle=\"htbtab\" role=\"tab\"><div class=\"htmega-tab-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"94\" height=\"94\" viewBox=\"0 0 94 94\" fill=\"none\"><rect width=\"94\" height=\"94\" fill=\"url(#pattern0_18_12)\"><\/rect><defs><pattern id=\"pattern0_18_12\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\"><use xlink:href=\"#image0_18_12\" transform=\"scale(0.00531915)\"><\/use><\/pattern><image id=\"image0_18_12\" width=\"188\" height=\"188\" xlink:href=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAByASURBVHgB7Z1bctxGloYPUGTbMd0Rpl87okVwBaK6JcfEvJhagaUViFqB6RWIWoHkFYhagaQViH7p6GipW+wVENJEzKvLMS2NZbKQc\/5EoohL4laFS6J4vgiJJApVhSr8SJw8tyQSBEEQBEEQBEEQBEEQBEEQBEEQBEEQBEEQBEEQBEEQBEEQBEEQBEEQBEEQBEEQBEEQBEEQhCs8EgTm\/D+DYPnHgnZI8T+gUr8zvk+7y\/082lGUekzR8jWUd\/U7xfvs8P4h\/zze\/Xv4nEZCBL\/BnB8EO\/4nOvIi+hZ\/W0U4Biz8yKe7e38LQxoYEfyGcn4n2Pc9ekEqI3J3gOh\/o1t7Z+GcBsQnYeOAecIn9rWzYgd8bP4WfU8DIyP8BvL+m+B8BLGHyS9s12PUnps\/5rD1WWgBUeGY5tEF7Q05ym+RsFGc3w4ObGJnEZ5RLMIwvd1Tqb8jLc6l+HiCmtl3tu0t\/\/78Sf3SRqjn+zyf2KZzys4bdliB+\/zzlAZCBL9hsN3+nWXzUfAm\/JFGBBdHeCd4ySP9YXo7e3Z2aUDEht8wPK9oNuyOLPaEzN0kwR\/WUyQjfM\/ANUi\/8km9ZCHmfNpLEtMB5sTvKdw7XcOmLb7+oF6QtD+\/kdtRieAnhxb1Rxb0gvb9Gd3kkSxgnzds04C3x3jUzEXA+7+\/E+C3M36dOb8ObO8wUvSvvbfhad3TI9637m3gssSxJn\/zMX+1FF4xmFTw16viXeTq78XVRv4cT\/nu8gM5hAh+BbTA\/5cOeFKHgM4BizQWzyx+XHXj+9o3r3OA\/9g2X14I\/O80mtGPqwZutMtylhtZPeuva30Wpa4uKhBF9N6f5XbyZIR3Eh21\/EgP+PzfUx9ZhOPNfiCiff9SmyqP8w96RRMmsLwG9hknyppDkQjeGQoiJ32CnIBH\/FPrA7HfWyhBBG9BRyojdp991JHAndYij23vkGCHYzRV+l+Y3oW9KXOVnrDBLob9rOKfJYGahPmf3oQ\/0Yrwa4eKWgemwuSXTGAp99jy82K\/S3qVe+NBJ9A2RPApELSZefRILeLRvBEQN9vUXsT\/2Nuy9Tvv7I9\/PX9PHYEJ5ox91XwBHfD77OsLQdFJ2f42O\/l\/\/mtvN31Miwt6yPvohDJceJ4R4jqBpUbYBC9emuHBiD5b0DMW1EGT0ZxH4VMW3inMij+9XX2kbcLemxCTVPx7RR3BQg6JLD7xcRDBD4Wx0Y\/ZlfZ9ndATkUeX7B0ZOMNvYxCTZjze3w6O2EZ\/RFUjTGyLv2QL4aTvkbwzBhCVDi59SXNbgEzn8kR6HjLf+0f4MvPgjI9tUXg5GeH7JG2+lO4UT7qeTnI0twh+caEC\/rG04fWk\/JIemP2XgaZ0kEl5hYBTcPWCpANkPL+4ZUyu+HXvBIfsrX2WxCM+3A5Ob7wN71LV4Yofvj\/0qL7gSWnZqDJlobdAi91jU86QeDHbBpnYk3WT4vmFhnX+IG0aYqKNLEmXvstrIfgmozo\/dsJutMdmQrdRqKE8IZ52SWZIix2RYRMtTiMjfJfApvQX9KIiohfybfhwHb+2U1hMmqEEv1jQc9+ne6lNTxs8TQTfFe+\/CY55xHlUuoOi49234WPaJOwTwwzWnJYElS0CsVQv6d8RYIoWlBkkMEllE2Zva5t24dPvMh7RFRsreL51nvAJelDycBhd0H2+3Z7RwGTaYVDDFNqO2ftneMLCfPnFf3hf4e8ug0yO+fgLbJzgTWsKFDDvl+zylMX+uO+JlPaELOg7Ex2NU4Vx+86NvsamnXuKzpAKzKPvT7RNZ51eCMV03sS2vnbxhI0SvBbZp8pq\/aM+q3\/0fCEusbvHwg6wraHjYwceDf6JlGN4knAh4O5zEs3oVRvxWyeGA7v+yjAmZgaeXwx6l92YvDqT8FUm9l5NmGUODrXIwWmB9iDN+K7UUPgs+J8pOxmc84Vzq2\/zKbngTQFMgGNIyvpMQUzhwsNnC96ED2kgNkLwDcR+tw93Y99Cz9NU+OGd4Fm+WBqw+E4zr1dRucQj78vgbXifaki6m\/HB6cxSaolp0xHSQEzepKkR+5kRe6e2Kk7y7N\/s1\/foXsvU4TCfWluTBpwBIvYWdMgBtMfsXTou24\/F+pwjmIeF7V63F2aj9Iwq2Es2dNxj0iN81QSVR7OXi0t62LnY49v2C6o\/ySH\/e0kRnW1\/4Z3WueiSOlPPZ5MAd4w6u7umPyPby48gKFqVCpdt+oKnVYjdm8djdFOYtOC165GKrkf+UCc3erALG\/j1cSJPOJD1ct1A1vmfg0NvpqutDip2m7NX52EhSevqeFcWPQ8Y9268DQspySv0rAyTXzBB9XDXHTF1Y7KCLxMf0niDmoSlLt8vftP+cnD++07wLTttjr3qZLdSE4f97cFsmx5FV+7Rq2O+CjAF+efxRXuQv2i1CeNVmzA6jVrRSZO72hhMUvDn3wT3fKXNijy92OxoN8E\/rI0\/cYJVbDqF1CMY8Tk6CrEF1h0qRF\/Hh2+CF\/w5MuYJf49fJ99jwwzT4ykk3U1O8BWT1F68MTVmzNGQdqgZrcuFxxPVVRYbsAge3cq+xi\/m81d5YM6MyzekCTA5wfMJeFeYpPLtmUeXW52LPb6FPyk8wO\/Hduy9sRLOqmxzNl0yOepN+HAneJ2+iGBrqy26zwPLi4qINXCu0VIdk+otaUab4glQdNS12HXOi03suJNc0t0xsyt5FH+czmdPgwklctCpBYqy3ym7NPf9BZ1XiB0ZpgdTEzuYjOC1AG2mBdxn\/+h+zSBtNhXfaz5W0lmeUtGzqTfbss5vrJiLo\/EFAncvfwe3pppOPRnBY9Jk2Rz2kd5r7iRBfnuk9OR0dLEnaNETFS52XWn0l6CZj3yr0mRJvaj26Byxq\/L+lKvBJiF41EraJmqYpFLHVN1JyvzdY8LfwRFZ0nHZo\/OkkWnToDgEnijMkVxpu70OkxC875UIsAfPAN9JbB6Z0NVCEYy2PFEt5rw0XEOJv9ubpQ+aUR1xjU0pfXRe8CXmRS8CxOiuLElXfdxJukR7ZWz2vEdHdaO859tNmk0a1dM4LXhTHVSsWorWyBGpwDa6I0NxCqNb9BtBmHnbGusqPah8Yt6kWXFUR34N3JvI1MxXdbmE04LXDU1zoztGnj68Mvq1LdmE6oKcNGXy6ImkVyya9lR1glfaJbnOqI4UYcyzkNEJlybHMI7bukeHwFnBl43uCONTD2ivRv7imsjonmAb5XERo5mqbf+lSxKjOg8uq9rq1nPF8y7\/d\/SOTdIH5BDujvDo4DugAGd+cfU7tNijCYFR3rP0jb+4UKWjPAo99Ki+xl1Tm4K27EkVdzrGurGuCN\/Z1ALb4rp9VsdY3i\/kW\/seTQzcqXw\/G3hCpdONHjJI9fvFxernTfbFcSy2OJbxt\/Humk6O8PC722z3vsRufO9B5v0GXCy3UxbF4zb1pL1Q4sa1AvMKF8eYE1snBT+zFXWoHs2LS0s+ON\/qaYKYKGg+GrxTZsevA6q\/bG7cOpKJrRb+wBNb52patS+8uAJH2JdnBtiCLwvvqttul0AkbGc\/8OJOAj\/2cXtX8VI7mVH94rM6IEsawjqw6fRsnUWvdI3ulo4SD+YJc26ER\/OiwkbV++QxyG9om2LbBJQk8sX12nQUOEKCWuOclxZ4ZOn10vGK1zaz0wYcDfwfsipD2+M8Ye5tILPhoklzmN\/Q95diabQaUsdY628R\/ucJ5jny7jskWtAvhY0dN1S1pXt4FjMQpYkcFUe3t7te0ev1dGi37yiC1xX6tu3xRCbzWJ+T1QSfChPkzrIBEYEsKzZfvr9HTzhQ86Qze9YvXrCWHjQrowtjLOkei0v6wStO9gOcb5xDFNbD0wbhqzjNePCg3qCCh6ARfuY3fYcTnH\/cZs54ahRfeCeCX7b+I6r3QXts4nCg5sPt4Dtalx6XvdGDkm9JSoviZD5FxVGez\/e3ye+J8IOR0owHEzxGBRb0u2WaLxKbsB5QCo+KYfB8S+Y+iIomzNojbfJ5a0rkssQt6l6u7bab9dgk9YI\/jy2ZzzgVeNQumJ916Q1DMtwIb+ktiFl+chvHz3zOO2or0+YMzIP8RdLLoa7RfBTHh7uYKQ+0vQ6Kzff4QkaKhFWYiduOR\/vXiFDic5MrxOZSmNmWSuazuUURB3Alr2YwwVsLFeKc7XjyMysmbqXD5Lrj1yd6By9HH56NHAG1JBE6jq+inUXSRiREj3aUylHFBFkns7FJ53+kn7X4bweP8NnL5kCVqPafyQa8V+kJKGxxi8v4NPf3TuPKqp4ZNLXAtKkr1IpGiu6aNtMZbwVuhYs\/0E96LdVsX5i5STPo5NZtaz66+yas\/G70qPtv2jfHjefWjWClfelNF4IjWteU8ti0+Hu4Zwv399GgCm1D+Mc8\/5lKzvORC7n1gwae9t6Gp6apUUbYOoABckGMBT+FxX5CRSHsmGqeTmb5uqVzTt7J6nP65JlJFzwdWNpRh+o\/UtBwuKhdQwq1qfx+z9EhbJXI5RIzipcsHtY5pd6zSzZptrOb+II74B\/XS\/AAo5y\/rScxwXJjye3Wt7fJiOl5AV4sB8MipPRIBX03Xtox1X5vt8GdyIjnIb\/nYyP8A1rNtEIvndP8dq9Dt2QdGCjMgg77qfd3wqQZ3A+vazAjWr2fSdwT8XCQ2+P2CiK5EvotlCG2NbsStx0yNWHSGVs5bPp8DBJw+9LIqGK0N3Bh4jpKLg2q\/3kS9rJtu+W+WmDb7hafL9XDmaKbTUd03UQ04mBKRM+7Oj7TvVd38MVElY9nFxVKJogUeAMtxLAK1vSGeAA5oxEZLXkMwmXT5oCaTdRC3BX6apOBUHx+GUe21R+Vip1HcX4s1FHFiD0vC3rVdxDF5Pbg37KFNXuFnq1l8\/eIXhozZz\/kV+4eg9EEr+2828FjqrLTYwZZda8FutWeC6V\/yjLZriCgIdlmYefXi\/UGPgYLoyaPIanIKy+0WPYvdKnTFUS2KT1a+sSW9qyuu+DB4sIacXw6aP9Cv\/mk0HPgpC2xe6rg8h3VbEgRZv5SIvjYHaeW\/nS3RnWVXYDMNcrSgNHw1bZ\/H1VPNWS+OxcGCyfy4WHaQOiudaWFa5EmuFo1BhHPgZpcz8HvzpkSv1GFbjENkpYglohlQFMAn2mN8ruejiGgkZnUggi9YUmnTVaQdpqKQo\/8Igfg84X6mgYkUu6N8CJ48KvlxJgUYY8mIPwcZf3t+Xb+FV1zRPC0zOHOi\/6wLBQ+wuSvMbqIRjXvFXPdEMEbLKVp6Lz7WnVQ\/dQbW9a7T+nxKuXwZxkIEbyBxfDcsnmfyI0svy4YWvC+gxN8EbwBufpew25jQ0\/+SlnIiN0W5wWPLEFd1zlAaukibsUd1u2HrEVyAcdNFFUc4UMaGedXAOEDfK3rOtme7lv0Olefg19eTZtsF3JCQMn6TCGP\/EemSDzL8MedOV\/KATel0wsimLVSky9tH31b+u46C9HrhkEsmLIOwsoRu96zrFiCcsLdf4Y\/tskP6oOS9V9F8DaWYs\/7ktHlAP0YB2i1jK4CwZvwLorFKZ8TQm70WbFceHNnUjMs1WJ8gY6e1Oac4NENwCr2hAFFD3RyW3HtpEH641Sh37\/YQ\/9KUGObXZF1RRAZ4dNosX+qEHvCwKKPomL3sxmNG9yZeZYe+l7sZdJ3SFuz0wHThm3zC8+BtOXm9TID8OF28KJlnSsW5b3bR2vrPGiylG+whH46cGfSiiS9bTIbcyOj76c8Qh6hO9sO\/NslzZ6SiHFgeQwdI74eKu36wzd8LnMt9vhc3RriXFXhTLYkOuwqi20Mj8kibu1xTMWmpDj56ET2sO9l4RcLeu7nuqOZUf6UVkCPwh\/pvDDkzKqfp1uFlD9smygmPB2yxkAV79LzscUOnDBpKtpJ65YVsKN334SHZF\/BYgc91vteJQ6TWMr5kdEKb+Xe7peD2thnQ7amNh6azJ0rM78YkdEFX9k73Vv2jNdo0Xslq3BjecTbgf2xjmATpuDbRh+YlXo9DsdT089yuAmjvU+oCF6nsVb1TrdMTtGWrlT0PFHrU\/Rl6QfarGor+o47p6HxEYpWkn86+MQ2+xjlknzH\/Ta\/DUtWkgOMNmnFGkEslGeNdvYojHwepVKV8KYB6bF1f0WPd9+Gx9QDuF3zfAKdvYLcQ3O+A9xvM4k9\/zN\/B5iURrqb2lKUPBpigeF58vsCmZyq1M2n2\/m51NmB79r4fjIDwJAT5ipGEXxFYCk58YHlaQWPzPu4j6K9r42ipyz61Vv6VYCuuUb0O5b37exiM9\/TC+uiCvxdmf44TpgKCUN1Ll6VUUwa61Ll5gSa1a\/tk1M2HdKTU71YFllyRoBHRx96WgcUk2hcfETWSqlHXSy1XruCiKeXmHFK7JqF1X7v1YPWhsFH+IqlyjP9w6tMFjYdfmDT4enyNdl+1klmdpfcWV+TNvO+WOY9sO7gaa\/OMZtjPzVZj9WM6If8udEKvPxC5e8FjVrJQazxiriXf0gOMLjg2b6DCZJx5WGSFbD7sbBvCzu9SvSYMN3o6ZZqzBu8b1C1H45BxZ6KMN1Phn37XyEnxmvSHjs2+Y5dWFjARok5c8bmzC1yhOEDT56uucygSnzE8Miw6Mkq+tgjQ4noYdvzvnNbjnjUY5aeGbn2bBdyGhVnNuIf5Ru3Nhx1ztjku+9ymz++OxXTHVQhD2lUhl22Eq47S8JT1Uls4oZcroVqz8E5U5cldn6HwP1ny6zsCt1vfZt2nFrgrMhhfsMQqzC2YdgRHnkiuUvM8+r9s3pJmDvBe6sbk0XPIfoymxcr5g2yHqiOFVz0lyePNaj0OlQftVk455HzLELLbsWfUdG\/dP777yncOx3H9Wdbih4Lnrl2RxpU8JlEqISoWQSOTZYT\/lLPSuz0MrH30tY6taDZzaX9vShezEti27vJyKwFrDxrYlgarDN1oE0hT0d7Y1IXw3K+gIvhD3wX7flCYCvtQT7HZ+a5Zc6AQQVvW3jAaxFxhJ3Oor9b6RmJ6VTsevT+jQ742JHyesDC2k8M70b2txdnCn6x7f28uFBB\/uHZthd+\/qR+wSVh0qPXYSczX8ABftQOgBD+cBXRq64T7ZCbb8neDF3qE5owerZk29YRWvT7LPptq2sTrCX29HKUHpaXQcQQ3QFmtA46hvD5QiFwVioCkx7dj1mk9BI5h55PhxA\/bzlmU\/E5dQCP5I8K12hUMu8aGWfSg1vxJVFhdQkQB69W8mRglOK7zQPvI3uRjPmx3kBbAKJ\/x2I7tAmtLD2a4qLsp2wu7eiLz9PCXe+iiG3tE+Qy5VM22lI2ulsWK3aCYQU\/s9jrvj55rb4cRGptYuRR+d5uy+gjzBV+vWdqnQXCsOYTe1GQEQh\/+8Kj93xD+N66\/pLSQqO06E0vSFtktjRoBo8XekWymbjP32ug88\/bXgxJct6d4P6quep6jd38yXB0dAdjBJ5+puwkc84uvcaNjUojtVjKsuUt2uTiPKL27fRCdDTwFizIGUdRS8TSJHBmxG4rF1zZNCtcDKQnuFUXwkqVYyUJgKFJD3GSwQVvW+a9Tanc+V+Ceyj4SG8ri9RWUSG0LPnR+5IF3sLNWSn6uMbTJsTOPUw6Ivw7voso\/d0Hll3mfPHeamrelCYARjzwOGrOgMFtePRwZPEcpreZFbebhZ8tk1xftUtOqhN7subq9pfeyz\/+9fw9rUFltHggsQPzevES91v0xFI7vDO71KN1oxQMY1YGuc3O2u4Jw6\/EjSKKYh3oPpsXdctXVnHUdEcTILGKHcUdiJYilRXNjNYVe4KOFqsGq49j0t1T7CBBr\/T9NsQaUAVh6pJFvoPWvYaZqB7mt+PYyXFGSQ9eKEvujEdHjaqVouJojhOFVOC6p5a1r9BCi+g+hNCX2FKpzHZz6Cq\/PaQBQLmkZeAhdltWmnm6lYpfjHgnSwSR44wieGOvF6NwDUr0YD\/bej9ixEGlTVX+e1Ueft9dDwCixWV59KiXHTq\/3bZkKCa3VU2m\/P+jQ0vOUqgGLBJfh9FqWk0VfVh4oIHo+UT9QPZOtPu66aqlQRO2WW\/DAwsNnhAj+nC5kec0Q1xwhWOxd1WrbjJli39EuhglpAkwmuBNp97siU+IRf9kpedC9LauZJZKHH0bHkNoED0fv4q9NEddRTxXIfqNCrn12pYvuVPCNEtnr+I7dH2immZwt2SeqgIK04SptOq+svgiV\/hdUljsTCXOmNiqlOqqqvDde\/D2XOrzE9JEGF3woKZqqLJEr4no8WuhEmcF3\/2mApudJ\/Ov09tw9+Hvx5lKpa5wovOYLoqOTRSbLV3ZF77yuQidL+idnqzmaOu7TwOBoMJpqGaufWOcCK0mr1PFme7BKeEW7cGabsE1F8yObbLKLshXtAI6nB6PhkdDdjAegJP8BmSM0obhVLtsmC2mh2TRZVkvejwXt+DaCZRasQtWIXdk4LbdfcLeKtsAcDjE2lpD4uQKIKgPtdaxXmX37Vc897C0BjbBa78cTGmnNGM2Od5fspaSCPjObKvYNm\/KOCl4UFq8DYHV9HKsLPwmbZ82Tv4CuilSdVvApG13bVjeZSyLM4PGaRtTwFnBgwrhJsUUD1Z4LjhsaoboRLOydn75Y\/Lpxcrtsx2A50H2\/JoNMmuccEvW0aYLWePnmq5gVUGfmqzKkMrqants5toWXbL4ayrDNN2XPrXaCBpCUfx5ihesw53O2jIJwYPKbsM1AlvluaViRwcCP46OrtvBOHOXQd1sOvU5L8bUY1gn1k\/ls1jWjc3\/vRZ9dm4bmskIHpjiDwi3dddeE1x5UfLcTKfhypE9V+BQ0\/Ybc4Uw954BTZB117NyhUkJHlQ2Tq0f6cubn8LEiegEi\/1W1rda2nBXXoibw1PtPZs4kxM8qMu\/uVGRMtC0+WkllgurpoPx1AlRw7sJqRiTFDyoFL2il4tLnfbbPv+mIbYLq5OLqRlh+g+V\/Xv5u3a\/phcDVqnHUquMXBL9giZRyWNoCuXSiiJdMlnBgw6SzmDeVAWMQrTVIM9e+Gy7sOpEr+tlkwBPbqkb378SJLqRpZ\/XVbnhdWfSggeVwrWsDVV4PtZZmukJarDcmFs7qe2F1SZtWRiWyQsemIXGILCVRK9fw\/Rywe3d1p+lrYhrL8QFxw9GKD657myE4IERPQJQxehrR6Nq2wurcn9yYyn264bTqQVtaJRpuWaCV1JaaFur1Zo5+SV7bMraZHPASsQ+PBszwqepiICu1FLO+h7lK4jPTZE26UCXfX3VjQnVT42NFDyoDPuv0Iey9XvEUVZbcEzEPiIbY9LkqcyWZFdjF1mNNRmZInYH2dgRPqFmte5OshprRvrkvUTsDrDxggcmwQuib51\/0xS0+rPVzpr3ELE7wrUQPFgn6az2tctaR8evLWJ3iGsjeFCbf7PFwaCWvvqatGMRu2NcK8GDuogpNVzsS3fR\/ajt9u+tO4jYneTaCR40yGo8Q5NRjpz+lB\/x9Yju0wELumwxZBG7w1xLwYOG2ZJgTlddDnaoLt+9Ix+\/0A\/XVvAJaJlHXbSiUDTHKoIuLsYrXLGxgaemoGwtWuiFAUJaEeS4R5d0S8TuPtd+hE+D3HhvRg+8hmu2QugzjrSK0KeDCN4C7Hu+9x34M7qp0ja+0mVxKPY+47vCq00tgxMEQRAEQRAEQRAEQRAEQRAEQRAEQRAEQRAEQRAEQRAEQRAEQRAEQRAEQRAEQRAEQRAEQRAEQRA2kP8HVkyvcaKP8QAAAAAASUVORK5CYII=\"><\/image><\/defs><\/svg><\/div><\/a><a class=\"htb-nav-link  elementor-repeater-item-05d35bc\" href=\"#htmegatab-d741f572\" data-toggle=\"htbtab\" role=\"tab\"><div class=\"htmega-tab-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"94\" height=\"94\" viewBox=\"0 0 94 94\" fill=\"none\"><rect width=\"94\" height=\"94\" fill=\"url(#pattern0_18_9)\"><\/rect><defs><pattern id=\"pattern0_18_9\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\"><use xlink:href=\"#image0_18_9\" transform=\"scale(0.00531915)\"><\/use><\/pattern><image id=\"image0_18_9\" width=\"188\" height=\"188\" xlink:href=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAACBpSURBVHgB7V1bctxGlr2JEu2O\/jH9OzFtgiswZUuKif5RaQWmViByBaJWIGoFolcgagWSV6DSz0SHpR7RKyCkjuhf0xNDhW0SlXNvIlGVmUig8MhEAcU8EQzW+4E6uHnzPs4FCAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICGgDBgEbi\/P\/imPthmtYXp8vL0cT+Ao4bOfXOQPteRFfXsf76HHbyt3m9YRxSHgEp\/MI3u7+I0lgQAiEHzDOp\/E2\/C\/sRxHsqCQ0CBgbT4thSODwbOd9cgwDQSD8AEGWeXINz5HM+7ABQJKdfvMuOYQBIBB+YCCyR3N4A3xglrorGBzs\/Jy8hDXjFgQMBr2SncMFkvBieRUS5V71MpBPrjxPuw\/drQQKLw0H9Ke9xlxcD4QPWAJ98\/0C2ZGY6NqcQU0SMiQxk0S+Bvjtyy32a37ff\/z3+UfoB28\/3o3pMxzlN+B3mJ7vxdu7Z8kFrBGB8EPCHB4Zt5zghu8JjBDzCfwYpUvCE778K\/sK\/62V8BEEDAl76pWdd+MkO8EWjkyveAxrRiD8QFCImUPRNx4h1mrNbQguzQ3E+b14H\/cLL\/Di9pzDk933yQn4ARF+GwaEYOGHgrQ\/YuCP\/hwkESMGT2kzCT1gPl9\/qDVY+B4gMqaX+GOnsJdnTaMslb+tZEr7s4R6JGgbtsT1M7gBCIT3gPM78RQt57cYOpwiofcE2QmT7H7K9vHVKb8YegKS4CvwAPyKCR9YqUMgvAOIhFEKP+APvM+zSIuw1jVIfbMQrd+fD4RvCWHFI5iie\/AIXZWYbuMwLGiRH9ojLCsitc0kfu7j5G6c0OXc1RK3FysjxXPnAIe775LmLhAPhB8VyBePLuGRtOTTxgyX6XzO0V+mjCgRj26bw0U0obwTaNGSf\/99d6dOdvTjnfgIX+8xmKW6qfFAVvaxYJrfVWdVQlftKf57uOpxcyoVhmEhEL4GpE\/+A\/riB0AbzXpPI\/91xlI4QzKfTbZYsoq8mI5vHB6kz4ZEfg79op2lZsHCDxpEpgmG7YQ1X40E\/16j9Zul1\/C2Zc1I87g16ze5g8fijF9DqwwwH0BMPhDeApXoK6x5gr\/iKVr\/2d\/eJW+hOzTC\/3HFv8Z\/lasC+dJyZTiCFeBZ6JHeI8lvW7hVIArPYqPKkbqXjqgYjVaoPz7z39Zd\/NUVgfAKyEefXMJzWd5ahTNM3hw5Inkp6oYLZc1Nwep+uhu\/UVcnasTAx\/5Y9jr4+BfGTSffvE9+gpYQFZ0Dc+JDplWCNn64IT0367hLEF9fwS8wcOAGdKZeZ7y8g4oiOlTCq94WuU5GDSBKc+MJf3433vt4L\/4gN37FH4Tq0UEnDj0uuiUiFU7BHBeMYSpfW4FETTptcm1IRdQpVm658LCCBcKvE0j0YzwAH\/CH3ivcmfm1Rzvvk6\/jd8kDZOOxdj+Do1LyOELX2pPd98mMGScr+uOPbI+lmhr1Op7kr6Ej8PP31XBSGzeS8LR8k38L3GKludjEHc+vYVf1d3d+Tp6BESfHxNMLGDhM4uIJcECrmnobXj8wO60wLXAK7hEsfN8QMfUUPthCjZgQmiHRb6NVf2aLRsyvgEifLJ8AMfr+zlybuYcaePzM1EeqfZcJ1+P2SG7T6ic+NuRsAHH4G0V44cIweAOmpZHuS\/w+eYBET8qeTyfBnIMuN8FWhwPrghnEZA5i7OLEZfrKJH158bnJ2hdO\/rnhvm0QbgThKdyIsepTmwuzsOoV4ToVFr9425UvjyeTGgJMMIHlJBIk3bFEvQ1P\/OdEdrTuj42HJzv\/dCSnEQ2va2vjCS8qGT8Lq27brK206jZY\/OLH4AB0MqELsosW9gD\/3276uapQWJlAkP5VQU6Du1uxLIhhzdhowis6L2YUJsEvPq1r1U1Iv3gBxmqVHtQCkZwsrOuMJp1MYGy6zY0qJ4WwDommMWBjCV8hanSGhH3QZVMmyagmZbbNyMcQQRlZVswpLMCzTbk73AouTS8oIzul1onsLlwFbmQh8f2+hREgnUPZqnYBf4GNx8YRXoQdbZYdY+sk6FnXVaCNLp04+Z95PzMk54ANq5XNBlqFoklpKfE2HTeMZD0Cj6Aaf1gjRlc8JlwHqskwspCkcV7RmEFydXFyN36hdvQQDLnp5X2X+gtglIdIPiPdcxIFpSxiNFnezwdMeNG48hk3oxSlqqqKy4zEKYVv8f9xZ\/HT33HV2IJBofdatrxrCC\/GLDvAakz8Ir0FT8pE9EXNi60MoG8w3PTO0T3Syw1OXCiFCbJxeEyRIPSpn3TdvMpWxBdWgdaloGpse66o7b8Fh12GGqCh0E6xrS0W96hxWUBvFl4S\/Rgt5yKEZ2sni1IR8fi68HyKdQ+B7AQkz9ysreHdk0TCdUqzXAGVALBs09dqI7k43hQytVh12s+kspFjspWVRJuPoQQV\/h7nuDKe8gk8G9o0jzbohfBySaVYeB3C2tPP17hJ9LE8lslG67fHLLOCcdnLRKw8+tH+o4ly3saEF8pil5myWMlDTr7RV6PD8+\/it+ii0ckWmw8WJ18KBx\/vxM\/mt+C0C\/HrNLX4RC+El5amnnXm9rQ2Le3n38cPWQQ\/2O4vk4\/O9ctdSEfLZmnrps9HfXzT2hMxOSSFF5g9nlofkJ3Ex7b8w+7\/JKfne\/EMrf3T0p4ABk\/R4j9Gt+uogX+fgHIS+dLAqQvvPrzUbDlXb6N0PiPN83kW2iNSEiHhCpKht5CZXUQE+j6UsYWOsByrCyTn17WeSxEYsNQJKZ+RX8NhnZAsEj+uJD6ImH4t7qAPT98nzq9Tws93p1gVvFt4tDhPVRcSLfHrnffJSomHoULG36fqbfidTsEPalt4JFKZC5NgROnJ7j+T2vXt8qQ4ROI\/k8Sfgu7qJDBSeCc8N1wZZlTujQ6ZW6DCXbFVB1ClpbE3Tajqsctny4lPl9HHP2ATjK7hmzRULRjUit2HD69ZHep+hzHDLNl1aN1pM0jx\/jZIr+CQbYnw40XkoSaGfHxo0RRinoh8zX2tQbWgIeYp\/KYmnHyj7lwkaY077yNcQyTkFMavm\/B9lBZoP5avsSeibe9O\/Ir+bKUA3uC+iydRr8i5SKOErXUQGbfWXIp3C2\/xLb1AhONkmS5GOvYpZtzHBGgPalqagfjjT74LMLxmaILQvf9d+f75aPs5xLgKUjHdkfkcxjec8H1AaKqkRuw5m2xx4jzM6VnajqJATNnoU1kAfr8HvrOcuaY9BRkis06+qCKc3W\/UGy028xUuXy4VIuvze4d\/wjOhAuAVlAyx3n5L3O62xts34Tm8xEjWwfIGELF53MyeMUv5As1wpRGRbU8IUz+z5rCGTpBSITNYA7z78HPjR\/Iy54eVKGoxr+1qGRxPzbZ2JmXYI+to\/uHtR+KEuCMqHBtBqK0xeMPricW2g0XIyiYV0hdGXw8vi8rikru3nYsl9aDWK6sum+UryIWTSgSrsGhqdy2zzYX2\/Qzos8\/hgCojcyErs9PKlArpC6P34XE5flTlMaE7SQVRM3D2hkj4FLyDSP\/JJqFRAakeVnmiyKb2V2CpbaKeVjZfHquyOiQqAIuypnjtBCNSl2XRUw7PIqX3V\/jy+P1aTRLpgF6iNNoNjuf8iGVdYTwJhuJtp7Ac2+J7k+Qtriyspd4gfqQWflHNS7QFH5TPsF01NUSKUL0C+2e+QEt8CPVAr3+GIWASYF24k3S57FjTbXgCzww1Y9pj1X1PJ\/Dv0vBCZtIZQSzuTCIzjKfq48T0Dk\/wqqZlvLap5kvJJlMy5OoPPrW9VO6vQ\/kJ2thVS68FWXVVMygXmSUrr14XvnxPM2JzjNqHnxjCoPnmyBA0Irg7sL\/3VxvCDLejVgmysYLW9dd5iwYWEfI1SCxW1JJjbRN3lZG03tA\/4R1aRFPPPBcAtamDuTqwfZUvE2kM\/71e6bSygkp\/nVyeR8ZjLqhq1Xhmq++1k42t155bdaxNK99LJE2B\/7CkIZnsKjN5\/n28b7ozap21udTjNz0AP4jBB7b0UCsv2Xib6gl5M7noekqFFHis3S+lBbnLDi2zApaVH2vp36sniPtIWgVG69JMjM4nkxAF1Vz84R0eWO9W3lT0jXhNvXa08EI0lls3pwtpQVMtTTTktMT8z4LWTVwpx2GcIFV+v2uMlvCy33MBU8\/cpprr8MBqhHe98aLVy3RnSst9WUFxeN8iGluQFrS0ASbQEhYlttLNM8E8Qar8ftfwT\/hi\/XgMHSGq8Ax5D1vbmLl5FQfWQyWly4pG4XebYkkV8tX4HSs3ssKFMaQF5Uq3rb8FdG27m2nXKqoi6QQpbF637JNJXKN\/wjvAhBXcGetyT0mNwoG97ufAtgVVfZp7k6quJekTJyV3n9jUkSfFsTeJgwRQol5ZtVcrKDBXDFxzidG5NCJ6YRycKv\/WFhVwsHxqJ\/HVn\/wAOoLCh7YGcbLOq54rH5MoN+UuTKEVT1SWGs3Z3EEmujDPacVKbiow9+XW9E541lWSbqtoCWjyddnDbVGBrstnIXucDThrHV4TGdDPljE8HI7rqAwIie13yS66Jbfpjy6XKQNM0uI+xsk8p4YrudWtmfhLEObwX0tD6lkOa0\/IneF68cwZnrb759\/F4gppTC5i0RjzF0trVqK8sB5y+WylDV+CbZqogdERij\/X1mTUSnPNgiAkO82aggZY5ZbQ3qdg3dHH\/9v79chmiNCosnnmkbhc69i1xaiKx2zuDFDDwsSYpseMiwaZOtfXlNX452Kkd+MT8lFxNZuJpV7VSb\/CzxvBfcqilo62b0H2VZAS4gUx1VtRv4kfFTRHNtJ\/qyl4xriqJbfcbWy6VFFSjT+rfsg21YkguQ7ED6qucNKJLKnwJN\/7wLXFXUgdFv3qk\/\/8OXGjmEZ9Dnqn02oXJ5NPpMflq29cVfzmAv59+GLtSQwtMXFYBOZ4k0Tx\/gTaIp8NewW3fahyCanDItmTucOJH7hqaYkmXN2SVc+R8XvtcVXxexfwbuHpS7XVWlFR4s5kUIRPeWZZ8pMsyR8SwSJZtSC5qxZAfO3XSNQn\/7ob3ycfWXzOejVDCenaYKr\/R181OlKRuDCpT05CcfaelLk1FOZmNZ9Kj1vG7LP4vTc\/fjwuTdGdSZqOr\/l0J36Nln0ZwswKlxoTXtSvWHwaaZ3p75DIP0\/xx5tAzHPryoQrdEGamltfslkfOumm1CEZBzzBnIz90V9WTzSlrJ7SAh6jX7TBEo5bJk2shfBt\/DQ8JvcNv\/ek6Y9G4ctI9xm38ST4oatKl+zT1VwRhfxrg1RzONBu5HDkmuyWzG39RNZEL0nAlWIPPKKvOHwCHWHWzrRJhdvqawDWF6XwjrRYL+NDB7OsL6EWrgrciH0moEaRae1kQQxYCpdiaIhCVnGgwB\/XnCz4GhzDmrltsBmW+whtL+FTbW0tLk3jKRBmyKuimGoV5CaarHxm2V2IoTru020LTQksFQm3fU3XMZ8nq7ZZKrIp1qQdiNIN+r89x8gLA6GD81Oug2PuESiR1cJlUt1MuP6Tk1vjxaj0RfgL400bncGkXIskzaTbeDcJaIJQBLgT01CGCycx7xZ9uoKcl0ARFOGzamQDfeVRJw9aVMCW1y8Ln0sD5QZEfkDdcJsqYax4MRdmyq9HKZyIuU8cXprWfcKaGyN83YQr4Wqfgqu9EN6FvqQshOo8JS9Hp41qhwpQsrDIsef8UvrXE+11bRe9K4G1gTh5WKFM4XUbA4L7MX2ciMcRoGvx4b2oj40AQjkALEViG4KGgxLWgn5cmh70JfsEtRdqX6eGxRcbb9ar2laiXuFG+XB+QeQFcsWCOWgTDXMhJuN1CgVo8o7jtuFOM6\/BPVr4XghfqD3xnE3zCSJumxBpZCM7FxPCz8AYnak1ZleQ0Jym0tPA37e4n6LPo4VzMZk1it+zHx+eiRS6iikMGLl0NF6M1UgFz5IisfpY9FvPdt+vKMvN0vt6QsVDRWRfILVi3LhqhHedzPKFfiw8xr4xw0kHKN9972GU5E3KMSZOFov0Gq8VItEuXdmpq4VJJdELspQ0re5tk2l1JhZzTnU5uPx9rUC\/dfVEwisku7JbkmMuR0l2QpdZVOtGL4QXse97GPtWhg6Lsea5VASVz6qEqohKVEUv8MQ4wveh6XUvm07\/kPXib3jdak5yQ6J6aXpLJWGrpNmQ4bus1xV6i9Ls\/Cwsmv8fmoqPGDxF4p83USgQrW91CpeyDd4JiRnV7WxiUHBnWoc1BwRv34F5fO1eM61U3TjZwhg0eFMBWyKfnFFz1pOpQgyZxrk4QfONIm0Sm1gxc7rGAj4FWPuDlh3tAnJTtcWabwjhZd0Elc6eEukxurHH8oPGRSpc05oBai7mopy2MlzGsw3lFLLoSay9KRIO9wv301twWDYWRhQrcS3Td4Y+dqeYsixfeGzvBNwIwmtoXC6yJqyllsZWOmvTOrfJTFTgJxqVjq9BrXtaBEHsF1L4gBb32W4m\/qnjL\/ieDhvNbXIbrpHXzTSZ7YQn4eO8bt0oV4gtD79Ag3RYt0ivabmIiiiLhi3B\/Y22H0wDCG3+Pt2LZ7yDII9cQZ4g8Skq9AZ0ay+UBZK78SM+gYcqUcyoQxfNd9nAPQWHoAwtroQ\/SGJmRL1cvF\/+sDOaAIjf7ZntJJBqbSerok4qWCbZVxaFcuZ2mCueLeHlCoMqDzYHoFUKclYg12kBy\/gX2kC2HQK2CpJUhXY6MAuqGnT1iNfEE1W6bPS8spOR3MMDWslww\/7IvBPvuw9NUZFBNjeWHQu+YvUKjdgBTxgU4U3pZ+kXtga5RHgSPQBbA0p1JKd59SOFNVlRxJQ26pQfgLZovrzTfuTUVErmmQ5PUusV5HCyJnXtbQkvmz30517dFAtvNFZgXPxb6AjSniE1ALAN+1pGco6Ne5r\/eCmY43dg0XPbobpSaOfYS24T5a8AGmisvQ764rTqkQRf\/mc+l6bu4Wf+Wkzes2hSanClGbpVWO0ufA6dGFYTt9Hf6KrmZuHbfxdTwzBZ4Vh7QNEyNz7gwrprnRBKMZUx+a+p3KDMYZRaW7KS0RfoSimJvVwP3xSbUmVAZE3MAn985r\/VJVsNbZ56oMpZPQvtNVczrBa\/q0K4MQaHoEYSsrpshZZi04Muu4hi5aakzzoZIimdFMzUalyh48Nctta1rHCUNUvLl2E3iPBmf6OPDnayut+8Sw7nqZhAl9gewxq2\/UXQoYnZIdLUUOT1LHnhAqyoI5+ARwyuiZvps4e8dbBr1n4ZHaICtIctWgin6pWCfHdRfc3LdxJtgj28D8FV+t88KSPP5SeDE2LiRlRCSih39uNtkD72IXQYjmsr\/TXluy3qa16IiCTcNxpTEmiARtnSrIZ\/ebWFSyONmXbsfEgNqhgc4YWirKpoO\/RmEUP7RXbte4sy2CDEUi\/h2Ex4MWktC6FXKsXOyjFidaPdJVvaCpPisQPPGJ7UXopfWne09gGG2ysZGSSp6\/+Tdat7YmB06UBVNcitaZST9rI0IXUianrMsgkm\/9bcdkmy4er1PsqmB0d4IsGnu\/FMsVbxkGutaXSLbG6JRWNHuf+fgBIOlRGRlYTHY\/FiUV0qXYgm5QFNYJMMrHjsR1UTEtolnqbqlciDUJSJQSqPmUNzXcxQ8gUREqRxM5iwoWQNOMaIFA4aEV66War\/fuHbfycMkvBmKp6N4Ef35bcz12G6LCKVQCbVrX\/mPhXU0v79d8Ig5bIpOyizgLnPOqXkjoPRioNBesVjqBERSa\/gIc2w0toELfU1GM+e8uJ0vtMvtthxmTv48U5MGeZj5Qn1CV8ciBxDA9CkcUNP3rs7QxiyPvwpKHXtuEGj8ORoCc8MObm6kCvHaY2HvjTlM\/CYxZV7ny71MF3U1zIZ76l6GyYCO0mW18Vg1YPNKdpyeMHGwId+IslnaO+xIlONJNPLcPtqPSy6M6\/7CuUO1sKbbg39rzN5T8akH8kkzJ7y\/MoGiab4eC8+RhfgKyJZm9dbRXjR0YTYndUngkU+oxGBO7Ye1n6uWWgXuZgTW\/e9YcgwhhfIyXulENqNl3COF\/OuI\/VHyBskOjd\/iNh21g10RNIetZ7UwAWQ3+NXGlZsa+YoQxOVhs64VdhH1CK8qNM3Cu26TmBpgkET3jK8YGo2NhBoQ4vE+CC1G1cfeGrsxvg2tICw7GpXE69X7zNv0omfy\/JxkQk9TfCz1iHz5FqX81sZ+TBb6bh\/l8acFgK2PgWPGPRQM0sSiqIBdMBm+XXpWjxtmjWkiAa+NlDlZN3nLN5Lf53TVv5ndVQjAWWDSysTS\/Hz3hHHYoYnzy\/aioEJo8lERD2m2ls0H\/bQifCrsse2mVOYv+jNuhMGP8Uv5fBsoVAG2Y+PB07UmqM78QoZV9yYSbGkrS\/YKUUphAWm0J7R\/EGkR\/dkb240dZsQEnxoPS0N5gl3OOs0xxzgIS69r8DUscyOwzQyM6wTa5XA6nlO5Ja0VWugCtAt\/aZV2ePCtJDMWCTQIwZPeNqkmlZe6j+qG9IMS1Uwbe5pHtpD4s8sagaiqVuMtIzg9WJUfCqkO\/aE5cSoQiGN33D8Y5NyWso34Gcl0aoXrTKt8rOtephlk1v\/Mzacv2uz7j6MxSoMe9MqQVZevW7ZkBLOhPzd++RZ2bJK5KQaeLBkL3k2D+kUrecbOgFocAGuCHbCtZl1avjwq8ppZaPKA2pUadJQQn47HYfany3vl6XG7Y4DDaqa7oWUoYJ1WHeC4\/Ijf6gSN6ImDsxIPqldfbiHLsqWWF4PoCFEN\/81HDb9sURWU2nGph88brB\/oM+M5mmKJ+G3+eqWq7bxbGTMmZwI7r0eJQdaeIqIxfl1agy3vb9QdEhF9GwBNDy76yD8aCZxm778AhyOv2nYP5o3fpx\/F79lExGzn656DhGdBnY5GYLWAvIzn8IIYYZu12XdCaMhvM2XJ3RplqY2P8h8e9N65kgwOnK29Rf2umt5cqGcdjOwUoxJCEkZcfd1+O45RkN4Aroth4b+JCUyjqx6kQ2wFuvZQ8zbN5gxndEkvNTcN+VL1mbdCaPYtOaQokYauSlN3WuG0R1GT\/iVmpBFcapk3WN+RkV4gsy+JspN2xgjb5U17RWsH+WCvmBp4IDrK0M5zmh\/lBGytWI0URoVcuiYXsOCm9qmY276hCVScSEjFb1UCXbFYhXF\/ESUCbMeg3LSSk3929pzMOFHAzAwM7yNG\/6TPiNIZRgl4QkYEqO6kSP1NhJOXVVNuU7gZ\/4VVMvO4WSn4+CFOsgrSEGZSkiIeCGTuw36yhNDXczhoIWeT+8YLeGFnmKWNdX6IucTTLr8Y32boip8vBc\/1fQfM1wwtI5zqSGTk5CukyjVPIK3bb\/PYsy97xbJEY3gHC3hCZapIUJ8CP3820N0FeRJSp83rv2k7EQ4rjtALQeVGIPvyd+ZGNPxzrvkRxgJRk14AsV50afUNq1oMWffeFAQcAF5kpr1PCtR112T7gtFsmrX0ddEkl8gf53NcfWZw0vVsAhR2QlcDHWFJYye8ASbP9+Xf9wGgvRfICG5KG2I6zynzkmcz5qFoohqQvU4YuCE0gCOLtMFk9Ejmrrx5Rb7VX1S3WSbfN+8cpVmQz0YasP9RhCeYK21GXjkhkBWkSTuKGnDlNDldQq7VLymPpa0b8pctfN78T76\/\/R4a7gTSXjbBwltJ1nTOqE+sTGEL\/WPR0D6MuDKRd9nsSkvI20+IrPyxTzsbUpXlAFHbEaXeCoD\/ZDW0l+a5eRhgFkfMGvoTbFTIhytbGAju9lSiKSkmDg4QinZKWIz4PDkxhCeUFrvPmLSq5DajwIi+YaEs7hxF1SmS3OawOgXpXJoqj2Cjqgk+8DDkxtFeMIK0vsN0\/UEoWrA7JtTav7IM5rzrCpRc4FoVu359\/E+tATtOcZKdsLGEZ5QQfqjT3fiV76minhHBNv0+W3xdWqCoWmFaiWidPNosHCivUwEL0QIsSFkCHi0ZCdszKbVhtKYN23gIgydDTheTCB5DlanK2sF4YRVBnEc9ARdg2NgU2yo895Dw0Za+ByKpdcjGzSfFZflLkt7H2CrmqqX\/nol4SiyMzeHSuTHYEVpNSWyxMaYW0WwjsZEdsJGE56Qk76gTks\/eASvhryZLehr6jhT\/fVVQNKfgjngOBvMXOriiY3xZ\/hQujEeUUlBjo12aUyUFG8N2sUp+cwntCFtE1O3ZaXNLG4+Mwrssf1kMWF8hLhRhCeQG4OWnX70uHDnQJNU\/7ob30drP6XLGGWZda0rNxNaArIUQ1h1GltvmfHaVB1iiLhxhCdImQ675kzL6sQxoaJqk\/Y6diW3kVVFluFGEj5HqYsDWT2IK2ntIcJaWm1BWx2eoWLjN61VQCv+jNrswDJZJJfWrqvcOzpswwWrmpqXlSYc0aC2TSE74UZbeBVyFqomtqqCojwpwI9DbiGsA7Eh\/YybVi42pFbrvmlWXUUgvAK5zBMRyutNpI\/fpfVuHaDN6IQJecFpxcMSXPIPhtBs7QuB8BbU1Z4kqy8Uh\/8KPzUZTdMXZMRlWmXNBch94ZhEGkETdlcEwlegiegqxbI5Q\/IDWv41dfuIuVD\/B3sYuqSJh5RFjlc8hWTBT8xWvU1GIHwNKK5OHRIRhBLBYlpHBImvbiP4M9PExB9yr646wUIYdoNdlzIEwjcEbW7rKg5bcEZ9pZxlU7DF8AVVno5a\/CayfoYGMvDlH5Kamj9inslkU6w8hibqZVks\/bRvSe2hIRC+JXLF4Q7k949A8gIC4R1A+Pq34Fs8mvvSrYhhHeBCzfcMf9SZixKETUQgvAfkJwANIVOmdTRuuChFZrmJ3AlIDXt0ec6ur+CXm7L5bItA+B7x77\/v7qRXPBa9qUz8kQ8+heLJkOQXeFYTvyAxy\/YBs\/Qao0GB3AFjA50E9AcBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAcPA\/wMdx11RIUwoAAAAAABJRU5ErkJggg==\"><\/image><\/defs><\/svg><\/div><\/a><a class=\"htb-nav-link  elementor-repeater-item-93044ca\" href=\"#htmegatab-d741f573\" data-toggle=\"htbtab\" role=\"tab\"><div class=\"htmega-tab-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"94\" height=\"94\" viewBox=\"0 0 94 94\" fill=\"none\"><rect width=\"94\" height=\"94\" fill=\"url(#pattern0_18_10)\"><\/rect><defs><pattern id=\"pattern0_18_10\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\"><use xlink:href=\"#image0_18_10\" transform=\"scale(0.00531915)\"><\/use><\/pattern><image id=\"image0_18_10\" width=\"188\" height=\"188\" xlink:href=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABGNSURBVHgB7Z1dcttGEsd7QGl3H7Yq9GtqE0InsLyRXFt5iXSCyCewfILIJ7B8AksnsHIC0yew\/JLaipRYOQFBbVVeI1dtUuuQxGz3EKCAESBRJIHpAfpXpZAEFZkffzR6unu6AQRBEARBEARBEARBEARBEARBEARBEARBEARBEARBEARBEARBEARBEARBEARBEARBEARBEAThGgXMGeyE3eAPOFAavtEAm3ioC35woelHw\/cb59EpCCxgLfjBdrgZALwDf0RejIaj3nn0HATnBMCUwb\/CsBFiJxQcDLfCFyA4h62Fv9wOX6NLsD87oOFKK+ijaxOBB+Br3cEPdyd7LB7Bg42L6AoEZ6wBU3JiB4jiMeyiWCLwh5fDx2jVNRymB4J1eIo3xyA4g6VLM9gKd6xDfc\/Eboj\/NOKeWfRk0S04hKcPry2\/PYYL8JDEfYlmB3QD1iOe44fgPUZlLDw0YQHuOWyjNIJQBSJ4oVWI4IVWIYIXWoUIXmgVPAWvoDHZSC2RGVbwFPy6FXcP\/EzYUD0QZJNNyo+yiCbDUvAb\/zZZ1ayV30\/E4w1U1twZw6vsMRXDKQhOYVtLg9bwKFOH0g0mMLjcCk9jD6xkgIkz\/TvsaJVzZ6J4Au9BcArbasnBZtgN1uED3g2hGRz0ziIpHHMM2ygN1aHEI9hVCvrgM9q4ZiJ2JrDf4kf8Zzuk7X2H2qovN2LiENGh2h9VEI1Blywew7HUwPPBC8ETiYszgCTMh+I\/Dc+iXWDCcDukBepB+hhf3wm+vmcgsMKbxFNiJWeWUmleEY84zi9IfdmZ1TYk07oqGpQsazIi+FUR56NJ6Ct6uWml6YjgK0KJxWeJCL4iOusqAoEdIvhVEeQXqZ9G+gEI7PBX8Ip3FWJHQw8EdngreO5lt1o1piSiUfgmeG9qyzEOvwcCO7wRfFIePBM8u8SOFZWhVnu+lTS3AW8E35lArhlpoHhlWjfOIoq750SvrNcsuMcLwQ8fh4d2r8kvziJ+teVUw597CPsFbQMFh7AXPIkdV6h5SxlfNyjlRNJLMsoeCwJ4TYVvILCAteALxa7hsPdT9D0wxNTwAzyBrGujIQzW4Z2Ingdsy4OLxI4v9uRLD0puSyaXXNCGFqmNdwtLC19m2X0QO0ELWBT3I8i7N5vBX+CDRG7cwk7wpW7MefQSPIL62ZNFh3y77DCI0b3BKwAITmAl+KaIPaVU9AAf8L0+BaF22Pjww+2QQnrf5Q56LPYsuGA1C1ewOzAo2O\/9yHMB3lRYCB7FfoI3eYvXELGniOh54FzwbRB7SonoKZS5m2RqhYpxKvg2iT1FRO8WZ4vWNoqdKFzIUitBWcjWghML37RozCKUWvoOPEqayQoVULuFN4mXloudKLP0nTG8BqEyahe8XebbRrGnZER\/PbyY6uil7qYyahd8dhq11nDaVrGnJBPGD3MH12V7YFW4WLRm0+piyZBYwy\/Zx0EMD0GoBKcDEZSCTVzADpKW0q0UP21VRDdGamtqwv0EEN3uy7d0N6gXacQktAoOM54i6vUObUVDV01dmhCEynEt+Kh3Fm1Ay6GN3oEySSihYpy6NBiWlNoRYk2GJ9SFWwsvLaXZk1x9KEwaaqsRlgmnBhD5VPTGd06r4IxE5N\/CtBfQtcizv6RMMywDhpYjSiLiCXHMXfwieGEGCb2j4MWNaYl3gaFlajpFPzQ8WgdwwnVTS2sET0Vr1PoumDPuP9ForX6K+tAS0i2WGpaDaoHwBNhB4e9P1uAZt8rP1gi+M4HXZLn0nAXReLneHGyGp03vI0OGIIjhDYr0ZrZ3Ogf3hCYmrv1FXXz+w2A4+\/82w+7aOjxEP54+0z2VLxkxwg8mMMCrxvON8+gImNAawd\/7Mo2+K32heMuvh+WKSMT+zs52kz+Ors3hF+fl\/TsTQ\/A++XmZDI\/et3qAkuF4NdwKu73z6BAY0F4fHq0XWqHZAktNEz8htIRCsU8t+mF4Hh3DPUma275HV6avp01lw9mTuC5A0X+Gon8Ojmmr4KN4DI9sd+VyO3xtW6gmUmLZ6TPZTcqVF+bL8+gtujvvO+vwKvdZKjhA0X90belbWUtDCa8i33wyaa77klIq9tHyYk+hz9a0RVRWnT9aetftw9taPFZcihw0O+NpmrxWKHY6mTDa8yrdjI6hSdrckwtPkk8PDpFqyZYw62hcoWU3JxPAAf4bJ2jJD+gY\/n26jTK\/tumyO4MIvgWUtO9eqdjNPlx9\/ffJkpP7Ynrma3iW\/V0Vu1snieAbTh1iJ8yayBr5Q9NPzHPn0anKlICbjeqOfHkRfJaGFbPVJfaUxGe\/rqVB9yl1XzBzndusj6\/rG3CACD5LpzmCr1vsKei+5GLtqftCVh4y7UjU\/ROBK6EVgl906galzcFDXImdKHJffv16o0f3lcodd7Jx3cvEk4klT0yhUzeYLpQKw4yxmkYH1GTBqdgYR76c39e80gH0XVcJuhR7yiSGY\/Tfd9LHo0+a7n9PJQt4m34XXToRsvU5deCl4JPwF5Wkwm3FYKr8iajw+OTmiWOq\/+ZFwx4uxobJ5bt2OIjdMEFhZ32HpDNDPIGPQef68KeRfoA3tQreT5dmydYeCkp89dHyiadkd1DtsBE7zArLovTxrBWJldhDa\/sZ1Ix3Fr6w7+K06GmuBSeVFegxFBZH0Rc1+Cp8ogJ4oeZpDEXulLJ+T9ffUIqT2Lnjn0vzN\/xSJ9cPUcD98Dx6Aisi2fQx98YPSqUDmGyiExiLPUzvzK6oUwPhFO+jNArcdj7ASM5bcARXsRcklSL6Dy5ke9mDY4CPUDMSh\/cUzm5MR+UnuwSJUVJ2AGAFa6b7IoL3EM5ip5CxtacgSjaH2K3SL1xsn\/Rf8KpdXYdLxJ4KKALH0N7h3AENJ3Rj3Byd2wXlxBVtguD3Fs2kroJsgqVqysROkLvg8nMgaHaXtXeYdlGZiJjt5mA4\/gQc4P8WPxrlPoEBRkvm+31MOsUBXvpL2kcMqY5bmbE88105lu1rMSe3iT2hSwk5FP2ui9YYRYPq4hiem1AvuTmTYjenbvyz8P9bssBreoJ8V\/QUiQqmO3IWd5MqqLgs89kxPJvfXEHvbSr6EGrEGImCQXVpX58bbk5sbf2rEe8ETxZDLdleW5cJetmkESbAcOG40jClqRtS8AYKFqi9n6PjG5MAaxb94HG4B\/a2vcyguiI3p\/eTu3ojL12aL8+i3cut8FsNc1bcKXM5DeG+JI2IkpE8txOj2GN4u4qFo0quEske1De3bcujW8w+7+Zmvl6LvnL3pqOtbmWW2G+4OdMT1Bne+vDUDgJv5rKmKIhjFMRvcF80HOCX58QamYamYMR+Z+jRpeg1Jd7S+PodYjdujuNIUivi8IvGewNHXQw0XlWSAQlzx9kLBx3X4N6gwI+Uhj0U0s5dYucwolQSTzyx1xJzJZVciZ6utmnUpVDsAEdc5vGK4PlzrwyqK9ETRWLHAMNJ78x9i70UETwHxqUL6oXKBVyIvkzspgMZI9opeGazYTvTaRs2S9XG1Cl6X8ROtNXC1160VEZBsRWxkkKwOkTvk9iJdgqeSf+ZWWPTCqseqxS9b2InWil4\/FL2TBmBRYlrUQkmqTSBD1X2ekypQvQ+ip1oa3\/4Lp7pHzIFZ2Txr3RNAxFc1LOvMjnlq9iJNln429wYEl4INWDcGFdNklZg6X0WO9EawS+y93U8gl9ghdThs9\/FMqL3XexEa1yayQieBWvwdNYj5RZolz1agn5vxVvQqp68MS+LuDdNEDuhoGbQb54V1+Gdk9CzD2xRCgTjvrvAJl5xsqInCjbINEXshGRaa8C4CszETszj3jRJ7IQIvgaKdvxw6QhWKvrptskPTRI7IYKvmCSTupM55HTHTxGFop9i5yqOfBY74VTwJgHkeKd91aB1v1EqCwzJiL4QagPCqepxUZwuWjNE0FzCgmMR8CW85bkovaM0RMkk8ygGeL9xFjlteTgvXAQv+A713I\/hOF6Dvos2IfMighdWDoWbdQdechS+e8FruNLTiRxsSnbnRdHlv6hHfDFR9oFeoVtTNiBMT7PLK\/lcle3q3PW+p9\/poesRQDauE08XmHh6BJ5yWzcwmmekYujHner92ySB9CH7OmhjddLZocp\/t7u2Dg+pnj+JRIU3fknDy955dAhMkEzrgpQ2NaXL+Qgv5zXH2aPt8LXKbCTBiErt3+3gn+F+0DFRqTB7nFPsXuLwC1BW8UitKugEbuuYmY2foxMKbSqrUSpdAS7xhAQGuBD8tU\/pYB7SshRVPNIXjF\/0I1cNQjlBJ7ux5irfP5JEP9wKD8ExbgVfUw36KjGJJJ2bX2Qu1y6a+3PGjKG3pnJTV+bB\/HNvK6F2watMI3yl\/BI8+u379nQL31PtVUJdyWxLH9iNV2umdsFj9CLKPOy6PuPvQ6B4NQb1AbL0VrfnzeHj8Ck4onbB21Pv8AV8Ax5A1j23eYNBY1BfoM032cdo9A7AEfX78GMrGaLcvfn70IHcyJareAysEiqcIcOQjdzg\/U1XV\/baBZ8s7k4yh7ouL3HzYJf44v2+WPf7MdF5AxHU2BIl9++CAwqG+R4WjpTnwihfF+5qIJfPbJxHp5Avp9gDBzgRPL35XHKCdtis3agbZ0MQ5NcZq+5m0CL6mfuhCyPnLNOKCxmK0eZ8eQ6JiSIUg4G6TSCeWIZivf6wtDPBk2jQtXmSO4hhP46it4agidjngGqNLrfCN1TjM9vVZvX07GjoQc04raUxfp2VmCDR0wfFbOsf+xKIgNlEclznvNIK9qigLRgnES5L8NpBaYnz4jGTgrbrLvCDol3zOesg3A6zuqTshEXNKKPOovMYiX7wVfgLLg4p7Rymx8k6qAnsD7dDit2fAu2fjGEIRe2u1xbcUDG+\/cswo+Xz3cK8K3irm2Qxmq3Nj8yd6aaRGS6GxrFptUdTm\/GDuuisw4uCAQGbyQ99SMVMYDHuqhq3NiT6Vv\/jhHUr5JgYKHS7HmYPjwE+Qs2wqodPS0uprlzxjXV3f\/16o\/bFlk9YWWmgrgZ0q4J8PsNFpwOWG0CorpyEH49gA0NZz3Bx09cLdP+titFIO0ma+EBR46lU2Pg9zo7TFkhwAOvuwUn6\/gQy1r7Iun4a6Qf4Rj6DFUGX2r+uq9\/Sv0vFTrSQTp+n\/aJ4cwxCjsFO2A3+MJtjromnAQlTfJf161UuCVUb3rXL\/vyHwbDg8BCqIf277y+3w3ep5ULx71DxU5IuF2Aq9s5\/4bUVkZm1FTSl1Zn1EF69K91gXobsaZ2TiYaX2cfop7Ithagbs+0RLXv2KkgESfDBLq0mF9VV8Z0Ifk6S+p\/T9DFZee5VnlVDVzkMGb9KhrPlG69qOKS1mDkZrI0za4GVbKyRtg41WwgzRSTb\/0XDEX6h7zm3llsGI9YJfGeVVqS1RSEU5SQ0hiADOOidTV2ZzthkXMPrp+HkHz9GzorvRPD3gC7DaNWPyHolh7qLTMHzBeprr6ch4rmgyIsew3P8nExUBq3\/ic6XAUfUswccIi7NPbmxR7Oice4smHOAMwnd9OQ5j2iqyQUtYEnsYMXjyad3vXFGLPwCJK5NfiAYTczYClm1lVuWyZ\/wXJFC8oVpXXy\/kZp2C77APMnbbLk0+fW4gKWmS6H15w449O2Z92olWBQOBCMcNRHNhk0JDPs9qLNun4TeUaYsZKfgafLpWeQtRPBLUCr6KVeKfNoA+qbgbQ0zjhX5+caqKivhg2HU+O9wtHG6etGTywK\/43uewGbQMfUx5KeHN34RF7D4uvY4dWQTwS8JVQai6CnsdgDCDDzZ+5PpAjYCRojgVwRZ+5JKz1ZBC1h0bQ659tkUwa8Y4+YE8K3umN0+O9ACqLCPLDq6L6fcG8qK4CuG9nYmBWhd7WG35DIwSnM1Ubg2GeHaRDa1C4IgCIIgCIIgCIIgCIIgCIIgCIIgCIIgCIIgCIIgCIIgCIIgCIIgCIIgCIIgCIIgCEKT+D+QOLTAu\/zBbAAAAABJRU5ErkJggg==\"><\/image><\/defs><\/svg><\/div><\/a><a class=\"htb-nav-link  elementor-repeater-item-e90a97c\" href=\"#htmegatab-d741f574\" data-toggle=\"htbtab\" role=\"tab\"><div class=\"htmega-tab-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"94\" height=\"94\" viewBox=\"0 0 94 94\" fill=\"none\"><rect width=\"94\" height=\"94\" fill=\"url(#pattern0_18_5)\"><\/rect><defs><pattern id=\"pattern0_18_5\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\"><use xlink:href=\"#image0_18_5\" transform=\"scale(0.00531915)\"><\/use><\/pattern><image id=\"image0_18_5\" width=\"188\" height=\"188\" xlink:href=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA67SURBVHgB7Z1fbtzWFca\/S0pNELSI+logHmoFkRvLCPpieQVWV2B5BZFXYHkFlldgdQWWV2DlpSgiJVZWMFcO0NcoRWU0lYY351xRseKQM6Ph5cwl+f0AWcb8kTTkx8Nzzz1\/AEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQprFgDTKcCNbSc7w0DhsOIM1eWil+FJO5fFjefw4d3i1emQPQBqFgm+I4Z1sIzV44oCNqd9kYOXfncE39h8gjUDBN8DJerYr377CrIjw8xyPaPHDQ8EHxLsv7\/Aazrsu9XF4OjiyOyDBoOADEVzsV1D0QUlAgpCe4VlwsSuyDpD1wDZIEGjhA3CigjQi+AaRKM59+vT1oYWvyfDLLJOjOPsCdUpS4AlIbSj4mqQjEaJDhoaRWP2GhjpBakHB10SFiDlBK18fCr4Gwy+yzXlY9yu8lV\/LVkBmhoKvQZrgAeZMuoR7IDNDwdfAoYEw5KTfaeZ3R+kiFHw9MsyZRVxkXYKCrwf96ZZBwZNeQcHXw2LOyNb4KcjMUPA1MAsQPBbzOzsDBV8DiZgcYM7kwNcgM0PB1yDP5y4+u3poj0FmhoKvgWYviltzgPmxC1ILCr4moxHmVX9q83O8AqkFBV+T1e\/s3lysvMPe6rG1ILWg4AMwOscjNBgudA4HgyP7FKQ2FHwA1PJK9OQxmsG6C39BkQCwxC8gw\/VsSyzIC4RD\/fb7dGXCQQsfEAkZ7omlv40Am0PqxlDs4aGFb4DhWpaly77r2BZuipO1gMHO4NA+BwkOBd8gXvhLeCY7sptTvcFhJ7\/Ac7HqzJdpCAq+YbSrQTLCcIqXWrHqqyCNQh+e9AoKnvQKCp70Cgqe9AoKnvSKJXQIbVmN\/0VWWH2OtWnNiuzUriGNqITvY5yuHnQrRNrqsKT2WkwSbBiHe0X7CnYRCE+n5lC1TvDF4IFt2aR5iAX0hek9BlbTHlyKp6v\/al\/aQ6sEf3I32xGha2tqWvIYaOF0klYI3u9W5njZyIQNUg8dwJbgflusffRRGu+nj\/CGYo8UB02deCN334doAVEL3ueXG7wGXZjYWdESxDbMoorWpdEQnVyNbya+0OFUIgj7JseB3Fq\/\/2jZ\/PiXfw5PQG6M9p7XTE39\/tEn5tOfz92fU4eBqGSzGLCcTfwhBlsxD1aOUvCFz\/567LAB5+PVu0ynnR8\/rGf38stWIePcy9M8xe1YffooBf92PXsxrnhC4sL7ows8otAXwxRTC48Hh\/Y2IiQ6wU90ZRx2WMG\/eIrzVL2+ivQ8RbdoTTHGclDs0aAt\/2Tn9e+VLzDYjnEeVVSCV9+9WByVYSn2uPBpBgY7FU+vJMuILlQZleD9zNMKtIIfJDry\/0OLzW3Zc7LWmq6Wd45EJfiqmadi9dlmLlKKwEFpk9cYx2xGI3g\/ZboiDCl+\/R5ItMjdV+PupRGzJJ3\/aM9xRCN42VH9vOKp088OLYcARIxaeQn3lfetT+JKCYnJpcnKHnQOHADQAsTt3C99fI6TyqchGsE75su0mnyEn8oeN4YWvhRxaSh40jjxuDSOgifNw64FpFfMpWuB7yZwJouXXL4qLLnEbPU50j1WfMh5HH\/E8by6IzQqeP2gqcETd1ZsKI27nyxA7EWj0weyI7jh3i+utErfugT7eYKv21So7A3Lf7Apse\/P5TOsqRHRzyJPncrhPdYZrwvoOrBSFPFUcwacrGfHMNhtOpe+kWxJPfDpGV6OyYuZGq2Qz45s0LQCzfTTJLVp\/j7d5Y29Qv9aJ4fJBe7GXwA7oYU1\/Gu2JRda\/eknDdfIBvfhvdV8hzchxN4Emsut6cfT\/n1iEba0GGX4RRZdXoji03Tf+ZpfzUOavPB33nXck+PwLMZsxqsaWd+UqgGCCn6qSqUF4tt8jC9cKEdPQoKXsRUq\/5qTPsvxNthOluVCjlH06gbJ51I9ITBBBe+zHWMWu6vOxpyKy0LlDUSANy4GL1Fvw24tXQo6hC0kK+lF+L8tmOCLXPYtRIi3FHXFXiCW\/kUMVjHUnVTH8cTabcBnWwY2MOEs\/ChOn13x4giFujdLfnG4MLR9Scg7qdwpnkTq2mhqQlA3MpjgJepxDxEyLu14ZhZcviYnLfQFF2V1kmICBz+CCT5WdyY1jZzIlUXleRcLueARjBirkwoyBKTzqQUODWXrLSrPuyHX0UWW1Xidf\/9tdYBA9CGXJkMDuAX1upQT9jmaYSWksGKlD4LvVBYm6wbq0QfBd21kC7ut1YCCj+\/nTsKiIfrQhLYPi9YDNID2t8QCyB2+RwNokh56QPcF79BIumk+wkI6KRTpvcHvLnIB76EHdF7whUAsArLwxlCmvPHRzDicLuoCnje9KPGTkxm0J6U7D\/vzbsrgG99j0yIcu33p7NYLwa9+Z\/cC+tzbMYgjh+\/cG8K1Oe5Tk9reFHHrAAWgZlMnbdd9aJ8jAny7auAx6mHz8zEtrztIbwSv7eC0A7GZvU\/ldmyWUES\/l+desBY3RKMyejza4MrorCkEoldtOlT0tw7tI\/Hp1drbad6jwpCDtBGLZf+Q1W\/t\/o0u5MvZWNtaJ9wWv30J+BSBmEubjthQn16+7b29kz3QCXXiGqwZTSG+7H5mnXYugBf6\/mdH8TdyLYT7aLiWPU2W8FALJ8xlDlHmBW5814IDP+lwhFd9no3VS8FfcevIvpJvr9ARCuE\/Lb5ICew8RnoFBU96BQVPoucC5a24Z4GCJ9Hz0bL5EYGg4EmvoOBJr6DgSa+g4EmvaIPgWcPZc35+54JFaYLttGpRhGmiGZOJS\/C+jfMIa2Iq7AKGC\/w69MAflz\/hYF6TMxbIachUiGCCN+j+PNW3dzId8rCpfQWVk7tZo837r+OHTPwXL9zZ+9+Pd7DDL7LHmkCGjhJ6Tm8wl6YYP95ZtIGpdtr9zYOXzfuHJ3eyHTSIH+JwhmHp74+km3FThK61DSb4Yvz4ATpKasb0kjR4ItZ+GHpggjaCfbuevS6GOFSJegXLcfbkD4DV7E4EJOiidXTu88w76VO6SS5bMUpG3Z66Pc2vhK7DwKYYzWNx3lyvmoWSYyd0KnPQ9GBNT5Vb\/30\/hqVjLeG0cPpk3bsOY4cHqNshn39ThH\/gEuxNOwnQDyY7w0O5S26qyKccauhL9DqZ367llN+Gn+gXPB9eay0L0es4lgwdYnBoH4vbcqonY9JrtQhDXrchPr4fyehHYepdwviWGD8lKT7VmbV+tKRa8bPLYzXt9E4tStc63c6J\/bJgZWdw1EyFWSNjKxVZSGXpMp4Ut+QMM6LhzuzQPkJE6GfTgWBYzAVtxZhsfXYYVyVW7bGVInS5+Pe1BUqTpYeNVTxdlZ3p\/39Yz+7luS+hyyrfYLyr0Ao3qPhsq8VJ1tlRGZrmshZ1N7\/A80HLrLrTFikl+yl+aHKOUyN7GnK3+noed6u5lPgV1misRbLrWWYinSJShdbGirU\/SP6AhyLILTQh\/GtCb6v7kh3ZaFqB9LqmNQTX60jV4pvULzw3UJOiW8LuvCxfX6DgA3LVDUF9fAn4bqQp7vmOCJPG7lz6r9bvY+Q47lhngag+RzSCr2z079oX3iys\/h6u9YrRcTKjc5d9+Np02dgu9GX3UadyKPgKbMXjGTpAIerWC3sMWdmDzsW1KRZNerBEcUrFYCSy0+Vcka5Q5bbJ+YsqqTCefPjlygOzIveh8T4wWShqkCpTIHIKvpRi+92WPZfCx7pJrCxXDzXOk2ZG9MxKXBVPpjwVVLfp6yZkkeZITKVBsppqgoiISvDix1duTslBfUZfPj5O7mY7PlO0jHxyztG8iUrwWjI3Jqd+LVmiaxMTWpgiYq+07jHOjYquiHvkxnS+NdhuurqITIdWgBWFKVVEOTeqsWzJOpysZ3ogK\/POfWrsEh7Po5aU\/B45P7vy7asxL7GDQ7uKCIlS8OqrJ8t4A4zNrrTy707+iWzDd79yPwo0cJAkYtXdmDCxjsC8wO1Yp4tEKXjlBjnnOt1iXzY4Dvzm1ZJcCB\/jdJEXwfDLLENXOJe1U4J7gA89ZlO8YzvW8UBKtIJXtAdMkHJB4\/Ou9wdHtu7Uu0pU5OkIL9zljmM\/o0nOVyo9RcRELXglaHWRw24TovcXpsHLyvBcP4jasl8Rfas99QVrjpt8jwlfYKLRCn8X6q\/YbcxTDj+kFc1UVfQ3HTdZQVBXQzdd5AC+QF9dGK3EOsft2OprxxG9S1NGUVn01cTCihLEEgX5zFOE5rpJy0sOWyn4K7x\/n+CBS7CBy3YXky6A2vFh3+PxDC+naJDUDZyPgh1rmq+fW9sia15GqwVfhi4gU7G8rqQgXOtEdQI1ZkQjMUk+lb++q+JAS9EqLP2ubaq7Vk\/buZpWzc6z61nwK9lHYvIJkRi93ScSrfgmfMcsEoZOFnGLdc1KO3iZ2Ra8w7vZZuJkcTq+vtaKX6tt76JKhyW\/pVddC8wMBcVFRuCzCS\/zodNYt9PJezo548lVhQndzQTvc73NRLEfa2iOYm8HXbXw5YKfcnxO0cl3Vy6Qsf3edTPsVmR9L8l4uir4rPTRfLLgfSTmne98PKl50s6tyPNGyO\/plQ8vMXs77vmpw44GWxLPZySmhXRO8LPWvfpc75G37NXvv8z1vs9ITHvp3qL142rBXm2ofIgfGmYmpiHborCBYm8x3RP8RbU7Ujbg9gaRGIYdO0CvfPjr2+Q3icSMzvGYLau7QfcEr7uh5XkF78XOSExv6abgy\/GCv0EC2HZTg7XI4uic4CX0OCh73EmEZdpIjCxgN9ueBkvK6Y0Pb4yfxPF6wss0EnN\/wMVpZ+lclMaZmWtLGYnpAZ0TvLgjN9540kgMxd4P+rRorXo9IzE9onOCdzfrIMBITM\/o4qJ1suAZiektXRR8NuF5RmJ6TCcrnsbASEzP6aLgS3NeGIkhSudcmhx4XLS\/ew8jMaSgc42YlKLjsDZjWknFsnNxSgghhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhBBCCCGENMAvfJXAiSsKibUAAAAASUVORK5CYII=\"><\/image><\/defs><\/svg><\/div><\/a><a class=\"htb-nav-link  elementor-repeater-item-7dc20f6\" href=\"#htmegatab-d741f575\" data-toggle=\"htbtab\" role=\"tab\"><div class=\"htmega-tab-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"94\" height=\"94\" viewBox=\"0 0 94 94\" fill=\"none\"><rect width=\"94\" height=\"94\" fill=\"url(#pattern0_18_3)\"><\/rect><defs><pattern id=\"pattern0_18_3\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\"><use xlink:href=\"#image0_18_3\" transform=\"scale(0.00531915)\"><\/use><\/pattern><image id=\"image0_18_3\" width=\"188\" height=\"188\" xlink:href=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABL2SURBVHgB7Z1fcttWlsbPBaXJVNdUhf3aVbHAFYTOWJmpeQm9AisriLwCyyuwtALLKzCzAtsrkPLS1dVSYmUFvPJU9Wuzq1qpTiTi9jmXIEOBFxQAAuQF8P2qZMkkBUHUh4tzz18iAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgCIo2gKj\/w3DYELPlKGBUdTnh7rxB\/AHzX8fzX+fq8jQh96lPqcGsFHBj56Eg46iV4ZoQKBeKNL87\/HeX\/X3VGM2Jvjrr8NjMvSKQN25ijr0be8vWlMN2Yjgr\/fDIX\/6jkAz4NU+CuhpHUVfueAzreyGxnwmYwI+Ea58VkT\/Gz3uXela\/d12qEJkc0oTt9iNoXPeFA2jCW+IavamtYXRftjvEL3gPdfh0pOGwmCHXvBXJ1QjKl3hP+2HZ84NquHNz6Wu1RvVZkZ99qrt0hktr\/rj6JZ6dVqwAqoIWd0h9mbAgtYs7Kf8ZVLY3XiVrw2VCV787I6HNcReT0T0bA+cJh9XNXMxV2bD8xtxYBKP8f\/PqeaMBmGX\/kn9QNGX\/N+Q9yEhf+5ygEY+kwRr5HOkpoEbDtr8zMuK7l3oK6o5vEl9w6bN8eJj\/HsP2OTp1sWsqUzwxhE5DQy9pxoiIg9u6Dt7Ed\/wiraw8zGJXdBc+PE\/Qfw8u2bHfAGcm4Des0vvhzq69ETU\/HtoStryu\/b\/tbigq\/TShMkHVM1cj\/PI8M30tm1oLeQucMAHOWBzjz49CUX8wxqKf+lvyCL6nGpClYJfWuE7u0pTDWB33CGvzK\/E9bamyFMRU4CPP2Dxj\/V++N506KQOwucb1jj5nkSRXdx+oBpQqR++bsiKHgT0moXYz7WcJwNnhi92lTkZrssiOlQTOrx+Ep5Ed3SKuER1QPA0t9GP+csXGYSu+eM9RXTF5sjP1GGh31K\/d6mX9ic2cGNoT1ZzcdGysPsrj8x3leA\/6DuJTtc9SctXWi94u6r\/Qm9pVSjd2NX7lM2c8y8u9PzWzSvykY0kB9SVTSmL+j1\/vJl5ZOLP8vHB\/iwO4PBrB0HHRp\/DlJ8ljw\/52H124b4kUCqV+eHrgAiWRXwWi8yFZkEfsZnRk\/jBotjFzucV+TX9vlexpgm\/oR95Q3omF1LyYOLL7v2kh3sXuhdMV\/whpaHoiFf6kU3PAKXRWsHbpLapYJeRFZ0jwhxdfLz3k36TtKmtCaTSE+LEhJELyQo\/RbBy8Ty60M8josc0NZNc5xEGEZ1B9OXRSsGz+XGalsEpSW28oj+WFT1t82jtffNANiHFwp\/QaCSmTwpi9siKz8dzmy8Qfam0TvB2ZafU\/I+j8FI\/tWH0Yt\/vRO4GEo1c9Rq+wE4lEYtcqz1EXxqtEnxqbj6bMGJT80r7ZtX3W8EVq9rK5KKMk7QeK1dEWkQ\/oXcPXThgNa0RvN1kusWq2YR5urghTaMzySh2c88nL18fZfWty+seXepv+UuXW7If7KBMch1aIXjbJYEcG1Rj87nFhMmUB2Ie8qPHxN6aAfvqD62H54E7hwv+nkNyiZ69N6P\/Dg8IFKIVghf7lxxmhazsq+z1JMqRR3JvNZ89pCiUO8bej\/r7daKmseiXLkaOBr+FaVOMxgs+tttDx1NHWVf2GROzVM52xFfBcfJ1We8EWeA7kJg3OvFwF6ZNMRot+HiTueRRYUEOi5gZ0owomtDzuY+ej8Gfl8wOSSMuawW2G1nDP3P5hxy5gltgNY0WfLzJTApPm9vihcc2Ujr10U\/vDv9pE8V04mWlrsByobk8Nx3CKp+Xxgo+rqk9XHoiouM8dvvScTnKKptGvR++5QDW3yWw5DSZJDXgifXZl8Lkzgam7u0HbLURVvlcNFbwKS5ELRtJKoAIXfYDHGUd8abxnZpeTKvNFg44ST4Mf6zdhCqtphSrfD4aK3hbYJEkWt5gZsEmmd3YldxlIj1wIiT7iGEZwo9+W94vzGpKCWSikYK3t3mHmcEbzlxVObKqS2+dRFZkMRaEXzRFQFZ55SiEr1urjG3SSMF31HIfS8Obvjy2uw1W\/UIfS+90PE0RGBW1vSXnfulB3i8QyEQjBe\/yg6scHROs2KOVefI2q1Jy5fm4B7u7Sl53SjmwwaMCK33UmRaTJOiWuUFuMo2reIrt2SXB23K8jHTu6PWs3UYSETrfQY6\/uLyfe8Mr9ocgz0obr\/TSvWDh0XH0UGeHScrjvEHmY30TqZTc+pKw70uyDDKwHqmQcmJ79uzS1SaL1xVVBLvslqpDZSX8059H11QhtmRP2VSCe3CQKNPvajsWkC35W+aBNoHipiRMMinClXigNlHH2zyTJnKuzJoyYE2ZtEqmDD0xnfY1yELfbug3YJa1poj7wU2i4ehoNO1Fk3xKak8nO\/T9QzY3+\/6vIgKFkUKZJ+GYI8u59kP5fkRFbM2k2Q\/7UkhNoLZEt\/THqnrzNG6FlxpRvtgkz6W0jMUK0dJgdtaAtW1I0MzVfbjKQQuNNGl49\/\/StXH1CvTJF05sb59E94j4IqjkvWmkH97OFDXLyVa+IK5NiH3K3tReTybFVXZ3buymVd5I9sm\/5wDPM9MhKYmTRknbcBmGyQdUA\/rkl4wIfvFvU9nfqdFemjiV4E38sRV4PzGipOhbarP7AJqpeoqdNHJDMgWxDpvvZSRi7OHkEwjeM8TXz\/78t+bGCr0rCe915vprOzHEm27IrW6m6hs20juZZ2g2I0Vhlhb9JHxNHgDBe0RaO5FGMO2GvHbl17pA8J4Qd0YLqcGwO3brefuw4T2BTfVvXMNHpHBF1WRC3pzpuB9xBYf3H6b+3\/6vt1d1eskqIHh\/CB2PSTfjrblU14FjICfBLolL9p6Jdvebkc04BN92jEPwriZPM2zm5l38PewC9M39F890HRLdN2OM2e4eBYL3mGTGoBSUxxdGaCufFnJdWVy2jHGyQy9dFUR2CATRd\/yaK37N86xVRvNZtWS9Ld9zBPvYcT4WSYQLL\/TvXdKm0w29ApvWmiCb2thdGaa9RgYfS9lgspDi+n\/sBBLJQOzGU0k+ZqmntanWis7mP3earz6Y\/7zZxTf7qMGmG4KvCUGeqSMizIWW2iqiZ4lXdO1EkRX9bOLqr3eO8\/iGagwEXx\/CPC+WrggrX8CrcWfH\/Ro7tO2Brg11BYKvD0urcdx6RKe9\/qGyRjGBXAPXOjd2GnlIDQSCrzETRSd2AqBytxBkk+TLh47Br3m9eGFI\/0xnE9oiKP+ixhB8jflsV0lbENr7qz5RyjkILZPgZhNFMg1tyyFi42GaBNySDSZzhFbs+V16Z6IMs2drnusDwdcYjloO9X6o+TYdckBnkHyeTZ7MEU3rejTUeCD4GhNX\/afp1Lvoqw\/Ahm8uKwvYszSXlQZU1DAg+Oay0tZWMk0kxbszG6Y86VTTKmObQPDNpSupuKteIN6d6JZ60iNH0pBluqG0AC86TLkOwIavD5oS0daI6HHH0B6v1Acu3\/ntr2ZARCtrSePODq3pkQPB15h4UyofH7RkSyZFr5pdQVUEmDQNwcc\/pI89M7HC15x4AMQzZzqA8rPV4DaB4OvDktfloYkjbOP\/QOAeEHx96GZ8zGKnFl4i8JQENnx90Hlea6aj6kECCL4uqGxRT2nFzb71p3lm0rYJmDQ1QYJEo6\/Ca9UhV\/cuLR4R3ryeJ8dpChP2xQfmfovuu7sMiWX\/4k3vzv1orDH3xn+eLqYg12GSCQTvMVJEvZgA1vtJD6lAfgsfY0gFiLsmpAalHorGqoD6JpHZprbsOYJJ4wkshKUNpsyLLTKt2wfEXcpiP0g+vm3BY4X3BDONmCYF0rdtN\/Zty+k60aUUD9LdbfaJ6FUAwXtCZOgDr+jHKU+H1AAkOa2qcZRZgUnjCbGtfkpNxdDY3G4\/SQ2C9wjeBIrvvHmiZ7FHd364SiF4zxDRS9qvVBuZurXJXkRWdHGFGjqW\/HoWuxe\/C2x4D4nNm+cESgcrPGgVWOE9ZSHtN1MfGDaBxlGH3iy2wbY9In+hIxXZDmR5+smMTUDvk5P35JzYj557ThN\/z7kvU\/wgeM+wXXsjese2b1\/+n6e9On\/fwagfPp65\/ljsH6XJkinSo52DRtdfhzQTqrTrlkAYFcHQ4acn4eGjS\/2UtgxMGs+Iu\/b2qQgs7qAzbY0taQnrNkQ10e+BsA7lX9nvHUvRYFV77k0BwXuEbWpaVtfeckbLdH8\/3Prn9dkf1Oe0ZSB4j6j7sIE6ABveI\/i2HybNbf7\/uUmk9i48KSZHHvNnTJF7VqoKaJC7TbY0cpqkpAQHfnYtg+A9R8S+d6mdIXm9H8oFkkvwez+6vSWjr0LF9v8h5UBy7L\/4UTvrZuMJft4Bkwa0CggetAoIHrQKCB60CggetAp4aXwnoAPxxrieUir3mJouh\/jPXE+YwE7SzsWE6JSP56xg8nV6DgTvO4b6qa7H\/Kqyo+dLOpbECPqF8nS2CEwa0CogeI9QJVQ4BUEc+bxb\/1iLrUNcbUTy8usv5h+0ZSB4j4hu7bQOTQWRssAvLqaRzzhFeJ0cdM3nM2+0NIlo3RE4p9vuWCBs1Ib\/9db8kT9lnh3aNmJB9P5\/P\/wmyjAkeJEooJ+TYyr3LvThaD88lbE4xpE9KU2RXI2R7oj+QbekFwXau9Tno37Y6+zQlyZnJqbr3LZFlYLXlEgptfOI6lyYvCHiVbqU3u4LY3HWP9a064CmGlOl4JdWDoOZQ5mIizfy5bPv8Ir8l+U2GFLmR\/\/MX1AiK7rzWDfWfZnv3P6Lrnrn2zdnhCoFf04Jd5qa9hps5DjEMojL+85sEUhedx87xT\/th8NHF3re7eD66\/CYBfoq97Gm36vZFHk6u4jsud3QR5KikLzHu7HFLS\/5Itp6z53KNq3SOi75mC3zkqoe4CSY0It1Kp4kn93eHWgqUH7gFRVFygXlfGI6E1vPWriKKlBrnEuJVOelmbrFlm5j7DarbUfcqjG0flleMO1QIO9\/SGtiFmprSyjxe3BQ8iaoTPB2h68cbeNk5eDbNt8y1yoKBqAIlbolZWrF9X64XIY2vW0P+blTtuvPbUs5do9FE9p6YKIC1l21tUnxjMQpB9mPb2icOsrSWNs877nqFc+F5CGV++E5ePFtsEuSsBQ6npbcDrkgbDuIoEMgSUTHYUpZHm9Sz\/hiGFBGZGEJL9y9YWzjJ6IzysHurhr86c8jZ1yFF7MReSj6yiOt4ruVIVtUc\/8taAYbSS2YiV6Rn5XsoD1sLJdGRC8+YhZ+Lxa+JgA2zMbz4ePwtA2OiM\/Y5nlI3khQSqcs\/1C2D0wzf7castUCkDLzPHwl7h1zSBti21PyfAcVT55jAo5OfxU6g\/kFAlXdtEj3jqIvI8rH5NYc8LmluZK9vKtB8J4jdweVoyPYqtRdXv2lXNDpeswr9vh7TuvmSkYBCGgVEHzDmJf4lWPLj1O+LgRK\/MA9AkPvaT30vMRv6hDQtAZq8XzMWuWCgm5diR9YzaNL\/YE3gc9VQM\/y5rVIAfhiDaogwb5gl14YylkAYmgsx1vsNLx3qU\/53Ma8n8iX9GdsGaFOntu2gOA9o\/eTHlJJEek45vGSSqLMc9sWMGlAq8AK7xnXT8Ijmo6GzGfSGNITopPFWlQptFETeqVyZFTOjsX+\/2Fy1KQtGTS5h5uN7bnt0EtXze2mgeA9QkZD8qfXVAApkOfbdV9aaczHVkapadkPHouFPVgcWym1C\/zYCyoAH6\/P5yL7iB5tGZg0HqHWH2rWnY+tLGEi4OLYSlr33PhcGl3iBxpBN+Xr2gLBg1YBG95zpHYgrXBGclkon49dS1me64nbWyPmS76+MREdziO7S0+ljNrcMhC85xj2cHBAytl279N+OM7b1j2tBlWyHvMmgu1+ps5X1LSSj8CkAa0CggetAoIHrQKCB60CggetAl6ailHrFk4oOrqephwsUaCmNYw7grnIHVhiV+a5r96YNCD4qpn2c8wE325Dh5uxS+VGOUMqj5BqBkwaj4hKaE41b9OBdh1OIHiPUCXUjU5UPDTu1l48ax1vcVSlWT9yqtOCVJsEgveIuAxOUxHEdDJ0PJuWJynC0bTaSVMBOMJ7vliWZ27phNY5N0XHK16xscQ02PBV4zItApv\/slQUHZfk9Ub9sPvZH9TnlAPX6sniH\/KnYd60XOkukCy4LvvcZthpMJMlwVdmjkHwFRNFdB0s30cP+Q\/9Jq0CKBZbaX\/0Mk2Jss8tiJabTPHdpbL2ixB81UzY9g2sQO7llks10qcn4ZVp69xaRV2ZYMLiHiw9pap7TzI6zMA6fNoP35oNNlStO9JSPTahSgeb1g0wWWfD1zZk431VXbE3BL8B7AQUom8Jol8Ni33vUp9QhUDwG0LchQtjfzSBOeICZSEOqha7ABt+S8ynn5j2TgeRqPDkjn7woeckAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZfFv2b9VWfdMpF0AAAAASUVORK5CYII=\"><\/image><\/defs><\/svg><\/div><\/a><a class=\"htb-nav-link  elementor-repeater-item-6a9f7d0\" href=\"#htmegatab-d741f576\" data-toggle=\"htbtab\" role=\"tab\"><div class=\"htmega-tab-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"96\" height=\"96\" viewBox=\"0 0 96 96\" fill=\"none\"><rect x=\"1.28902\" y=\"0.712738\" width=\"94\" height=\"94\" transform=\"rotate(0.351256 1.28902 0.712738)\" fill=\"url(#pattern0_18_2)\"><\/rect><defs><pattern id=\"pattern0_18_2\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\"><use xlink:href=\"#image0_18_2\" transform=\"scale(0.00531915)\"><\/use><\/pattern><image id=\"image0_18_2\" width=\"188\" height=\"188\" xlink:href=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABYbSURBVHgB7Z1dbtxIkoAjWdLOYrFAq18H6BZ1gpZ7pMZgX1o6ge0TWDpBSyewfALLJ7D6BLZP4PLLYNFWj7UnqJQH2NepwYwNd6uKORFZpEQmk0UWi8wkqfiAsqtYvyKDwfhPAIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIZhGIa5QwAzaCZ74YEQ8AQP9AE+DOPNV4puI3i2879Swj2CBX6gTP4chqM5vFQLQS8En7+4T4LPAj9AJvvhbiDgFUpzWOkNAmSk4PHOe3kFA4cFfmCQZg8ieFtZ2O+YRiN4MHRNHwAzKGoKO7E1msFLGDgs8ANi8qfwUYGwS5jDSQTwQN\/mcKy3GSgBB+TkwoDZAGYwjAJ4qPKbZXQDhztXGVPlarIbvg428WoAsJt+MUV08L8xDBTW8AOCNLS5DQ\/wkSHsGtw2xRPhsbkdnbpHMGBY4IdE3pyZfvNevit6eXwimJGZLdT+WzBQWOAHAkVnLJunJW+jOHwuFPmH\/xJfwUBhgWdy\/HajvoaBMjinNafpZqnLfHR3PxjBV6je7i7dAuPQEVzT\/\/DfcLUzlqXasUtQ\/Px6P4QmCBQ8wWjNVhDAgYjgO\/QNyLGdCgVSBfA6CuBdX+P1XhNPlBHEcNltlAB38PbtkwK28HJ7K5BByj7FAxAaH2U+boJFvUkEb3Z+la+hA1DIEDOoD2HhWCb7RurfOYd3eBKbcfTp9nu5VFtf74VPcV+fwaooeLZ9Kc+gZzgX+MkBao7PcII77CdICXTHmaJQvfZVc1K1LsYGCvzSY1xb4BdcxSHP3lwNndrwOu39WWcCn0J\/hJ3YQqk5CuYwkfvhywIHsRWSUoE6wu6A3TiW3xucCjxpKRT2XegxLgV\/jbqY6ghYVzvv6qtET3Bm0qC9foRnl5taDYUHMXUg1SI8lzyWyXZywrJvw5NRaG1+AFWgKsMIjncu5Rha4COeVPibjmANNjdF+Me\/TK6Lnp98j8dlVHBclN5n55GANxjd+Ip+i8rW1SdQEmunD6aNsyjNCJ0tZea9lbaNr0hw6KEgoVQpjWMIJDq1t49nAP\/4w6b4e\/L4t8\/qH03u8L\/thz9GC+eQbqH1Rah50Yl8ixqucQeOHHqrsNP+ieBs8z+FdqRnv6tddOLPoXnHXUazXEnCO0xKhbEZE6a2b+E2Kkl4AR3HmcCjsB+Y23CHPrClvbtAnKGk22msBcnJtptjAp6i0EOTQj8C+MlaF5MXQtLebz7uha9Q8BsrC7DU32hoG0aLjulET2+Pj2\/nBd6lDW86qdOuCrvJzl\/lBUY7CqsMNSj0ZIJAQyjbyYWavWifzWf6t+WucKVJpMBSNalgvOzYxCZc5ruE6Idv5jPx5NTeW5qQgtuDuBQS\/LjKkJy0E\/N5MkFQ0183pOlzAoQn3JuiF5M59\/GHcIzCmtHyZHvD6lQ5NhKgfwEIlwJPO7FSKJJi9fAv3JmYGc1kRPPJqK3kM\/FyvmV8fvbx3PgSw12\/\/iGU+N\/Z9i\/yZ1hC7CeckmDjZzzPvQA1PV7yp3gCnUPDlPkomCQjf2h9s6ZC5EYschNpehFm9inw1h00+SF8FHzCqAEJ8CjemBLOtJyqJmNMi9DfBQrrdRVtj1r8HB3LMdqEZMtm\/ha0b5\/Tc13oEVWqRBA3dHOI8aZawqvfk2SDMQIWUklCHAmbUklCmTJxgc\/isdxO1XFnBa\/Ao7bAc6xyTJkEGiM5h2AxAaiJes0y20ZMPrWG8K7K9X7499iZPYkdaBL6A31fwQVeRSd4ewIe6VS1JCZ0fgLP6Da3FQQ1FvrT\/AehObax1t+zssDr4jdHRHbnffl+o6soCf5e+Bw84VLgcwfQFCzRphO0iO\/L5Ib251gVtLKZ9eB05cEIzFvUYIq0lOkAo9Bf4H95m13ASZPZWIeNGe1+D+4XX0LvzIa3ODmJYJVpMom311UTUqNNcXu\/SjKKBLmsTgWvPA9vX4NaKu7uP0y\/BsOWp3hC0GvSJ+2WmGsT6RgaoOL+yiKWJ6RsZcVCODApSRnshW\/aylIX0fl6eOrJXNamti50aTZ93\/mNCgHuzANBdmjqbFUFMedIwamZkKHaG9TMpzWywKvb8KIZu7\/aVy39LnKEzzHCpp32uCThyHxR7C+NwSHuTJoKB8NmF1IJAXSPrf\/\/n51tcyNpKxSEC3N7HVtedFzgM1fc9E9QGI15L3e2\/ypfkKKi27fv5TGNB8l9hIexIM4EPlI1soBQO3FSmSqCZf3taC7ZXju3pddFPklVh1qtd9XME2k8rmvSSMz4ntqe0CFaS909CuCP4BCvUZq2hbkSFmGOoqzdazkpZJGJQgdW5C\/TW+iknUEBlGgj5za5oWN8ZvMrdOvdMifYouEVuAtLUhBgWUlCFID3OHynbHibto2FrzUbvgrRDbwINuOqSTxByFZf9vq5gmeBOSOGCsz2Q2rPS4TpLhP8CaqBVwp0oE8Ks8Ij3H9zcAKFQINRdptZbm1i7bt14SCncKbhbTsjlxRRbutrqkJai+xSqi2PZrBT2uM6086a7W8hZzeMb\/UPdBLP3g8\/tBWqdBUCVTBQgbdRMwvYLDZHL7D\/LmqkqBJtodcIy7yXFtgdbejMdDEVuqWEJVjQ4mwaCR7p\/lyaoN2TIppbokANnIjU9A0OoEjHbbr+i8MrpOjm1bgMdzZ8lbCkxS6ELlwFaqD\/llXUyfK2RELiLbS1H4pIx7h\/pitLU7NpSrEdzzr2eJv9uhacCTxp0pwwB\/0U5kpsokmTdyAlJdKSbHCdtkS9ugfAh\/S2pP7H9llClAuULfkWh0BXqs2paI97vTL4jdJ01IZXYn2tY4tIoM8y\/eZyvawxhT3xc8k\/2E1vT5UdmGXYtSgNGdc0aWwlJi7plg3f1GVy3e9s66vchODc\/D2jZr5HiIGaNLbeyZwwN5c4GSR6atsnna3cNZ6aLhvFUYYt\/1ErgqbqmU8u8WrSVBFm0bbGsmn49kytcIJZVIzTy6I5mskMTWvL4if77yqJCIVQxsJhzm7qabCgjG5VS1razVrX8PbsZGvfGdCYwVF+eyJvddoW1Q08S30O1fqH0DJNTit2iTsbfsNi0gxUixB6MrILVPHoDtfUtMdDcIhvp3W49nnU8oFclGGcbF\/KZ2UvLSsTsLYGthQyLqu3aZtuRWm+WO3pEFrENv66icgB2uitlL3SkCS9BOUMdrbfy1wpctRUmYDqfky9Dr5t+MxOdZoprMHtvJwKK4RQf64l3nyFgnTnYKa0HZ5kU7olMzNvflePLXNvpuGlPITuYMb8a10VqJlmnSjTKjgTeG+9kw2hpx8v5uUAfAY5+XN4WLQ4AtWsq3muBECuuHjAOe6vjMCrtsyB5vIfpe+xlo84pPPFY44SE9J4nDtwuKPu2vTQzIqbs+3MrU3hr9edblxFQdjCuHGP7rI33Zv8RxcFXoJ\/bAc7G3VZsrBDIPInA9rWbrp93PYU9M6Gdy3w5g7qkxbJ\/PYibUumj8XRljXH7klwwRp1MeY2W3N72XeVXoEahAV+Qe4gWEJ5mdeoAk1q0+405hqaoXx\/iRplAiOH2WbPdfRdNGmcnxQ2TWUJ5b023pTT2EXafdmY6xUpdwotDS2tzZfsYRNI5wReOBZ4HVGpUjOO6ft45oyk2SuYzj81P8eq3RVcrOGsdlqgao1eEeVTItrEaRzeVudRJQY72QtPIN0jWrSi9vLFjPPFWHSr2OUfC+1x0fOjGTy3nDi0RE1tZ9VWO17U6LEWlPDbzG2tpWhK6+gdTlaw0b1Re0IvbJYhMBMwo9x7bHfXmR+\/UrmtniOjLAsRRM3XuZTOl7SXYYewBFvCr085klXonEmjlP+w5CoN2CTs8ULLJlfbv\/pfAKBNKo1eqYLDVk+nAm+r8zBtPrQLm3Lw6iLT5bbLWCLslFV9DGsSuc1JNGImlQr8F6f9Bzm8a3jT5tPjk0VjYbxqJLPjFZyhoFZaShNNgPMCYScn7LStkt3SmPVGhc4yO6YghtACvhcv7uS47O1f5LPJ9+G1COBh5mAZoywyl9TU\/aJ58cS6CxhTNGY0h5eFM+WpPr1sMpljWisT6GFY0nWUpnJShJaIBMvoaV\/oftLPcIIRhp8KBQiFvUp9elVE18OSttEr1WqfMlWWyk29lMathu9h7+StoH\/SxWPLfis1YzS7EnWd\/WUPMVbBWibQUtluRuBd4t+k6dgwpqTmHUOh36GsPVKfli+HQ0KJr33U5iolma8rEXhrT0G1+ZJe58W4wqnAF4xYpvh1Jc2ohfFL6oCnV9MmQUgJQ9FUAP1c8YLGi8kAIvnI5VD3kZrB8XZbPaVdt5GD2g5yFodXebca\/j90e1qGeBjoRESLnWfJiIa398w56qLgvoWGElIJUkdiWnZOrTZyW1gSfnWoOW5vmAJPHUIf98NxLsKxWLU5hK6zCF+eRzN44S28VmM\/VZoviX\/bynqA5uAb\/kKVJm2f5pPzOPwclq+e0TlQEMh0wR11gE7p1xSF8R1LroBMP6iSvVbz3Corssxh1XPwVTYrXbN2aLiJp3jl6mPoKkprnyu8d07+BU0HoMZpV05phro2vMr6RPh3XJS9JQ4Dn8fvn1ZN\/s1n+lie4D67IKVQKeEmqjXTtIGXKA2tXD3ZDcejTXhqW7+zBJncycxQN5NSoG3Sux1rmRBA95MpAXR\/3aRU49Rsrsar0Dkm7qbkuGMEafzNr9VOVlpcGY\/LSlew+LUrhWNrmU8N4S0sGWuCY1q0d2MTvks\/t+pq2veJqlnTWGOvjIt9HVDUzJMR7z0OH+9g9+ZCH+jpsjI1CMER3V\/j6T4zGqbARx5Xa2SB7xuO10QaGizwTCdwtS5sJ8uDu4gua\/gnHNCQVHIc0+UJaSKhm7wl2d96Km9QeyZNb2ewlxHvnwylrYsNwQJfQqZaMi50o2NVVJ4gbv\/R9TyaWGhJ6Md4EryjFf6K5lKWIfqQke4wLPBL0EtEfoZXDdnNu3TDk4Bq6iFeie8iGsGbusLPrA7b8AXE66G+bdFJpBPgPJjDBIX\/A62mrc2mPIOL1NgWYHA1bo8F3kI8VOkVuKvx2KWBTcEnmMj98CV9f+o5Tro1CJs0FkZzXfIQ5p5YlC9cQARX6fKEzEuUziJSTX2oSJCFXi5+F6qxha89EnM4QsG\/UIuUvXnShcDUhgXegMJjBfU9V9FspQUNMvxtP\/wxmsOuCuAAT5RHZa\/Xgm\/\/HYPU+K5aPVngTUbWlj49Z2adOpO42pJuutDq415IExkerVo8h4JRK8TZKYKGBjjV+momA\/WymttQKMdNz5n59lK++fa9PMYTaQc1P5XYyirvq1LqyxTDAm9g67wSEYyhJehEosrG7feyiuDLoY\/vaxs2aQyss2AcTVZIZvFMvg+PgpGeahYmzyUN40XvjcOoT5K+gEjB\/+kpbl3EsuI6OEqoscDnkeaGVSYrNMGt4KMQ0yhC6g9Y1m6nw6hzzBnA3cQFNM1o9qXEiNLP0QZccHJrAZs0BqQZzW00WWGyFx6AY6gGh5zdst7SYIaa3ZYzoKSZgKdBBG8psQUMC7xJbAbkIiGoMd\/SwgwF2VC\/lDWKkOCjs3u9Fz6HLvClXutiE\/hqLew0kz+Fj4JAZ1qLuKKKP2r2jijUWGFl7jah3EGwCR+gQlKKlu2h6BB45no\/zDT5URN46OB3scAXgAfkAgBWMQMW1ZAjeOHLXk6SW5hLCPEh+R2h9YUKnm1fyjPwCAt8x4i1JjmCVcsC0lzhnj3f\/sVvCNEW7UlAX+XQZxQHBZ4mRdxNEHYk8GzDF0BZVYyNP6i5OIMuBqMRgj6dRYr2YGLrECyRpxHYF3NwSNYEdNS6yAJfAi3OQNnQZMlKWIXEWUTBNyognUGJLdTmOc1JkafSVbMHCAt8BUhoyNHT2dAb+JombMWx+XMqOyj9ABR8Xfe+F56BB8h0EZbFJVwu+d4VOPG0IsYcHb0AG9r7IVAV5AieCFgyTx5j4ij0X6HD6Hy+JiY2XwRGodrsBq7BH+a4vRAcwBq+AZJ6GHS6DlPmjx0BJx\/3w5fgmNRMTxnfTtpaeK0KwlOZM0dpWoK0\/mhz6eJn3kODPsGT\/q2xbySZjNAyrOFbIrb7DwujPGje+ChX6AzCz6IILPAto6M8BePBOxAa9IZl3B4L\/FCg8eBowuQcVV9FafcZFnhH0Mx2YQlh3mct7wMWeIfMb+wJICpWg3uGbS0oF4kwFniHkCNrC1kGI3juapjofYcF3jGo5Z\/lNlImdkOv9M20DAu8Y+Jkz3nuCUxI+aq38YKlaeW3G\/U1tAwLvAeihZbPheWC+dKmk0FBiy6b26h\/F1qGBd4Duh5HWUwbgN3OtOENFBZ4TxSFKcm04Ybr9mCB90gcpswXUSk4pxEdcM+gNXOhZVjgPaKbMwBspcJbNK57yE4sLZpsbksWiG71e4Hxii47sEVtKFQZwduhCr0I8r3CtAg1tAwLfAegJd+t9vyAhV7le1inTlYBB6YToD3\/GGw9swMU+jirnNHwrsaAs8B3BNJuRRMG4p7YD4OpubHM4BfQ3oTmNCzwHUI7sUVCT45sAK98NYI3ySiAh+Y2dNLH4ABu8esg1B4YD4EKbc8LBeP5Bhz3cSJwPOl4Ymx20t5HsIbvILGmfwBgt2uppFjb9T2M1ePvPjK3KUfmjP5+YDrJ7eQzW8iSILse4EOfsrKx4537verGWmbRCizwHYdClrb2wFt6lJWl5UDNkXo0U9LluBC24XvCUrtegIwCOOyyTV9gu1Pl6I5LgWcN3xMSux4d1te5J1FrjmbgfLjTKmjtbuBauxOs4XtI0ez6CE2fnUt5Dh2jK9qdYA3fQ1BQTsC+LM\/TLvbG2rQ7qvczH6P+WOB7SJyVpVKEfNdUB3tj1WI1kgzRDLwsFsEC31O0dhQFvbEd0vJxOUTm9\/iw3RNY4HtM9LteOzav5TdXWpuqVWxlBMrhmrcmLPA9RpfTWrR8vFhDJ6CssLFJ0uhu8AQLfM+xaXk9zawDZo1OiOUTTWPwCAt8zyEtL2wRmy6YNVE+SRbY8ggOYYEfAPN5PuKh1JKldxwRBPCjuW0uvC6zwwI\/CKK81hTCv8Db1m3yab8TLPADIO4FNQVpy\/uylCq3yIEEz7DADwRlseNvflMH4BGV71uV4BletnIg2BxXWIzCcJ7RnByEW8FnODE1PJo4Xs0ZggV+IEQA7yyX66OPe+H420v5JtlAwghfUoI4S9nZRlQlPSxJGfZ4kAo3Gs9twSf7ek34+7xGaAiulhwQ1\/vhBwDoZDMImjPj8FIegmfYhh8Q0dxfyn4pCqZqZl\/J0DUs8AOCVgMH8FOFuAQZzeDQ56rfadikGSBo2tCM+RNwj8w8UnCBwv7CxQi9qrDAD5TJ9+GRGMETkeqBVYuam2n8YJpediazql6UfQ6d19vnRptCpr\/nj3+ZeM2cMgzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMAzDMBX5N2boY2kvKqOFAAAAAElFTkSuQmCC\"><\/image><\/defs><\/svg><\/div><\/a><a class=\"htb-nav-link  elementor-repeater-item-b7ab2f7\" href=\"#htmegatab-d741f577\" data-toggle=\"htbtab\" role=\"tab\"><div class=\"htmega-tab-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"94\" height=\"94\" viewBox=\"0 0 94 94\" fill=\"none\"><rect width=\"94\" height=\"94\" fill=\"url(#pattern0_18_6)\"><\/rect><defs><pattern id=\"pattern0_18_6\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\"><use xlink:href=\"#image0_18_6\" transform=\"scale(0.00531915)\"><\/use><\/pattern><image id=\"image0_18_6\" width=\"188\" height=\"188\" xlink:href=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABLWSURBVHgB7Z1RbhtHEoarh1IcBAuEfg2QaHSCyLu2sdiXpU8Q+QSRTxD5BJZPYPkEUU5g+wSmX4JFpCT0CTTKw75GC6wXsUlOb9Vo6Ehk15DUdM9Uj+oDDNtDmZKsf2qqq6v\/AlAURVEURVEURVEURVEURVEURVEURVEURVEURVEURVEURVEURVEURVEURVGUsBhQOs\/p3XSQGPjaWBhYAzt4qV\/+mpHha1lu8HcDwzyBN9v\/yjLoICr4jlKK\/Bv84x5cFfeqjFAdh\/ln8Gp7mJ1DR1DBd4zTv6dpbwrfW4AB+ACjPuTww9ZJdgAdQAXfIc7upvv4E30C14vo1aDw8yk83v45ewkRo4LvAKeDtN97By+8RfUqLDyNOdqr4COHUpgkh9coxHSlf2DhHBeuI\/xTVv69jyro46J1h35f5S3wY19OJ\/BoexRfbq+Cj5g1xJ7hxxxtfmKOvvjx9Ix9v3vpTgLwLf5xF3+lS95zlI\/hQWyiV8FHCqUxyf\/g1yViz1DAe18eZ29g3ff\/a7qX9Ir1QFrxYaOt4+wOREQCSpQk7+BgidgPMQLfuY7Yie1fsiOK4BgRjyo+bAcXys8gIjTCRwimHnsYqb6v+JB9jLzPwRNl9YcVdm6xenOSHUIEqOAjY2nebmBv66fsB\/DMkpvsPO\/BnRh2ZzWliQzcVHrCit3CQQixE9vHmOIAPGJe7vcmlU8cMWiEj4giuk\/h1PUa1uCP0uPsEQTm7F6Rs++7XsPU5gGmNkMQjEb4iCiiu5vMjuEpNACuDR4DFHX8BXrAfn1iUMFHAkV3e9EItkgOB1gPz6AhaJHquo4bWgNqWgPBqOBjYcq2DWRbP4fJ2zkobeHKldKjvAo+EhLDCAmjO7TAdFwR5XdS\/81rnlDBRwBt+TOVmcaj+wxqKeCifLJZtCeIRAUfAWV\/yyK2chc0OFMLzpvN2KIXRyQq+DgYuC7mE2glus8oS5DZ\/HXJaY0KXjhUncHfduavWwujJiszFTgPhPQ24J8gEBW8dMaLYicMI7SmwRLlK9d1ivIgEBW8cJLEHSmxajMECUyKTaiFnvjiQIlAVPDCMeAWznXbfn1THgDJ5q+XdiDiUMELx7rz9yEIwrpbDfr\/\/sf2FghDBS+YstKxUO0wxt3L0haG6a0Zv7cDEIYKXjIbbFqQgSDyHNznZJMAdiE1UcFLxroFk4CsCI9fUMa8koIwVPCCIT9I1\/UJwH9AEj1wOhdY0AivrAPjE3Nr0\/wOkvjDLfiVvXIaRAUvGC5CVnnLtAHnTYOL6xSEsQE3hGKLHnctcSNnaz43xt3Ct5SHbh9nonJjjEZ06EPxSKcFf8Uyeooinz3P5k7yJuXfz+6l57hDOLQJvAx1GLrDUJQX2wc\/o3OCLx259jGKfwfr\/wD6uEO4i\/929+x+ekA20fkGHHV1OIBnohB8p3L4wjvlwn6uvmU0LbgMPCEPGBS\/2AMNynp0IsJfGQLgO+m9qDQc\/XY33ZtuwKMmo70VWMeuIIUIiD7CF463GIVDe6NTuyt9nrI\/XVkBa0Gcs3DUEb60f3vG7Uh+hDzRAYYmhyGmKefJpZ1B3BZP8bbfoSYts+ymwWifTOFX\/LwPpFV02qTidJMK3hcrGIoWXYU9AweTCbyt8DGnNtuiIlP84BLYXWIT3cfP+7oh0cfhvf4pBpwpREGUKc3p\/XR3idgzjNwP05PsAfWNr2raTx9HNtFbx9l2Pi18FDPmQ\/tYynwROr0xsQh+whq7ZiCM6ARf+CtaXuwU1ckXve7wrZk\/OnCix\/QmFgPR4DApJc1+BWFEJ\/jCKpopOZJPCkV1X2NY6JA03TzAdCeW1nL70DDSHAGK3WsXRt4TKirBF5tBTEMSif2rAO65dPNURXpyBAuV2uTM57z1mfkcJKER3j+FqCzvnvtVQKvoS6J3Ray+mcp3zQ2JSRhnBY3w16fKKroUY1AKDxjrtqTGp8tek66578f2NkiCifCTMbwFYUQheClW0Vsn2SGKe+h6LYRrLpcSYC1ZVEpj3c4K5xJHWkYheC66Y0XmZdNmolMmyjdpL2etnCYt7qA5OaOBQMQLviq624nbsjkkpTf60PVaslF0aHqDOxwtSfDcQXNpzgoz5Ed4ZhAAzTRqzVvRwqHzuoHGS5Rtw527BWHOCjPEC77HWEX3oD2r6OmkaEdwVmy8Ll45NwBZR+dS10VxzgologVP+SHTBZm1aTVXLsaOXK+VJ6z8sMEKXkxKw1kBSqzQELIjfI\/tXqzVNuADzjUX2YXASLK\/sLyVt8g+INGC7yXuaJlDu4MAiHIYgOuHmvqq1kg\/WliM4nHffBkIRbTg2fqukF5028wwgHPHJ05BAjnT5iHFytuB9EWr83EJQrBTcK4jPA8DWPReF7JoZb3rhS5YCbGC56odXA28FT5xfy3WYwQ2gtOD2BashNwIb9kWYDHRo8yxXRF4BzzBdEyKWLS6KmiSF6yEWMFzGxpTw1gztwRzA6aB2wxaFzy73yB0h3WGWMFbLk8dy3rEM9MvvPWscw1kbU\/XQOE48\/fioLxg5EZ4ZgdP4OMyc12cfLB+0hqBPeWEYRbmObOQl4LcCB9JfTd0gxcKyOkFPx3bFFqiagdcyOxYFsllSTkdgVWE7ndhInyrHZNMh6TUluDLRCV4iU5W3PQLb\/0uAgXfM+6GPlxvtN7ysYzYIrw8wf8ReNzLhrw0zkaavxM6AaQmrS2iW9ptLQ\/Tp46XxOfvhApeWQ\/+QM4QIiA2wcexkCU85dhsx2RLPfHcgZwkgvydiErwRtDBhxUI+rW20RNfUY6Er06yVxABkgWfQcwINBKtzab7cIuNJLoTmtIoK9Njji\/GUI6cIVnwzkPSoBQsHd7gmSKdse4IH0M5coZYwRsmJZDmnNviCJy00WFrfDozjKEcOUPsBJAcd1WN43rZhShnA2rK9u2H\/xotHGX30oHN4RUKchTyDCylM9YxMA7TmSOICLGCL9piHYovm6bk9MRT+dE4r3sRfPEEqRgnQ0auJikGL88GK4+oJp7TKJ+\/4E0wrL8xtiSdiaI6M0NuhM\/hLOk5r6cA8eSMDdMvt\/0HRa76rvDUz0yON4HBm8DC22vdBFw6c+H+JrJ9mUPuUDPDNmWlIAm6AR03JvgaBjApBiRfHwtpeZhmN6H3eVc8CegpMDLlTbDMBYI2m6z7+hFEhlzBY07qepRbYYLHp1BY62ouZarHTnEA2wJNQqxMhWjqCqYzA8d7tOr+dl3ECp4WYPiDWHzB+jsg7QVGkEniJ8Kz85P8spgK4U1QvMK1SORwABEifeMpm78grb0g+BOH78kZ4Q9vgBH5jrlYUB5av44OTt\/3GTHV3i8jejAxeYw7PF4KRwApiyXMi\/uuct0E3Efz1oXmJ7nePx\/Dw60\/698k9KJaQv83G5vwNQpyxyYwKDaoPAeJVq3KayJa8JZb+F0cMRuCBJgIfGvT\/A4+3t7Re1612VMGgjflr+d0jTwgexa2KG2xF\/n7AOp8TWP3FJQYEC14jFJvXaXJ0rNmCALguha\/+PHU117Bwppl3ekaZRXm41OAKIxQ8SmA\/79fr3MTxLazOo9owRdWdq5KDchZuNKOqoUwlO68i5\/T1r\/ZL90EVz\/fxU1AM7VS17\/Dmy2aRjEXohetnJWdpEqNdQvD1\/rC+X2Gcl+jm2D7l+yonD7u\/B4kG6WuQgztwdn8BfJuFNREFuywOdOOm4W2C6d1AGd53ds0GURMDIIfOq9uiInywexEbJt24ZImBXpEvOBp4eq6XjE9rjEqnjIZ1H1vyqcdFZqmhg1w66Q2Hc98ID\/C8x7sA2ibT5nWYA\/H+ziz0ryBxrnSGVgjfBtUeLAPoG0m7C5rBvXZc1xrZNyPhKdnKKI408o8xvtc2a5tTM1OyfIUVWv5u4hgEogoBG+ZujP32G8My6Y0tRatyZQ5LA3t5u+Er5aJtohC8MXBBQfGhp+JWgkj+LqiMMys16SBBWuFld4FwgZSrEsUgudmolrTbmmSa92t20dj2xwWNq78Pz2P7YTTPNH40rB5PDdrqEXq9NFww36bGhbGjaKcfQ0QOdEIns3jGXOgRgjRm58HrfyswoB7wQgfWLYK0Qg+77lPx7dZjw\/h78iVBJvYcCo30tiUxkfTWttEI\/iyHp\/NX6e+mrYm2iWmuTlUjTRtLWnXmE7id4uIzVvypevieGzbqdYE6Dfhjgw2UQ6sSg\/LPvioF6xEVILH8qQzrWm9PNkAvk5QVWGq0plIBh4sIyrBV5QnB9I8J68Lt0v7fmxvQ0CqvN+J3MTlMMYR3cgby6Q1Sa\/5ak2QoQTMLm2SB+5v6VUu\/rMmeniaID7BM\/YQuHjdg+ZJV7y2MtyuMv6kgm6y9ZKK\/L0j6QwR31Cz3B3hbcOnoHCDaA9CRPgJW43Zg4DYioaxGC31OKITfHH8zB1x+k2lNbS7ixWNJxCAqu8v1K7y6d\/S3Yr+mSgt9ThkuxYwlHn8YP56mdb8AB4pmqnGsEN9M5fsLKjBioX2Beq0F3DfH0ZausmG4BkMFM+476dL6Qzh36azASh1STbBVaY7z8ewfd16cSHuDzAgrxYq0ZVNXGunLZubJq3VT3Px\/Z06P7eFp1sn2QF44uxuuo8qeMa9TnZ+XYrwUQqe+O1e+tpVRqOa\/CojFE8HmO\/\/t4jcA4MVkDKH9ZKT+xDJ2f30CYr7wPkiPsm2fspqP8moUQ2\/1tfAf9\/Z1nG2DR0iypSG4B77KNwDgMWa8eXoXfy7dxi9zcUbWc+3vY+hDfkHeI5Rfh\/cUf4I8\/nbuC9xCNekELuBF1W7xV1LZ4hoIzwJOJkWj\/0FCrP\/srJwJe9ujn2MjM+hJrSYxCfQC+51MjW1PXi67mynMo2h9UDlE61MDzPoENEKnuDSmqDYwlpvSH\/ERTLX0nCIgn8MHji7l1J+vQ+VXxIKH+B51eYQpXDJO\/gWf+L7lSeaLr1nepw9go4RbUpD0NwiCNweXD4thlj\/H23eMsPLi1Euz\/a5A0s3Dt7YO1U3djHYDH9dmueUzYaqUTNa0SPzrty4Ws0IM4vZIbiKqAWPufKbxO8zKqNTPSiaIeb6IzpSV1XxKfPsg4UXPHtfTsfwED8PLS6r3\/fPeU4fn93X+e\/B\/9fHXUtlZkSd0hD4yKc8PoV1uUhNaLDXiA42bHxiRtcpJTKf\/xwjs\/dmL\/xcR\/jbtxAK\/D\/BALLbpTLkPFFH+BKq1lTmuJfF7UpN6kD5vFnc9u\/X3XxygTcRpS2nbLmyBtTvbifwaKujkX1G9IKnHvnEsILPsM689+VJuIhlmJNIkw+W0g+vgiew\/v4US5KUyn0PPipPlOtjKTc9qV9VioH4msfm4HrkSw5DP545r8eQw87oey483E2NSE9CxydFPoFtHyXUWIhe8ATXI98EZSlw8VBK4CkltJimaE+1crNON+NloZ9kT7twbG8dupDDFz3yprfYPls6GgSPXpTWzJcNTUP7A2U15dHpTvoUqE2C+tovSpEfS6OXK08h07sYiL5KQ1Q1k4WolszDbQ5h9L190yKodDqR0lT1kDdh4UH7Ac4X5EwpUUo6IXiCy+PH7+0AQjMV6m6sLNAZwbPVkiR8Ll2mLdn8ddN0n4+ylM4InquWNCU6VyutlTVtUIEOCZ5g0pq0CdExG1B9zeNl0SnBc7uevY3wuTSXUrXqbqws0CnBsw7DDcwsYlMqQVPDlY4Jnp3415DoXE+YtqeUKFfplOAJl496U6KzTB7flp23skjnBM9MCmlkNA43NTy0EaqyOp0TPOfN2MSw3aQHn7uub4D7utI8nRM8583YiId8gAEJil86J3hu17OJTSDDOPzGPsy3S3QvwgNrIBR8E4jtgY98mG+X6KTguQ2okJtAFROsox\/m2yU6KXhuAwoCeqz3pvCd63oXhvl2iU4KnjagmvZYt4wLGe4LtHb8UFmkk4InrGEndz8Dz5zdTw84+7p83I1hYF2hs4InVzBwuxnsnN1NvYmeXHhR7M5pIOVs0wwUMXRW8MVC0cCh80UD+yj6A6hJ4WBseHffnvFvmKTUo7OCJ8oonzlfNPCkjuiLOU85vOZSGXLf7bJlXax0wrWginIA2Wv2AwxkeQIPVvVYL22nD\/CP31V8WIa5+wNNZ+TRecETleNjSshQ1SZwhOJ\/My\/+j+NxLur4e7DEDrtrc5G6xI0QPLGm8+45XF3wprAqnuYvKWG4MYInVpmmcW3Iwi6BfRW7bG6U4IlV0ptrQDn7Q8zZdVdVODdO8MTpDpYTN4tyYr1msouxMof5BJ5rv0wc3EjBz\/jtbvpNjjX5db1riuEKFl6q0OPjRgt+BkV8ct6lGa7lmMv042EOU0wPIVGPzBRGm5+al74neyiKoiiKoiiKoiiKoiiKoiiKoiiKoiiKoiiKoiiKoiiKoiiKoiiKoiiKoiiK0h3+D9qwUrCzg8RQAAAAAElFTkSuQmCC\"><\/image><\/defs><\/svg><\/div><\/a><a class=\"htb-nav-link  elementor-repeater-item-93b2300\" href=\"#htmegatab-d741f578\" data-toggle=\"htbtab\" role=\"tab\"><div class=\"htmega-tab-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"94\" height=\"94\" viewBox=\"0 0 94 94\" fill=\"none\"><rect width=\"94\" height=\"94\" fill=\"url(#pattern0_18_11)\"><\/rect><defs><pattern id=\"pattern0_18_11\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\"><use xlink:href=\"#image0_18_11\" transform=\"scale(0.00531915)\"><\/use><\/pattern><image id=\"image0_18_11\" width=\"188\" height=\"188\" xlink:href=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABOrSURBVHgB7Z1tcttGEoYboLRbtVVb4R4gMXSCSLtWav+FOkHkE1g+ge0TRD6BnRNYOYHlE5j5l4qVlXICQd4DRPvh1FZMAts9HMo00D34IEgMgH6qWJIBkpaoF413enp6ABRFURRFURRFURRFURRFURRFURRFURRFURRFURRFURRFURRFURRFURRFURRFURRFURRFURTlIwEotbm+H03CAJ7jt\/v4uEoAHu29ja9A8RYVfE2u\/x5F4Rwu8dvxyuHbZAQHez\/GMSheEoJSGSP2BN7Ap2InxnT8ej8ag+IlKvgaoKhfQQoRexKPj3aNzVE8RAVfkZuvolMU9b7rOSnACfr7J6B4h3r4CtyQiIPy0TtJ4WjvIp6C4g0q+JIIg9QFKdziJ8n5dh3EeoZamhJcT6KxMEiFNIVpMoM9\/DZmXjrGi+QVKN6ggi\/B6D3aGH6QGqczzL1fxbfJBzjCf98yz9lHK6SDWE9QwRdAg1QahHLnSOQo9pi+p6848fSUfZMAnuD7PASlddTDO7g+jPYxIlyyJ1M4vXcRP8sevjk00ZzL0Kif9wAVvMDd5BJvZV7cexs\/lV777jB6g3eFSe5EAHHyO4oeLRAoraCWRmA0h5eSb0cr88z12vkHeATcIFYnpVpHBc9gffskdwLTj9a3OyO08fOpET3zFjop1SZqaTJcfxUdh6mQSkzg5N7P8fdQEtdEFQ5wD7Sycvuo4Fdw+nZhkFrEu\/vRqzSA49wJ9fOtoJZmBUdR2FUdsRPzmcPP7+ik1LZRwVscRWE0SH0ANTGTUmBen4vkGPkn6ue3i1oaMPn2E7zyX3Ln8Pjk87fxD7AmTj+vRWZbY\/AR3vj2AL5lT6Jvb0LsBFqiF\/jlBXcuDOGlLhrZDoMXvDRIpaKwur5dwubv49wJ9fNbY9CCt749Yk6ZojBoGFeRmfr57TBYD78N3y6hfr49Bhnht+XbJdTPt8cgBS\/l2zfh2yXUz7fD4ATvyrdvwrdLqJ9vh0F5eNsp7A13btO+XULrbbbLYCK88e0hP0jdhm+XsH6eLUjDi\/OV+vlmGYzgR3McpDZcJ9MUaG3IvsS5E\/jzhjvC4FqpxSAE71iXuladTFOs1NvkCeDJ9d+iY1Aaofce3vaTuWZPVqxv3zQOP6\/rYRui9xHe9pPheOGT2Any8xiBpsyp8WgmjD+USvRa8K7SAdci7Dax62E1Vbkheit4SkGi2NkBn81\/e4ldD8v6edp8gVqHgFKbXgq+KAW5bJ7kK7aWhi89AC09WIdeCl5KQQYpnLedgiyLWHoAsK+pyvr0TvBUBSmlIOcz8NK3cxSmKsmyKZXpleCdVZCJ\/1YmiykrSPmLVKsq69ErwUtWBiP+mW8pyLKIqUqdha1FbwTvsjJpQWs835FSlWptqtMLwffNymQxP3\/KX7RqbarRC8H30cpkUWvTDJ0XfJ+tTBa1NuvTacH33cpkKbI2oBTSacGHc3jSdyuTxWVtbu5Ham0K6KzgKbrjl8fMqd5ZmSzW2uQha7P4XBSBzgpeLPvtoZXJYn6\/AE6ZU1pGXEAnBU8DVbHNRk+tTJbkd\/gOmFobU0asK6REOid410B1m2022sbU2gjb6oQjeK65eZ7OCV5cjN2Bst+moTJiHMCe5U4scvOPQcnRqTWtjvWptIJpDwYIRfJw13wm2Yiu62AZOhXhzVaSHAk7gBsEZo8oPjevA1iGzkR4qdsvDlTPo4u49VYbbXNzGFGUj7LHtRvxp3QmwjsGqp1Z1LFJpAHsCLTOZpVOCF5MQ+KAbWgDVQk7gJ1mj9tuBxNQDJ0QvBjdC2ZUryfRmB4wEObA3+00yn\/Ee8FL0b0oDYme9ix8D7\/SIz6MBlEzTksCuTSlRvmPeC94IbrHyQzEGdWbRcOih8t\/owhOhpKXni\/uerkSYo3yC7wWvCO6i97dFE+FeXFjlItgANg6m1xPG43yC7wWfJ3oLvakSdiejb3E1tlolGfwVvCmAKpGdJdWPw2lqIygySi0cefZ4xrlPRb8KOQ9d2F0Z180vJnYuZDBGsGwa2y8nGmVamYo7x69jR9VeQ0MuM7m3WH0Bj+zSfZ48gH+YkoSBoiXEV6K1K68u\/SakLc4g2AurX8dcCWll4Inr5k7lsK0qnenOpu2NivzAVtDk9sFED\/fwS4Q8U7w0mA1SJm6b4t4R9A6GzKt5\/lDsD\/Uwat3gsfB6jfMYTHL4ojuU62zuUtR5sCU7zcwQLwTPIr3mDk2lZ4fJh9nVFcZBcOtkV\/FpiinzKkTGCBeCd7eZnM1Lyj47xwvO2GOxUP27llSJiePjIdoa7wSvHCbjaXt1+0+TlHuxIBXQHFgGpLf6RvgaxgYXgmeBlPZYy47g7aFszO3yRxeg3KHZGsCJkffd7wSPDdJEqbs7Xj5fM7vnw91UsVFyqcnB7cj4A54guQn5zP4xfH8nN93XSB9wixs+S\/sow38EsW8b++O45VHFi4IGB8\/pDWv3gie\/nDM4VsptSj5zy8u4t7aGRJ5+B4eoriP0\/co8GAh7JL1IewCGOo6TBs4JyH8MISWHt4IHoBtnXclPTnA2dg0\/\/wp9BCKwjhe+RZFPqF\/p9Agi0H\/WTjH7MBhdIaf4fd9jvjeeHhuwIqiFgWfcs+HfgmehE4FYHj3Y4vAmsasDMP\/6939iB69nJjyKcLnSVnfCXZ9au4WHYB8gXSJu4gO+bvYNrC1TBMU\/fl8B572yep4I\/gU2MUeMfvkXX653jyAG+gw1qOf4rePSwsdgwIKNMbvrgL6vPCBd8ZbepjTKYzpgdEgMndF\/MrdTdm3DuAYrc7xzf3o2b2L+BR6gNceHgdUMfvMxR8whzRB1QWuD6P98Dd4BVBi7S3d+QL03ZiCnWEWq2oalu6Qox0c9KOg8WI4Xg5+RfBugwPbhziwPep6tPfb0kgIgu8qto3gc\/N7OaBBOdUIfX6xXtmEvUBe28ej67\/i\/z8yFaeR+CLqSJzAG7Rbj7o8qO3mDiBp6Tyz91BK0PbMFMWOVuU8+QB70UV8tIkaob1\/xGe0KgxnqGk1WSw+kUQfGNE\/gY7STcH3BBI7isjVSSDGP9AE5xYebKPUeSl8\/JloHYEYQFD0z9HXn0IH8UnwuQ84LbjFZ6jy3NYpIfYXJL42qj5pp0C8oxyAK+uFvr6Lkb6bghcGs11pp+cUOw5IkwQeoNhbXa1FdxT8GQ7Asa6AIn3X9pPyWvD40\/EC3uEF\/8c\/BZ+B59iSZimyU5Opg72f47XrgSjrQw9Yk3s\/xc+sxWGh0oQubZXpz0xrwIo4Yp\/8P95fzn5Pva7+M61E5B2zY7QRR+t69bvZWYBLetCs6bqCNBYHxA3jxiZ705G7qzeCT5lJpjTlBW\/TankL5Hn\/SLNlD\/87rS12EjWK+1W2DIFmTalfj+mgvIbwcY7jTBT9YhO1TrTx88nSxNkDgaNemysjwAtkAp5CuXapHgbFXjsLQ7OzJrU5h0tX+w1TJ5Osl1Ik0YuennYB78CSQW8En6Rs3Xsk3Sq5BQ1B4KfgXXvLIk9Q7LVmiM2E1W9waccExZZikUd\/jhfINc2cQg2MpwdhySD5ec+tjT8RfiakwHb4KI8XCFf37uXCZKmjMbUOxEzId1CRFZ8uWSQ39JoUzuraHLwj0V0i5t7X965m3gje+vI4e1zsn7K4QG5LP78lXB2Ni7bsyb0X2hcU+ssy5cJ2bUDseo6xOejvcRLpeRXhu3YBN9bG4yjv20xrvktWykd4uzCZuyuc+PSBuzoal\/Xtdz79PVynxf1kzOwslSGUKhcgUKTk76vYHHEXcMraeBzlvRI8\/nFyPt70NJcEnOZ3ugD6wP\/gR5Rvol892ZdSPp0qKFM4pRnS1dlZKhcws6ZFjamszSF\/X9YWStvr0AUEnuJXhE\/4BdjhLt9dbD4D+sPmP\/DUkw98LtiOEn1zaNJoudqpyKfTWAAnrPYwX\/6MKxWmYzTYpAI0ISqvvpkpECvj7+0d6ow55W2TJ68EL\/ZPSfl0m\/njBmyU36+bhWiSEbAXamF0p03ZaNKojE839uVt\/KhMTTwJ9At8brh439j13Dt\/X\/A54kXEDroDvmdQ6\/jYW5LfqkWYJpf2MyK706aXt3Zmkj2eFqy7NVEVU4eu5xj7ksBJ3XJhek1pf1\/wOdJFJDR5OvZx8Oqd4G1buHz2hY+Wrig\/bnX2T7AzBX0yKfsUQQFJAEdN7Fll\/H0qlgwsGUtLKpfM52xefiyllNvEO8HbW\/MZc0rMvohRHgdPbVmbUcU+mVUgu0P16OtE0LvMD40RCtgBcBflLcZe3qeICS8XgEiTSlK6y1wkwvYu5pbcQNVgVVJ+omkKTYEzt5iNuqxzQZsZWkxxFtTjl0ZKEUsp5TbxUvA2xzvNnXBMalBFX8ALaoyR5tU2S1jtz5j7YzfeBnA1lVji9\/tkhrbhBTM4zpoyx1TwZRE25BoHu\/KADvPC\/CBsuQB5W6IXvOvG2ojQ7+eoiJQqKZuEm0MBSk96NnD1VvBSlKd0mZTjpYyBOAjbpuiFlVrr+PcyGRWbSrxcrjctW0lJmFKEYI1dQXaFWqjdGrU+G8TrRdzitouOqjzTQkJaoWMj4abXYgqNYWNYg9KdBcC0MKE+MtcrPt0VZWNaUkgpTmqoCnV\/PqFfzSiFe+ARXgve9j\/JpxwLFhyQny9ai7nugoiqpOl6gl9iSwWOysyYQslShCaWFFri3H+TglqaKiSOeg1XhsLUbTtEv1IpKD6nNsFm\/8jLGVNTKhBUHwjbUoQDqRShUUIVfCVMKWoi+nJnytHUjyyWpcl\/1A20m0i31DLECP+n+EGpGVPIlSIUPr8RNMJXx95y+dnUgpSjWYu56LESS8\/BaN\/p1tB3DZQWdzSuzGKtUoQ+0ZnOY9baxLkTJbIvJnvj9r2N3tYD3q9vPNLRHU2oRTpvohShBPnfsaGxS1N0RvDG2qBogY9gpURvfG\/29k\/tppveoj7I\/4xB4NetfUPke\/YHfvX87IzgCZtnf8CeLJlnX97+TYks3uapjrxpP4sX1b+Yw1FXerfUQRpLqeDXpDDPXnJyyZTI4m1+I1mKUTcmYRpFGJzOPvC7MLZF5wRPOPPsi8mly1YXgHzgfStejF9CTxF2Vbz1bc\/cTgqeKMizj01RVUstnaUODGlYv45lK3ZoXn+cwfUEcu3C2BadFTxR1OhzOcXeUrPPfAcGcNezuKhbClwWuwtJYW28RFd2Vey04AnT6DMxA1n+1mnrZ6r2XlkXsXqwaHFzIP8e6zRPkihTMjwDdhD+8T0WLbNzrw0DFfxGoImposmlOr1X1qLuKqCF\/xd9b93mSVkqlAwXrtIahfzqLh8nuXoheMJOLh04i6pWFkyQ8DcZ8es2ijLzDWDmG2JwUfMCrlIyDLarsfP9hN47qaebRPdG8ASJhZ1cymKFT390YxE2tARQWsRS1JmLIqqzVGBJxeZJ119Fx1WbOhXNUeBFd8K\/BVTumbkNAugpGEWj0a7Zzfqk5EsoGlMP9B+a3O\/15jD6FfLiolnjvTIpuyq\/B1VBYgTLtQdZDh7LrHai90g\/wNNSPxt1RU7yjaIoOxNdxAfgIb0V\/JJ\/HkZfJwubE5V+UQAxVRZiqm1KbbzXuQAw+lLn4NPcCTxG5blQEhJ+uGs2Lt7I3ehuD9gKvlvcqwqj\/pZqdyrTe8EvKbX5rhva2p22eb+yG4+x61Px\/\/iMZh1pN5Jw8XUCvH24TUZoGSrubN3A75ElptZ\/VQVqojsOnrn3M3bMUwYj+CUkmGAEjwNof0U9XkDTLy7ioxovle8cZUnN2OBFMoPv6syG0rgBuJ6XHkd3YnCCX0JWh3xxSn0rW6xkRMv0dI9KJWpQY5xioJ295zPj02OogWRlaFeW6K2f3n3JYAW\/CkX90Qi+bkv8KPoju363FmXHKXV8ehaT6UnNWCKHHYjH4DEq+AxGPClMyHubzlnbuQBq+fksor8n+4JCr7O9zifvj+lbW37ALfSoNAhvCxV8AWQbdnbhHub292GEKT\/yrYuLYBwIuex0MQcQB5RDn+PXEGLqZU9emabx2fQgZoaSECP9uqJfZHMe4w9xYg\/V9umfvK+QgrRc3fPcyixRwW8ZK0iKklHuJIk+hQdNzgM0gTOyN7Sh8rbo1UxrFzAlECAUu1GhG6y3l2rTLDdnAN7G3HZJ7IRG+JYweze5WlWnxopsvm+MANXchO9N2pMvgyCxz4zYvat5d6GCbxFbg07NYfmBMVqcIIEnmKt\/DVvEXIyhYw\/YjoqdUMG3jPXHlOaLpOeY+pYRRvsfN2sdSOiYtvy2qFwYbcyDLoqdUMF7gHMguwLNzM5TzLg01wvSWBf4D0xGITwuUVx2ZcUeQ0dRwXsC1cjjrOnzUrOmtrgtTeA1\/Bmme9NqPt+I\/N9wHOBkm112WGau4QU1w\/JtUXZVVPCeUbM4jArbYpwsi4EsR6Yvjilow\/fD50R2V44IykM7e5\/0pUWfCt5DKNqHfzCTR6fQFmsWl\/mKCt5j6haHrUVPhb5EBd8BSPg4RThpuA7+E8yClwTOkwS+76PQl6jgO4ZNYz6kPjDBOhuU0WIW8v4A0ySA176VM2wKFXyHIa+\/swtf3hW22UUtwcpdIF2UMJhOaKaYLcHUYgi\/UDuQPkdyRVEURVEURVEURVEURVEURVEURVEURVEURVEURVEURVEURVEURVEURVEURVEURVEURVEURVEUJcP\/AYtDFQTVudhHAAAAAElFTkSuQmCC\"><\/image><\/defs><\/svg><\/div><\/a><a class=\"htb-nav-link  elementor-repeater-item-e50d3b2\" href=\"#htmegatab-d741f579\" data-toggle=\"htbtab\" role=\"tab\"><div class=\"htmega-tab-svg-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"94\" height=\"94\" viewBox=\"0 0 94 94\" fill=\"none\"><rect width=\"94\" height=\"94\" fill=\"url(#pattern0_18_4)\"><\/rect><defs><pattern id=\"pattern0_18_4\" patternContentUnits=\"objectBoundingBox\" width=\"1\" height=\"1\"><use xlink:href=\"#image0_18_4\" transform=\"scale(0.00531915)\"><\/use><\/pattern><image id=\"image0_18_4\" width=\"188\" height=\"188\" xlink:href=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABL8SURBVHgB7Z1dctNYFsfPleOha+ahzetUg+UVEGYINcULzgoIK0hYAbACkhUQVkBYQcIKCC9TU50wuFcQha7itdNTTVc3jnXnnGvJyLI+7pVl60o6v6pUEln+Sv46Pvd8XQCGYRiGYRiGYRiGYRiGYRiGYRiGYRiGYRiGYRiGYRiGYRiGYRiGYRhbEFATLu65w46AFxJgmHKKB\/pcCQlXBueDL\/QfH\/+oV2Dy+AKu\/An8qn2+Y\/Re1eNDR\/\/1DP7jedBQaiH4yy33EL89BcZWRqikw\/6P3huwHOsFz2KvFSO\/A49t\/oSwWvDkxjgC3gFTJ0b+GLYHI8\/IZVwXG2Ax6LPvyvhB9I2lgBP0wb3ZIQEu6CKhh5d5DwxAq+Bqn1zg8RvGprOhPpEPwEKsFjwKeQgxxaP49vpn3ltoCJ8fDPq65\/45ljfxH\/Y9GOD7hhero3+x4r9mUwjYhLhBEPAMLBW81S4N+u9xA3+FYr8JjDVcbLo9pwsfISb6ble4f\/\/3xSVYhgOWcvEv1004bKVf2GYCX\/0kfvz6q9wEC7FW8EyNSMg5SGnnOsZqHz6OlGzhq+Bi6PbgN+Wrw+DcO4UaUyvBA7s0a4dcS+d3DA0HkbDL+67nf4W7toYd82CXhslmjJZdRhak+DMuUnehprDgmWws9cWLwoJnsvFVBMaLHPEwk1rbPEjdfHhmzZCvjrH27c4G3KHfJ9fwXsd\/d0wrOtcEC57JBQXuAdgpYFPsdWkmra5HYVaEvRZ+DJ7swin9GBZvYRz+FTD2UaNiOWsFH\/iJ22AxkS4sSsrQP506qU6lAyd1aIbQJSjTvuP7cAldGMXr3fH99+rSOsdRmoJQYwrV6gcth6GF60kBO6iAI7z9Y0o9UK242HL3gp6EQ1yIHjs+vKOCMagprRZ8EUFSmv3TPfcY8ruwNusuDgIFcmfuACaeNrqxYzWidVGauWbwibLUdFirJ5PETml2Oa0Bz4eykhY3Q7QRqy385T33GQryF\/V1z30JS4KPcxRxQ6JsKjfkvnuRZvVDseN5aWL3Eo8KeFZnK49JJgoUeOHvGDg4vXXmvYeaYm89PFpiFAuJvKe+UDgo2MLN3EEzeHYNCFnkCXxEv3VO1Dli9\/CPOOyfeQMUxwDo02KeHn6OWlkbrgPF4NV7A7hLTR3uuWd1ICEPey18Ug1HwboOWniB\/uSDHn4KHEctvfMFDtPETg3LocVTCRq52AxBEQ6oOYMzb2RjB5Mp9vrwJRYtdSC1GXwUxPjd2G0uLTjpUwFv30kZ\/uQF3fle9KAQsNCXCH77ypqvwWCw1BppfJSG\/OcEwXr+Ndx1z7xtFO1dkWCVg5LYQxOx4xpgH8\/fi5\/sO\/ATtIwbXfELWEjzw5LfLX5S4MJrFIqVEly3z73H+KNuoihV7HiRvEg6n9wBYKyglXF44Sz647gw24N80dOQobsGYid3Zh8Ya2h8HJ7S4OiLkw\/9zdKju\/Jpy319+8x7Ej2XRB\/E5ZOiOYkTtTLFLmG\/\/2E+to\/PGw2LXkF+26Lx4Fe6jy\/07xMdaoWu3ivT9j20movrFktpR+JJqCjLfvQQ+doY27\/qn3vPo8dTRF9M7OfeXMKJIj9yMrcm6AHkL85lgUIVo7tETnY6SvyNqQOK0wqXxv+qkieLVoti+\/dQtPHzx2pyVuh3lyL2uiBEsyNKrRA8idWfVl4mif5FXPR0Plr6u5RQKlXsf2i5MJUyEVD7WHsWrVm0UqTEl\/A48cYE0ROUUCrTsqvHknAgF7OxtnDY9IhSq4rHaIgQZl2f4FX+euHGqegBBbufdv8y3Bg8h0ocDsEQyifc+KswGqQ6GUtX99xOV3hNyKTmUS\/Bl+BfogU7QtGDqeir9tmDTxrT9994AZtirUuD0YJFa1ZSip5Ejz79k8QbE9ybpi5Q24jdtTQr7BvLs\/TeltvHEOL7Tgd2MTM7hOTXmCp2NY\/xj+SQY5M3DQux1T1q9ZiOLNHTxguiA3upCZUssd93d5wvcJx21yDOb4JncK5pomqWpJI+vB188E6gwbR+Lk2mpU9DqF1IUpMzHQlPS848uiYnmyaqwtOFA3u4OL5Z10GpOnATN+T49FHIcpLYGzSRIE6RflVpeEFWCQs+QIl+2rHkJd1OrW3+NWzriB0t7CnUlOtxsyM7PGovQlAFOaAWP2cCD9UGXxgZwojR6Na5fh8nXhQHVLCGlm8n6zxhZhlNzi0GrkvilaBNgwWfQJBtXCrjiD4+1e9UMinNJElFySnVnTQGr8m+ewgLvoEYJqlalZxiH55pFbWy8EVLV4PZiI\/AsJFCzVLURagITvbjb6DbkJJ00pmC1oaE1appvODVbMQwxm4Yn8bFarlMgDYXGER9ZbVpmA\/v8DY37+6rTlihQTiNN8Q0DWsFj6E9t4zKgsQRHdXRC+Lcs4hPx4eXUq4sAuOanIwGYfPzg8FhCWUB1i5+m+\/DW9bBE5\/XskKxF+LPsbwJy8OCrwrpg3b8fC2M590MdNM8sAhb58mURePDktRwgX7zCboS\/ehxXJC6YIIwOF8ADX9aqJQUPpzGY92Tr\/Dc6YIXbKpgAm1CkNsArphWnuY3i2PuoaA740JNaEUcPmVTLissf\/DaGr1QtAmOwzOtggXPtIrGuzTUnoe+88PoMd9woRidzJV\/Mlz5E83Juaab927on89JqmSa78NTM0ZswWYc3686YRUy0T+1QJJqhAv5g6Z3PLXBpdGLZDCbjmPQ9VVTaiX4gkP2G1\/yWiKNNw72julIiBsXSYoIe6d82YgHDafxW95MxvA4rRmC0uj4B9Ce5mWUrKLX7xi8h5RkVQauwbm53VUSF+byupx8gJT2XjjNnw+f3QxhmlW0q0yBMYbj8EyrYMEzS6HTuGITLHimVbDgmVbBgmdaBQueaRUseKZV1ErwbdiShVkttRL85weDPjDMEtgr+IRpAyV11DOrh6cWmJJUj9EBeEmTfYGxh+vFGh3bJjFEsbaWxpfw1hFqR+wZEmCIV+jHlOYGkwGihbeF0UFMp3iZW7lot5QDHm2zCUui9pr6gqKMFuPRe+lovr7v4GpwmjxVWI0VF\/AS4pOufHsrVMsY7rUyPm2570jk0FbQUtJmykU3C7685z6jDdpgzXXutLGErXPmrV60TsZqG5r2NnBIcPEf9K6IG6e22iTru2axo4E6snlTBasFT384tBZ3oQWNCRn00G04NinSytxXdrV4cgxW71lrtUsT5ect96EPsEMTujKbGTSnbNUOcm8c2M6bRlCV2GkPLHkNT2zfMqc2gl8lJlvEEKadUgQKoifzurjwdtGBzWDd4i7cniN6XMwf4renKc9\/CmH0xNwoJI71w8ccUUQG3YSTW2f6e2BVCQveQvACdDsb8FKKhE3RUkSPYj\/Cb7sL52O0CF2inboIctWw4C0mNUoVE32W2GmrTXQzuJE9gAVvMeRqOV14B0mThUn0E3jeEbCb+EnAYk+EBW85maJPh6Jbj1nsi7Dga4Ch6Ens203fYLgoLPiaoCl6FnsOLPgakSN6FrsGLPiakSJ6FrsmLPgaQnH6QPQusNiNYMHXFCX6DdjF0OMbFjvDMAzDMAzDMAzDMAzDMAzDMDbAiaeWoZrBv8LQ6cD31Orn+3BZ1gycOsCCrxg1KOmPlP7SjCFIps\/h\/A7PaFdySBvbIcBTjdgdOGjytvUseEPmBDrB72FjdmRLS8eB6dDXyFaUzvS8nhSz83qgNzOGpqSNpANH\/R+9N2AAWfPOBF7ga9jTvtO00Xvf9LnqAgs+xsU9d+gIeIQi24yIk3ChajRHdRQSehwJB\/1zbx8aBgs+QInkOmVSgG0I2EuywKUIPYIv4Tn69ofQIFov+Ih\/W8WkrqJc+R24G1p6LR89hIa8CjhCd0zdN3MODpCnhs9z1pze2NYK3kgkq2AqvKvpj7PJx17sLFekD5MdkQXG9cJQ8z14qN79\/odk3\/zyvvsCH2c\/fhxdu9Pb5942NIRWCj4YR6drDa++\/Tqb3DU7Pjca2\/92HIWozr0G+PVGV\/wSPobptj1qKFN3KTclU+hzz7Xl7jkAr+PH8cLaprBluL7BQ+T2uZFTRnhheLiwPsE1xnubozytErz6h9L4aJm9AKXw3IYDz3740fsJLOHTPffYcH2hLfQol1suTRx+NncQF8tK0Dqjy4V63je2LnhbIXiyTB2hrOQw6zwSOp63b+NYusC6vtM4tZDQZ8+DC19nAhewLJoRpXVj7Q4gZRAVusw+lQaC7t06t3j+4gYKeZJ5xlJCnzEpaT1Ds+19eIcXkFWib6Tgg\/Dc61yhT33x\/f6Z9wpsh\/ZSSv48LkfoEFh3H45Bap3uBYttelnJs3JQ9BjqpTWBNYveRgleRV6+YKRhAk9zhQ5w6F\/Dq8Fo+dT9OlAzJBcPqw0jln0Ps\/j9JGdhHIQ04+OxaXQIOLDjdFRo1527i4AhftI+syWe3wgf3jAOvV8noRNp0RO07HvLWHbtRJWmgQjGhxzDosW\/CvZ9qvxvXnvBq8Wcg2LQiLzUYYeKEFWz8xtsZiy2PXTFBlCAsoU+99hT0X+EmOEJQ5tQMbV1aWijL9q3VYkhw3+ZRV4sXpCqkt0x0BaQd8gfRjdgU201KSD9rfmLSSKd5wldl1W5fGRQMM9xGE9i4SfUQ\/x2ChVTO8FHrVMdIy9qR74JirsTiJs+\/ikyEmwvp7dehEMTV2bm8k3XNukuX1lrmyJ71K6J2gh+FmKc1CPyErokZLWDjdjIr536tp3pOZringMf5+j2mfdc59yZ0L\/kr21ou0l0+Q6WdfnU+56up+YRdlwElQte\/YH+hxlESsVHd4imj3gH+oFYKMPYszXyMnNJ8PViRnIYdUmIUhZKwYV8W+NCNhb6uByhY4RsNxC7G78dF61vwQIqFzz+kV6gyL+lssPkSvARrykWEvrBqoU+28Y9yyUpKwyAApeU0ke\/l8KA19fwU977q0zo0edMsEq4jjqxJVhQueDldEvEYvddY+SFfG+8OD+qX5ZwSRIhcYPaAnKEi9FR94Y4NSkyq0LohCrCy39OD\/9HWi7YOqhllKaSyAu5WhMoH6o58eH54IN3AoZUJXSTIjzbQsGVx+G9Lfe10Cx9rbq463LLpTJfvVqTqc+tX5cSNlFLeJMXrzZJtFUhdAgjZBYW4dlq4Uf4Rz2hnlJVbz5BK9iB9yiEEVQIvpbRQhIo5o74DvraQYcQJWHQtx+KDuyKvNJaqd7rHj7OHroKHh55g491FC28MrLoJRqHOaFn+3Gl1fWsisot\/Kf77jH+c+bqvG1tK7v4p7uDgtwV0\/rw042\/iJGurx1uYED9qGDQEE7Pgxf+Cd7vppZFX5XQM5+0PkV41Qs+Ybfpble4pp1BdeLnLfehSpzRhW7i9mRQmdBrVoTX6Hp4WwlESV9PLv7h7gkHHomC0xLKXMBruy41FHoIC75iBv\/1jvDbUcTffyo0NiBmoReDBW8JQRTlCALxB43bQ4jXl5cpdNoC8y+YW2iB0ENY8BYSiP8J\/Uz+vj8trQDVeFF27kGuoZjMIljwlhPx95eGan6iYU4ScVIpbxOFHuIA03jIR0dhX9A0Amq3i97mfwUKJU5FLdWMHeoIG\/TPvYOmiZ1gC99g5saTBD46LU7Rdz8KxUzf8YLYdiQ8aqJFj8OCbyA540l6mACjBNZBeCBI8lmX6FsF7NI0CBI6JfJoYJPMKGWQUIMJySuCLXwD0B44FSxG5TXYP4dnRdhQD+8CUwhTobfBR8+DLXyE2HRc2mqGuo6ocvMq3PxLtSH+Dbwy9l5a5nWy0IthpeD\/\/F3+Cmskbdhq0K43pBI7pxO54YuqjVfz3MVUVKodj35XF4YIxmaXfGGw0Jen8mpJFM4FxNya\/pm38tc1qy0H2NVoaFiG2YXhB2OnTT8tdKcfs9DzaZ1LEwwM3dNpoigJeg4arjS1LjmfFtGLQk1BEMqas0UvidYIPjrXBuwj9aJgoZdLs+fDT8dq7KB2dnOtZACNlMAL45BqWKiacKMLd\/BYT9I+rB1wpVTzZmjSggtVRphqOBTWBpo5Hz7W+5kr9BRLGfycWbilRkV3wcU\/5Pe+ry4GN9jflb56IrhAoCTqNhTWNpo1H37qtuzKL9NJZXnnk3iEDyco1DdFLWVwvzAtn3pxfH4w6E\/G0i30aRGdy27zLiU1wAbBL239DLa2UVQx1ybo0c3s06VhT\/RJoS4K\/KKdADtd4TW5v3fd1Fbw8bCiltuCVhKFfvTDmT2780Vp0gbAtlK\/cdkGs1kUHMlgItgoeC\/p4Mxt+aIXVqzDRgjM+rEh07rgjWDy5QCup8KPTOkdggbRsCIwTAwrBW8Muy2MJnUPS3oo9iMWOqNLvcdls9vCGGKD4N8AhRbzmNamn3QAjnghyhSlch+eoGFD8WNh8oV+phHUMAaP3RaGYRiGYRiGYRiGYRiGYRiGYRiGYRiGYRiGYRiGYRiGYRiGYRiGYRimOfwfqOLRdAdZwaUAAAAASUVORK5CYII=\"><\/image><\/defs><\/svg><\/div><\/a><a class=\"htb-nav-link  elementor-repeater-item-ee1afca\" href=\"#htmegatab-d741f5710\" data-toggle=\"htbtab\" role=\"tab\"><div class=\"htmega-tab-svg-icon\"><img loading=\"lazy\" decoding=\"async\" width=\"50\" height=\"50\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Group-1000004146-1.png\" class=\"attachment-full size-full wp-image-7738\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Group-1000004146-1.png 50w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Group-1000004146-1-12x12.png 12w\" sizes=\"(max-width: 50px) 100vw, 50px\" \/><\/div><\/a><a class=\"htb-nav-link  elementor-repeater-item-99cffa3\" href=\"#htmegatab-d741f5711\" data-toggle=\"htbtab\" role=\"tab\"><div class=\"htmega-tab-svg-icon\"><img loading=\"lazy\" decoding=\"async\" width=\"50\" height=\"50\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Frame-23-1.png\" class=\"attachment-thumbnail size-thumbnail wp-image-7735\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Frame-23-1.png 50w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Frame-23-1-12x12.png 12w\" sizes=\"(max-width: 50px) 100vw, 50px\" \/><\/div><\/a>                <\/div>\n\n                <div class=\"htmega-tab-content-area htb-tab-content\">\n                    <div class=\"htmega-single-tab htb-tab-pane htb-fade htb-active htb-show elementor-repeater-item-7edb46a\" id=\"htmegatab-d741f571\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"7522\" class=\"elementor elementor-7522\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-6d2767e e-flex e-con-boxed e-con e-parent\" data-id=\"6d2767e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-09e9800 e-con-full e-flex e-con e-child\" data-id=\"09e9800\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ea55ed e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"1ea55ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3fb3bd elementor-widget elementor-widget-heading\" data-id=\"f3fb3bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Personalised counselling just for you<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5ea0a5 elementor-widget elementor-widget-text-editor\" data-id=\"c5ea0a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Experience an one-on-one bespoke counselling session specially tailored for you on diet, nutrition and emotional well-being. We&#8217;re here to support you at every step of your journey!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f45f593 e-con-full e-flex e-con e-child\" data-id=\"f45f593\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebae694 elementor-widget elementor-widget-image\" data-id=\"ebae694\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1537\" height=\"1317\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Personalized-Counselling-Sessions.webp\" class=\"attachment-full size-full wp-image-8744\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Personalized-Counselling-Sessions.webp 1537w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Personalized-Counselling-Sessions-300x257.webp 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Personalized-Counselling-Sessions-1024x877.webp 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Personalized-Counselling-Sessions-768x658.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Personalized-Counselling-Sessions-14x12.webp 14w\" sizes=\"(max-width: 1537px) 100vw, 1537px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44ce757 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"44ce757\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afcb9ea elementor-widget elementor-widget-heading\" data-id=\"afcb9ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f084f0c e-con-full e-flex e-con e-child\" data-id=\"f084f0c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0977b3b elementor-widget elementor-widget-heading\" data-id=\"0977b3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Personalised counselling just for you<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c867a86 elementor-widget elementor-widget-text-editor\" data-id=\"c867a86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Experience an one-on-one bespoke counselling session specially tailored for you on diet, nutrition and emotional well-being. We&#8217;re here to support you at every step of your journey!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"htmega-single-tab htb-tab-pane htb-fade  elementor-repeater-item-05d35bc\" id=\"htmegatab-d741f572\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"7540\" class=\"elementor elementor-7540\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-6d2767e e-flex e-con-boxed e-con e-parent\" data-id=\"6d2767e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-09e9800 e-con-full e-flex e-con e-child\" data-id=\"09e9800\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ea55ed e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"1ea55ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3fb3bd elementor-widget elementor-widget-heading\" data-id=\"f3fb3bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">We understand your language!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5ea0a5 elementor-widget elementor-widget-text-editor\" data-id=\"c5ea0a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We\u2019ve got you covered! Access care and support in 12 regional languages to ensure you feel comfortable and understood.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f45f593 e-con-full e-flex e-con e-child\" data-id=\"f45f593\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebae694 elementor-widget elementor-widget-image\" data-id=\"ebae694\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1317\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/We-understand-your-language.webp\" class=\"attachment-full size-full wp-image-8746\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/We-understand-your-language.webp 1536w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/We-understand-your-language-300x257.webp 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/We-understand-your-language-1024x878.webp 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/We-understand-your-language-768x659.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/We-understand-your-language-14x12.webp 14w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44ce757 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"44ce757\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afcb9ea elementor-widget elementor-widget-heading\" data-id=\"afcb9ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f084f0c e-con-full e-flex e-con e-child\" data-id=\"f084f0c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0977b3b elementor-widget elementor-widget-heading\" data-id=\"0977b3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">We understand your language!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c867a86 elementor-widget elementor-widget-text-editor\" data-id=\"c867a86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We\u2019ve got you covered! Access care and support in 12 regional languages to ensure you feel comfortable and understood.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"htmega-single-tab htb-tab-pane htb-fade  elementor-repeater-item-93044ca\" id=\"htmegatab-d741f573\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"7543\" class=\"elementor elementor-7543\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-6d2767e e-flex e-con-boxed e-con e-parent\" data-id=\"6d2767e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-09e9800 e-con-full e-flex e-con e-child\" data-id=\"09e9800\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ea55ed e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"1ea55ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3fb3bd elementor-widget elementor-widget-heading\" data-id=\"f3fb3bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Don\u2019t worry about medications!\u200b<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5ea0a5 elementor-widget elementor-widget-text-editor\" data-id=\"c5ea0a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>You might be eligible for complimentary medications for a month. Let us guide you on medication adherence and help you get access to essential medicines without an extra cost<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f45f593 e-con-full e-flex e-con e-child\" data-id=\"f45f593\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebae694 elementor-widget elementor-widget-image\" data-id=\"ebae694\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1317\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Dont-worry-about-medication.webp\" class=\"attachment-full size-full wp-image-8748\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Dont-worry-about-medication.webp 1536w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Dont-worry-about-medication-300x257.webp 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Dont-worry-about-medication-1024x878.webp 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Dont-worry-about-medication-768x659.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Dont-worry-about-medication-14x12.webp 14w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44ce757 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"44ce757\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afcb9ea elementor-widget elementor-widget-heading\" data-id=\"afcb9ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f084f0c e-con-full e-flex e-con e-child\" data-id=\"f084f0c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0977b3b elementor-widget elementor-widget-heading\" data-id=\"0977b3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Don\u2019t worry about medications!\u200b<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c867a86 elementor-widget elementor-widget-text-editor\" data-id=\"c867a86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>You might be eligible for complimentary medications for a month. Let us guide you on medication adherence and help you get access to essential medicines without an extra cost<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"htmega-single-tab htb-tab-pane htb-fade  elementor-repeater-item-e90a97c\" id=\"htmegatab-d741f574\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"7546\" class=\"elementor elementor-7546\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-6d2767e e-flex e-con-boxed e-con e-parent\" data-id=\"6d2767e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-09e9800 e-con-full e-flex e-con e-child\" data-id=\"09e9800\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ea55ed e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"1ea55ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3fb3bd elementor-widget elementor-widget-heading\" data-id=\"f3fb3bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">You can chat with us now!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5ea0a5 elementor-widget elementor-widget-text-editor\" data-id=\"c5ea0a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Any questions any time any where! We are there for you. You have a question, we have an answer!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f45f593 e-con-full e-flex e-con e-child\" data-id=\"f45f593\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebae694 elementor-widget elementor-widget-image\" data-id=\"ebae694\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1317\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Chat-Now.webp\" class=\"attachment-full size-full wp-image-8750\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Chat-Now.webp 1536w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Chat-Now-300x257.webp 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Chat-Now-1024x878.webp 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Chat-Now-768x659.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Chat-Now-14x12.webp 14w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44ce757 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"44ce757\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afcb9ea elementor-widget elementor-widget-heading\" data-id=\"afcb9ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f084f0c e-con-full e-flex e-con e-child\" data-id=\"f084f0c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0977b3b elementor-widget elementor-widget-heading\" data-id=\"0977b3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">You can chat with us now!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c867a86 elementor-widget elementor-widget-text-editor\" data-id=\"c867a86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Any questions any time any where! We are there for you. You have a question, we have an answer!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"htmega-single-tab htb-tab-pane htb-fade  elementor-repeater-item-7dc20f6\" id=\"htmegatab-d741f575\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"7549\" class=\"elementor elementor-7549\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-6d2767e e-flex e-con-boxed e-con e-parent\" data-id=\"6d2767e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-09e9800 e-con-full e-flex e-con e-child\" data-id=\"09e9800\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ea55ed e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"1ea55ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3fb3bd elementor-widget elementor-widget-heading\" data-id=\"f3fb3bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Want to keep track of your weight?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5ea0a5 elementor-widget elementor-widget-text-editor\" data-id=\"c5ea0a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Interested in keeping an eye on your BMI and weight? We\u2019ll help you track changes over time for better health.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f45f593 e-con-full e-flex e-con e-child\" data-id=\"f45f593\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebae694 elementor-widget elementor-widget-image\" data-id=\"ebae694\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1317\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Track.webp\" class=\"attachment-full size-full wp-image-8752\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Track.webp 1536w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Track-300x257.webp 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Track-1024x878.webp 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Track-768x659.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Track-14x12.webp 14w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44ce757 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"44ce757\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afcb9ea elementor-widget elementor-widget-heading\" data-id=\"afcb9ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f084f0c e-con-full e-flex e-con e-child\" data-id=\"f084f0c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0977b3b elementor-widget elementor-widget-heading\" data-id=\"0977b3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Want to keep track of your weight?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c867a86 elementor-widget elementor-widget-text-editor\" data-id=\"c867a86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Interested in keeping an eye on your BMI and weight? We\u2019ll help you track changes over time for better health.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"htmega-single-tab htb-tab-pane htb-fade  elementor-repeater-item-6a9f7d0\" id=\"htmegatab-d741f576\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"7558\" class=\"elementor elementor-7558\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-6d2767e e-flex e-con-boxed e-con e-parent\" data-id=\"6d2767e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-09e9800 e-con-full e-flex e-con e-child\" data-id=\"09e9800\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ea55ed e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"1ea55ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3fb3bd elementor-widget elementor-widget-heading\" data-id=\"f3fb3bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Is your blood sugar level under control<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5ea0a5 elementor-widget elementor-widget-text-editor\" data-id=\"c5ea0a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Keep track with our handy blood sugar tracker to monitor them regularly and manage your diabetes effectively!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f45f593 e-con-full e-flex e-con e-child\" data-id=\"f45f593\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebae694 elementor-widget elementor-widget-image\" data-id=\"ebae694\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1317\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Blood-Sugar.webp\" class=\"attachment-full size-full wp-image-8754\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Blood-Sugar.webp 1536w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Blood-Sugar-300x257.webp 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Blood-Sugar-1024x878.webp 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Blood-Sugar-768x659.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Blood-Sugar-14x12.webp 14w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44ce757 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"44ce757\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afcb9ea elementor-widget elementor-widget-heading\" data-id=\"afcb9ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f084f0c e-con-full e-flex e-con e-child\" data-id=\"f084f0c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0977b3b elementor-widget elementor-widget-heading\" data-id=\"0977b3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Is your blood sugar level under control<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c867a86 elementor-widget elementor-widget-text-editor\" data-id=\"c867a86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Keep track with our handy blood sugar tracker to monitor them regularly and manage your diabetes effectively!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"htmega-single-tab htb-tab-pane htb-fade  elementor-repeater-item-b7ab2f7\" id=\"htmegatab-d741f577\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"7564\" class=\"elementor elementor-7564\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-6d2767e e-flex e-con-boxed e-con e-parent\" data-id=\"6d2767e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-09e9800 e-con-full e-flex e-con e-child\" data-id=\"09e9800\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ea55ed e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"1ea55ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3fb3bd elementor-widget elementor-widget-heading\" data-id=\"f3fb3bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Counting Your Steps Yet?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5ea0a5 elementor-widget elementor-widget-text-editor\" data-id=\"c5ea0a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>How many steps have you taken today? Sync with Apple Watch or Google Fit and start tracking your progress.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f45f593 e-con-full e-flex e-con e-child\" data-id=\"f45f593\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebae694 elementor-widget elementor-widget-image\" data-id=\"ebae694\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1317\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Counting-Steps.webp\" class=\"attachment-full size-full wp-image-8756\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Counting-Steps.webp 1536w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Counting-Steps-300x257.webp 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Counting-Steps-1024x878.webp 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Counting-Steps-768x659.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Counting-Steps-14x12.webp 14w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44ce757 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"44ce757\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afcb9ea elementor-widget elementor-widget-heading\" data-id=\"afcb9ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f084f0c e-con-full e-flex e-con e-child\" data-id=\"f084f0c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0977b3b elementor-widget elementor-widget-heading\" data-id=\"0977b3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Counting Your Steps Yet?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c867a86 elementor-widget elementor-widget-text-editor\" data-id=\"c867a86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>How many steps have you taken today? Sync with Apple Watch or Google Fit and start tracking your progress.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"htmega-single-tab htb-tab-pane htb-fade  elementor-repeater-item-93b2300\" id=\"htmegatab-d741f578\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"7570\" class=\"elementor elementor-7570\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-6d2767e e-flex e-con-boxed e-con e-parent\" data-id=\"6d2767e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-09e9800 e-con-full e-flex e-con e-child\" data-id=\"09e9800\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ea55ed e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"1ea55ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3fb3bd elementor-widget elementor-widget-heading\" data-id=\"f3fb3bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your health matters!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5ea0a5 elementor-widget elementor-widget-text-editor\" data-id=\"c5ea0a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Have you checked your numbers lately? We are here for you with free diagnostic tests to support you keep a check on your health numbers!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f45f593 e-con-full e-flex e-con e-child\" data-id=\"f45f593\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebae694 elementor-widget elementor-widget-image\" data-id=\"ebae694\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1317\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Health-Matters.webp\" class=\"attachment-full size-full wp-image-8758\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Health-Matters.webp 1536w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Health-Matters-300x257.webp 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Health-Matters-1024x878.webp 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Health-Matters-768x659.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Health-Matters-14x12.webp 14w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44ce757 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"44ce757\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afcb9ea elementor-widget elementor-widget-heading\" data-id=\"afcb9ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f084f0c e-con-full e-flex e-con e-child\" data-id=\"f084f0c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0977b3b elementor-widget elementor-widget-heading\" data-id=\"0977b3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your health matters!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c867a86 elementor-widget elementor-widget-text-editor\" data-id=\"c867a86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Have you checked your numbers lately? We are here for you with free diagnostic tests to support you keep a check on your health numbers!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"htmega-single-tab htb-tab-pane htb-fade  elementor-repeater-item-e50d3b2\" id=\"htmegatab-d741f579\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"7573\" class=\"elementor elementor-7573\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-6d2767e e-flex e-con-boxed e-con e-parent\" data-id=\"6d2767e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-09e9800 e-con-full e-flex e-con e-child\" data-id=\"09e9800\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ea55ed e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"1ea55ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3fb3bd elementor-widget elementor-widget-heading\" data-id=\"f3fb3bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Seeking Lifestyle Guidance?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5ea0a5 elementor-widget elementor-widget-text-editor\" data-id=\"c5ea0a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We\u2019re here to help you embrace healthier habits with personalized tips and resources designed just for you!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f45f593 e-con-full e-flex e-con e-child\" data-id=\"f45f593\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebae694 elementor-widget elementor-widget-image\" data-id=\"ebae694\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1328\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/group_1000004174.webp\" class=\"attachment-full size-full wp-image-8760\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/group_1000004174.webp 1536w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/group_1000004174-300x259.webp 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/group_1000004174-1024x885.webp 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/group_1000004174-768x664.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/group_1000004174-14x12.webp 14w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44ce757 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"44ce757\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afcb9ea elementor-widget elementor-widget-heading\" data-id=\"afcb9ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f084f0c e-con-full e-flex e-con e-child\" data-id=\"f084f0c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0977b3b elementor-widget elementor-widget-heading\" data-id=\"0977b3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Seeking Lifestyle Guidance?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c867a86 elementor-widget elementor-widget-text-editor\" data-id=\"c867a86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We\u2019re here to help you embrace healthier habits with personalized tips and resources designed just for you!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"htmega-single-tab htb-tab-pane htb-fade  elementor-repeater-item-ee1afca\" id=\"htmegatab-d741f5710\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"7577\" class=\"elementor elementor-7577\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-6d2767e e-flex e-con-boxed e-con e-parent\" data-id=\"6d2767e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-09e9800 e-con-full e-flex e-con e-child\" data-id=\"09e9800\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ea55ed e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"1ea55ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3fb3bd elementor-widget elementor-widget-heading\" data-id=\"f3fb3bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Medication Reminders?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5ea0a5 elementor-widget elementor-widget-text-editor\" data-id=\"c5ea0a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Are you taking your meds on time regularly? We\u2019ll send you customized reminders so you never miss a dose.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f45f593 e-con-full e-flex e-con e-child\" data-id=\"f45f593\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebae694 elementor-widget elementor-widget-image\" data-id=\"ebae694\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1319\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Medication-Reminder.webp\" class=\"attachment-full size-full wp-image-8762\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Medication-Reminder.webp 1536w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Medication-Reminder-300x258.webp 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Medication-Reminder-1024x879.webp 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Medication-Reminder-768x660.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Medication-Reminder-14x12.webp 14w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44ce757 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"44ce757\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afcb9ea elementor-widget elementor-widget-heading\" data-id=\"afcb9ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f084f0c e-con-full e-flex e-con e-child\" data-id=\"f084f0c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0977b3b elementor-widget elementor-widget-heading\" data-id=\"0977b3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Medication Reminders?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c867a86 elementor-widget elementor-widget-text-editor\" data-id=\"c867a86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Are you taking your meds on time regularly? We\u2019ll send you customized reminders so you never miss a dose.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"htmega-single-tab htb-tab-pane htb-fade  elementor-repeater-item-99cffa3\" id=\"htmegatab-d741f5711\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"7580\" class=\"elementor elementor-7580\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-6d2767e e-flex e-con-boxed e-con e-parent\" data-id=\"6d2767e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-09e9800 e-con-full e-flex e-con e-child\" data-id=\"09e9800\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ea55ed e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"1ea55ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3fb3bd elementor-widget elementor-widget-heading\" data-id=\"f3fb3bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Struggling to Stick to Healthy Habits?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5ea0a5 elementor-widget elementor-widget-text-editor\" data-id=\"c5ea0a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Need a little help with consistency? Our regular reminders will keep you motivated to follow through on your lifestyle tasks.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f45f593 e-con-full e-flex e-con e-child\" data-id=\"f45f593\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebae694 elementor-widget elementor-widget-image\" data-id=\"ebae694\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1319\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Medication-Reminder.webp\" class=\"attachment-full size-full wp-image-8762\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Medication-Reminder.webp 1536w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Medication-Reminder-300x258.webp 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Medication-Reminder-1024x879.webp 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Medication-Reminder-768x660.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Medication-Reminder-14x12.webp 14w\" sizes=\"(max-width: 1536px) 100vw, 1536px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44ce757 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"44ce757\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afcb9ea elementor-widget elementor-widget-heading\" data-id=\"afcb9ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Features<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f084f0c e-con-full e-flex e-con e-child\" data-id=\"f084f0c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0977b3b elementor-widget elementor-widget-heading\" data-id=\"0977b3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Struggling to Stick to Healthy Habits?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c867a86 elementor-widget elementor-widget-text-editor\" data-id=\"c867a86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Need a little help with consistency? Our regular reminders will keep you motivated to follow through on your lifestyle tasks.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div>                <\/div>\n            <\/div>\n            <script>\n                ;(function($){\n                    $(\".htb-nav a\").on(\"click\", function(){\n                        let activeId = $(this).attr(\"href\");\n                        $(this).siblings('.htb-active').removeClass('htb-active htb-show');\n                        $(this).addClass( 'htb-active htb-show' );\n\n                        let navWrapper = $(this).closest('.htmega-tab-nav');\n                        let contentWrapper = navWrapper.next();\n                        contentWrapper.find( ' > .htb-tab-pane' ).removeClass( 'htb-active htb-show' );\n                        contentWrapper.find( ' > .htb-tab-pane' + activeId ).addClass( 'htb-active htb-show' );\n                    });\n                    })(jQuery);\n                <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-32c7018 e-flex e-con-boxed e-con e-parent\" data-id=\"32c7018\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a22624c e-flex e-con-boxed e-con e-child\" data-id=\"a22624c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a9ea75f elementor-widget elementor-widget-heading\" data-id=\"a9ea75f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Impact<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-67de18d e-con-full e-flex e-con e-child\" data-id=\"67de18d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-666ee75 e-con-full e-flex e-con e-child\" data-id=\"666ee75\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-285708a elementor-widget elementor-widget-image\" data-id=\"285708a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"128\" height=\"128\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/diet.png\" class=\"attachment-full size-full wp-image-8324\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/diet.png 128w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/diet-12x12.png 12w\" sizes=\"(max-width: 128px) 100vw, 128px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1de8745 elementor-widget elementor-widget-counter\" data-id=\"1de8745\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Meal Plans Delivered<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"4000\" data-to-value=\"600\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">k<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-533fc63 e-con-full e-flex e-con e-child\" data-id=\"533fc63\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-832d704 elementor-widget elementor-widget-image\" data-id=\"832d704\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"128\" height=\"128\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/charity.png\" class=\"attachment-full size-full wp-image-8304\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/charity.png 128w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/charity-12x12.png 12w\" sizes=\"(max-width: 128px) 100vw, 128px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43b042b elementor-widget elementor-widget-counter\" data-id=\"43b042b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Patients Screened<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"500\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">k<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c387739 e-con-full e-flex e-con e-child\" data-id=\"c387739\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b2b365 elementor-widget elementor-widget-image\" data-id=\"8b2b365\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"128\" height=\"128\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/online-business.png\" class=\"attachment-full size-full wp-image-8306\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/online-business.png 128w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/online-business-12x12.png 12w\" sizes=\"(max-width: 128px) 100vw, 128px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-253f84d elementor-widget elementor-widget-counter\" data-id=\"253f84d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Counselling Session Conducted<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"4000\" data-to-value=\"700\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">k<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd0128a e-con-full e-flex e-con e-child\" data-id=\"fd0128a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc125a4 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"fc125a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-user-check\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2eadee5 elementor-widget elementor-widget-counter\" data-id=\"2eadee5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Patient Queries Addressed<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"900\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">k<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b2be32 e-flex e-con-boxed e-con e-parent\" data-id=\"2b2be32\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-70f1f00 e-con-full e-flex e-con e-child\" data-id=\"70f1f00\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-d04d957 e-con-full e-flex e-con e-child\" data-id=\"d04d957\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7376fa8 elementor-widget elementor-widget-image\" data-id=\"7376fa8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"719\" height=\"746\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/Trusted-By.webp\" class=\"attachment-full size-full wp-image-8572\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/Trusted-By.webp 719w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/Trusted-By-289x300.webp 289w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/Trusted-By-12x12.webp 12w\" sizes=\"(max-width: 719px) 100vw, 719px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8f8409e e-con-full e-flex e-con e-child\" data-id=\"8f8409e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75a6648 elementor-widget elementor-widget-heading\" data-id=\"75a6648\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Trusted by<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ce9ec7f e-con-full e-flex e-con e-child\" data-id=\"ce9ec7f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-02b935a e-con-full e-flex e-con e-child\" data-id=\"02b935a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8211106 elementor-widget elementor-widget-heading\" data-id=\"8211106\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">2.25 Lakh+ <br>patients<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7033777 e-con-full e-flex e-con e-child\" data-id=\"7033777\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d57df6c elementor-widget elementor-widget-heading\" data-id=\"d57df6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">across <br>14,000+ pincodes<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-34d8610 e-con-full e-flex e-con e-child\" data-id=\"34d8610\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-305bd6c elementor-widget elementor-widget-heading\" data-id=\"305bd6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">50,000+<br> doctors recommend<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d0b7a9a elementor-widget elementor-widget-image\" data-id=\"d0b7a9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"491\" height=\"41\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Group-40159-1.png\" class=\"attachment-full size-full wp-image-6958\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Group-40159-1.png 491w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Group-40159-1-300x25.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Group-40159-1-18x2.png 18w\" sizes=\"(max-width: 491px) 100vw, 491px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3007e70 e-con-full e-flex e-con e-child\" data-id=\"3007e70\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e6ec41a elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\" data-id=\"e6ec41a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/apps.apple.com\/in\/app\/humrahi-your-partner-in-care\/id6450692440\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"237\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/12\/App-Store.png\" class=\"attachment-large size-large wp-image-2418\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/12\/App-Store.png 800w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/12\/App-Store-300x89.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/12\/App-Store-768x228.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8bd935 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\" data-id=\"c8bd935\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.lupin.humrahi&#038;pcampaignid=web_share\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"368\" height=\"106\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/10\/Google-play-1.png\" class=\"attachment-full size-full wp-image-1824\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/10\/Google-play-1.png 368w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/10\/Google-play-1-300x86.png 300w\" sizes=\"(max-width: 368px) 100vw, 368px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fce1fbb e-flex e-con-boxed e-con e-parent\" data-id=\"fce1fbb\" data-element_type=\"container\" data-e-type=\"container\" id=\"ContactUs\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fa2781d e-con-full e-flex e-con e-child\" data-id=\"fa2781d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed2a38f elementor-widget elementor-widget-image\" data-id=\"ed2a38f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"587\" height=\"252\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Mask-group-1.png\" class=\"attachment-full size-full wp-image-6980\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Mask-group-1.png 587w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Mask-group-1-300x129.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Mask-group-1-18x8.png 18w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Mask-group-1-585x252.png 585w\" sizes=\"(max-width: 587px) 100vw, 587px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cab4649 e-con-full e-flex e-con e-child\" data-id=\"cab4649\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-980948b elementor-widget elementor-widget-image\" data-id=\"980948b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"157\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Group-1000004140.png\" class=\"attachment-full size-full wp-image-6979\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Group-1000004140.png 736w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Group-1000004140-300x64.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Group-1000004140-18x4.png 18w\" sizes=\"(max-width: 736px) 100vw, 736px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b235328 e-flex e-con-boxed e-con e-parent\" data-id=\"b235328\" data-element_type=\"container\" data-e-type=\"container\" id=\"LifestyleManagement\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-996689c elementor-widget elementor-widget-heading\" data-id=\"996689c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Lifestyle Management<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1a3401b e-con-full e-flex e-con e-child\" data-id=\"1a3401b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3408b8f e-con-full e-flex e-con e-child\" data-id=\"3408b8f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f03097 elementor-widget elementor-widget-image\" data-id=\"8f03097\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"599\" height=\"433\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Rectangle-3395.png\" class=\"attachment-full size-full wp-image-6981\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Rectangle-3395.png 599w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Rectangle-3395-300x217.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Rectangle-3395-18x12.png 18w\" sizes=\"(max-width: 599px) 100vw, 599px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13fd6a8 elementor-widget elementor-widget-heading\" data-id=\"13fd6a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Know Your Numbers<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26093d4 elementor-widget elementor-widget-text-editor\" data-id=\"26093d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>For many people with diabetes, checking their blood glucose level each day is an important way to manage their diabetes. Monitoring your blood glucose level is most important if you take insulin. The results of blood glucose monitoring can help you make decisions about food, physical activity, and medicines.<\/p><p>The most common way to check your blood glucose level at home is with a blood glucose meter. You get a drop of blood by pricking the side of your fingertip with a lancet. Then you apply the blood to a test strip. The meter will show you how much glucose is in your blood at the moment.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-baa4f2d elementor-align-center elementor-widget elementor-widget-button\" data-id=\"baa4f2d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/humrahi.co.in\/know-your-number\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b4a4253 e-con-full e-flex e-con e-child\" data-id=\"b4a4253\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d1fccd4 elementor-widget elementor-widget-image\" data-id=\"d1fccd4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"599\" height=\"433\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Rectangle-3397.png\" class=\"attachment-full size-full wp-image-6983\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Rectangle-3397.png 599w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Rectangle-3397-300x217.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Rectangle-3397-18x12.png 18w\" sizes=\"(max-width: 599px) 100vw, 599px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e017b70 elementor-widget elementor-widget-heading\" data-id=\"e017b70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Be Active<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ee428d elementor-widget elementor-widget-text-editor\" data-id=\"5ee428d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Physical activity is very important for people with diabetes! Good news \u2013 it\u2019s not as hard as you might think to be more active.<\/p><p>If you have diabetes, being active makes your body more sensitive to insulin (the hormone that allows cells in your body to use blood sugar for energy), which helps manage your diabetes.<\/p><p>The goal is to get at least 150 minutes per week of moderate intensity physical activity&#8230;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea9a8ca elementor-align-center elementor-widget elementor-widget-button\" data-id=\"ea9a8ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/humrahi.co.in\/yoga-asanas-for-better-health\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-27c9ad0 e-flex e-con-boxed e-con e-parent\" data-id=\"27c9ad0\" data-element_type=\"container\" data-e-type=\"container\" id=\"mindfulnessvideos\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3aa3cb0 e-con-full e-flex e-con e-child\" data-id=\"3aa3cb0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afd04a5 e-tabs-view-vertical elementor-layout-end elementor-widget elementor-widget-video-playlist\" data-id=\"afd04a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;playlist_title&quot;:&quot;Mindfulness Videos&quot;,&quot;tabs&quot;:[{&quot;title&quot;:&quot;Yoga for Depression&quot;,&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/mbuV6xnGWl4&quot;,&quot;duration&quot;:&quot;1:03&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;source&quot;:&quot;url&quot;},&quot;_id&quot;:&quot;a4f1477&quot;,&quot;vimeo_url&quot;:null,&quot;external_url&quot;:null,&quot;is_external_url&quot;:null,&quot;type&quot;:&quot;youtube&quot;,&quot;hosted_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;Yoga for Stress&quot;,&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/5hHIbaEAQ3k&quot;,&quot;duration&quot;:&quot;1:03&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;source&quot;:&quot;url&quot;},&quot;vimeo_url&quot;:null,&quot;external_url&quot;:null,&quot;is_external_url&quot;:null,&quot;_id&quot;:&quot;6ac16a4&quot;,&quot;type&quot;:&quot;youtube&quot;,&quot;hosted_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;Breathing Technique&quot;,&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/kIRLvdRdn3A&quot;,&quot;duration&quot;:&quot;1:03&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;source&quot;:&quot;url&quot;},&quot;vimeo_url&quot;:null,&quot;external_url&quot;:null,&quot;is_external_url&quot;:null,&quot;_id&quot;:&quot;47689db&quot;,&quot;type&quot;:&quot;youtube&quot;,&quot;hosted_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;Exercise for Stress&quot;,&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/cyPz4p2X9kw&quot;,&quot;duration&quot;:&quot;1:03&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;source&quot;:&quot;url&quot;},&quot;vimeo_url&quot;:null,&quot;external_url&quot;:null,&quot;is_external_url&quot;:null,&quot;_id&quot;:&quot;a864250&quot;,&quot;type&quot;:&quot;youtube&quot;,&quot;hosted_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;Meditation for Depression&quot;,&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/HKc_tFN_Ldw?si=3wSbFvV_6RbAcyXJ&quot;,&quot;duration&quot;:&quot;1:03&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;source&quot;:&quot;url&quot;},&quot;vimeo_url&quot;:null,&quot;external_url&quot;:null,&quot;is_external_url&quot;:null,&quot;_id&quot;:&quot;ca93ae9&quot;,&quot;type&quot;:&quot;youtube&quot;,&quot;hosted_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;Mindful Meditation&quot;,&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=ooaBqNv_qr4&quot;,&quot;duration&quot;:&quot;1:03&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;source&quot;:&quot;url&quot;},&quot;vimeo_url&quot;:null,&quot;external_url&quot;:null,&quot;is_external_url&quot;:null,&quot;_id&quot;:&quot;91fdf36&quot;,&quot;type&quot;:&quot;youtube&quot;,&quot;hosted_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null}]}\" data-widget_type=\"video-playlist.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"e-tabs\" role=\"region\" aria-labelledby=\"e-playlist-afd04a5\">\n\t\t\t<div class=\"e-tabs-main-area\">\n\t\t\t\t<div class=\"e-tabs-wrapper\">\n\t\t\t\t\t<div class=\"e-tabs-header\">\n\t\t\t\t\t\t<h2 class=\"e-tabs-title\" id=\"e-playlist-afd04a5\">Mindfulness Videos<\/h2>\n\t\t\t\t\t\t<div class=\"e-tabs-header-right-side\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"e-tabs-toggle-videos-display-button rotate-down eicon-caret-down\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"e-tabs-items-wrapper\">\n\t\t\t\t\t\t<div class=\"e-tabs-items\" role=\"tablist\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-1841\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-tab-content-1841\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\">Yoga for Depression<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-1842\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-1842\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\">Yoga for Stress<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-1843\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-1843\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\">Breathing Technique<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-1844\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-1844\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\">Exercise for Stress<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-1845\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-1845\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\">Meditation for Depression<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-1846\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-1846\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\">Mindful Meditation<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"shadow shadow-top\" aria-hidden=\"true\"><\/div>\n\t\t\t\t\t\t<div class=\"shadow shadow-bottom\" aria-hidden=\"true\"><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"e-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-1841\" class=\"e-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-1841\" tabindex=\"0\" data-video-url=\"https:\/\/youtu.be\/mbuV6xnGWl4\" data-video-type=\"youtube\" data-video-title=\"Yoga for Depression\" data-video-duration=\"1:03\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-1842\" class=\"e-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-1842\" tabindex=\"0\" data-video-url=\"https:\/\/youtu.be\/5hHIbaEAQ3k\" data-video-type=\"youtube\" data-video-title=\"Yoga for Stress\" data-video-duration=\"1:03\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-1843\" class=\"e-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-1843\" tabindex=\"0\" data-video-url=\"https:\/\/youtu.be\/kIRLvdRdn3A\" data-video-type=\"youtube\" data-video-title=\"Breathing Technique\" data-video-duration=\"1:03\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-1844\" class=\"e-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-1844\" tabindex=\"0\" data-video-url=\"https:\/\/youtu.be\/cyPz4p2X9kw\" data-video-type=\"youtube\" data-video-title=\"Exercise for Stress\" data-video-duration=\"1:03\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-1845\" class=\"e-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-1845\" tabindex=\"0\" data-video-url=\"https:\/\/youtu.be\/HKc_tFN_Ldw?si=3wSbFvV_6RbAcyXJ\" data-video-type=\"youtube\" data-video-title=\"Meditation for Depression\" data-video-duration=\"1:03\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-1846\" class=\"e-tab-content elementor-clearfix\" data-tab=\"6\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-1846\" tabindex=\"0\" data-video-url=\"https:\/\/www.youtube.com\/watch?v=ooaBqNv_qr4\" data-video-type=\"youtube\" data-video-title=\"Mindful Meditation\" data-video-duration=\"1:03\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"e-tabs-inner-tabs\" >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a2032a5 e-flex e-con-boxed e-con e-parent\" data-id=\"a2032a5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-98e838d elementor-widget elementor-widget-heading\" data-id=\"98e838d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Recipes<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a40cd7 elementor-widget elementor-widget-htmega-tab-addons\" data-id=\"1a40cd7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"htmega-tab-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"htmega-tab-area htmega-tab-style-4\">\n\n                <div class=\"htmega-tab-nav htb-nav htmega-tab-menu-style-4\" role=\"tablist\">\n                    <a class=\"htb-nav-link htb-active htb-show elementor-repeater-item-f6db36a\" href=\"#htmegatab-1a40cd71\" data-toggle=\"htbtab\" role=\"tab\">Vegetarian<\/a><a class=\"htb-nav-link  elementor-repeater-item-6eefb79\" href=\"#htmegatab-1a40cd72\" data-toggle=\"htbtab\" role=\"tab\">Non - Vegetarian<\/a>                <\/div>\n\n                <div class=\"htmega-tab-content-area htb-tab-content\">\n                    <div class=\"htmega-single-tab htb-tab-pane htb-fade htb-active htb-show elementor-repeater-item-f6db36a\" id=\"htmegatab-1a40cd71\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"2994\" class=\"elementor elementor-2994\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-58dc82d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"58dc82d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-346e722\" data-id=\"346e722\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0960b87 anwp-pg-widget-header-style--a anwp-pg-post-teaser__post-icon--size-36 anwp-pg-post-teaser__post-icon--position-center elementor-widget elementor-widget-anwp-pg-classic-grid\" data-id=\"0960b87\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"anwp-pg-classic-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"anwp-pg-wrap\">\n\n\t\n\t<div class=\"d-flex anwp-row flex-wrap anwp-pg-classic-grid anwp-pg-posts-wrapper\">\n\t\t<div class=\"anwp-pg-post-teaser anwp-pg-post-teaser--inner-cover-link anwp-pg-post-teaser--layout-d d-flex flex-column anwp-col-lg-4 anwp-col-sm-6 anwp-col-12 anwp-pg-post-teaser--with-read-more \">\n\t<div class=\"anwp-pg-post-teaser__thumbnail position-relative\">\n\n\t\t\n\t\t\n\t\t\t\t\t<img loading=\"lazy\" class=\"anwp-pg-post-teaser__thumbnail-img d-block anwp-pg-height-280 anwp-object-cover m-0 w-100\"\n\t\t\t\talt=\"Mixed bean salad\"\n\t\t\t\tsrc=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/01\/Ragi-Dosa-2.png\"\/>\n\t\t\n\t\t<div class=\"anwp-pg-post-teaser__thumbnail-bg anwp-position-cover\"><\/div>\n\n\t\t<a class=\"anwp-position-cover anwp-link-without-effects\" href=\"https:\/\/humrahi.co.in\/ml\/mixed-bean-salad\/\" aria-hidden=\"true\" ><\/a>\n\t<\/div>\n\n\t<div class=\"anwp-pg-post-teaser__content flex-grow-1 pt-1 d-flex flex-column\">\n\n\t\t<div class=\"anwp-pg-post-teaser__title anwp-font-heading mt-2\">\n\t\t\t<a class=\"anwp-link-without-effects\" href=\"https:\/\/humrahi.co.in\/ml\/mixed-bean-salad\/\" aria-hidden=\"true\" >\n\t\t\t\tMixed bean salad\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<div class=\"anwp-pg-post-teaser__bottom-meta d-flex flex-wrap\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"anwp-pg-post-teaser__excerpt mb-2\">\n\t\t\t\tCalories: 210 kcal, Protein: 4 g\t\t\t<\/div>\n\t\t\n\t\t\t\t\t<div class=\"w-100 anwp-pg-read-more mt-auto\">\n\t\t\t\t<a href=\"https:\/\/humrahi.co.in\/ml\/mixed-bean-salad\/\" \t\t\t\t\tclass=\"anwp-pg-read-more__btn mt-3 mb-0 readmore\">\n\t\t\t\t\tView Recipe \u00bb\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\n\t<\/div>\n\n<\/div>\n<div class=\"anwp-pg-post-teaser anwp-pg-post-teaser--inner-cover-link anwp-pg-post-teaser--layout-d d-flex flex-column anwp-col-lg-4 anwp-col-sm-6 anwp-col-12 anwp-pg-post-teaser--with-read-more \">\n\t<div class=\"anwp-pg-post-teaser__thumbnail position-relative\">\n\n\t\t\n\t\t\n\t\t\t\t\t<img loading=\"lazy\" class=\"anwp-pg-post-teaser__thumbnail-img d-block anwp-pg-height-280 anwp-object-cover m-0 w-100\"\n\t\t\t\talt=\"Grilled mango chutney\"\n\t\t\t\tsrc=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/01\/Ragi-Dosa-2.png\"\/>\n\t\t\n\t\t<div class=\"anwp-pg-post-teaser__thumbnail-bg anwp-position-cover\"><\/div>\n\n\t\t<a class=\"anwp-position-cover anwp-link-without-effects\" href=\"https:\/\/humrahi.co.in\/ml\/grilled-mango-chutney\/\" aria-hidden=\"true\" ><\/a>\n\t<\/div>\n\n\t<div class=\"anwp-pg-post-teaser__content flex-grow-1 pt-1 d-flex flex-column\">\n\n\t\t<div class=\"anwp-pg-post-teaser__title anwp-font-heading mt-2\">\n\t\t\t<a class=\"anwp-link-without-effects\" href=\"https:\/\/humrahi.co.in\/ml\/grilled-mango-chutney\/\" aria-hidden=\"true\" >\n\t\t\t\tGrilled mango chutney\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<div class=\"anwp-pg-post-teaser__bottom-meta d-flex flex-wrap\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"anwp-pg-post-teaser__excerpt mb-2\">\n\t\t\t\tCalories: 210 kcal, Protein: 4 g\t\t\t<\/div>\n\t\t\n\t\t\t\t\t<div class=\"w-100 anwp-pg-read-more mt-auto\">\n\t\t\t\t<a href=\"https:\/\/humrahi.co.in\/ml\/grilled-mango-chutney\/\" \t\t\t\t\tclass=\"anwp-pg-read-more__btn mt-3 mb-0 readmore\">\n\t\t\t\t\tView Recipe \u00bb\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\n\t<\/div>\n\n<\/div>\n<div class=\"anwp-pg-post-teaser anwp-pg-post-teaser--inner-cover-link anwp-pg-post-teaser--layout-d d-flex flex-column anwp-col-lg-4 anwp-col-sm-6 anwp-col-12 anwp-pg-post-teaser--with-read-more \">\n\t<div class=\"anwp-pg-post-teaser__thumbnail position-relative\">\n\n\t\t\n\t\t\n\t\t\t\t\t<img loading=\"lazy\" class=\"anwp-pg-post-teaser__thumbnail-img d-block anwp-pg-height-280 anwp-object-cover m-0 w-100\"\n\t\t\t\talt=\"Bajra onion muthias\"\n\t\t\t\tsrc=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/01\/Ragi-Dosa-2.png\"\/>\n\t\t\n\t\t<div class=\"anwp-pg-post-teaser__thumbnail-bg anwp-position-cover\"><\/div>\n\n\t\t<a class=\"anwp-position-cover anwp-link-without-effects\" href=\"https:\/\/humrahi.co.in\/ml\/bajra-onion-muthias\/\" aria-hidden=\"true\" ><\/a>\n\t<\/div>\n\n\t<div class=\"anwp-pg-post-teaser__content flex-grow-1 pt-1 d-flex flex-column\">\n\n\t\t<div class=\"anwp-pg-post-teaser__title anwp-font-heading mt-2\">\n\t\t\t<a class=\"anwp-link-without-effects\" href=\"https:\/\/humrahi.co.in\/ml\/bajra-onion-muthias\/\" aria-hidden=\"true\" >\n\t\t\t\tBajra onion muthias\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<div class=\"anwp-pg-post-teaser__bottom-meta d-flex flex-wrap\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"anwp-pg-post-teaser__excerpt mb-2\">\n\t\t\t\tCalories: 210 kcal, Protein: 4 g\t\t\t<\/div>\n\t\t\n\t\t\t\t\t<div class=\"w-100 anwp-pg-read-more mt-auto\">\n\t\t\t\t<a href=\"https:\/\/humrahi.co.in\/ml\/bajra-onion-muthias\/\" \t\t\t\t\tclass=\"anwp-pg-read-more__btn mt-3 mb-0 readmore\">\n\t\t\t\t\tView Recipe \u00bb\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\n\t<\/div>\n\n<\/div>\n\t<\/div>\n\t\n\t<nav aria-label=\"anwp-pg-pagination-navigation\" class=\"anwp-pg-pagination-navigation position-relative\">\n\t<ul class=\"anwp-pg-pagination mx-0 justify-content-center flex-wrap\"\n\t\tdata-anwp-show_previous=\"yes\"\n\t\tdata-anwp-show_next=\"yes\"\n\t\tdata-anwp-show_first_ellipsis=\"yes\"\n\t\tdata-anwp-show_last_ellipsis=\"yes\"\n\t\tdata-anwp-auto_hide_previous=\"no\"\n\t\tdata-anwp-auto_hide_next=\"no\"\n\t\tdata-anwp-show_page_numbers=\"yes\"\n\t\tdata-anwp-page_range=\"2\"\n\t\tdata-anwp-text_previous=\"\"\n\t\tdata-anwp-text_next=\"\"\n\t\tdata-anwp-total=\"13\"\n\t\tdata-anwp-limit=\"3\"\n\t\tdata-anwp-pagination=\"{&quot;posts_to_show&quot;:&quot;latest&quot;,&quot;include_ids&quot;:&quot;&quot;,&quot;exclude_ids&quot;:&quot;&quot;,&quot;exclude_by_category&quot;:&quot;&quot;,&quot;filter_by_category&quot;:&quot;16&quot;,&quot;filter_by_tag&quot;:&quot;&quot;,&quot;filter_by_post_format&quot;:&quot;standard&quot;,&quot;filter_by_author&quot;:&quot;1&quot;,&quot;published_in_last_days&quot;:0,&quot;limit&quot;:3,&quot;offset&quot;:0,&quot;grid_cols&quot;:3,&quot;grid_cols_tablet&quot;:2,&quot;grid_cols_mobile&quot;:1,&quot;grid_thumbnail_size&quot;:&quot;full&quot;,&quot;show_category&quot;:&quot;&quot;,&quot;category_limit&quot;:&quot;&quot;,&quot;show_date&quot;:&quot;&quot;,&quot;show_author&quot;:&quot;&quot;,&quot;show_comments&quot;:&quot;&quot;,&quot;card_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:280,&quot;sizes&quot;:[]},&quot;show_excerpt&quot;:&quot;yes&quot;,&quot;excerpt_num_words&quot;:15,&quot;excerpt_source&quot;:&quot;&quot;,&quot;excerpt_html&quot;:&quot;&quot;,&quot;layout&quot;:&quot;d&quot;,&quot;show_read_more&quot;:&quot;yes&quot;,&quot;read_more_label&quot;:&quot;View Recipe \\u00bb&quot;,&quot;read_more_class&quot;:&quot;readmore&quot;,&quot;post_image_width&quot;:&quot;1_3&quot;,&quot;show_post_icon&quot;:&quot;yes&quot;,&quot;query_source&quot;:&quot;posts&quot;,&quot;related_posts&quot;:&quot;&quot;,&quot;related_posts_order&quot;:&quot;&quot;,&quot;card_height_mobile&quot;:&quot;&quot;,&quot;card_height_tablet&quot;:&quot;&quot;,&quot;filter_by_c_tax&quot;:&quot;&quot;,&quot;labels_by_c_tax&quot;:&quot;&quot;}\"><\/ul>\n<\/nav>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"htmega-single-tab htb-tab-pane htb-fade  elementor-repeater-item-6eefb79\" id=\"htmegatab-1a40cd72\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"6099\" class=\"elementor elementor-6099\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-58dc82d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"58dc82d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-346e722\" data-id=\"346e722\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0960b87 anwp-pg-widget-header-style--a anwp-pg-post-teaser__post-icon--size-36 anwp-pg-post-teaser__post-icon--position-center elementor-widget elementor-widget-anwp-pg-classic-grid\" data-id=\"0960b87\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"anwp-pg-classic-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"anwp-pg-wrap\">\n\n\t\n\t<div class=\"d-flex anwp-row flex-wrap anwp-pg-classic-grid anwp-pg-posts-wrapper\">\n\t\t<div class=\"anwp-pg-post-teaser anwp-pg-post-teaser--inner-cover-link anwp-pg-post-teaser--layout-d d-flex flex-column anwp-col-lg-4 anwp-col-sm-6 anwp-col-12 anwp-pg-post-teaser--with-read-more \">\n\t<div class=\"anwp-pg-post-teaser__thumbnail position-relative\">\n\n\t\t\n\t\t\n\t\t\t\t\t<img loading=\"lazy\" class=\"anwp-pg-post-teaser__thumbnail-img d-block anwp-pg-height-280 anwp-object-cover m-0 w-100\"\n\t\t\t\talt=\"Baked chicken quesadillas\"\n\t\t\t\tsrc=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/01\/Ragi-Dosa-2.png\"\/>\n\t\t\n\t\t<div class=\"anwp-pg-post-teaser__thumbnail-bg anwp-position-cover\"><\/div>\n\n\t\t<a class=\"anwp-position-cover anwp-link-without-effects\" href=\"https:\/\/humrahi.co.in\/ml\/baked-chicken-quesadillas\/\" aria-hidden=\"true\" ><\/a>\n\t<\/div>\n\n\t<div class=\"anwp-pg-post-teaser__content flex-grow-1 pt-1 d-flex flex-column\">\n\n\t\t<div class=\"anwp-pg-post-teaser__title anwp-font-heading mt-2\">\n\t\t\t<a class=\"anwp-link-without-effects\" href=\"https:\/\/humrahi.co.in\/ml\/baked-chicken-quesadillas\/\" aria-hidden=\"true\" >\n\t\t\t\tBaked chicken quesadillas\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<div class=\"anwp-pg-post-teaser__bottom-meta d-flex flex-wrap\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"anwp-pg-post-teaser__excerpt mb-2\">\n\t\t\t\tCalories: 210 kcal, Protein: 4 g\t\t\t<\/div>\n\t\t\n\t\t\t\t\t<div class=\"w-100 anwp-pg-read-more mt-auto\">\n\t\t\t\t<a href=\"https:\/\/humrahi.co.in\/ml\/baked-chicken-quesadillas\/\" \t\t\t\t\tclass=\"anwp-pg-read-more__btn mt-3 mb-0 readmore\">\n\t\t\t\t\tView Recipe \u00bb\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\n\t<\/div>\n\n<\/div>\n<div class=\"anwp-pg-post-teaser anwp-pg-post-teaser--inner-cover-link anwp-pg-post-teaser--layout-d d-flex flex-column anwp-col-lg-4 anwp-col-sm-6 anwp-col-12 anwp-pg-post-teaser--with-read-more \">\n\t<div class=\"anwp-pg-post-teaser__thumbnail position-relative\">\n\n\t\t\n\t\t\n\t\t\t\t\t<img loading=\"lazy\" class=\"anwp-pg-post-teaser__thumbnail-img d-block anwp-pg-height-280 anwp-object-cover m-0 w-100\"\n\t\t\t\talt=\"Chicken Tikka Kathi Roll\"\n\t\t\t\tsrc=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/06\/Chicken-Tikka-Kathi-Roll.jpg\"\/>\n\t\t\n\t\t<div class=\"anwp-pg-post-teaser__thumbnail-bg anwp-position-cover\"><\/div>\n\n\t\t<a class=\"anwp-position-cover anwp-link-without-effects\" href=\"https:\/\/humrahi.co.in\/ml\/chicken-tikka-kathi-roll\/\" aria-hidden=\"true\" ><\/a>\n\t<\/div>\n\n\t<div class=\"anwp-pg-post-teaser__content flex-grow-1 pt-1 d-flex flex-column\">\n\n\t\t<div class=\"anwp-pg-post-teaser__title anwp-font-heading mt-2\">\n\t\t\t<a class=\"anwp-link-without-effects\" href=\"https:\/\/humrahi.co.in\/ml\/chicken-tikka-kathi-roll\/\" aria-hidden=\"true\" >\n\t\t\t\tChicken Tikka Kathi Roll\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<div class=\"anwp-pg-post-teaser__bottom-meta d-flex flex-wrap\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"anwp-pg-post-teaser__excerpt mb-2\">\n\t\t\t\tCalories: 392kcal, Protein: 36g\t\t\t<\/div>\n\t\t\n\t\t\t\t\t<div class=\"w-100 anwp-pg-read-more mt-auto\">\n\t\t\t\t<a href=\"https:\/\/humrahi.co.in\/ml\/chicken-tikka-kathi-roll\/\" \t\t\t\t\tclass=\"anwp-pg-read-more__btn mt-3 mb-0 readmore\">\n\t\t\t\t\tView Recipe \u00bb\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\n\t<\/div>\n\n<\/div>\n<div class=\"anwp-pg-post-teaser anwp-pg-post-teaser--inner-cover-link anwp-pg-post-teaser--layout-d d-flex flex-column anwp-col-lg-4 anwp-col-sm-6 anwp-col-12 anwp-pg-post-teaser--with-read-more \">\n\t<div class=\"anwp-pg-post-teaser__thumbnail position-relative\">\n\n\t\t\n\t\t\n\t\t\t\t\t<img loading=\"lazy\" class=\"anwp-pg-post-teaser__thumbnail-img d-block anwp-pg-height-280 anwp-object-cover m-0 w-100\"\n\t\t\t\talt=\"Moong dal chicken pizza\"\n\t\t\t\tsrc=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/06\/Moong-dal-chicken-pizza.jpg\"\/>\n\t\t\n\t\t<div class=\"anwp-pg-post-teaser__thumbnail-bg anwp-position-cover\"><\/div>\n\n\t\t<a class=\"anwp-position-cover anwp-link-without-effects\" href=\"https:\/\/humrahi.co.in\/ml\/moong-dal-chicken-pizza\/\" aria-hidden=\"true\" ><\/a>\n\t<\/div>\n\n\t<div class=\"anwp-pg-post-teaser__content flex-grow-1 pt-1 d-flex flex-column\">\n\n\t\t<div class=\"anwp-pg-post-teaser__title anwp-font-heading mt-2\">\n\t\t\t<a class=\"anwp-link-without-effects\" href=\"https:\/\/humrahi.co.in\/ml\/moong-dal-chicken-pizza\/\" aria-hidden=\"true\" >\n\t\t\t\tMoong dal chicken pizza\t\t\t<\/a>\n\t\t<\/div>\n\n\t\t<div class=\"anwp-pg-post-teaser__bottom-meta d-flex flex-wrap\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"anwp-pg-post-teaser__excerpt mb-2\">\n\t\t\t\tCalories: 524 kcal, Protein: 42 g\t\t\t<\/div>\n\t\t\n\t\t\t\t\t<div class=\"w-100 anwp-pg-read-more mt-auto\">\n\t\t\t\t<a href=\"https:\/\/humrahi.co.in\/ml\/moong-dal-chicken-pizza\/\" \t\t\t\t\tclass=\"anwp-pg-read-more__btn mt-3 mb-0 readmore\">\n\t\t\t\t\tView Recipe \u00bb\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\n\t<\/div>\n\n<\/div>\n\t<\/div>\n\t\n\t<nav aria-label=\"anwp-pg-pagination-navigation\" class=\"anwp-pg-pagination-navigation position-relative\">\n\t<ul class=\"anwp-pg-pagination mx-0 justify-content-center flex-wrap\"\n\t\tdata-anwp-show_previous=\"yes\"\n\t\tdata-anwp-show_next=\"yes\"\n\t\tdata-anwp-show_first_ellipsis=\"yes\"\n\t\tdata-anwp-show_last_ellipsis=\"yes\"\n\t\tdata-anwp-auto_hide_previous=\"no\"\n\t\tdata-anwp-auto_hide_next=\"no\"\n\t\tdata-anwp-show_page_numbers=\"yes\"\n\t\tdata-anwp-page_range=\"2\"\n\t\tdata-anwp-text_previous=\"\"\n\t\tdata-anwp-text_next=\"\"\n\t\tdata-anwp-total=\"4\"\n\t\tdata-anwp-limit=\"3\"\n\t\tdata-anwp-pagination=\"{&quot;posts_to_show&quot;:&quot;latest&quot;,&quot;include_ids&quot;:&quot;&quot;,&quot;exclude_ids&quot;:&quot;&quot;,&quot;exclude_by_category&quot;:&quot;&quot;,&quot;filter_by_category&quot;:&quot;39&quot;,&quot;filter_by_tag&quot;:&quot;&quot;,&quot;filter_by_post_format&quot;:&quot;standard&quot;,&quot;filter_by_author&quot;:&quot;1&quot;,&quot;published_in_last_days&quot;:0,&quot;limit&quot;:3,&quot;offset&quot;:0,&quot;grid_cols&quot;:3,&quot;grid_cols_tablet&quot;:2,&quot;grid_cols_mobile&quot;:1,&quot;grid_thumbnail_size&quot;:&quot;full&quot;,&quot;show_category&quot;:&quot;&quot;,&quot;category_limit&quot;:&quot;&quot;,&quot;show_date&quot;:&quot;&quot;,&quot;show_author&quot;:&quot;&quot;,&quot;show_comments&quot;:&quot;&quot;,&quot;card_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:280,&quot;sizes&quot;:[]},&quot;show_excerpt&quot;:&quot;yes&quot;,&quot;excerpt_num_words&quot;:15,&quot;excerpt_source&quot;:&quot;&quot;,&quot;excerpt_html&quot;:&quot;&quot;,&quot;layout&quot;:&quot;d&quot;,&quot;show_read_more&quot;:&quot;yes&quot;,&quot;read_more_label&quot;:&quot;View Recipe \\u00bb&quot;,&quot;read_more_class&quot;:&quot;readmore&quot;,&quot;post_image_width&quot;:&quot;1_3&quot;,&quot;show_post_icon&quot;:&quot;yes&quot;,&quot;query_source&quot;:&quot;posts&quot;,&quot;related_posts&quot;:&quot;&quot;,&quot;related_posts_order&quot;:&quot;&quot;,&quot;card_height_mobile&quot;:&quot;&quot;,&quot;card_height_tablet&quot;:&quot;&quot;,&quot;filter_by_c_tax&quot;:&quot;&quot;,&quot;labels_by_c_tax&quot;:&quot;&quot;}\"><\/ul>\n<\/nav>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div>                <\/div>\n            <\/div>\n            <script>\n                ;(function($){\n                    $(\".htb-nav a\").on(\"click\", function(){\n                        let activeId = $(this).attr(\"href\");\n                        $(this).siblings('.htb-active').removeClass('htb-active htb-show');\n                        $(this).addClass( 'htb-active htb-show' );\n\n                        let navWrapper = $(this).closest('.htmega-tab-nav');\n                        let contentWrapper = navWrapper.next();\n                        contentWrapper.find( ' > .htb-tab-pane' ).removeClass( 'htb-active htb-show' );\n                        contentWrapper.find( ' > .htb-tab-pane' + activeId ).addClass( 'htb-active htb-show' );\n                    });\n                    })(jQuery);\n                <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4eaea21 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"4eaea21\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/humrahi.co.in\/recipes\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View All Categories<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3182efc elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"3182efc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24996df elementor-widget elementor-widget-heading\" data-id=\"24996df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Patient Experiences<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac9eecb elementor-widget elementor-widget-heading\" data-id=\"ac9eecb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">From their hearts to our community<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c629111 e-tabs-view-vertical elementor-widget elementor-widget-video-playlist\" data-id=\"c629111\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;playlist_title&quot;:&quot;Playlist&quot;,&quot;tabs&quot;:[{&quot;title&quot;:&quot;&lt;b&gt;Mr I. Chattopadhyay&lt;\\\/b&gt; &lt;br&gt; Place - Rishra, Hooghly&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:55&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;a4f1477&quot;,&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_MR-I-Chattopadhyay.mp4&quot;,&quot;id&quot;:8714,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Maya Devi&lt;\\\/b&gt; &lt;br&gt; Place - Delhi&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:40&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;8454d33&quot;,&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_Maya-Devi.mp4&quot;,&quot;id&quot;:8713,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Harjeet Kour&lt;\\\/b&gt; &lt;br&gt; Place - Jammu &quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:57&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;5f7f64f&quot;,&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_Harjeet-Kaur.mp4&quot;,&quot;id&quot;:8711,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Mr Channabasava Swamy G&lt;\\\/b&gt; &lt;br&gt; Place - Bangalore &quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:57&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;_id&quot;:&quot;986b871&quot;,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Humrahi_MR-Channabasava-Swamy-G.mp4&quot;,&quot;id&quot;:8708,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Chaina Layek&lt;\\\/b&gt; &lt;br&gt; Place - Kolkata&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:57&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;_id&quot;:&quot;687e541&quot;,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_Chaina-Layek.mp4&quot;,&quot;id&quot;:8710,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Lakshmi k&lt;\\\/b&gt; &lt;br&gt; Place - Coimbatore, Tamil Nadu&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:57&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;_id&quot;:&quot;9b2c4be&quot;,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_Lakshami-K.mp4&quot;,&quot;id&quot;:8712,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Vandana Sathwale&lt;\\\/b&gt; &lt;br&gt; Place - Amravati&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:57&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;_id&quot;:&quot;d11480c&quot;,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_Vandana-Sathwale.mp4&quot;,&quot;id&quot;:8707,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Agni Shikha&lt;\\\/b&gt; &lt;br&gt; Place - Nagpur&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:57&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;_id&quot;:&quot;d69c32b&quot;,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_Agni-Shikha.mp4&quot;,&quot;id&quot;:8709,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Satnam Singh&lt;\\\/b&gt; &lt;br&gt; Place - Himachal Pradeshi&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:57&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;_id&quot;:&quot;c8e44fc&quot;,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_Satnam-Singh.mp4&quot;,&quot;id&quot;:8715,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null}],&quot;inner_tab_title_2&quot;:&quot;Tab #2&quot;}\" data-widget_type=\"video-playlist.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"e-tabs\" role=\"region\" aria-labelledby=\"e-playlist-c629111\">\n\t\t\t<div class=\"e-tabs-main-area\">\n\t\t\t\t<div class=\"e-tabs-wrapper\">\n\t\t\t\t\t<div class=\"e-tabs-header\">\n\t\t\t\t\t\t<h2 class=\"e-tabs-title\" id=\"e-playlist-c629111\">Playlist<\/h2>\n\t\t\t\t\t\t<div class=\"e-tabs-header-right-side\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"e-tabs-videos-count\">9 Videos<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"e-tabs-toggle-videos-display-button rotate-down eicon-caret-down\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"e-tabs-items-wrapper\">\n\t\t\t\t\t\t<div class=\"e-tabs-items\" role=\"tablist\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2071\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-tab-content-2071\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Mr I. Chattopadhyay<\/b> <br> Place - Rishra, Hooghly<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2072\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2072\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Maya Devi<\/b> <br> Place - Delhi<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2073\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2073\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Harjeet Kour<\/b> <br> Place - Jammu <\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2074\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2074\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Mr Channabasava Swamy G<\/b> <br> Place - Bangalore <\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2075\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2075\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Chaina Layek<\/b> <br> Place - Kolkata<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2076\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2076\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Lakshmi k<\/b> <br> Place - Coimbatore, Tamil Nadu<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2077\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2077\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Vandana Sathwale<\/b> <br> Place - Amravati<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2078\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"8\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2078\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Agni Shikha<\/b> <br> Place - Nagpur<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2079\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"9\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2079\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Satnam Singh<\/b> <br> Place - Himachal Pradeshi<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"shadow shadow-top\" aria-hidden=\"true\"><\/div>\n\t\t\t\t\t\t<div class=\"shadow shadow-bottom\" aria-hidden=\"true\"><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"e-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2071\" class=\"e-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2071\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_MR-I-Chattopadhyay.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Mr I. Chattopadhyay&lt;\/b&gt; &lt;br&gt; Place - Rishra, Hooghly\" data-video-duration=\"0:55\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-image-overlay elementor-clickable\" style=\"background-image: url('https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Frame-32.png');\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" tabindex=\"0\" aria-label=\"Play Video\">\n\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-play-circle\"><\/i>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2072\" class=\"e-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2072\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_Maya-Devi.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Maya Devi&lt;\/b&gt; &lt;br&gt; Place - Delhi\" data-video-duration=\"0:40\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2073\" class=\"e-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2073\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_Harjeet-Kaur.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Harjeet Kour&lt;\/b&gt; &lt;br&gt; Place - Jammu \" data-video-duration=\"0:57\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2074\" class=\"e-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2074\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Humrahi_MR-Channabasava-Swamy-G.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Mr Channabasava Swamy G&lt;\/b&gt; &lt;br&gt; Place - Bangalore \" data-video-duration=\"0:57\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2075\" class=\"e-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2075\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_Chaina-Layek.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Chaina Layek&lt;\/b&gt; &lt;br&gt; Place - Kolkata\" data-video-duration=\"0:57\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2076\" class=\"e-tab-content elementor-clearfix\" data-tab=\"6\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2076\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_Lakshami-K.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Lakshmi k&lt;\/b&gt; &lt;br&gt; Place - Coimbatore, Tamil Nadu\" data-video-duration=\"0:57\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2077\" class=\"e-tab-content elementor-clearfix\" data-tab=\"7\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2077\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_Vandana-Sathwale.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Vandana Sathwale&lt;\/b&gt; &lt;br&gt; Place - Amravati\" data-video-duration=\"0:57\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2078\" class=\"e-tab-content elementor-clearfix\" data-tab=\"8\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2078\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_Agni-Shikha.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Agni Shikha&lt;\/b&gt; &lt;br&gt; Place - Nagpur\" data-video-duration=\"0:57\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2079\" class=\"e-tab-content elementor-clearfix\" data-tab=\"9\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2079\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_Satnam-Singh.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Satnam Singh&lt;\/b&gt; &lt;br&gt; Place - Himachal Pradeshi\" data-video-duration=\"0:57\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"e-tabs-inner-tabs\" >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-04aa032 elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"04aa032\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ffc3ada e-tabs-view-vertical elementor-layout-end elementor-widget elementor-widget-video-playlist\" data-id=\"ffc3ada\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;playlist_title&quot;:&quot;Patient Experiences&quot;,&quot;tabs&quot;:[{&quot;title&quot;:&quot;&lt;b&gt;Mr I. Chattopadhyay&lt;\\\/b&gt; &lt;br&gt; Place - Rishra, Hooghly&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;1:03&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;,&quot;alt&quot;:&quot;&quot;},&quot;_id&quot;:&quot;a4f1477&quot;,&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;external_url&quot;:null,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_MR-I-Chattopadhyay.mp4&quot;,&quot;id&quot;:8714,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Harjeet Kour&lt;\\\/b&gt; &lt;br&gt; Place - Jammu &quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:57&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;_id&quot;:&quot;5f7f64f&quot;,&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_Harjeet-Kaur.mp4&quot;,&quot;id&quot;:8711,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Mr Channabasava Swamy G&lt;\\\/b&gt; &lt;br&gt; Place - Bangalore &quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:57&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;_id&quot;:&quot;986b871&quot;,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Humrahi_MR-Channabasava-Swamy-G.mp4&quot;,&quot;id&quot;:8708,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Chaina Layek&lt;\\\/b&gt; &lt;br&gt; Place - Kolkata&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:57&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;_id&quot;:&quot;687e541&quot;,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_Chaina-Layek.mp4&quot;,&quot;id&quot;:8710,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Lakshmi k&lt;\\\/b&gt; &lt;br&gt; Place - Coimbatore, Tamil Nadu&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:57&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;_id&quot;:&quot;9b2c4be&quot;,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_Lakshami-K.mp4&quot;,&quot;id&quot;:8712,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Vandana Sathwale&lt;\\\/b&gt; &lt;br&gt; Place - Amravati&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:57&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;_id&quot;:&quot;d11480c&quot;,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_Vandana-Sathwale.mp4&quot;,&quot;id&quot;:8707,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Agni Shikha&lt;\\\/b&gt; &lt;br&gt; Place - Nagpur&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:57&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;_id&quot;:&quot;b557487&quot;,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_Agni-Shikha.mp4&quot;,&quot;id&quot;:8709,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;&lt;b&gt;Satnam Singh&lt;\\\/b&gt; &lt;br&gt; Place - Himachal Pradesh&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:57&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;_id&quot;:&quot;8e50106&quot;,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/humrahi.co.in\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Lupin-Hamrahi_Satnam-Singh.mp4&quot;,&quot;id&quot;:8715,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null}]}\" data-widget_type=\"video-playlist.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"e-tabs\" role=\"region\" aria-labelledby=\"e-playlist-ffc3ada\">\n\t\t\t<div class=\"e-tabs-main-area\">\n\t\t\t\t<div class=\"e-tabs-wrapper\">\n\t\t\t\t\t<div class=\"e-tabs-header\">\n\t\t\t\t\t\t<h2 class=\"e-tabs-title\" id=\"e-playlist-ffc3ada\">Patient Experiences<\/h2>\n\t\t\t\t\t\t<div class=\"e-tabs-header-right-side\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"e-tabs-toggle-videos-display-button rotate-down eicon-caret-down\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"e-tabs-items-wrapper\">\n\t\t\t\t\t\t<div class=\"e-tabs-items\" role=\"tablist\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2681\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-tab-content-2681\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Mr I. Chattopadhyay<\/b> <br> Place - Rishra, Hooghly<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2682\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2682\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Harjeet Kour<\/b> <br> Place - Jammu <\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2683\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2683\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Mr Channabasava Swamy G<\/b> <br> Place - Bangalore <\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2684\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2684\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Chaina Layek<\/b> <br> Place - Kolkata<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2685\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2685\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Lakshmi k<\/b> <br> Place - Coimbatore, Tamil Nadu<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2686\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2686\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Vandana Sathwale<\/b> <br> Place - Amravati<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2687\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2687\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Agni Shikha<\/b> <br> Place - Nagpur<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2688\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"8\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2688\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><i aria-hidden=\"true\" class=\"fas fa-play-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><i aria-hidden=\"true\" class=\"fas fa-check-circle\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\"><b>Satnam Singh<\/b> <br> Place - Himachal Pradesh<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"shadow shadow-top\" aria-hidden=\"true\"><\/div>\n\t\t\t\t\t\t<div class=\"shadow shadow-bottom\" aria-hidden=\"true\"><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"e-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2681\" class=\"e-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2681\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_MR-I-Chattopadhyay.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Mr I. Chattopadhyay&lt;\/b&gt; &lt;br&gt; Place - Rishra, Hooghly\" data-video-duration=\"1:03\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-image-overlay elementor-clickable\" style=\"background-image: url('https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Frame-32.png');\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" tabindex=\"0\" aria-label=\"Play Video\">\n\t\t\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-play-circle\"><\/i>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2682\" class=\"e-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2682\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_Harjeet-Kaur.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Harjeet Kour&lt;\/b&gt; &lt;br&gt; Place - Jammu \" data-video-duration=\"0:57\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2683\" class=\"e-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2683\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Humrahi_MR-Channabasava-Swamy-G.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Mr Channabasava Swamy G&lt;\/b&gt; &lt;br&gt; Place - Bangalore \" data-video-duration=\"0:57\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2684\" class=\"e-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2684\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_Chaina-Layek.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Chaina Layek&lt;\/b&gt; &lt;br&gt; Place - Kolkata\" data-video-duration=\"0:57\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2685\" class=\"e-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2685\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_Lakshami-K.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Lakshmi k&lt;\/b&gt; &lt;br&gt; Place - Coimbatore, Tamil Nadu\" data-video-duration=\"0:57\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2686\" class=\"e-tab-content elementor-clearfix\" data-tab=\"6\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2686\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_Vandana-Sathwale.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Vandana Sathwale&lt;\/b&gt; &lt;br&gt; Place - Amravati\" data-video-duration=\"0:57\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2687\" class=\"e-tab-content elementor-clearfix\" data-tab=\"7\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2687\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_Agni-Shikha.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Agni Shikha&lt;\/b&gt; &lt;br&gt; Place - Nagpur\" data-video-duration=\"0:57\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2688\" class=\"e-tab-content elementor-clearfix\" data-tab=\"8\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2688\" tabindex=\"0\" data-video-url=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Lupin-Hamrahi_Satnam-Singh.mp4\" data-video-type=\"hosted\" data-video-title=\"&lt;b&gt;Satnam Singh&lt;\/b&gt; &lt;br&gt; Place - Himachal Pradesh\" data-video-duration=\"0:57\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"e-tabs-inner-tabs\" >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bfb7c8c e-flex e-con-boxed e-con e-parent\" data-id=\"bfb7c8c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c15666 elementor-widget elementor-widget-heading\" data-id=\"4c15666\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">#MyPartnerInCare<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41f3402 elementor-widget elementor-widget-htmega-carousel-addons\" data-id=\"41f3402\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"htmega-carousel-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n       <div class=\"ht-custom-carousel htmega-carousel-activation htmega-carousel-style-1 htmega-carousel-animation-style-\" dir=\"ltr\" data-settings=\"{&quot;arrows&quot;:true,&quot;arrow_prev_txt&quot;:&quot;&lt;i aria-hidden=\\&quot;true\\&quot; class=\\&quot;fas fa-arrow-left\\&quot;&gt;&lt;\\\/i&gt;&quot;,&quot;arrow_next_txt&quot;:&quot;&lt;i aria-hidden=\\&quot;true\\&quot; class=\\&quot;fas fa-arrow-right\\&quot;&gt;&lt;\\\/i&gt;&quot;,&quot;dots&quot;:false,&quot;autoplay&quot;:true,&quot;autoplay_speed&quot;:3000,&quot;animation_speed&quot;:300,&quot;pause_on_hover&quot;:true,&quot;center_mode&quot;:false,&quot;vertical_mode&quot;:false,&quot;center_padding&quot;:&quot;0px&quot;,&quot;display_columns&quot;:3,&quot;scroll_columns&quot;:1,&quot;tablet_width&quot;:1024,&quot;tablet_display_columns&quot;:2,&quot;tablet_scroll_columns&quot;:2,&quot;mobile_width&quot;:480,&quot;mobile_display_columns&quot;:1,&quot;mobile_scroll_columns&quot;:1}\" style=\"display:none\">\n\n                            <div class=\"single-custom-carousel htmega-data-title\" data-title=\"\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"781\" height=\"886\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-01.png\" class=\"attachment-full size-full wp-image-7235\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-01.png 781w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-01-264x300.png 264w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-01-768x871.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-01-11x12.png 11w\" sizes=\"(max-width: 781px) 100vw, 781px\" \/>                                    <\/div>\n                            <div class=\"single-custom-carousel htmega-data-title\" data-title=\"\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"781\" height=\"886\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-02.png\" class=\"attachment-large size-large wp-image-7224\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-02.png 781w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-02-264x300.png 264w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-02-768x871.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-02-11x12.png 11w\" sizes=\"(max-width: 781px) 100vw, 781px\" \/>                                    <\/div>\n                            <div class=\"single-custom-carousel htmega-data-title\" data-title=\"\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"781\" height=\"886\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-03.png\" class=\"attachment-large size-large wp-image-7225\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-03.png 781w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-03-264x300.png 264w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-03-768x871.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-03-11x12.png 11w\" sizes=\"(max-width: 781px) 100vw, 781px\" \/>                                    <\/div>\n                            <div class=\"single-custom-carousel htmega-data-title\" data-title=\"\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"781\" height=\"886\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-04.png\" class=\"attachment-large size-large wp-image-7226\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-04.png 781w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-04-264x300.png 264w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-04-768x871.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-04-11x12.png 11w\" sizes=\"(max-width: 781px) 100vw, 781px\" \/>                                    <\/div>\n                            <div class=\"single-custom-carousel htmega-data-title\" data-title=\"\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"845\" height=\"1024\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/Humrahi-Testimonials-Open-File-05-e1742534607372-845x1024.png\" class=\"attachment-large size-large wp-image-8550\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/Humrahi-Testimonials-Open-File-05-e1742534607372-845x1024.png 845w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/Humrahi-Testimonials-Open-File-05-e1742534607372-247x300.png 247w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/Humrahi-Testimonials-Open-File-05-e1742534607372-768x931.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/Humrahi-Testimonials-Open-File-05-e1742534607372-1267x1536.png 1267w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/Humrahi-Testimonials-Open-File-05-e1742534607372-1690x2048.png 1690w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/Humrahi-Testimonials-Open-File-05-e1742534607372-10x12.png 10w\" sizes=\"(max-width: 845px) 100vw, 845px\" \/>                                    <\/div>\n                            <div class=\"single-custom-carousel htmega-data-title\" data-title=\"\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"781\" height=\"886\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-06.png\" class=\"attachment-large size-large wp-image-7228\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-06.png 781w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-06-264x300.png 264w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-06-768x871.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-06-11x12.png 11w\" sizes=\"(max-width: 781px) 100vw, 781px\" \/>                                    <\/div>\n                            <div class=\"single-custom-carousel htmega-data-title\" data-title=\"\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"781\" height=\"886\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-07.png\" class=\"attachment-large size-large wp-image-7229\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-07.png 781w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-07-264x300.png 264w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-07-768x871.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-07-11x12.png 11w\" sizes=\"(max-width: 781px) 100vw, 781px\" \/>                                    <\/div>\n                            <div class=\"single-custom-carousel htmega-data-title\" data-title=\"\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"781\" height=\"886\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-08.png\" class=\"attachment-large size-large wp-image-7230\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-08.png 781w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-08-264x300.png 264w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-08-768x871.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-08-11x12.png 11w\" sizes=\"(max-width: 781px) 100vw, 781px\" \/>                                    <\/div>\n                            <div class=\"single-custom-carousel htmega-data-title\" data-title=\"\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"781\" height=\"886\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-09.png\" class=\"attachment-large size-large wp-image-7231\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-09.png 781w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-09-264x300.png 264w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-09-768x871.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-09-11x12.png 11w\" sizes=\"(max-width: 781px) 100vw, 781px\" \/>                                    <\/div>\n                            <div class=\"single-custom-carousel htmega-data-title\" data-title=\"\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"781\" height=\"886\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-10.png\" class=\"attachment-large size-large wp-image-7232\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-10.png 781w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-10-264x300.png 264w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-10-768x871.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-10-11x12.png 11w\" sizes=\"(max-width: 781px) 100vw, 781px\" \/>                                    <\/div>\n                            <div class=\"single-custom-carousel htmega-data-title\" data-title=\"\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"781\" height=\"886\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-11.png\" class=\"attachment-large size-large wp-image-7233\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-11.png 781w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-11-264x300.png 264w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-11-768x871.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-11-11x12.png 11w\" sizes=\"(max-width: 781px) 100vw, 781px\" \/>                                    <\/div>\n                            <div class=\"single-custom-carousel htmega-data-title\" data-title=\"\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"781\" height=\"886\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-12.png\" class=\"attachment-large size-large wp-image-7234\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-12.png 781w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-12-264x300.png 264w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-12-768x871.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Humrahi-Testimonials-Open-File-12-11x12.png 11w\" sizes=\"(max-width: 781px) 100vw, 781px\" \/>                                    <\/div>\n            \n        <\/div>\n\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4073bf7 e-flex e-con-boxed e-con e-parent\" data-id=\"4073bf7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2fe2ac elementor-widget elementor-widget-heading\" data-id=\"f2fe2ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Reviews &amp; Ratings<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aab2d60 e-con-full e-flex e-con e-child\" data-id=\"aab2d60\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7d688e6 e-con-full e-flex e-con e-child\" data-id=\"7d688e6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43cb994 elementor-widget elementor-widget-rating\" data-id=\"43cb994\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"rating.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-rating\" itemtype=\"https:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t<meta itemprop=\"worstRating\" content=\"0\">\n\t\t\t<meta itemprop=\"bestRating\" content=\"5\">\n\t\t\t<div class=\"e-rating-wrapper\" itemprop=\"ratingValue\" content=\"4.9\" role=\"img\" aria-label=\"Rated 4.9 out of 5\">\n\t\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\" style=\"--e-rating-icon-marked-width: 90%;\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-star\"><\/i>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-134660e elementor-widget elementor-widget-counter\" data-id=\"134660e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Play Store Rating<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"4.9\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0ee4525 e-con-full e-flex e-con e-child\" data-id=\"0ee4525\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-913d17f elementor-widget elementor-widget-image\" data-id=\"913d17f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"112\" height=\"119\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/Vector.webp\" class=\"attachment-full size-full wp-image-5025\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/Vector.webp 112w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/Vector-11x12.webp 11w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-83ec232 elementor-widget elementor-widget-counter\" data-id=\"83ec232\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Languages for Care Delivery<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"12\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-62239f1 e-con-full e-flex e-con e-child\" data-id=\"62239f1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2421c00 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2421c00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-users\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7f3f95 elementor-widget elementor-widget-counter\" data-id=\"f7f3f95\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Enrolled Patients<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"4000\" data-to-value=\"2.25\" data-from-value=\"0\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">Lakh+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c320a9a e-con-full e-flex e-con e-child\" data-id=\"c320a9a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa5f72b elementor-widget elementor-widget-image\" data-id=\"aa5f72b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"126\" height=\"127\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/Layer_1.webp\" class=\"attachment-full size-full wp-image-5102\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/Layer_1.webp 126w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/Layer_1-12x12.webp 12w\" sizes=\"(max-width: 126px) 100vw, 126px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23fdb99 elementor-widget elementor-widget-counter\" data-id=\"23fdb99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Health Coaches <\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"4000\" data-to-value=\"275\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-83ecd6d e-con-full e-flex e-con e-child\" data-id=\"83ecd6d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37c6149 elementor-widget elementor-widget-shortcode\" data-id=\"37c6149\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"4112\" class=\"elementor elementor-4112\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-34b18e2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"34b18e2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0deb8f5\" data-id=\"0deb8f5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-302b839 elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"302b839\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;dots&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/03\/humrahi-testimonial-svg-4-1.svg\" alt=\"humrahi-testimonial-svg 4\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/03\/humrahi-testimonial-svg-6-1.svg\" alt=\"humrahi-testimonial-svg 6\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/03\/humrahi-testimonial-svg-8-1.svg\" alt=\"humrahi-testimonial-svg 8\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/03\/humrahi-testimonial-svg-3.svg\" alt=\"humrahi-testimonial-svg 3\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/03\/Deepika-Gupta-Testimonial.svg\" alt=\"Deepika Gupta Testimonial\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/03\/humrahi-testimonial-svg-10.svg\" alt=\"humrahi-testimonial-svg 10\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/03\/humrahi-testimonial-svg-7.svg\" alt=\"humrahi-testimonial-svg 7\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/03\/humrahi-testimonial-svg-5.svg\" alt=\"humrahi-testimonial-svg 5\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/03\/humrahi-testimonial-svg-2.svg\" alt=\"humrahi-testimonial-svg 2\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-848c1a5 e-flex e-con-boxed e-con e-parent\" data-id=\"848c1a5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9246895 e-con-full e-flex e-con e-child\" data-id=\"9246895\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3286b9e e-con-full e-flex e-con e-child\" data-id=\"3286b9e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e7da95 elementor-widget elementor-widget-image\" data-id=\"0e7da95\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1020\" height=\"690\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/dsc02292_copy_1.webp\" class=\"attachment-full size-full wp-image-8573\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/dsc02292_copy_1.webp 1020w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/dsc02292_copy_1-300x203.webp 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/dsc02292_copy_1-768x520.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/dsc02292_copy_1-18x12.webp 18w\" sizes=\"(max-width: 1020px) 100vw, 1020px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-72d06a9 e-con-full e-flex e-con e-child\" data-id=\"72d06a9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-95f13fd elementor-widget elementor-widget-image\" data-id=\"95f13fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"764\" height=\"80\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Group-1000004084.png\" class=\"attachment-full size-full wp-image-7030\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Group-1000004084.png 764w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Group-1000004084-300x31.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/10\/Group-1000004084-18x2.png 18w\" sizes=\"(max-width: 764px) 100vw, 764px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-034559c elementor-widget elementor-widget-heading\" data-id=\"034559c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your Partner In Care<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-09b92b3 e-con-full e-flex e-con e-child\" data-id=\"09b92b3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8a03c90 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"8a03c90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/apps.apple.com\/in\/app\/humrahi-your-partner-in-care\/id6450692440\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"237\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/12\/App-Store.png\" class=\"attachment-large size-large wp-image-2418\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/12\/App-Store.png 800w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/12\/App-Store-300x89.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/12\/App-Store-768x228.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8fd9521 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\" data-id=\"8fd9521\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.lupin.humrahi&#038;pcampaignid=web_share\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"368\" height=\"106\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/10\/Google-play-1.png\" class=\"attachment-full size-full wp-image-1824\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/10\/Google-play-1.png 368w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2023\/10\/Google-play-1-300x86.png 300w\" sizes=\"(max-width: 368px) 100vw, 368px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f2328b9 e-flex e-con-boxed e-con e-parent\" data-id=\"f2328b9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ca2a9e9 e-con-full e-flex e-con e-child\" data-id=\"ca2a9e9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fab6278 elementor-widget elementor-widget-heading\" data-id=\"fab6278\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Featured In<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1f99205 e-con-full e-flex e-con e-child\" data-id=\"1f99205\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e7856c0 e-con-full e-flex e-con e-child\" data-id=\"e7856c0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a5a25eb elementor-widget elementor-widget-image\" data-id=\"a5a25eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"850\" height=\"1056\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/TOI-Featured-in.webp\" class=\"attachment-full size-full wp-image-6579\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/TOI-Featured-in.webp 850w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/TOI-Featured-in-241x300.webp 241w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/TOI-Featured-in-824x1024.webp 824w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/TOI-Featured-in-768x954.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/TOI-Featured-in-10x12.webp 10w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3e01cef e-con-full e-flex e-con e-child\" data-id=\"3e01cef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4dcf0b elementor-arrows-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"c4dcf0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/Express-Healthare-1.webp\" alt=\"Express Healthcare 1\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/Express-Healthare-2-1.webp\" alt=\"Express Healthcare 2\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/Express-Healthare-2.webp\" alt=\"Express Healthcare 3\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed65d00 eael-fg-hoverer-content-align-center elementor-widget elementor-widget-eael-filterable-gallery\" data-id=\"ed65d00\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;pagination&quot;:&quot;yes&quot;}\" data-widget_type=\"eael-filterable-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style id=\"eael-fg-inline-css-ed65d00\">@media only screen and (max-width: 2399px) {\n\t\t\t\t\t.elementor-element.elementor-element-ed65d00 .eael-filterable-gallery-item-wrap {\n\t\t\t\t\t        width: 20%;\n\t\t\t\t\t    }\n\t\t\t\t\t}@media only screen and (max-width: 1024px) {\n\t\t\t\t\t.elementor-element.elementor-element-ed65d00  .eael-filterable-gallery-item-wrap {\n\t\t\t\t\t        width: 50%;\n\t\t\t\t\t    }\n\t\t\t\t\t}@media only screen and (max-width: 767px) {\n\t\t\t\t\t.elementor-element.elementor-element-ed65d00  .eael-filterable-gallery-item-wrap {\n\t\t\t\t\t        width: 50%;\n\t\t\t\t\t    }\n\t\t\t\t\t}<\/style>        <div id=\"eael-filter-gallery-wrapper-ed65d00\" class=\"eael-filter-gallery-wrapper\" data-layout-mode=\"hoverer\" data-breakpoints=\"{&quot;mobile&quot;:{&quot;label&quot;:&quot;Mobile Portrait&quot;,&quot;value&quot;:767,&quot;default_value&quot;:767,&quot;direction&quot;:&quot;max&quot;,&quot;is_enabled&quot;:true},&quot;mobile_extra&quot;:{&quot;label&quot;:&quot;Mobile Landscape&quot;,&quot;value&quot;:880,&quot;default_value&quot;:880,&quot;direction&quot;:&quot;max&quot;,&quot;is_enabled&quot;:false},&quot;tablet&quot;:{&quot;label&quot;:&quot;Tablet Portrait&quot;,&quot;value&quot;:1024,&quot;default_value&quot;:1024,&quot;direction&quot;:&quot;max&quot;,&quot;is_enabled&quot;:true},&quot;tablet_extra&quot;:{&quot;label&quot;:&quot;Tablet Landscape&quot;,&quot;value&quot;:1200,&quot;default_value&quot;:1200,&quot;direction&quot;:&quot;max&quot;,&quot;is_enabled&quot;:false},&quot;laptop&quot;:{&quot;label&quot;:&quot;Laptop&quot;,&quot;value&quot;:1366,&quot;default_value&quot;:1366,&quot;direction&quot;:&quot;max&quot;,&quot;is_enabled&quot;:false},&quot;widescreen&quot;:{&quot;label&quot;:&quot;Widescreen&quot;,&quot;value&quot;:2400,&quot;default_value&quot;:2400,&quot;direction&quot;:&quot;min&quot;,&quot;is_enabled&quot;:false}}\" data-default_control_key=\"0\" data-custom_default_control=\"1\">\n                    <div class=\"eael-filter-gallery-container masonry\" data-images-per-page=\"5\" data-total-gallery-items=\"15\" data-nomore-item-text=\"No more items!\" data-is-randomize=\"no\" data-settings=\"{&quot;grid_style&quot;:&quot;masonry&quot;,&quot;popup&quot;:&quot;buttons&quot;,&quot;duration&quot;:&quot;500&quot;,&quot;gallery_enabled&quot;:&quot;&quot;,&quot;video_gallery_yt_privacy&quot;:&quot;&quot;,&quot;control_all_text&quot;:null,&quot;mobile_scroll_to_top&quot;:&quot;&quot;,&quot;mobile_scroll_offset&quot;:0,&quot;post_id&quot;:6850,&quot;widget_id&quot;:&quot;ed65d00&quot;}\" data-search-all=\"\" data-gallery-items=\"WyI8ZGl2IGNsYXNzPVwiZWFlbC1maWx0ZXJhYmxlLWdhbGxlcnktaXRlbS13cmFwXCI+XG5cdFx0XHRcdDxkaXYgY2xhc3M9XCJlYWVsLWdhbGxlcnktZ3JpZC1pdGVtXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS10aHVtYm5haWwtd3JhcFwiPjxpbWcgd2lkdGg9XCIzMDBcIiBoZWlnaHQ9XCIxNTBcIiBzcmM9XCJodHRwczpcL1wvaHVtcmFoaS5jby5pblwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDJcL1RpbWVzLU5vdy5wbmdcIiBjbGFzcz1cImF0dGFjaG1lbnQtbWVkaXVtIHNpemUtbWVkaXVtIHdwLWltYWdlLTM3NzVcIiBhbHQ9XCJcIiBzcmNzZXQ9XCJodHRwczpcL1wvaHVtcmFoaS5jby5pblwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDJcL1RpbWVzLU5vdy5wbmcgMzAwdywgaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzAyXC9UaW1lcy1Ob3ctMTh4OS5wbmcgMTh3XCIgc2l6ZXM9XCIobWF4LXdpZHRoOiAzMDBweCkgMTAwdncsIDMwMHB4XCIgXC8+PFwvZGl2PjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tY2FwdGlvbi13cmFwIGNhcHRpb24tc3R5bGUtaG92ZXJlciBlYWVsLW5vbmVcIj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWhvdmVyZXItYmdcIj48XC9kaXY+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1jYXB0aW9uLW92ZXJcIj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWJ1dHRvbnNcIj4gICAgICAgICAgICAgICAgPGEgaHJlZj1cImh0dHBzOlwvXC93d3cudGltZXNub3duZXdzLmNvbVwvdGVjaG5vbG9neS1zY2llbmNlXC9ob3ctaW5ub3ZhdGl2ZS1hcHBzLWFyZS1yZXZvbHV0aW9uaXppbmctZGlhYmV0ZXMtY2FyZS1pbi1pbmRpYS1hcnRpY2xlLTEwNTIzOTY0MFwiIHRhcmdldD1cIl9ibGFua1wiIGFyaWEtbGFiZWw9XCJlYWVsLWl0ZW0tbWF5YmUtbGlua1wiPiA8c3BhbiBjbGFzcz1cImZnLWl0ZW0taWNvbi1pbm5lclwiPjxpIGNsYXNzPVwiZmFzIGZhLWxpbmtcIiBhcmlhLWhpZGRlbj1cInRydWVcIj48XC9pPjxcL3NwYW4+PFwvYT48XC9kaXY+PFwvZGl2PjxcL2Rpdj48XC9kaXY+PFwvZGl2PiIsIjxkaXYgY2xhc3M9XCJlYWVsLWZpbHRlcmFibGUtZ2FsbGVyeS1pdGVtLXdyYXBcIj5cblx0XHRcdFx0PGRpdiBjbGFzcz1cImVhZWwtZ2FsbGVyeS1ncmlkLWl0ZW1cIj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLXRodW1ibmFpbC13cmFwXCI+PGltZyB3aWR0aD1cIjMwMFwiIGhlaWdodD1cIjE1MFwiIHNyYz1cImh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wMlwvSGVhbHRoV29ybGQucG5nXCIgY2xhc3M9XCJhdHRhY2htZW50LW1lZGl1bSBzaXplLW1lZGl1bSB3cC1pbWFnZS0zNzc0XCIgYWx0PVwiXCIgc3Jjc2V0PVwiaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzAyXC9IZWFsdGhXb3JsZC5wbmcgMzAwdywgaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzAyXC9IZWFsdGhXb3JsZC0xOHg5LnBuZyAxOHdcIiBzaXplcz1cIihtYXgtd2lkdGg6IDMwMHB4KSAxMDB2dywgMzAwcHhcIiBcLz48XC9kaXY+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1jYXB0aW9uLXdyYXAgY2FwdGlvbi1zdHlsZS1ob3ZlcmVyIGVhZWwtbm9uZVwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0taG92ZXJlci1iZ1wiPjxcL2Rpdj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWNhcHRpb24tb3ZlclwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tYnV0dG9uc1wiPiAgICAgICAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6XC9cL2hlYWx0aC5lY29ub21pY3RpbWVzLmluZGlhdGltZXMuY29tXC9uZXdzXC9oZWFsdGgtaXRcL2x1cGluLWxhdW5jaGVzLWh1bXJhaGktcGF0aWVudC1zdXBwb3J0LXByb2dyYW1tZS1mb3ItZGlhYmV0ZXMtbWFuYWdlbWVudFwvMTA0MTYwMzgyXCIgdGFyZ2V0PVwiX2JsYW5rXCIgYXJpYS1sYWJlbD1cImVhZWwtaXRlbS1tYXliZS1saW5rXCI+IDxzcGFuIGNsYXNzPVwiZmctaXRlbS1pY29uLWlubmVyXCI+PGkgY2xhc3M9XCJmYXMgZmEtbGlua1wiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjxcL2k+PFwvc3Bhbj48XC9hPjxcL2Rpdj48XC9kaXY+PFwvZGl2PjxcL2Rpdj48XC9kaXY+IiwiPGRpdiBjbGFzcz1cImVhZWwtZmlsdGVyYWJsZS1nYWxsZXJ5LWl0ZW0td3JhcFwiPlxuXHRcdFx0XHQ8ZGl2IGNsYXNzPVwiZWFlbC1nYWxsZXJ5LWdyaWQtaXRlbVwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tdGh1bWJuYWlsLXdyYXBcIj48aW1nIHdpZHRoPVwiMzAwXCIgaGVpZ2h0PVwiMTUwXCIgc3JjPVwiaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzAyXC9GcmVlLVByZXNzLUpvdXJuYWwucG5nXCIgY2xhc3M9XCJhdHRhY2htZW50LW1lZGl1bSBzaXplLW1lZGl1bSB3cC1pbWFnZS0zNzc2XCIgYWx0PVwiXCIgc3Jjc2V0PVwiaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzAyXC9GcmVlLVByZXNzLUpvdXJuYWwucG5nIDMwMHcsIGh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wMlwvRnJlZS1QcmVzcy1Kb3VybmFsLTE4eDkucG5nIDE4d1wiIHNpemVzPVwiKG1heC13aWR0aDogMzAwcHgpIDEwMHZ3LCAzMDBweFwiIFwvPjxcL2Rpdj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWNhcHRpb24td3JhcCBjYXB0aW9uLXN0eWxlLWhvdmVyZXIgZWFlbC1ub25lXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1ob3ZlcmVyLWJnXCI+PFwvZGl2PjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tY2FwdGlvbi1vdmVyXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1idXR0b25zXCI+ICAgICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczpcL1wvd3d3LmZyZWVwcmVzc2pvdXJuYWwuaW5cL2J1c2luZXNzXC9sdXBpbi1sYXVuY2hlcy1odW1yYWhpLXBhdGllbnQtc3VwcG9ydC1wcm9ncmFtLWZvci1kaWFiZXRlcy1tYW5hZ2VtZW50XCIgdGFyZ2V0PVwiX2JsYW5rXCIgYXJpYS1sYWJlbD1cImVhZWwtaXRlbS1tYXliZS1saW5rXCI+IDxzcGFuIGNsYXNzPVwiZmctaXRlbS1pY29uLWlubmVyXCI+PGkgY2xhc3M9XCJmYXMgZmEtbGlua1wiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjxcL2k+PFwvc3Bhbj48XC9hPjxcL2Rpdj48XC9kaXY+PFwvZGl2PjxcL2Rpdj48XC9kaXY+IiwiPGRpdiBjbGFzcz1cImVhZWwtZmlsdGVyYWJsZS1nYWxsZXJ5LWl0ZW0td3JhcFwiPlxuXHRcdFx0XHQ8ZGl2IGNsYXNzPVwiZWFlbC1nYWxsZXJ5LWdyaWQtaXRlbVwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tdGh1bWJuYWlsLXdyYXBcIj48aW1nIHdpZHRoPVwiMzAwXCIgaGVpZ2h0PVwiMTUwXCIgc3JjPVwiaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA0XC9NZWRpY2FsLURpYWxvZ3Vlcy5zdmdcIiBjbGFzcz1cImF0dGFjaG1lbnQtbWVkaXVtIHNpemUtbWVkaXVtIHdwLWltYWdlLTQyNDlcIiBhbHQ9XCJcIiBcLz48XC9kaXY+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1jYXB0aW9uLXdyYXAgY2FwdGlvbi1zdHlsZS1ob3ZlcmVyIGVhZWwtbm9uZVwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0taG92ZXJlci1iZ1wiPjxcL2Rpdj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWNhcHRpb24tb3ZlclwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tYnV0dG9uc1wiPiAgICAgICAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6XC9cL21lZGljYWxkaWFsb2d1ZXMuaW5cL2hlYWx0aC1kaWFsb2d1ZXNcL2ZpdmUtbGlmZXN0eWxlLWhhYml0cy10by1jb250cm9sLWdsdWNvc2UtbGV2ZWxzLWF0LWhvbWUtZHItYWJoaW5hdi1ndXB0YS0xMjU1NzdcIiB0YXJnZXQ9XCJfYmxhbmtcIiBhcmlhLWxhYmVsPVwiZWFlbC1pdGVtLW1heWJlLWxpbmtcIj4gPHNwYW4gY2xhc3M9XCJmZy1pdGVtLWljb24taW5uZXJcIj48aSBjbGFzcz1cImZhcyBmYS1saW5rXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PFwvaT48XC9zcGFuPjxcL2E+PFwvZGl2PjxcL2Rpdj48XC9kaXY+PFwvZGl2PjxcL2Rpdj4iLCI8ZGl2IGNsYXNzPVwiZWFlbC1maWx0ZXJhYmxlLWdhbGxlcnktaXRlbS13cmFwXCI+XG5cdFx0XHRcdDxkaXYgY2xhc3M9XCJlYWVsLWdhbGxlcnktZ3JpZC1pdGVtXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS10aHVtYm5haWwtd3JhcFwiPjxpbWcgd2lkdGg9XCIzMDBcIiBoZWlnaHQ9XCIxNTBcIiBzcmM9XCJodHRwczpcL1wvaHVtcmFoaS5jby5pblwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMDVcL0dyb3VwLTEucG5nXCIgY2xhc3M9XCJhdHRhY2htZW50LW1lZGl1bSBzaXplLW1lZGl1bSB3cC1pbWFnZS02NjY1XCIgYWx0PVwiTmV3cyAxOFwiIHNyY3NldD1cImh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wNVwvR3JvdXAtMS5wbmcgMzAwdywgaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA1XC9Hcm91cC0xLTE4eDkucG5nIDE4d1wiIHNpemVzPVwiKG1heC13aWR0aDogMzAwcHgpIDEwMHZ3LCAzMDBweFwiIFwvPjxcL2Rpdj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWNhcHRpb24td3JhcCBjYXB0aW9uLXN0eWxlLWhvdmVyZXIgZWFlbC1ub25lXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1ob3ZlcmVyLWJnXCI+PFwvZGl2PjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tY2FwdGlvbi1vdmVyXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1idXR0b25zXCI+ICAgICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczpcL1wvd3d3Lm5ld3MxOC5jb21cL2xpZmVzdHlsZVwvaGVhbHRoLWFuZC1maXRuZXNzLWVtcG93ZXIteW91ci10cmVhdG1lbnQtam91cm5leS00LWFwcHMtdG8tdHJhbnNmb3JtLWRpYWJldGVzLWNhcmUtODk3NTEwNi5odG1sXCIgdGFyZ2V0PVwiX2JsYW5rXCIgYXJpYS1sYWJlbD1cImVhZWwtaXRlbS1tYXliZS1saW5rXCI+IDxzcGFuIGNsYXNzPVwiZmctaXRlbS1pY29uLWlubmVyXCI+PGkgY2xhc3M9XCJmYXMgZmEtbGlua1wiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjxcL2k+PFwvc3Bhbj48XC9hPjxcL2Rpdj48XC9kaXY+PFwvZGl2PjxcL2Rpdj48XC9kaXY+IiwiPGRpdiBjbGFzcz1cImVhZWwtZmlsdGVyYWJsZS1nYWxsZXJ5LWl0ZW0td3JhcFwiPlxuXHRcdFx0XHQ8ZGl2IGNsYXNzPVwiZWFlbC1nYWxsZXJ5LWdyaWQtaXRlbVwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tdGh1bWJuYWlsLXdyYXBcIj48aW1nIHdpZHRoPVwiMzAwXCIgaGVpZ2h0PVwiMTUwXCIgc3JjPVwiaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA1XC9UaW1lcy1vZi1JbmRpYS0xLnBuZ1wiIGNsYXNzPVwiYXR0YWNobWVudC1tZWRpdW0gc2l6ZS1tZWRpdW0gd3AtaW1hZ2UtNjczN1wiIGFsdD1cIlwiIHNyY3NldD1cImh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wNVwvVGltZXMtb2YtSW5kaWEtMS5wbmcgMzAwdywgaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA1XC9UaW1lcy1vZi1JbmRpYS0xLTE4eDkucG5nIDE4d1wiIHNpemVzPVwiKG1heC13aWR0aDogMzAwcHgpIDEwMHZ3LCAzMDBweFwiIFwvPjxcL2Rpdj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWNhcHRpb24td3JhcCBjYXB0aW9uLXN0eWxlLWhvdmVyZXIgZWFlbC1ub25lXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1ob3ZlcmVyLWJnXCI+PFwvZGl2PjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tY2FwdGlvbi1vdmVyXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1idXR0b25zXCI+ICAgICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczpcL1wvdGltZXNvZmluZGlhLmluZGlhdGltZXMuY29tXC9saWZlLXN0eWxlXC9oZWFsdGgtZml0bmVzc1wvaGVhbHRoLW5ld3NcL2luc3VsaW4tYXdhcmVuZXNzLWRheS13aGF0LWlzLWluc3VsaW4tdGhlcmFweVwvYW1wX2FydGljbGVzaG93XC8xMTIwNDM2NzMuY21zXCIgdGFyZ2V0PVwiX2JsYW5rXCIgYXJpYS1sYWJlbD1cImVhZWwtaXRlbS1tYXliZS1saW5rXCI+IDxzcGFuIGNsYXNzPVwiZmctaXRlbS1pY29uLWlubmVyXCI+PGkgY2xhc3M9XCJmYXMgZmEtbGlua1wiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjxcL2k+PFwvc3Bhbj48XC9hPjxcL2Rpdj48XC9kaXY+PFwvZGl2PjxcL2Rpdj48XC9kaXY+IiwiPGRpdiBjbGFzcz1cImVhZWwtZmlsdGVyYWJsZS1nYWxsZXJ5LWl0ZW0td3JhcFwiPlxuXHRcdFx0XHQ8ZGl2IGNsYXNzPVwiZWFlbC1nYWxsZXJ5LWdyaWQtaXRlbVwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tdGh1bWJuYWlsLXdyYXBcIj48aW1nIHdpZHRoPVwiMzAwXCIgaGVpZ2h0PVwiMTUwXCIgc3JjPVwiaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzExXC9Wb2ljZS1vZi1IZWFsdGhjYXJlLmpwZ1wiIGNsYXNzPVwiYXR0YWNobWVudC1tZWRpdW0gc2l6ZS1tZWRpdW0gd3AtaW1hZ2UtODA3OFwiIGFsdD1cIlwiIHNyY3NldD1cImh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMVwvVm9pY2Utb2YtSGVhbHRoY2FyZS5qcGcgMzAwdywgaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzExXC9Wb2ljZS1vZi1IZWFsdGhjYXJlLTE4eDkuanBnIDE4d1wiIHNpemVzPVwiKG1heC13aWR0aDogMzAwcHgpIDEwMHZ3LCAzMDBweFwiIFwvPjxcL2Rpdj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWNhcHRpb24td3JhcCBjYXB0aW9uLXN0eWxlLWhvdmVyZXIgZWFlbC1ub25lXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1ob3ZlcmVyLWJnXCI+PFwvZGl2PjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tY2FwdGlvbi1vdmVyXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1idXR0b25zXCI+ICAgICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczpcL1wvdm9pY2VvZmhlYWx0aGNhcmUub3JnXC91cGRhdGVzXC9MVVBJTiVFMiU4MCU5OVMtJUUyJTgwJTk4SFVNUkFISSVFMiU4MCU5OTotUkVWT0xVVElPTklaSU5HLURJQUJFVEVTLUNBUkUtSU4tSU5ESUEtJTdFTDBId2ZjdUlIa0xCUlVXLWotMDM0XCIgdGFyZ2V0PVwiX2JsYW5rXCIgYXJpYS1sYWJlbD1cImVhZWwtaXRlbS1tYXliZS1saW5rXCI+IDxzcGFuIGNsYXNzPVwiZmctaXRlbS1pY29uLWlubmVyXCI+PGkgY2xhc3M9XCJmYXMgZmEtbGlua1wiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjxcL2k+PFwvc3Bhbj48XC9hPjxcL2Rpdj48XC9kaXY+PFwvZGl2PjxcL2Rpdj48XC9kaXY+IiwiPGRpdiBjbGFzcz1cImVhZWwtZmlsdGVyYWJsZS1nYWxsZXJ5LWl0ZW0td3JhcFwiPlxuXHRcdFx0XHQ8ZGl2IGNsYXNzPVwiZWFlbC1nYWxsZXJ5LWdyaWQtaXRlbVwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tdGh1bWJuYWlsLXdyYXBcIj48aW1nIHdpZHRoPVwiMzAwXCIgaGVpZ2h0PVwiMTUwXCIgc3JjPVwiaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA1XC9UaW1lcy1vZi1JbmRpYS0xLnBuZ1wiIGNsYXNzPVwiYXR0YWNobWVudC1tZWRpdW0gc2l6ZS1tZWRpdW0gd3AtaW1hZ2UtNjczN1wiIGFsdD1cIlwiIHNyY3NldD1cImh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wNVwvVGltZXMtb2YtSW5kaWEtMS5wbmcgMzAwdywgaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA1XC9UaW1lcy1vZi1JbmRpYS0xLTE4eDkucG5nIDE4d1wiIHNpemVzPVwiKG1heC13aWR0aDogMzAwcHgpIDEwMHZ3LCAzMDBweFwiIFwvPjxcL2Rpdj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWNhcHRpb24td3JhcCBjYXB0aW9uLXN0eWxlLWhvdmVyZXIgZWFlbC1ub25lXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1ob3ZlcmVyLWJnXCI+PFwvZGl2PjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tY2FwdGlvbi1vdmVyXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1idXR0b25zXCI+ICAgICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczpcL1wvdGltZXNvZmluZGlhLmluZGlhdGltZXMuY29tXC9saWZlLXN0eWxlXC9oZWFsdGgtZml0bmVzc1wvaGVhbHRoLW5ld3NcL3RoZS13aHktYW5kLWhvdy1vZi1pbnN1bGluXC9hbXBfYXJ0aWNsZXNob3dcLzExMjk5MjQzNS5jbXNcIiB0YXJnZXQ9XCJfYmxhbmtcIiBhcmlhLWxhYmVsPVwiZWFlbC1pdGVtLW1heWJlLWxpbmtcIj4gPHNwYW4gY2xhc3M9XCJmZy1pdGVtLWljb24taW5uZXJcIj48aSBjbGFzcz1cImZhcyBmYS1saW5rXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PFwvaT48XC9zcGFuPjxcL2E+PFwvZGl2PjxcL2Rpdj48XC9kaXY+PFwvZGl2PjxcL2Rpdj4iLCI8ZGl2IGNsYXNzPVwiZWFlbC1maWx0ZXJhYmxlLWdhbGxlcnktaXRlbS13cmFwXCI+XG5cdFx0XHRcdDxkaXYgY2xhc3M9XCJlYWVsLWdhbGxlcnktZ3JpZC1pdGVtXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS10aHVtYm5haWwtd3JhcFwiPjxpbWcgd2lkdGg9XCIzMDBcIiBoZWlnaHQ9XCIxNTBcIiBzcmM9XCJodHRwczpcL1wvaHVtcmFoaS5jby5pblwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMTFcL0VuZ2xpc2gtSmFncmFuLnBuZ1wiIGNsYXNzPVwiYXR0YWNobWVudC1tZWRpdW0gc2l6ZS1tZWRpdW0gd3AtaW1hZ2UtNzkwN1wiIGFsdD1cIlwiIHNyY3NldD1cImh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMVwvRW5nbGlzaC1KYWdyYW4ucG5nIDMwMHcsIGh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMVwvRW5nbGlzaC1KYWdyYW4tMTh4OS5wbmcgMTh3XCIgc2l6ZXM9XCIobWF4LXdpZHRoOiAzMDBweCkgMTAwdncsIDMwMHB4XCIgXC8+PFwvZGl2PjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tY2FwdGlvbi13cmFwIGNhcHRpb24tc3R5bGUtaG92ZXJlciBlYWVsLW5vbmVcIj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWhvdmVyZXItYmdcIj48XC9kaXY+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1jYXB0aW9uLW92ZXJcIj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWJ1dHRvbnNcIj4gICAgICAgICAgICAgICAgPGEgaHJlZj1cImh0dHBzOlwvXC9lbmdsaXNoLmphZ3Jhbi5jb21cL2xpZmVzdHlsZVwvY2FuLWRpYWJldGVzLWJlLXByZXZlbnRlZC1kb2N0b3ItbGlzdHMtbWVhc3VyZXMtdG8tcHJldmVudC10aGlzLWxvb21pbmctaGVhbHRoLWNyaXNpcy0xMDE5ODY5NlwiIHRhcmdldD1cIl9ibGFua1wiIGFyaWEtbGFiZWw9XCJlYWVsLWl0ZW0tbWF5YmUtbGlua1wiPiA8c3BhbiBjbGFzcz1cImZnLWl0ZW0taWNvbi1pbm5lclwiPjxpIGNsYXNzPVwiZmFzIGZhLWxpbmtcIiBhcmlhLWhpZGRlbj1cInRydWVcIj48XC9pPjxcL3NwYW4+PFwvYT48XC9kaXY+PFwvZGl2PjxcL2Rpdj48XC9kaXY+PFwvZGl2PiIsIjxkaXYgY2xhc3M9XCJlYWVsLWZpbHRlcmFibGUtZ2FsbGVyeS1pdGVtLXdyYXBcIj5cblx0XHRcdFx0PGRpdiBjbGFzcz1cImVhZWwtZ2FsbGVyeS1ncmlkLWl0ZW1cIj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLXRodW1ibmFpbC13cmFwXCI+PGltZyB3aWR0aD1cIjMwMFwiIGhlaWdodD1cIjE1MFwiIHNyYz1cImh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMVwvVGhlLURhaWx5LUd1YXJkaWFuLnBuZ1wiIGNsYXNzPVwiYXR0YWNobWVudC1tZWRpdW0gc2l6ZS1tZWRpdW0gd3AtaW1hZ2UtODA3OVwiIGFsdD1cIlwiIHNyY3NldD1cImh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMVwvVGhlLURhaWx5LUd1YXJkaWFuLnBuZyAzMDB3LCBodHRwczpcL1wvaHVtcmFoaS5jby5pblwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMTFcL1RoZS1EYWlseS1HdWFyZGlhbi0xOHg5LnBuZyAxOHdcIiBzaXplcz1cIihtYXgtd2lkdGg6IDMwMHB4KSAxMDB2dywgMzAwcHhcIiBcLz48XC9kaXY+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1jYXB0aW9uLXdyYXAgY2FwdGlvbi1zdHlsZS1ob3ZlcmVyIGVhZWwtbm9uZVwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0taG92ZXJlci1iZ1wiPjxcL2Rpdj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWNhcHRpb24tb3ZlclwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tYnV0dG9uc1wiPiAgICAgICAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6XC9cL3RoZWRhaWx5Z3VhcmRpYW4uY29tXC90aGUtZGFuZ2Vycy1vZi11bmNvbnRyb2xsZWQtYmxvb2Qtc3VnYXJcL1wiIHRhcmdldD1cIl9ibGFua1wiIGFyaWEtbGFiZWw9XCJlYWVsLWl0ZW0tbWF5YmUtbGlua1wiPiA8c3BhbiBjbGFzcz1cImZnLWl0ZW0taWNvbi1pbm5lclwiPjxpIGNsYXNzPVwiZmFzIGZhLWxpbmtcIiBhcmlhLWhpZGRlbj1cInRydWVcIj48XC9pPjxcL3NwYW4+PFwvYT48XC9kaXY+PFwvZGl2PjxcL2Rpdj48XC9kaXY+PFwvZGl2PiIsIjxkaXYgY2xhc3M9XCJlYWVsLWZpbHRlcmFibGUtZ2FsbGVyeS1pdGVtLXdyYXBcIj5cblx0XHRcdFx0PGRpdiBjbGFzcz1cImVhZWwtZ2FsbGVyeS1ncmlkLWl0ZW1cIj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLXRodW1ibmFpbC13cmFwXCI+PGltZyB3aWR0aD1cIjMwMFwiIGhlaWdodD1cIjE1MFwiIHNyYz1cImh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMVwvVm9pY2Utb2YtSGVhbHRoY2FyZS5qcGdcIiBjbGFzcz1cImF0dGFjaG1lbnQtbWVkaXVtIHNpemUtbWVkaXVtIHdwLWltYWdlLTgwNzhcIiBhbHQ9XCJcIiBzcmNzZXQ9XCJodHRwczpcL1wvaHVtcmFoaS5jby5pblwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMTFcL1ZvaWNlLW9mLUhlYWx0aGNhcmUuanBnIDMwMHcsIGh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMVwvVm9pY2Utb2YtSGVhbHRoY2FyZS0xOHg5LmpwZyAxOHdcIiBzaXplcz1cIihtYXgtd2lkdGg6IDMwMHB4KSAxMDB2dywgMzAwcHhcIiBcLz48XC9kaXY+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1jYXB0aW9uLXdyYXAgY2FwdGlvbi1zdHlsZS1ob3ZlcmVyIGVhZWwtbm9uZVwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0taG92ZXJlci1iZ1wiPjxcL2Rpdj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWNhcHRpb24tb3ZlclwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tYnV0dG9uc1wiPiAgICAgICAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6XC9cL3ZvaWNlb2ZoZWFsdGhjYXJlLm9yZ1wvdXBkYXRlc1wvTFVQSU4lRTIlODAlOTlTLUhVTVJBSEktRElBQkVURVMtU1VQUE9SVC1QUk9HUkFNLUVYUEFORFMtVE8tSU5DTFVERS1IRUFSVC1IRUFMVEgtJTdFLUlMejJvQW5PRXNNZE1qdXJOR3Z1XCIgdGFyZ2V0PVwiX2JsYW5rXCIgYXJpYS1sYWJlbD1cImVhZWwtaXRlbS1tYXliZS1saW5rXCI+IDxzcGFuIGNsYXNzPVwiZmctaXRlbS1pY29uLWlubmVyXCI+PGkgY2xhc3M9XCJmYXMgZmEtbGlua1wiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjxcL2k+PFwvc3Bhbj48XC9hPjxcL2Rpdj48XC9kaXY+PFwvZGl2PjxcL2Rpdj48XC9kaXY+IiwiPGRpdiBjbGFzcz1cImVhZWwtZmlsdGVyYWJsZS1nYWxsZXJ5LWl0ZW0td3JhcFwiPlxuXHRcdFx0XHQ8ZGl2IGNsYXNzPVwiZWFlbC1nYWxsZXJ5LWdyaWQtaXRlbVwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tdGh1bWJuYWlsLXdyYXBcIj48aW1nIHdpZHRoPVwiMzAwXCIgaGVpZ2h0PVwiMTUwXCIgc3JjPVwiaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzExXC9FeHByZXNzLUhlYWx0aGNhcmUucG5nXCIgY2xhc3M9XCJhdHRhY2htZW50LW1lZGl1bSBzaXplLW1lZGl1bSB3cC1pbWFnZS04MDc1XCIgYWx0PVwiXCIgc3Jjc2V0PVwiaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzExXC9FeHByZXNzLUhlYWx0aGNhcmUucG5nIDMwMHcsIGh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMVwvRXhwcmVzcy1IZWFsdGhjYXJlLTE4eDkucG5nIDE4d1wiIHNpemVzPVwiKG1heC13aWR0aDogMzAwcHgpIDEwMHZ3LCAzMDBweFwiIFwvPjxcL2Rpdj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWNhcHRpb24td3JhcCBjYXB0aW9uLXN0eWxlLWhvdmVyZXIgZWFlbC1ub25lXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1ob3ZlcmVyLWJnXCI+PFwvZGl2PjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tY2FwdGlvbi1vdmVyXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1idXR0b25zXCI+ICAgICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczpcL1wvd3d3LmV4cHJlc3NoZWFsdGhjYXJlLmluXC9jYXJkaWFjLWNhcmVcL2x1cGlucy1odW1yYWhpLWRpYWJldGVzLXN1cHBvcnQtcHJvZ3JhbS1leHBhbmRzLXRvLWluY2x1ZGUtaGVhcnQtaGVhbHRoXC80NDY5NDVcL1wiIHRhcmdldD1cIl9ibGFua1wiIGFyaWEtbGFiZWw9XCJlYWVsLWl0ZW0tbWF5YmUtbGlua1wiPiA8c3BhbiBjbGFzcz1cImZnLWl0ZW0taWNvbi1pbm5lclwiPjxpIGNsYXNzPVwiZmFzIGZhLWxpbmtcIiBhcmlhLWhpZGRlbj1cInRydWVcIj48XC9pPjxcL3NwYW4+PFwvYT48XC9kaXY+PFwvZGl2PjxcL2Rpdj48XC9kaXY+PFwvZGl2PiIsIjxkaXYgY2xhc3M9XCJlYWVsLWZpbHRlcmFibGUtZ2FsbGVyeS1pdGVtLXdyYXBcIj5cblx0XHRcdFx0PGRpdiBjbGFzcz1cImVhZWwtZ2FsbGVyeS1ncmlkLWl0ZW1cIj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLXRodW1ibmFpbC13cmFwXCI+PGltZyB3aWR0aD1cIjMwMFwiIGhlaWdodD1cIjE1MFwiIHNyYz1cImh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8xMVwvRXhwcmVzcy1QaGFybWEucG5nXCIgY2xhc3M9XCJhdHRhY2htZW50LW1lZGl1bSBzaXplLW1lZGl1bSB3cC1pbWFnZS04MDc2XCIgYWx0PVwiXCIgc3Jjc2V0PVwiaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzExXC9FeHByZXNzLVBoYXJtYS5wbmcgMzAwdywgaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzExXC9FeHByZXNzLVBoYXJtYS0xOHg5LnBuZyAxOHdcIiBzaXplcz1cIihtYXgtd2lkdGg6IDMwMHB4KSAxMDB2dywgMzAwcHhcIiBcLz48XC9kaXY+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1jYXB0aW9uLXdyYXAgY2FwdGlvbi1zdHlsZS1ob3ZlcmVyIGVhZWwtbm9uZVwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0taG92ZXJlci1iZ1wiPjxcL2Rpdj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWNhcHRpb24tb3ZlclwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tYnV0dG9uc1wiPiAgICAgICAgICAgICAgICA8YSBocmVmPVwiaHR0cHM6XC9cL3d3dy5leHByZXNzcGhhcm1hLmluXC9sdXBpbi1sYXVuY2hlcy1odW1yYWhpLXdpdGgtZm9jdXMtb24tZGlhYmV0ZXMtYW5kLWhlYXJ0LWhlYWx0aFwvXCIgdGFyZ2V0PVwiX2JsYW5rXCIgYXJpYS1sYWJlbD1cImVhZWwtaXRlbS1tYXliZS1saW5rXCI+IDxzcGFuIGNsYXNzPVwiZmctaXRlbS1pY29uLWlubmVyXCI+PGkgY2xhc3M9XCJmYXMgZmEtbGlua1wiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjxcL2k+PFwvc3Bhbj48XC9hPjxcL2Rpdj48XC9kaXY+PFwvZGl2PjxcL2Rpdj48XC9kaXY+IiwiPGRpdiBjbGFzcz1cImVhZWwtZmlsdGVyYWJsZS1nYWxsZXJ5LWl0ZW0td3JhcFwiPlxuXHRcdFx0XHQ8ZGl2IGNsYXNzPVwiZWFlbC1nYWxsZXJ5LWdyaWQtaXRlbVwiPjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tdGh1bWJuYWlsLXdyYXBcIj48aW1nIHdpZHRoPVwiMzAwXCIgaGVpZ2h0PVwiMTUwXCIgc3JjPVwiaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA1XC9UaW1lcy1FbnRlcnRhaW5tZW50LnBuZ1wiIGNsYXNzPVwiYXR0YWNobWVudC1tZWRpdW0gc2l6ZS1tZWRpdW0gd3AtaW1hZ2UtNjczM1wiIGFsdD1cIlwiIHNyY3NldD1cImh0dHBzOlwvXC9odW1yYWhpLmNvLmluXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI0XC8wNVwvVGltZXMtRW50ZXJ0YWlubWVudC5wbmcgMzAwdywgaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzA1XC9UaW1lcy1FbnRlcnRhaW5tZW50LTE4eDkucG5nIDE4d1wiIHNpemVzPVwiKG1heC13aWR0aDogMzAwcHgpIDEwMHZ3LCAzMDBweFwiIFwvPjxcL2Rpdj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWNhcHRpb24td3JhcCBjYXB0aW9uLXN0eWxlLWhvdmVyZXIgZWFlbC1ub25lXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1ob3ZlcmVyLWJnXCI+PFwvZGl2PjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tY2FwdGlvbi1vdmVyXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1idXR0b25zXCI+ICAgICAgICAgICAgICAgIDxhIGhyZWY9XCJodHRwczpcL1wvdGltZXNvZmluZGlhLmluZGlhdGltZXMuY29tXC9saWZlLXN0eWxlXC9oZWFsdGgtZml0bmVzc1wvaGVhbHRoLW5ld3NcL2hlYWx0aC1yaXNrcy1vZi11bmNvbnRyb2xsZWQtYmxvb2Qtc3VnYXItbGV2ZWxzXC9hbXBfYXJ0aWNsZXNob3dcLzExNTU5NDg0NC5jbXNcIiB0YXJnZXQ9XCJfYmxhbmtcIiBhcmlhLWxhYmVsPVwiZWFlbC1pdGVtLW1heWJlLWxpbmtcIj4gPHNwYW4gY2xhc3M9XCJmZy1pdGVtLWljb24taW5uZXJcIj48aSBjbGFzcz1cImZhcyBmYS1saW5rXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PFwvaT48XC9zcGFuPjxcL2E+PFwvZGl2PjxcL2Rpdj48XC9kaXY+PFwvZGl2PjxcL2Rpdj4iLCI8ZGl2IGNsYXNzPVwiZWFlbC1maWx0ZXJhYmxlLWdhbGxlcnktaXRlbS13cmFwXCI+XG5cdFx0XHRcdDxkaXYgY2xhc3M9XCJlYWVsLWdhbGxlcnktZ3JpZC1pdGVtXCI+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS10aHVtYm5haWwtd3JhcFwiPjxpbWcgd2lkdGg9XCIzMDBcIiBoZWlnaHQ9XCIxNTBcIiBzcmM9XCJodHRwczpcL1wvaHVtcmFoaS5jby5pblwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMTFcL0JXLVdlbGxCZWluZy5wbmdcIiBjbGFzcz1cImF0dGFjaG1lbnQtbWVkaXVtIHNpemUtbWVkaXVtIHdwLWltYWdlLTgwNzdcIiBhbHQ9XCJcIiBzcmNzZXQ9XCJodHRwczpcL1wvaHVtcmFoaS5jby5pblwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNFwvMTFcL0JXLVdlbGxCZWluZy5wbmcgMzAwdywgaHR0cHM6XC9cL2h1bXJhaGkuY28uaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjRcLzExXC9CVy1XZWxsQmVpbmctMTh4OS5wbmcgMTh3XCIgc2l6ZXM9XCIobWF4LXdpZHRoOiAzMDBweCkgMTAwdncsIDMwMHB4XCIgXC8+PFwvZGl2PjxkaXYgY2xhc3M9XCJnYWxsZXJ5LWl0ZW0tY2FwdGlvbi13cmFwIGNhcHRpb24tc3R5bGUtaG92ZXJlciBlYWVsLW5vbmVcIj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWhvdmVyZXItYmdcIj48XC9kaXY+PGRpdiBjbGFzcz1cImdhbGxlcnktaXRlbS1jYXB0aW9uLW92ZXJcIj48ZGl2IGNsYXNzPVwiZ2FsbGVyeS1pdGVtLWJ1dHRvbnNcIj4gICAgICAgICAgICAgICAgPGEgaHJlZj1cImh0dHBzOlwvXC9id3dlbGxiZWluZ3dvcmxkLmNvbVwvYXJ0aWNsZVwvbHVwaW5zLWh1bXJhaGktZGlhYmV0ZXMtc3VwcG9ydC1wcm9ncmFtLWV4cGFuZHMtdG8taW5jbHVkZS1oZWFydC1oZWFsdGgtNTM5NTcxXCIgdGFyZ2V0PVwiX2JsYW5rXCIgYXJpYS1sYWJlbD1cImVhZWwtaXRlbS1tYXliZS1saW5rXCI+IDxzcGFuIGNsYXNzPVwiZmctaXRlbS1pY29uLWlubmVyXCI+PGkgY2xhc3M9XCJmYXMgZmEtbGlua1wiIGFyaWEtaGlkZGVuPVwidHJ1ZVwiPjxcL2k+PFwvc3Bhbj48XC9hPjxcL2Rpdj48XC9kaXY+PFwvZGl2PjxcL2Rpdj48XC9kaXY+Il0=\" data-init-show=\"5\">\n            <div class=\"eael-filterable-gallery-item-wrap\">\n\t\t\t\t<div class=\"eael-gallery-grid-item\"><div class=\"gallery-item-thumbnail-wrap\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"150\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/02\/Times-Now.png\" class=\"attachment-medium size-medium wp-image-3775\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/02\/Times-Now.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/02\/Times-Now-18x9.png 18w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><div class=\"gallery-item-caption-wrap caption-style-hoverer eael-none\"><div class=\"gallery-item-hoverer-bg\"><\/div><div class=\"gallery-item-caption-over\"><div class=\"gallery-item-buttons\">                <a href=\"https:\/\/www.timesnownews.com\/technology-science\/how-innovative-apps-are-revolutionizing-diabetes-care-in-india-article-105239640\" target=\"_blank\" aria-label=\"eael-item-maybe-link\"> <span class=\"fg-item-icon-inner\"><i class=\"fas fa-link\" aria-hidden=\"true\"><\/i><\/span><\/a><\/div><\/div><\/div><\/div><\/div><div class=\"eael-filterable-gallery-item-wrap\">\n\t\t\t\t<div class=\"eael-gallery-grid-item\"><div class=\"gallery-item-thumbnail-wrap\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"150\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/02\/HealthWorld.png\" class=\"attachment-medium size-medium wp-image-3774\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/02\/HealthWorld.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/02\/HealthWorld-18x9.png 18w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><div class=\"gallery-item-caption-wrap caption-style-hoverer eael-none\"><div class=\"gallery-item-hoverer-bg\"><\/div><div class=\"gallery-item-caption-over\"><div class=\"gallery-item-buttons\">                <a href=\"https:\/\/health.economictimes.indiatimes.com\/news\/health-it\/lupin-launches-humrahi-patient-support-programme-for-diabetes-management\/104160382\" target=\"_blank\" aria-label=\"eael-item-maybe-link\"> <span class=\"fg-item-icon-inner\"><i class=\"fas fa-link\" aria-hidden=\"true\"><\/i><\/span><\/a><\/div><\/div><\/div><\/div><\/div><div class=\"eael-filterable-gallery-item-wrap\">\n\t\t\t\t<div class=\"eael-gallery-grid-item\"><div class=\"gallery-item-thumbnail-wrap\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"150\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/02\/Free-Press-Journal.png\" class=\"attachment-medium size-medium wp-image-3776\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/02\/Free-Press-Journal.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/02\/Free-Press-Journal-18x9.png 18w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><div class=\"gallery-item-caption-wrap caption-style-hoverer eael-none\"><div class=\"gallery-item-hoverer-bg\"><\/div><div class=\"gallery-item-caption-over\"><div class=\"gallery-item-buttons\">                <a href=\"https:\/\/www.freepressjournal.in\/business\/lupin-launches-humrahi-patient-support-program-for-diabetes-management\" target=\"_blank\" aria-label=\"eael-item-maybe-link\"> <span class=\"fg-item-icon-inner\"><i class=\"fas fa-link\" aria-hidden=\"true\"><\/i><\/span><\/a><\/div><\/div><\/div><\/div><\/div><div class=\"eael-filterable-gallery-item-wrap\">\n\t\t\t\t<div class=\"eael-gallery-grid-item\"><div class=\"gallery-item-thumbnail-wrap\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"150\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/04\/Medical-Dialogues.svg\" class=\"attachment-medium size-medium wp-image-4249\" alt=\"\" \/><\/div><div class=\"gallery-item-caption-wrap caption-style-hoverer eael-none\"><div class=\"gallery-item-hoverer-bg\"><\/div><div class=\"gallery-item-caption-over\"><div class=\"gallery-item-buttons\">                <a href=\"https:\/\/medicaldialogues.in\/health-dialogues\/five-lifestyle-habits-to-control-glucose-levels-at-home-dr-abhinav-gupta-125577\" target=\"_blank\" aria-label=\"eael-item-maybe-link\"> <span class=\"fg-item-icon-inner\"><i class=\"fas fa-link\" aria-hidden=\"true\"><\/i><\/span><\/a><\/div><\/div><\/div><\/div><\/div><div class=\"eael-filterable-gallery-item-wrap\">\n\t\t\t\t<div class=\"eael-gallery-grid-item\"><div class=\"gallery-item-thumbnail-wrap\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"150\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/Group-1.png\" class=\"attachment-medium size-medium wp-image-6665\" alt=\"News 18\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/Group-1.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/05\/Group-1-18x9.png 18w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/div><div class=\"gallery-item-caption-wrap caption-style-hoverer eael-none\"><div class=\"gallery-item-hoverer-bg\"><\/div><div class=\"gallery-item-caption-over\"><div class=\"gallery-item-buttons\">                <a href=\"https:\/\/www.news18.com\/lifestyle\/health-and-fitness-empower-your-treatment-journey-4-apps-to-transform-diabetes-care-8975106.html\" target=\"_blank\" aria-label=\"eael-item-maybe-link\"> <span class=\"fg-item-icon-inner\"><i class=\"fas fa-link\" aria-hidden=\"true\"><\/i><\/span><\/a><\/div><\/div><\/div><\/div><\/div>        <\/div>\n                    <div class=\"eael-filterable-gallery-loadmore\">\n                <button class=\"eael-gallery-load-more elementor-button elementor-size-sm\">\n                    <span class=\"eael-btn-loader\"><\/span>\n                                        <span class=\"eael-filterable-gallery-load-more-text\">\n                        Load More                    <\/span>\n                                                                                                        <span class=\"eael-filterable-gallery-load-more-icon fg-load-more-icon-right \" aria-hidden=\"true\"><\/span>\n                                                                                        <\/button>\n            <\/div>\n                <\/div>\n        \n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6934f37 e-con-full e-flex e-con e-parent\" data-id=\"6934f37\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a710fc4 elementor-widget elementor-widget-template\" data-id=\"a710fc4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"page\" data-elementor-id=\"9089\" class=\"elementor elementor-9089\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c2bfcd3 e-con-full as-slider e-flex e-con e-parent\" data-id=\"7c2bfcd3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t<div class=\"elementor-element elementor-element-4036f096 e-con-full as-bar e-flex e-con e-child\" data-id=\"4036f096\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3637b5a0 e-con-full e-flex e-con e-child\" data-id=\"3637b5a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fc9b70 elementor-widget__width-initial as-side-slider elementor-widget-mobile__width-inherit elementor-arrows-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"6fc9b70\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"polite\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/03\/mask_group.webp\" alt=\"52nd Annual Conference of Research Society for The Study of Diabetes in India\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/Diabetes.webp\" alt=\"Diabetes\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-648838e elementor-widget elementor-widget-html\" data-id=\"648838e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\r\n\r\n<script>\r\nvar $ = jQuery;\r\n\r\n$(document).ready(function(){\r\n\r\n  $('.as-slider').each(function(){\r\n\r\n    var $this = $(this),\r\n        currentSlide = 0,\r\n        previousSlide = 0,\r\n        slideNumber = $this.find('.as-side-slider .swiper-slide:not(.swiper-slide-duplicate)').length,\r\n        barHTML = '',\r\n        forward,\r\n        textContainer = $this.find('.as-changing-widget');\r\n       \r\n    for(var i=0; i<slideNumber;i++){\r\n        barHTML += `<span class=\"dot\"><span class=\"dot-number\">${i+1}<\/span><\/span>`;\r\n    }\r\n\r\n    $this.find('.as-bar .dot').remove();\r\n    $this.find('.as-bar').append(barHTML);\r\n    $this.find('.as-bar .dot').eq(0).addClass('active');\r\n        \r\n    textContainer.each(function(){\r\n        var texts = $(this).find('.elementor-widget').eq(0);\r\n        texts.addClass('currentUp');\r\n        $(this).css('--h', texts.height()+'px');\r\n    });\r\n\r\n    setTimeout(function(){\r\n        $this.addClass('loaded');\r\n        if($this.find('.as-side-slider .swiper-container-initialized, .as-side-slider .swiper-initialized').length){\r\n            $this.find('.as-side-slider').addClass('loaded');\r\n        }\r\n\r\n        var init = setInterval(function(){\r\n            if($this.find('.as-side-slider .swiper-container-initialized, .as-side-slider .swiper-initialized').length){\r\n                $this.find('.as-side-slider').addClass('loaded');\r\n                clearInterval(init);\r\n            }\r\n        }, 50);\r\n    }, 500);\r\n\r\n    var bgs = JSON.parse($this.attr('data-settings')).background_slideshow_gallery,\r\n        bgHTML = '<div class=\"as-slider-background\">';\r\n\r\n    if(bgs){\r\n        bgs.forEach(function(background){\r\n            \/\/ \u2705 Updated this line to add inline styling for better clarity\r\n            bgHTML += `<img decoding=\"async\" src=\"${background.url}\" loading=\"eager\" style=\"width:100%; height:100%; object-fit:cover; image-rendering:auto;\"\/>`;\r\n        });\r\n    }\r\n    bgHTML += '<\/div>';\r\n\r\n    $this.find('.as-slider-background').remove();\r\n    $this.prepend(bgHTML);\r\n\r\n    var backgrounds = $this.find('.as-slider-background img');\r\n    backgrounds.eq(0).addClass('currentForward');\r\n\r\n    setInterval(function(){\r\n        currentSlide = $this.find('.as-side-slider .swiper-slide-active').attr('data-swiper-slide-index');\r\n        if(previousSlide != currentSlide) {\r\n\r\n            forward = (previousSlide < currentSlide);\r\n            if(previousSlide == slideNumber - 1 && currentSlide == 0) forward = true;\r\n            if(previousSlide == 0 && currentSlide == slideNumber - 1) forward = false;\r\n\r\n            textContainer.each(function(){\r\n                var texts = $(this).find('.elementor-widget');\r\n                \r\n                $(this).css('--h', texts.eq(currentSlide).height()+'px');\r\n                \r\n                texts.removeClass('prev next currentUp currentDown');\r\n                backgrounds.removeClass('prev currentBackward currentForward');\r\n                \r\n                backgrounds.eq(previousSlide).addClass('prev');\r\n                \r\n                if(forward) {\r\n                    texts.eq(previousSlide).addClass('prev');\r\n                    texts.eq(currentSlide).addClass('currentUp');\r\n                    backgrounds.eq(currentSlide).addClass('currentForward');\r\n                } else {\r\n                    texts.eq(previousSlide).addClass('next');\r\n                    texts.eq(currentSlide).addClass('currentDown');\r\n                    backgrounds.eq(currentSlide).addClass('currentBackward');\r\n                }\r\n            });\r\n\r\n            $this.find('.as-bar .dot').removeClass('active');\r\n            $this.find('.as-bar .dot').eq(currentSlide).addClass('active');\r\n        }\r\n\r\n        previousSlide = currentSlide;\r\n    }, 500);\r\n\r\n    $this.find('.as-bar .dot').on('click', function(){\r\n        var index = $(this).index();\r\n        $this.find('.as-side-slider .swiper-pagination-bullet').eq(index).trigger('click');\r\n        $this.find('.as-side-slider .swiper-container').trigger('mouseleave');\r\n    });\r\n\r\n    $this.find('.as-slider-left').on('click', function(){\r\n        $this.find('.as-side-slider .elementor-swiper-button-prev').trigger('click');\r\n        $this.find('.as-side-slider .elementor-swiper').trigger('mouseleave');\r\n    });\r\n\r\n    $this.find('.as-slider-right').on('click', function(){\r\n        $this.find('.as-side-slider .elementor-swiper-button-next').trigger('click');\r\n        $this.find('.as-side-slider .elementor-swiper').trigger('mouseleave');\r\n    });\r\n\r\n    $this.find('.as-slider-left a, .as-slider-right a').on('click', function(e){\r\n        e.preventDefault();\r\n    });\r\n\r\n  });\r\n\r\n});\r\n\r\n$(window).on('resize', function(){\r\n  $('.as-slider').each(function(){\r\n    var textContainer = $(this).find('.as-changing-widget');\r\n    textContainer.each(function(){\r\n      var texts = $(this).find('.elementor-widget.currentUp, .elementor-widget.currentDown');\r\n      $(this).css('--h', texts.height()+'px');\r\n    });\r\n  });\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6977f64f e-con-full e-flex e-con e-child\" data-id=\"6977f64f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-115eeee3 e-flex e-con-boxed e-con e-child\" data-id=\"115eeee3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-42f12a5 e-con-full e-flex e-con e-child\" data-id=\"42f12a5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c74dcf8 elementor-widget elementor-widget-heading\" data-id=\"c74dcf8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Publications<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-62c64171 as-changing-widget e-flex e-con-boxed e-con e-child\" data-id=\"62c64171\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63ba82f9 elementor-widget elementor-widget-heading\" data-id=\"63ba82f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">52nd Annual Conference of Research Society for The Study of Diabetes in India<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e29617 elementor-widget elementor-widget-heading\" data-id=\"7e29617\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Cardiometabolic Insights<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5fccb9e2 as-changing-widget e-flex e-con-boxed e-con e-child\" data-id=\"5fccb9e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-512e21b7 elementor-widget elementor-widget-text-editor\" data-id=\"512e21b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Mapping Patient Perceptions of Diabetes Self-Management: Impact of a Comprehensive Support Program<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a6a1b9 elementor-widget elementor-widget-text-editor\" data-id=\"0a6a1b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Finding from 1,014 Clinicians on Patient Support Programs for Metabolic Care-The BEST Survey<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bd2ad6f as-changing-widget e-con-full e-flex e-con e-child\" data-id=\"bd2ad6f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1423db3 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"1423db3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"76\" height=\"76\" viewBox=\"0 0 76 76\" fill=\"none\"><circle cx=\"38\" cy=\"38\" r=\"38\" fill=\"#F2454B\"><\/circle><g clip-path=\"url(#clip0_276_886)\"><path d=\"M50.2184 33.5924C54.4033 32.5159 56.994 29.1939 56.9984 24.9375C56.9999 23.6167 56.9994 22.2955 56.9989 20.9744C56.9987 20.3139 56.9984 19.6535 56.9984 18.9931M50.2184 33.5924L48.5949 42.0468L48.5965 42.1718C49.0548 42.1662 49.4012 42.0874 49.6286 41.8661C49.8574 41.6436 49.9367 41.3058 49.9373 40.8603C49.9406 38.6225 49.944 36.3832 49.9339 34.145L49.9339 34.1446C49.9328 33.9893 49.9462 33.9095 49.9809 33.8561C50.0124 33.8076 50.0779 33.7576 50.2495 33.7135L50.2496 33.7135C54.4889 32.623 57.1189 29.2518 57.1234 24.9377C57.1249 23.6168 57.1244 22.2954 57.1239 20.9742C57.1237 20.3313 57.1235 19.6884 57.1234 19.0456M50.2184 33.5924C49.8538 33.6861 49.8067 33.8359 49.8089 34.1455L50.2184 33.5924ZM56.9984 18.9931L57.086 19.0824L57.0871 19.0813L57.1234 19.0456M56.9984 18.9931H57.0007H57.1234C57.1234 19.0106 57.1234 19.0281 57.1234 19.0456M56.9984 18.9931L57.1223 12.7166M57.1234 19.0456L57.1246 19.0445L57.1246 18.992C57.1242 18.2604 57.1247 17.5285 57.1253 16.7965C57.1264 15.4366 57.1274 14.0762 57.1223 12.7166M57.1223 12.7166C57.1131 9.97655 55.1195 7.94108 52.3395 7.90381L52.3395 7.90381C49.4988 7.86633 46.6568 7.86192 43.8169 7.90381C41.105 7.94334 39.0626 9.98799 39.0522 12.6351C39.0354 16.8187 39.0219 21.003 39.0522 25.1863L57.1223 12.7166ZM57.1223 12.7166L56.9973 12.7171L57.1223 12.7167C57.1223 12.7167 57.1223 12.7166 57.1223 12.7166ZM40.1535 26.4097L40.1535 26.41C40.7245 30.266 44.2225 33.0609 48.4197 32.9782C52.3055 32.9012 55.7366 29.8176 56.0684 26.0471L56.0684 26.0471C56.1705 24.891 56.1764 23.7312 56.1633 22.6221C56.1598 22.3347 56.1551 22.0504 56.1505 21.7704C56.1373 20.973 56.1247 20.2105 56.1442 19.5104V19.4975V19.4828V19.4682V19.4536V19.439V19.4244V19.4098V19.3952V19.3807V19.3661V19.3516V19.337V19.3225V19.308V19.2935V19.279V19.2645V19.25V19.2356V19.2211V19.2067V19.1923V19.1778V19.1634V19.149V19.1346V19.1202V19.1058V19.0915V19.0771V19.0628V19.0484V19.0341V19.0198V19.0055V18.9912V18.9769V18.9626V18.9483V18.9341V18.9198V18.9056V18.8914V18.8771V18.8629V18.8487V18.8345V18.8203V18.8061V18.792V18.7778V18.7637V18.7495V18.7354V18.7213V18.7072V18.693V18.679V18.6649V18.6508V18.6367V18.6227V18.6086V18.5946V18.5805V18.5665V18.5525V18.5385V18.5245V18.5105V18.4965V18.4825V18.4686V18.4546V18.4407V18.4268V18.4128V18.3989V18.385V18.3711V18.3572V18.3433V18.3294V18.3156V18.3017V18.2879V18.274V18.2602V18.2464V18.2325V18.2187V18.2049V18.1911V18.1774V18.1636V18.1498V18.1361V18.1223V18.1086V18.0948V18.0811V18.0674V18.0537V18.04V18.0263V18.0126V17.9989V17.9853V17.9716V17.9579V17.9443V17.9307V17.917V17.9034V17.8898V17.8762V17.8626V17.849V17.8354V17.8219V17.8083V17.7947V17.7812V17.7676V17.7541V17.7406V17.7271V17.7135V17.7V17.6865V17.6731V17.6596V17.6461V17.6326V17.6192V17.6057V17.5923V17.5788V17.5654V17.552V17.5386V17.5252V17.5118V17.4984V17.485V17.4716V17.4582V17.4449V17.4315V17.4182V17.4048V17.3915V17.3782V17.3649V17.3515V17.3382V17.3249V17.3116V17.2984V17.2851V17.2718V17.2585V17.2453V17.232V17.2188V17.2056V17.1923V17.1791V17.1659V17.1527V17.1395V17.1263V17.1131V17.0999V17.0868V17.0736V17.0604V17.0473V17.0341V17.021V17.0078V16.9947V16.9816V16.9685V16.9554V16.9423V16.9292V16.9161V16.903V16.8899V16.8769V16.8638V16.8507V16.8377V16.8246V16.8116V16.7986V16.7855V16.7725V16.7595V16.7465V16.7335V16.7205V16.7075V16.6945V16.6816V16.6686V16.6556V16.6427V16.6297V16.6168V16.6038V16.5909V16.578V16.565V16.5521V16.5392V16.5263V16.5134V16.5005V16.4876V16.4748V16.4619V16.449V16.4361V16.4233V16.4104V16.3976V16.3847V16.3719V16.3591V16.3463V16.3334V16.3206V16.3078V16.295V16.2822V16.2694V16.2566V16.2439V16.2311V16.2183V16.2055V16.1928V16.18V16.1673V16.1545V16.1418V16.1291V16.1163V16.1036V16.0909V16.0782V16.0655V16.0528V16.0401V16.0274V16.0147V16.002V15.9893V15.9767V15.964V15.9513V15.9387V15.926V15.9134V15.9007V15.8881V15.8755V15.8629V15.8502V15.8376V15.825V15.8124V15.7998V15.7872V15.7746V15.762V15.7494V15.7368V15.7243V15.7117V15.6991V15.6866V15.674V15.6615V15.6489V15.6364V15.6238V15.6113V15.5988V15.5862V15.5737V15.5612V15.5487V15.5362V15.5237V15.5112V15.4987V15.4862V15.4737V15.4612V15.4487V15.4362V15.4238V15.4113V15.3988V15.3864V15.3739V15.3615V15.349V15.3366V15.3242V15.3117V15.2993V15.2869V15.2744V15.262V15.2496V15.2372V15.2248V15.2124V15.2V15.1876V15.1752V15.1628V15.1504V15.138V15.1257V15.1133V15.1009V15.0885V15.0762V15.0638V15.0515V15.0391V15.0268V15.0144V15.0021V14.9897V14.9774V14.9651V14.9527V14.9404V14.9281V14.9158V14.9034V14.8911V14.8788V14.8665V14.8542V14.8419V14.8296V14.8173V14.805V14.7927V14.7805V14.7682V14.7559V14.7436V14.7314V14.7191V14.7068V14.6946V14.6823V14.67V14.6578V14.6455V14.6333V14.621V14.6088V14.5966V14.5843V14.5721V14.5598V14.5476V14.5354V14.5232V14.5109V14.4987V14.4865V14.4743V14.4621V14.4499V14.4377V14.4255V14.4133V14.4011V14.3889V14.3767V14.3645V14.3523V14.3401V14.3279V14.3157V14.3036V14.2914V14.2792V14.267V14.2549V14.2427V14.2305V14.2184V14.2062V14.1941V14.1819V14.1697V14.1576V14.1454V14.1333V14.1211V14.109V14.0969V14.0847V14.0726V14.0604V14.0483V14.0362V14.024V14.0119V13.9998V13.9876V13.9755V13.9634V13.9513V13.9392V13.927V13.9149V13.9028V13.8907V13.8786V13.8665V13.8544V13.8423V13.8302V13.8181V13.806V13.7939V13.7818V13.7697V13.7576V13.7455V13.7334V13.7213V13.7092V13.6971V13.685V13.6729V13.6608V13.6488V13.6367V13.6246V13.6125V13.6004V13.5884V13.5763V13.5642V13.5521V13.54V13.528V13.5159V13.5038V13.4918V13.4797V13.4676V13.4556V13.4435V13.4314V13.4194V13.4073V13.3952V13.3832V13.3711V13.359V13.347V13.3349V13.3229V13.3108V13.2988V13.2867V13.2746V13.2626V13.2505V13.2385V13.2264V13.2144V13.2023V13.1903V13.1782V13.1662V13.1541V13.1421V13.13V13.118V13.1059V13.0939V13.0818V13.0698V13.0577V13.0457V13.0336V13.0216V13.0095V12.9975V12.9854V12.9734V12.9613V12.9493V12.9372V12.9252V12.9131V12.9012C56.1442 12.9011 56.1442 12.9011 56.1442 12.9011C56.1436 11.6677 55.7436 10.6657 55.0426 9.97174C54.3414 9.27768 53.3274 8.88042 52.0774 8.8788C49.405 8.8755 46.7325 8.8755 44.059 8.8788M40.1535 26.4097L40.0299 26.4283C39.9558 25.9358 39.9233 25.4444 39.9233 24.9485C39.9238 23.3333 39.9238 21.7181 39.9239 20.1028C39.9241 17.6798 39.9242 15.2569 39.9255 12.8339M40.1535 26.4097C40.0805 25.924 40.0483 25.4389 40.0483 24.9486L40.1535 26.4097ZM44.059 8.8788L44.0589 8.7538M44.059 8.8788L44.0589 8.7538M44.059 8.8788C42.8436 8.88042 41.844 9.27797 41.1485 9.96469C40.4532 10.6513 40.0517 11.6368 40.0505 12.834C40.0505 12.834 40.0505 12.834 40.0505 12.834L39.9255 12.8339M44.0589 8.7538C41.5726 8.75711 39.9278 10.3823 39.9255 12.8339M44.0589 8.7538C46.7325 8.7505 49.405 8.7505 52.0775 8.7538C54.6311 8.75711 56.2681 10.379 56.2692 12.9011L39.9255 12.8339M47.2037 39.0972C47.3944 39.2788 47.7174 39.2448 48.0506 39.2098C48.2408 39.1898 48.4343 39.1694 48.6084 39.1886C49.0247 39.2349 49.0965 39.0476 49.0909 38.6873C49.0765 37.765 49.0793 36.8427 49.082 35.9209C49.0829 35.6137 49.0838 35.3065 49.0841 34.9995M47.2037 39.0972L47.1082 35.8043C47.1107 35.2697 47.1133 34.7346 47.1005 34.2006C47.0926 33.8855 47.1835 33.7588 47.5156 33.8326C47.6186 33.8547 47.7273 33.8525 47.8356 33.8503C47.8784 33.8494 47.921 33.8485 47.9633 33.8491C48.7105 33.858 49.0841 34.2414 49.0841 34.9995M47.2037 39.0972C46.9973 38.9005 47.0381 38.5503 47.0791 38.1977C47.098 38.0347 47.117 37.8712 47.1117 37.7221L47.2037 39.0972ZM49.0841 34.9995L48.9591 34.9993M49.0841 34.9995H48.9591C48.9591 34.9994 48.9591 34.9994 48.9591 34.9993M48.9591 34.9993C48.9591 34.6393 48.8704 34.3907 48.7144 34.2306C48.5587 34.0707 48.3156 33.9783 47.9618 33.9741L47.9614 33.9741C47.9187 33.9735 47.8818 33.9743 47.8427 33.9752C47.8106 33.9759 47.7769 33.9766 47.7373 33.9766C47.6589 33.9766 47.574 33.973 47.4894 33.9548L47.4885 33.9546C47.3294 33.9193 47.2825 33.946 47.268 33.9601C47.2465 33.9811 47.2215 34.0402 47.2255 34.1975L47.2255 34.1976C47.2383 34.7335 47.2357 35.2715 47.2332 35.8068C47.2323 35.9819 47.2315 36.1567 47.2312 36.3311H47.2333V36.4561C47.2333 36.5875 47.2322 36.7178 47.231 36.8476C47.2284 37.1395 47.2258 37.4281 47.2366 37.7174L47.2366 37.7176C47.2412 37.8452 47.2292 37.9798 47.215 38.1091C47.2111 38.1449 47.207 38.1802 47.2029 38.2149C47.192 38.3087 47.1815 38.3988 47.1756 38.4871C47.1587 38.7357 47.1844 38.9061 47.2899 39.0067C47.3953 39.107 47.5717 39.1251 47.8292 39.1054C47.8907 39.1007 47.9539 39.0942 48.0194 39.0874L48.0376 39.0855C48.0967 39.0792 48.1576 39.0728 48.2182 39.0676C48.3514 39.0562 48.49 39.0498 48.6221 39.0644L48.6222 39.0644C48.8178 39.0861 48.8825 39.0467 48.9105 39.012C48.9484 38.9649 48.9687 38.8719 48.9659 38.6892C48.9515 37.7656 48.9543 36.8417 48.957 35.9195C48.9579 35.6126 48.9588 35.3058 48.9591 34.9993ZM47.2254 40.2692L47.2254 40.269C47.2305 40.1417 47.2474 40.0905 47.266 40.0684C47.2753 40.0574 47.3046 40.031 47.4299 40.0415C47.5897 40.055 47.7551 40.0514 47.9123 40.0481C47.98 40.0466 48.0462 40.0452 48.1098 40.0452C48.1359 40.0459 48.1559 40.0471 48.1778 40.0485C48.1973 40.0498 48.2184 40.0511 48.2466 40.0522C48.2967 40.0541 48.354 40.0539 48.4123 40.0432L48.4128 40.0431C48.7026 39.9885 48.8273 40.0377 48.8873 40.1072C48.9569 40.1878 48.9885 40.3449 48.9706 40.6183L48.9706 40.6184C48.9683 40.6545 48.9661 40.6884 48.9641 40.7203C48.9561 40.8483 48.9502 40.9435 48.9396 41.0185C48.9262 41.1135 48.9085 41.1464 48.8945 41.1611C48.8828 41.1735 48.8564 41.1912 48.7694 41.2015C48.6823 41.2118 48.5616 41.2122 48.3829 41.2122C48.3372 41.2122 48.2914 41.2119 48.2452 41.2117L48.244 41.2116H48.2433C48.1972 41.2114 48.1506 41.2111 48.1039 41.2111C47.8365 41.2103 47.6475 41.2095 47.5091 41.1933C47.3695 41.177 47.3112 41.1477 47.2805 41.1146C47.2492 41.0808 47.2234 41.0182 47.2144 40.8742C47.2058 40.7355 47.2136 40.5493 47.2245 40.2894L47.2254 40.2692Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.25\"><\/path><path d=\"M41.251 61.5177C42.2215 61.2958 42.8897 60.7995 43.1725 60.1296C43.472 59.4202 43.3231 58.5555 42.7128 57.6902L42.7128 57.6902C42.6793 57.6428 42.6675 57.6148 42.6637 57.6012C42.6697 57.5964 42.6808 57.5889 42.7009 57.5773C42.7055 57.5747 42.7106 57.5718 42.7162 57.5687C42.7418 57.5543 42.7771 57.5344 42.8084 57.5113L42.8084 57.5113C43.2753 57.1661 43.5998 56.7597 43.7649 56.3094C43.9304 55.8581 43.9323 55.3715 43.7684 54.8739C43.4452 53.8914 42.5172 53.2646 41.3609 53.2531L41.3609 53.2531C40.4222 53.244 39.4836 53.2464 38.5456 53.2487C38.1195 53.2498 37.6936 53.2509 37.2679 53.2509C37.2585 53.2509 37.2488 53.2509 37.2389 53.2508C37.1087 53.2505 36.9415 53.2501 36.8056 53.301C36.7278 53.33 36.6533 53.3779 36.599 53.4563C36.545 53.5343 36.519 53.6312 36.518 53.7448M41.251 61.5177L37.2571 54.2479L37.2567 54.2479L37.24 54.2479C37.1021 54.248 36.9285 54.2482 36.7901 54.1927C36.7133 54.1619 36.6411 54.112 36.59 54.0324C36.5394 53.9536 36.5167 53.8569 36.518 53.7448M41.251 61.5177C41.6195 62.2028 41.7388 62.8673 41.6089 63.4467C41.4687 64.0715 41.0428 64.5776 40.3715 64.8908M41.251 61.5177L40.3714 64.8909C40.3714 64.8909 40.3715 64.8909 40.3715 64.8908M36.518 53.7448C36.518 53.7447 36.518 53.7447 36.518 53.7446L36.643 53.7461L36.518 53.745C36.518 53.7449 36.518 53.7449 36.518 53.7448ZM41.3619 57.0097C40.4906 57.0127 39.6187 57.0117 38.7467 57.0107C38.3107 57.0102 37.8746 57.0097 37.4384 57.0097C37.4202 57.0097 37.4018 57.0096 37.3833 57.0095C37.0952 57.0078 36.7826 57.006 36.7899 57.4108C36.7971 57.7765 37.0837 57.7728 37.3455 57.7695C37.37 57.7692 37.3944 57.7689 37.4182 57.7689M41.3619 57.0097L41.3476 54.2512C42.2744 54.2586 42.9001 54.8432 42.8941 55.6006C42.891 55.9835 42.7385 56.3003 42.4767 56.5233C42.2134 56.7477 41.8313 56.8837 41.3617 56.8847L41.3615 56.8847C40.4904 56.8877 39.6191 56.8867 38.7473 56.8857C38.3111 56.8852 37.8749 56.8847 37.4384 56.8847C37.4219 56.8847 37.4045 56.8846 37.3867 56.8845C37.3278 56.8842 37.2635 56.8838 37.2022 56.887C37.1216 56.8912 37.0347 56.9019 36.9547 56.9315C36.8725 56.9619 36.7947 57.0135 36.7401 57.0992C36.6863 57.1836 36.6627 57.2888 36.665 57.4131L36.665 57.4133C36.6673 57.5308 36.6945 57.63 36.7507 57.7083C36.8075 57.7875 36.8848 57.8329 36.964 57.8587C37.0412 57.8839 37.1241 57.8917 37.1997 57.8941C37.2492 57.8957 37.3026 57.8951 37.3513 57.8945C37.375 57.8942 37.3976 57.8939 37.4181 57.8939M41.3619 57.0097C42.3481 57.0075 43.0124 56.4379 43.0191 55.6016M41.3619 57.0097L43.0191 55.6016M37.4182 57.7689L37.4181 57.8939M37.4182 57.7689C37.839 57.7693 38.2597 57.7688 38.6802 57.7683C39.3809 57.7674 40.0814 57.7666 40.7819 57.77L37.4182 57.8939V57.7689ZM37.4181 57.8939C37.8395 57.8943 38.2604 57.8938 38.681 57.8933C39.3814 57.8924 40.0811 57.8916 40.7813 57.895H40.7813C41.7149 57.8992 42.3718 58.4973 42.3578 59.2253C42.35 59.6248 42.195 59.9473 41.9295 60.172C41.6623 60.3982 41.2731 60.5335 40.786 60.5351L40.7859 60.5351C40.2153 60.5375 39.6434 60.537 39.0711 60.5364C38.3347 60.5357 37.5977 60.535 36.862 60.5406C36.8104 60.541 36.7573 60.5378 36.6985 60.5343C36.6679 60.5324 36.6359 60.5305 36.6018 60.5289C36.5082 60.5247 36.4036 60.5236 36.3063 60.5429C36.2074 60.5625 36.1058 60.6053 36.0304 60.6965C35.9553 60.7876 35.9203 60.91 35.92 61.0609C35.9196 61.2076 35.9536 61.3271 36.0296 61.4144C36.1056 61.5017 36.2073 61.5379 36.3026 61.5522C36.3965 61.5664 36.4972 61.5611 36.5847 61.5546C36.6054 61.553 36.6252 61.5514 36.6442 61.5499C36.7114 61.5445 36.7694 61.5398 36.822 61.5409C37.1898 61.549 37.5577 61.5465 37.9234 61.544C37.9593 61.5438 37.9951 61.5435 38.031 61.5433C38.4328 61.5407 38.8321 61.5393 39.2304 61.553C40.111 61.5831 40.7004 62.159 40.6984 62.8733C40.6974 63.2403 40.5478 63.5512 40.2904 63.7723C40.0317 63.9944 39.6576 64.131 39.2031 64.1315H39.2031C38.6068 64.1325 38.0106 64.1345 37.4145 64.1366C35.3949 64.1434 33.3764 64.1503 31.3583 64.1172L31.3582 64.1172C29.4739 64.0876 27.6263 63.8495 25.8993 63.0629L25.8992 63.0629C24.4536 62.4051 23.1263 61.6112 22.1023 60.4051L22.1022 60.4051C22.0221 60.3107 21.9182 60.1945 21.7896 60.136C21.7216 60.1051 21.6449 60.0892 21.5612 60.1008C21.4783 60.1122 21.3978 60.1493 21.3194 60.2094M37.4181 57.8939L21.3194 60.2094M21.3194 60.2094C21.3195 60.2094 21.3195 60.2094 21.3195 60.2093L21.3955 60.3086L21.3194 60.2094ZM21.3194 60.2094C21.235 60.274 21.1741 60.3459 21.1407 60.4272C21.1067 60.5101 21.1055 60.5924 21.1233 60.6688C21.1556 60.8079 21.2548 60.9381 21.333 61.0406L21.3376 61.0466L21.3378 61.0468C21.3733 61.0933 21.4134 61.1338 21.4508 61.1697C21.4668 61.185 21.4813 61.1986 21.4952 61.2116C21.5167 61.2316 21.5366 61.2502 21.5576 61.2712C21.5963 61.3099 21.6275 61.3463 21.6504 61.3848C21.6253 61.3926 21.598 61.3959 21.567 61.3963C21.5332 61.3968 21.498 61.394 21.4565 61.3903L21.449 61.3897C21.4114 61.3863 21.3679 61.3824 21.3248 61.3824H21.3247C19.5221 61.3848 17.7203 61.3843 15.9184 61.3839C15.198 61.3837 14.4776 61.3835 13.7572 61.3835C13.7222 61.3835 13.6852 61.3828 13.6467 61.382C13.5348 61.3798 13.4112 61.3773 13.294 61.3922M21.3194 60.2094L13.2418 62.3387M40.3715 64.8908C40.0044 65.0629 39.6143 65.1198 39.228 65.1164C38.2013 65.1075 37.1724 65.1128 36.1425 65.118C34.2378 65.1277 32.3297 65.1373 30.4255 65.0579M40.3715 64.8908L30.4255 65.0579M30.4255 65.0579C27.7007 64.9446 25.2179 64.1251 23.0008 62.5582M30.4255 65.0579L23.0008 62.5582M22.2913 62.364L22.2911 62.364C19.4517 62.3706 16.6113 62.3695 13.7721 62.3684H13.7706L22.2913 62.364ZM22.2913 62.364C22.5645 62.363 22.7825 62.4043 23.0008 62.5582M22.2913 62.364L23.0008 62.5582M13.2418 62.3387L13.2413 62.3386C13.1299 62.3121 13.0322 62.255 12.965 62.1655C12.8975 62.0756 12.8685 61.9634 12.8762 61.8411L12.8762 61.8409C12.8838 61.7237 12.9212 61.6168 12.9968 61.5347C13.0728 61.4523 13.1764 61.4066 13.294 61.3922M13.2418 62.3387C13.389 62.3731 13.547 62.371 13.6849 62.3692M13.2418 62.3387L13.6849 62.3692M13.294 61.3922C13.2939 61.3922 13.2938 61.3922 13.2937 61.3922L13.3095 61.5162L13.2944 61.3921C13.2943 61.3922 13.2942 61.3922 13.294 61.3922ZM13.6849 62.3692C13.7145 62.3688 13.7432 62.3684 13.7706 62.3684L13.6849 62.3692ZM43.0191 55.6016C43.0258 54.7598 42.328 54.1339 41.3485 54.1262L43.0191 55.6016Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.25\"><\/path><path d=\"M38.7817 50.6137H38.6567C38.1819 50.6137 37.707 50.6139 37.232 50.6141C36.0437 50.6145 34.8551 50.615 33.6671 50.6126C32.5975 50.6104 31.8453 50.2231 31.6449 49.4755L31.6449 49.4754C31.4433 48.7221 31.905 47.9994 32.8419 47.5088C33.714 47.052 34.5964 46.599 35.4782 46.1463C36.3028 45.723 37.1268 45.2999 37.9413 44.8743L37.9414 44.8743C38.5184 44.5729 38.8494 44.0798 38.921 43.5827C38.9924 43.0874 38.8084 42.5795 38.336 42.2333C37.7887 41.8325 37.1804 41.8284 36.5502 42.1027L36.5501 42.1027C35.4238 42.5919 34.2987 43.0832 33.1771 43.5789C32.4084 43.9186 31.6394 44.2574 30.8704 44.5963C28.6958 45.5545 26.5214 46.5126 24.356 47.49C22.3896 48.3781 21.127 49.8688 20.5679 51.9296L20.5674 51.9313L20.5674 51.9313C20.5581 51.9639 20.5505 51.995 20.546 52.0234L20.5459 52.0239C20.5227 52.1664 20.4685 52.3033 20.3647 52.3965C20.2556 52.4944 20.1101 52.5276 19.9437 52.4943L19.9434 52.4943C19.7566 52.4565 19.6321 52.3624 19.5807 52.2128C19.5348 52.0792 19.5571 51.9253 19.5909 51.7868L19.591 51.7866C20.0354 49.9772 20.9966 48.5043 22.5402 47.4075L22.5403 47.4075C23.1557 46.9703 23.8136 46.6031 24.5116 46.3151L24.5117 46.3151C26.7381 45.399 28.9261 44.4113 31.1165 43.4226C32.6524 42.7292 34.1894 42.0354 35.7416 41.3654L38.7817 50.6137ZM38.7817 50.6137V50.6104M38.7817 50.6137V50.6104M38.7817 50.6104H38.7877H38.7946H38.8015H38.8084H38.8153H38.8222H38.8291H38.836H38.8429H38.8498H38.8567H38.8636H38.8705H38.8774H38.8843H38.8912H38.8981H38.905H38.9119H38.9188H38.9257H38.9326H38.9395H38.9464H38.9533H38.9602H38.967H38.9739H38.9808H38.9877H38.9946H39.0015H39.0084H39.0153H39.0222H39.0291H39.036H39.0429H39.0498H39.0567H39.0636H39.0705H39.0774H39.0843H39.0912H39.0981H39.105H39.1119H39.1188H39.1257H39.1326H39.1395H39.1464H39.1533H39.1602H39.1671H39.174H39.1809H39.1878H39.1947H39.2016H39.2085H39.2154H39.2223H39.2292H39.2361H39.243H39.2498H39.2567H39.2636H39.2705H39.2774H39.2843H39.2912H39.2981H39.305H39.3119H39.3188H39.3257H39.3326H39.3395H39.3464H39.3533H39.3602H39.3671H39.374H39.3809H39.3878H39.3947H39.4016H39.4085H39.4154H39.4223H39.4292H39.4361H39.443H39.4499H39.4568H39.4637H39.4706H39.4775H39.4844H39.4913H39.4982H39.5051H39.512H39.5189H39.5258H39.5327H39.5396H39.5465H39.5534H39.5603H39.5672H39.5741H39.581H39.5879H39.5948H39.6017H39.6086H39.6155H39.6224H39.6293H39.6362H39.6431H39.65H39.6569H39.6638H39.6707H39.6776H39.6845H39.6913H39.6982H39.7051H39.712H39.7189H39.7258H39.7327H39.7396H39.7465H39.7534H39.7603H39.7672H39.7741H39.781H39.7879H39.7948H39.8017H39.8086H39.8155H39.8224H39.8293H39.8362H39.8431H39.85H39.8569H39.8638H39.8707H39.8776H39.8845H39.8914H39.8983H39.9052H39.9121H39.919H39.9259H39.9328H39.9397H39.9466H39.9535H39.9604H39.9673H39.9742H39.9811H39.988H39.9949H40.0018H40.0087H40.0156H40.0225H40.0294H40.0363H40.0432H40.0501H40.057H40.0639H40.0708H40.0777H40.0846H40.0915H40.0984H40.1053H40.1122H40.1191H40.126H40.1329H40.1398H40.1467H40.1536H40.1605H40.1674H40.1743H40.1812H40.1881H40.195H40.2019H40.2088H40.2157H40.2226H40.2295H40.2364H40.2433H40.2502H40.2571H40.264H40.2709H40.2778H40.2847H40.2916H40.2985H40.3054H40.3123H40.3192H40.3261H40.333H40.3399H40.3468H40.3537H40.3606H40.3675H40.3744H40.3813H40.3882H40.3951H40.402H40.4089H40.4158H40.4227H40.4296H40.4365H40.4434H40.4503H40.4572H40.4641H40.471H40.4779H40.4848H40.4917H40.4986H40.5055H40.5124H40.5193H40.5262H40.5331H40.54H40.5469H40.5538H40.5607H40.5676H40.5745H40.5814H40.5883H40.5952H40.6021H40.609H40.6159H40.6227H40.6296H40.6365H40.6434H40.6503H40.6572H40.6641H40.671H40.6779H40.6848H40.6917H40.6986H40.7055H40.7124H40.7193H40.7262H40.7331H40.74H40.7469H40.7538H40.7607H40.7676H40.7745H40.7814H40.7883H40.7952H40.8021H40.809H40.8159H40.8228H40.8297H40.8366H40.8435H40.8504H40.8573H40.8642H40.8711H40.878H40.8849H40.8918H40.8987H40.9056H40.9125H40.9194H40.9263H40.9332H40.9401H40.947H40.9539H40.9608H40.9677H40.9746H40.9815H40.9884H40.9953H41.0022H41.0091H41.016H41.0229H41.0298H41.0367H41.0436H41.0505H41.0574H41.0643H41.0712H41.0781H41.085H41.0919H41.0988H41.1057H41.1126H41.1195H41.1264H41.1333H41.1402H41.1471H41.154H41.1609H41.1678H41.1747H41.1816H41.1885H41.1954H41.2023H41.2092H41.2161H41.223H41.2299H41.2368H41.2437H41.2506H41.2575H41.2644H41.2713H41.2782H41.2851H41.292H41.2989H41.3058H41.3127H41.3196H41.3265H41.3334H41.3403H41.3471H41.354H41.3609H41.3678H41.3747H41.3816H41.3885H41.3954H41.4023H41.4092H41.4161H41.423H41.4299H41.4368H41.4437H41.4506H41.4575H41.4644H41.4713H41.4782H41.4851H41.492H41.4989H41.5058H41.5127H41.5196H41.5265H41.5334H41.5403H41.5472H41.5541H41.561H41.5679H41.5748H41.5817H41.5886H41.5955H41.6024H41.6093H41.6162H41.6231H41.63H41.6369H41.6438H41.6507H41.6576H41.6645H41.6714H41.6783H41.6852H41.6921H41.699H41.7059H41.7127H41.7196H41.7265H41.7334H41.7403H41.7472H41.7541H41.761H41.7679H41.7748H41.7817H41.7886H41.7955H41.8024H41.8093H41.8162H41.8231H41.83H41.8369H41.8438H41.8507H41.8576H41.8645H41.8714H41.8783H41.8852H41.8921H41.899H41.9059H41.9128H41.9197H41.9266H41.9335H41.9404H41.9473H41.9542H41.9611H41.9679H41.9748H41.9817H41.9886H41.9955H42.0024H42.0093H42.0162H42.0231H42.03H42.0369H42.0438H42.0507H42.0576H42.0645H42.0714H42.0783H42.0852H42.0921H42.099H42.1059H42.1128H42.1197H42.1266H42.1335H42.1404H42.1473H42.1542H42.1611H42.1679H42.1748H42.1817H42.1886C42.3819 50.6104 42.5752 50.6102 42.7683 50.6099C43.1544 50.6094 43.5403 50.609 43.926 50.6104C43.926 50.6104 43.9261 50.6104 43.9261 50.6104L43.9266 50.4854M38.7817 50.6104L33.5402 49.615C33.3571 49.6179 33.1831 49.6207 33.0278 49.5849C32.9314 49.5627 32.852 49.527 32.7899 49.4726C32.729 49.4193 32.6773 49.3415 32.6462 49.2221L32.5252 49.2536M43.9266 50.4854C44.1857 50.4865 44.4393 50.4656 44.4505 50.1361C44.4629 49.7703 44.1902 49.7461 43.9108 49.7461C43.7885 49.7467 43.6661 49.7453 43.5437 49.744C43.4417 49.7428 43.3397 49.7417 43.2377 49.7417C42.4433 49.7417 41.649 49.7419 40.8547 49.7421C38.472 49.7427 36.0896 49.7433 33.7066 49.7384M43.9266 50.4854C43.5406 50.484 43.1541 50.4844 42.7677 50.4849C42.5746 50.4852 42.3816 50.4854 42.1886 50.4854H38.7817H43.9266ZM33.7066 49.7384L33.7069 49.6134C33.7069 49.6134 33.7069 49.6134 33.7069 49.6134L33.7066 49.7384ZM33.7066 49.7384C33.6564 49.7383 33.6048 49.7391 33.5524 49.74C33.1282 49.747 32.656 49.7547 32.5252 49.2536M32.5252 49.2536C32.3824 48.7041 32.8572 48.4588 33.2696 48.2458C33.2913 48.2346 33.3128 48.2234 33.3341 48.2123L32.6461 49.222M32.5252 49.2536L32.6461 49.222M32.6461 49.222C32.6139 49.098 32.6199 48.9993 32.647 48.9173C32.6745 48.8342 32.7267 48.7596 32.8001 48.6895C32.9373 48.5585 33.1299 48.4588 33.3285 48.3561C33.3495 48.3452 33.3707 48.3342 33.3919 48.3232L33.3919 48.3232C34.7288 47.6257 36.0713 46.9386 37.4138 46.2514C37.6593 46.1257 37.9049 46 38.1504 45.8743L32.6461 49.222ZM37.7543 40.9711L37.7544 40.9711C38.2725 41.0549 38.7138 41.2368 39.0649 41.5267C39.4165 41.8171 39.6708 42.2102 39.823 42.705C40.1425 43.7431 39.7699 44.6075 39.0246 45.319C38.7789 45.5537 38.4786 45.7068 38.1967 45.8506L37.7543 40.9711ZM37.7543 40.9711C37.0096 40.8513 36.3616 41.0974 35.7417 41.3654L37.7543 40.9711ZM20.4226 52.0037C20.3811 52.2583 20.2386 52.4258 19.9682 52.3718L20.4226 52.0037ZM20.4226 52.0037C20.4282 51.9685 20.4372 51.9321 20.4472 51.8969L20.4226 52.0037Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.25\"><\/path><path d=\"M44.0631 54.249H44.0628C43.927 54.249 43.7581 54.2457 43.6246 54.1814C43.5534 54.1471 43.4895 54.0945 43.4457 54.0164C43.4027 53.9395 43.3843 53.8474 43.387 53.742C43.3893 53.6365 43.4127 53.5455 43.4601 53.4707C43.508 53.3951 43.5745 53.3457 43.6466 53.3141C43.782 53.2547 43.9503 53.2542 44.0819 53.2542C44.5898 53.2542 45.0974 53.2549 45.6048 53.2556C46.8729 53.2574 48.14 53.2592 49.408 53.2497C49.8696 53.2461 50.2457 53.0748 50.4914 52.8077C50.7367 52.541 50.8588 52.1719 50.8009 51.7569L50.9247 51.7396M44.0631 54.249L50.4122 51.6204C50.4494 51.5838 50.4803 51.539 50.504 51.5042C50.5063 51.5008 50.5086 51.4974 50.5108 51.4942C50.5339 51.4602 50.5519 51.4337 50.5712 51.4115C50.5919 51.3878 50.6052 51.38 50.6122 51.3775L50.6123 51.3775C50.6155 51.3764 50.6252 51.3729 50.6506 51.383L50.6511 51.3832C50.6967 51.4012 50.7278 51.4374 50.7517 51.5041C50.7745 51.5679 50.7849 51.6419 50.7966 51.7264C50.7981 51.7365 50.7995 51.7468 50.801 51.7572L50.9247 51.7396M44.0631 54.249C44.6733 54.2475 45.2839 54.248 45.8945 54.2485C46.1994 54.2487 46.5044 54.249 46.8094 54.249H44.0631ZM50.9247 51.7396C50.9233 51.7294 50.9219 51.7191 50.9204 51.7087C50.8962 51.5337 50.8685 51.3345 50.697 51.2669C50.553 51.2094 50.4792 51.3181 50.408 51.423C50.381 51.4628 50.3544 51.502 50.3245 51.5314L44.0819 53.3792C44.5894 53.3792 45.0967 53.3799 45.6041 53.3806C46.8723 53.3824 48.1404 53.3842 49.409 53.3747C50.394 53.367 51.0504 52.6409 50.9247 51.7396ZM51.1009 50.0527L51.2225 50.0814C51.2225 50.0815 51.2225 50.0816 51.2225 50.0817C51.1967 50.191 51.1943 50.2719 51.2098 50.3429C51.2254 50.414 51.2613 50.4862 51.3298 50.5743L51.3299 50.5745C51.6246 50.9555 51.7905 51.3595 51.8225 51.7773C51.8545 52.1951 51.7521 52.6176 51.5248 53.0346L51.5248 53.0346C51.0749 53.86 50.325 54.2444 49.3894 54.249C48.816 54.2519 48.2417 54.2509 47.6681 54.25C47.382 54.2495 47.0961 54.249 46.8105 54.249L51.0131 48.1691L50.9012 48.2248M51.1009 50.0527C51.2501 49.428 51.1862 48.7955 50.9012 48.2248M51.1009 50.0527C51.0437 50.2951 51.0796 50.456 51.231 50.651L51.1009 50.0527ZM50.9012 48.2248L51.013 48.1689M50.9012 48.2248C50.1068 46.6293 49.2822 45.0482 48.4553 43.4682L51.013 48.1689M51.013 48.1689C50.218 46.5723 49.3929 44.9902 48.566 43.4102C48.4586 43.2049 48.2927 43.0681 48.0991 43.0627C47.9027 43.0571 47.7344 43.1877 47.6275 43.394M51.013 48.1689L47.6275 43.394M47.6275 43.394C47.43 43.7736 47.2299 44.1528 47.0295 44.5324C46.3619 45.7971 45.6918 47.0665 45.112 48.3735L45.112 48.3736C44.4905 49.7758 45.1326 51.3651 46.4051 52.1289C47.7052 52.9094 49.3214 52.6983 50.4121 51.6206L47.6275 43.394ZM49.3547 51.2206L49.3547 51.2207C48.5536 51.7618 47.4905 51.7338 46.7363 51.1546C45.9374 50.5405 45.6401 49.5435 46.0801 48.5971C46.5273 47.6383 47.0141 46.6989 47.5236 45.7158C47.7089 45.3582 47.8972 44.9948 48.0877 44.6226C48.3211 45.0816 48.5582 45.5245 48.7914 45.9599C49.2937 46.8979 49.7774 47.8013 50.1649 48.7566L50.1649 48.7566C50.535 49.6683 50.1633 50.6745 49.3547 51.2206Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.25\"><\/path><path d=\"M13.5711 50.7327L13.5706 50.7327C13.4374 50.7327 13.2681 50.7317 13.1336 50.6708C13.0617 50.6383 12.9961 50.5875 12.9502 50.5103C12.905 50.4342 12.8848 50.3422 12.8858 50.2364L12.8858 50.2363C12.8868 50.1313 12.9089 50.0402 12.955 49.9649C13.0017 49.8888 13.0672 49.8383 13.1389 49.8056C13.2739 49.7438 13.4421 49.7412 13.5762 49.7412H13.5763C14.1427 49.7416 14.7093 49.7416 15.2758 49.7416C16.409 49.7416 17.5424 49.7416 18.6757 49.7445C18.691 49.7445 18.7072 49.7444 18.7239 49.7443C18.7779 49.744 18.8379 49.7436 18.8953 49.7465C18.9714 49.7503 19.0544 49.7602 19.1313 49.7878C19.2102 49.8161 19.2862 49.8643 19.3405 49.9457C19.3941 50.0262 19.4182 50.1267 19.4165 50.2448V50.2448C19.4149 50.3609 19.389 50.4593 19.3348 50.5378C19.28 50.6172 19.2045 50.664 19.1261 50.6912C19.0497 50.7178 18.9675 50.7269 18.8916 50.7303C18.8366 50.7328 18.7785 50.7323 18.7253 50.7319C18.7061 50.7318 18.6875 50.7316 18.67 50.7316H18.6698C18.1097 50.7309 17.5498 50.7312 16.9894 50.7314C16.7094 50.7315 16.4292 50.7316 16.1489 50.7316L13.5711 50.7327ZM13.5711 50.7327C14.1847 50.7304 14.7982 50.7308 15.412 50.7313C15.6572 50.7315 15.9025 50.7316 16.1478 50.7316L13.5711 50.7327Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.25\"><\/path><path d=\"M43.5792 11.4746L43.5792 11.4746C46.5873 11.4713 49.5953 11.4713 52.6023 11.4746C53.0755 11.4747 53.4465 11.581 53.6977 11.8296C53.9492 12.0785 54.0567 12.4462 54.0567 12.914C54.06 15.9408 54.06 18.9687 54.0567 21.9956C54.0567 22.4454 53.9427 22.8072 53.695 23.056C53.4472 23.3049 53.0861 23.42 52.636 23.4206L43.5792 11.4746ZM43.5792 11.4746C43.1105 11.4752 42.7455 11.5726 42.4989 11.8105C42.2514 12.0493 42.1485 12.4049 42.1461 12.8617M43.5792 11.4746L43.5567 23.4239C43.1015 23.4233 42.7414 23.3131 42.4959 23.0653C42.2507 22.8177 42.1423 22.4552 42.1405 21.9992L42.1405 21.9992C42.1366 20.9447 42.1376 19.8899 42.1385 18.8356C42.139 18.3671 42.1394 17.8988 42.1394 17.4305V17.3055H42.1439C42.1438 16.8997 42.1434 16.4937 42.1429 16.0877C42.1417 15.0126 42.1406 13.9371 42.1461 12.8617M42.1461 12.8617L42.2711 12.8623M42.1461 12.8617L42.2711 12.8623M42.2711 12.8623C42.2656 13.9373 42.2667 15.0122 42.2679 16.0872C42.2684 16.4933 42.2688 16.8994 42.2689 17.3055L42.2711 12.8623ZM43.7579 12.4397C44.8363 12.4381 45.9147 12.438 46.9932 12.4379C48.827 12.4377 50.6609 12.4375 52.495 12.4298L52.495 12.4298C52.7356 12.4288 52.869 12.4706 52.9448 12.5419C53.0184 12.611 53.0666 12.7357 53.0628 12.9783L53.0628 12.9784C53.0467 14.0443 53.0497 15.1113 53.0526 16.1771C53.0538 16.5962 53.055 17.0151 53.055 17.4337C53.0544 17.7962 53.0531 18.1589 53.0518 18.5217C53.0479 19.6442 53.0439 20.7679 53.0617 21.8905C53.0655 22.1305 53.0246 22.2589 52.9551 22.3314C52.8863 22.403 52.7602 22.45 52.513 22.4489C49.563 22.4357 46.6129 22.4346 43.6629 22.4489L43.6627 22.4489C43.4149 22.4505 43.2886 22.3994 43.2191 22.3245C43.1476 22.2472 43.1075 22.1143 43.1086 21.8803L43.1086 21.8802C43.1152 19.9621 43.1136 18.0437 43.1121 16.1257C43.1113 15.1105 43.1104 14.0955 43.1108 13.0806L42.9858 13.0805L43.1108 13.0807C43.1111 12.9121 43.1168 12.7895 43.1335 12.698C43.1499 12.6078 43.1748 12.5613 43.2033 12.5329C43.2319 12.5044 43.279 12.4793 43.3704 12.4627C43.463 12.4459 43.5871 12.44 43.7579 12.4397ZM43.7579 12.4397L43.7577 12.3147M43.7579 12.4397C43.7579 12.4397 43.7579 12.4397 43.7579 12.4397L43.7577 12.3147M43.7577 12.3147C44.8365 12.3131 45.9151 12.313 46.9936 12.3129C48.8272 12.3127 50.6606 12.3125 52.4944 12.3048L43.7577 12.3147Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.25\"><\/path><path d=\"M44.6213 28.9364L44.6213 28.9364C43.6488 28.9305 42.8709 28.1587 42.877 27.1964L42.877 27.1964C42.8831 26.2505 43.6954 25.475 44.6581 25.4845L44.6213 28.9364ZM44.6213 28.9364C45.6032 28.9423 46.378 28.2033 46.3986 27.2329M44.6213 28.9364L46.3986 27.2329M46.3986 27.2329C46.4192 26.2884 45.6218 25.4939 44.6581 25.4845L46.3986 27.2329ZM44.6192 26.4793C45.0546 26.4697 45.3999 26.7926 45.4104 27.197C45.415 27.385 45.3297 27.5761 45.1867 27.7234C45.0437 27.8706 44.8523 27.9645 44.6584 27.9691C44.2518 27.9785 43.8827 27.6288 43.8742 27.2363L43.8742 27.2362C43.8646 26.8191 44.1848 26.4888 44.6192 26.4793L44.6192 26.4793Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.25\"><\/path><path d=\"M53.2988 27.2503L53.2988 27.2503C53.2867 28.214 52.5021 28.9456 51.5133 28.9362L51.4628 28.9357L51.461 28.9338C50.5139 28.8979 49.7694 28.1256 49.7884 27.1791M53.2988 27.2503L51.5821 25.4843C50.6209 25.4642 49.8067 26.2298 49.7884 27.1791M53.2988 27.2503C53.3109 26.2809 52.5544 25.5044 51.5821 25.4843L53.2988 27.2503ZM49.7884 27.1791C49.7884 27.1791 49.7884 27.1791 49.7884 27.1792L49.9134 27.1816L49.7884 27.179C49.7884 27.1791 49.7884 27.1791 49.7884 27.1791ZM52.3106 27.2026L52.3106 27.2026C52.3144 27.5998 51.9565 27.9681 51.5579 27.9766C51.1627 27.984 50.7986 27.6335 50.789 27.2283C50.7794 26.8047 51.0881 26.4869 51.5309 26.4802L51.5312 26.4802C51.9694 26.4725 52.3068 26.7953 52.3106 27.2026Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.25\"><\/path><path d=\"M48.6085 51.3795L48.5798 51.468C48.4094 51.4388 48.2092 51.3724 48.1334 51.1427L48.1333 51.1427C48.1048 51.0559 48.0877 50.9528 48.1066 50.8544C48.1265 50.7503 48.1874 50.653 48.3047 50.5997L48.3047 50.5997C48.852 50.3512 49.1074 49.9016 49.2731 49.3342L49.2732 49.3338C49.3089 49.2132 49.3891 49.1253 49.4943 49.0777C49.5968 49.0314 49.7155 49.0262 49.8311 49.0523L48.6085 51.3795ZM48.6085 51.3795L48.6318 51.4643C48.6558 51.4577 48.6807 51.4504 48.7048 51.4433L48.7091 51.4421C48.735 51.4345 48.7602 51.4271 48.7851 51.4203L48.6085 51.3795ZM50.2046 49.5301L50.0797 49.5356L50.2046 49.5301ZM50.2046 49.5301C50.2001 49.4275 50.1766 49.3224 50.1151 49.2337M50.2046 49.5301L50.1151 49.2337M50.1151 49.2337C50.0515 49.1421 49.9558 49.0803 49.8312 49.0523L50.1151 49.2337Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.25\"><\/path><\/g><defs><clipPath id=\"clip0_276_886\"><rect width=\"44\" height=\"57\" fill=\"white\" transform=\"translate(13 8)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHumrahi PSP significantly improves diabetes self-management by addressing key challenges like diet and physical activity.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d2b7e7a elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"d2b7e7a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_2\" data-name=\"Layer 2\" viewBox=\"0 0 61.1 61.1\"><defs><style>      .cls-1 {        fill: #fff;      }      .cls-2 {        fill: #f2454b;      }    <\/style><\/defs><g id=\"Layer_1-2\" data-name=\"Layer 1\"><g><circle class=\"cls-2\" cx=\"30.55\" cy=\"30.55\" r=\"30.55\"><\/circle><g><path class=\"cls-1\" d=\"M33.43,12c.64.28,1.07.79.95,1.53,2.24.17,4.8-.71,6.23,1.54.22.34.55,1.18.55,1.56v11.19c.82-.51,1.78-.84,2.74-.95.44-.05,1.57-.11,1.93.11.55.35.2,1.48.06,2.02-.3,1.13-.83,2.24-1.65,3.08,2.1.85,3.4,2.59,4.03,4.72,1.38,4.72-.43,11.57-5.93,12.52-1.86-.16-4.09.22-5.91,0-.34-.04-1.09-.29-1.44-.42-1.62-.64-2.84-2.01-3.64-3.52h-13.48c-1.63-.12-2.94-1.33-3.17-2.95v-9.19c.18-.78,1.37-.75,1.46.07.15,2.78-.21,5.78,0,8.54.05.64.21,1.19.73,1.6.15.12.68.4.84.4h13.02c-1.52-4.29-.44-11.02,4.81-11.96-.32-.48-.54-1.06-.67-1.63-.33-1.41.14-1.61,1.51-1.51.91.07,1.87.48,2.55,1.09.13.12.2.42.33.25.1-.13.21-.5.34-.66l.02-12.6c-.04-.8-.58-1.56-1.37-1.77-.37-.1-3.66-.17-3.82-.06-.13.18-.04.42-.09.64-.09.49-.57.89-1.05,1h-10.79c-.83-.15-1.22-.86-1.13-1.67h-3.39c-.1,0-.56.13-.69.18-.78.3-1.1,1.03-1.17,1.82v10.79c-.19.73-1.1.81-1.42.12v-11.62c.02-1.1,1.65-2.75,2.7-2.75h3.97s0-.41.02-.53c.1-.46.53-.81.93-1h11.08ZM32.92,13.46h-9.99v1.68h9.99v-1.68ZM40.29,31.98c.57-.17,1.39-.06,1.91-.24,1.1-.37,2.13-2.3,2.24-3.41-.6.11-1.17.17-1.75.4-1.34.53-2.23,1.82-2.41,3.24ZM38.46,31.98c-.25-.92-1.04-1.54-1.97-1.68.23.99.88,1.72,1.97,1.68ZM36.26,33.32c-6.47.55-5.86,12.98-.13,14.38,1.32.32,5.23.31,6.56,0,5.9-1.4,6.32-14.74-.84-14.4-.82.04-1.5.38-2.21.49-.54.08-1.43-.32-2.03-.41-.46-.07-.89-.1-1.35-.06Z\"><\/path><path class=\"cls-1\" d=\"M22.84,31.79c4.21-.48,7.02,4.22,4.49,7.63-2.84,3.83-9.01,1.53-8.63-3.31.17-2.14,2-4.08,4.14-4.32ZM22.91,33.32c-1.27.17-2.49,1.39-2.66,2.66-.45,3.31,3.5,5.17,5.67,2.75,2.07-2.31.12-5.84-3.01-5.42Z\"><\/path><path class=\"cls-1\" d=\"M20,20.63l16.68-.02c1.01.12.99,1.43,0,1.53h-16.55c-.97-.11-1.05-1.28-.13-1.51Z\"><\/path><path class=\"cls-1\" d=\"M20.07,24.42l13.33-.02c.87.06,1.15,1.01.38,1.48-4.64.09-9.33.09-13.96,0-.71-.4-.57-1.32.25-1.46Z\"><\/path><path class=\"cls-1\" d=\"M19.85,28.28l11.65-.02c.73.09.86,1.06.23,1.4-3.9.13-7.84.01-11.76.06-.75-.1-.83-1.2-.13-1.45Z\"><\/path><path class=\"cls-1\" d=\"M15.18,29.81c1.22-.28,1.28,1.46.27,1.49-.89.03-1.03-1.32-.27-1.49Z\"><\/path><path class=\"cls-1\" d=\"M25.46,34.93c.31.3.27.66.07,1.01-.22.38-1.25,1.44-1.61,1.81-.77.79-.98.8-1.83.07-.49-.42-1.3-1.3-.39-1.78.68-.36,1.05.47,1.27.45.13-.01,1.28-1.49,1.54-1.65.28-.14.72-.14.95.09Z\"><\/path><\/g><\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPersonalized dietary guidance \u2013 helps you eat right for better health (Score: 102.9)\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e468937 as-changing-widget e-con-full e-flex e-con e-child\" data-id=\"e468937\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a561926 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"a561926\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"76\" height=\"76\" viewBox=\"0 0 76 76\" fill=\"none\"><circle cx=\"38\" cy=\"38\" r=\"38\" fill=\"#F2454B\"><\/circle><g clip-path=\"url(#clip0_276_887)\"><path d=\"M58.0003 34.0735C57.8617 35.0452 57.726 36.0163 57.4559 36.9641C57.0592 38.3567 56.4967 39.6755 55.7334 40.9022C53.7184 44.1399 50.9127 46.3925 47.3088 47.6122C45.3686 48.2684 43.3711 48.5158 41.3176 48.3731C38.8149 48.1989 36.4816 47.4907 34.3483 46.1831C30.8717 44.0535 28.5216 41.0238 27.3461 37.0969C26.8865 35.5624 26.6731 33.9864 26.7164 32.3858C26.8207 28.5573 28.1081 25.177 30.6324 22.2991C33.0959 19.4908 36.1884 17.7925 39.8602 17.1588C40.215 17.0977 40.5725 17.0527 40.9286 17C41.885 17 42.8408 17 43.7972 17C44.6718 17.1286 45.5485 17.2438 46.4041 17.4785C48.7116 18.1115 50.7812 19.1957 52.5912 20.7709C54.9148 22.7924 56.5205 25.2803 57.4049 28.2397C57.7008 29.2297 57.8575 30.2443 58.0003 31.2631V34.0735ZM43.1318 44.2671C43.1318 44.2671 43.1276 44.2671 43.1255 44.2671C43.1255 45.0048 43.1381 45.7425 43.1192 46.4803C43.1115 46.793 43.2354 46.8618 43.5152 46.8316C44.7704 46.696 46.0018 46.4571 47.1899 46.0145C49.9717 44.9781 52.2204 43.2476 53.9332 40.8151C54.1599 40.4926 54.1361 40.4062 53.803 40.2123C52.5828 39.5019 51.3619 38.7923 50.1417 38.0826C49.7968 37.8817 49.6527 37.6056 49.7072 37.2423C49.7618 36.8833 49.9906 36.6901 50.3257 36.6114C50.5713 36.5538 50.7805 36.6627 50.9855 36.7807C52.2078 37.4875 53.4357 38.1852 54.6503 38.9047C54.9162 39.0621 55.0253 39.0066 55.1464 38.7459C56.0077 36.8952 56.4736 34.9511 56.503 32.9107C56.5352 30.6996 56.0727 28.5903 55.1296 26.5872C55.0148 26.3441 54.9127 26.3019 54.6853 26.4389C53.9451 26.8837 53.1971 27.3158 52.4506 27.7493C51.9153 28.0592 51.385 28.3795 50.8372 28.6648C50.4223 28.8812 49.9696 28.7316 49.7786 28.3606C49.5855 27.9875 49.7268 27.5505 50.1193 27.3045C50.1487 27.2863 50.1795 27.2687 50.2096 27.2511C51.4109 26.5549 52.6122 25.8586 53.8149 25.1637C54.2088 24.936 54.2095 24.9381 53.9535 24.584C53.8233 24.4042 53.7009 24.2187 53.5651 24.043C52.2085 22.2808 50.5328 20.9086 48.5409 19.9313C46.9863 19.1683 45.347 18.6975 43.6181 18.5661C43.1318 18.5289 43.1255 18.5514 43.1255 19.0355C43.1255 20.4407 43.1234 21.8459 43.1276 23.2512C43.1283 23.5498 43.0682 23.809 42.7932 23.9742C42.2566 24.2974 41.6206 23.9306 41.6157 23.2786C41.6059 21.8733 41.6122 20.4681 41.6115 19.0629C41.6115 18.5465 41.6101 18.5387 41.0832 18.5682C40.7936 18.5844 40.5032 18.6209 40.2164 18.6673C38.1845 18.9947 36.3067 19.7233 34.5911 20.8658C33.0672 21.8804 31.7911 23.1493 30.7451 24.655C30.587 24.8826 30.6366 24.9972 30.8612 25.1152C31.181 25.2838 31.4902 25.4728 31.803 25.6541C32.7615 26.2106 33.7242 26.7614 34.6765 27.3291C35.0655 27.561 35.1718 27.984 34.9773 28.3599C34.7898 28.7224 34.363 28.858 33.9495 28.6803C33.832 28.6297 33.7214 28.5629 33.6102 28.499C32.4285 27.8153 31.2439 27.1373 30.0692 26.441C29.8334 26.3012 29.7299 26.3413 29.6263 26.5816C29.4052 27.098 29.175 27.6095 29.0015 28.1449C27.8352 31.7577 28.0318 35.2898 29.6102 38.7445C29.7341 39.0157 29.86 39.0551 30.1105 38.904C30.7703 38.5063 31.4405 38.1269 32.1073 37.7419C32.7237 37.3864 33.3359 37.0217 33.9628 36.6851C34.3105 36.499 34.7051 36.6177 34.9255 36.924C35.1368 37.217 35.1165 37.6379 34.8577 37.8915C34.7429 38.004 34.5981 38.0897 34.4582 38.1712C33.2687 38.8647 32.0807 39.5617 30.8829 40.2404C30.6275 40.3851 30.5849 40.4947 30.7598 40.7434C31.9947 42.5021 33.5269 43.934 35.3866 45.0013C37.1721 46.0257 39.0934 46.6314 41.1462 46.8126C41.5884 46.852 41.6094 46.8527 41.6101 46.4157C41.6115 44.9872 41.6073 43.5581 41.6129 42.1297C41.615 41.5978 41.92 41.2788 42.3902 41.288C42.8576 41.2971 43.1332 41.6245 43.1311 42.1592C43.129 42.8618 43.1311 43.5644 43.1311 44.2671H43.1318Z\" fill=\"white\"><\/path><path d=\"M17 45.2452C17.2267 44.1983 17.664 43.2667 18.3671 42.4418C20.1128 40.3937 23.3991 39.9847 25.5715 41.5762C26.5384 42.2844 27.3081 43.2027 28.1519 44.0402C30.3159 46.1874 32.4611 48.3543 34.6062 50.5211C36.1245 52.055 36.708 53.8874 36.1133 55.9833C35.506 58.1213 34.0528 59.4324 31.8936 59.9446C31.8265 59.9608 31.76 59.9818 31.6935 60.0008H29.9444C29.7758 59.9573 29.6078 59.9123 29.4385 59.8701C28.501 59.6334 27.6852 59.1654 27.0051 58.4867C24.387 55.8744 21.7962 53.2346 19.164 50.6371C18.1174 49.6042 17.2722 48.4843 17 47.0025V45.2459V45.2452ZM34.7678 54.85C34.7804 53.4363 34.3942 52.5299 33.6617 51.7802C32.5191 50.6104 31.3549 49.4616 30.2075 48.2967C30.0437 48.1309 29.9402 48.1006 29.7597 48.2833C28.0602 50.0033 26.3551 51.717 24.6424 53.4236C24.4444 53.6211 24.4528 53.7384 24.6459 53.9295C25.7989 55.0727 26.9317 56.2362 28.0882 57.3752C29.2286 58.4993 30.8889 58.8078 32.3281 58.1937C33.8254 57.555 34.7734 56.1189 34.7678 54.85ZM22.4447 42.1488C20.7509 42.2198 19.5097 43.0285 18.8275 44.5763C18.1537 46.1045 18.4252 47.5617 19.5468 48.7801C20.6858 50.0167 21.9123 51.1725 23.094 52.3697C23.2584 52.5362 23.3655 52.518 23.5229 52.3592C25.2329 50.6329 26.947 48.9115 28.6654 47.1929C28.8144 47.0439 28.8669 46.9448 28.6892 46.7692C27.5026 45.593 26.3432 44.3894 25.1405 43.2301C24.4017 42.5177 23.5033 42.1228 22.4447 42.1488Z\" fill=\"white\"><\/path><path d=\"M41.6117 30.2954C41.6117 29.5696 41.6082 28.8438 41.6131 28.118C41.6166 27.5643 41.9132 27.2341 42.3932 27.2383C42.8662 27.2418 43.1348 27.5812 43.1327 28.1461C43.1271 29.4691 43.1327 30.7921 43.1236 32.1152C43.1215 32.3639 43.2083 32.5627 43.3328 32.7672C44.9561 35.447 46.5751 38.1295 48.1927 40.8128C48.4732 41.278 48.4096 41.7283 48.0464 41.963C47.6315 42.2307 47.1677 42.1049 46.8892 41.6433C45.7649 39.7821 44.6419 37.9195 43.5183 36.0582C42.9627 35.1378 42.41 34.216 41.8454 33.3012C41.6858 33.0433 41.6047 32.7798 41.6096 32.4742C41.6208 31.7484 41.6131 31.0226 41.6131 30.2968L41.6117 30.2954Z\" fill=\"white\"><\/path><\/g><defs><clipPath id=\"clip0_276_887\"><rect width=\"41\" height=\"43\" fill=\"white\" transform=\"translate(17 17)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tLonger usage leads to greater percieved benefits, and enhanced medication adherence.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b394cf elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"3b394cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_2\" data-name=\"Layer 2\" viewBox=\"0 0 61.1 61.1\"><defs><style>      .cls-1 {        fill: #fff;      }      .cls-2 {        fill: #f2454b;      }    <\/style><\/defs><g id=\"Layer_1-2\" data-name=\"Layer 1\"><g><circle class=\"cls-2\" cx=\"30.55\" cy=\"30.55\" r=\"30.55\"><\/circle><g><path class=\"cls-1\" d=\"M23.4,40.24s-.82.37-.97.43c-5.52,2.06-10.85-3.26-8.76-8.76.87-2.3,3.1-4.1,5.59-4.27-.08-1.93.05-3.69,1.35-5.21s3.04-2.03,5-1.99c-2.15-2.46-1.36-6.41,1.75-7.61,4.04-1.55,7.75,2.58,5.95,6.45l-.75,1.15c1.37,0,2.55.16,3.72.9,3.94,2.47,2.14,7.46,2.55,11.34-.23,1.9-2.42,3.02-4.07,1.99v10.62c0,.08-.31.76-.38.89-.91,1.67-3.09,2.2-4.64,1.08-.16-.11-.56-.59-.68-.57-1.36,1.61-3.83,1.53-5.08-.18-.14-.19-.56-1.03-.56-1.22v-5.04ZM28.63,13.95c-2.03.28-3.3,2.37-2.66,4.31,1,3.03,5.44,2.91,6.26-.21.59-2.26-1.29-4.42-3.6-4.11ZM32.85,45.88c.38-.39.48-.93.54-1.45l.02-16.15c.22-.59,1-.63,1.3-.07.16,1.3-.09,2.74.04,4.02.19,1.87,2.51,1.8,2.71.09.18-1.56.1-4.65,0-6.27-.15-2.39-1.69-4.02-4.11-4.19s-6.15-.16-8.55,0c-1.34.09-2.55.65-3.33,1.75-.87,1.24-.81,2.55-.78,4.01,4.9.44,7.67,5.89,5.15,10.18-.31.53-.74.95-1.08,1.46.1,1.71-.14,3.56,0,5.25.2,2.55,3.38,2.38,3.56.34.26-2.96-.3-6.38,0-9.31.12-1.17,1.34-1.16,1.44-.26.19,3.01-.26,6.34,0,9.31.14,1.61,1.92,2.47,3.1,1.28ZM14.68,33.64h1.31c.14,0,.41.33.45.48.23,1.05-1.07,1.01-1.76.95.57,3.54,4.23,5.63,7.56,4.13,1.6-.72,2.87-2.38,3.02-4.14-.73.03-1.92.14-1.68-.95.04-.16.31-.48.45-.48h1.31c-.37-2.32-2.25-4.39-4.65-4.57v1.23c0,.08-.29.41-.4.45-1.11.33-1.09-.93-1.04-1.68-2.38.23-4.26,2.24-4.57,4.57Z\"><\/path><path class=\"cls-1\" d=\"M43.21,33.98h-2.75c-.31,0-.52-.59-.46-.89.04-.21.46-.55.63-.55h2.58v-3.3h-2.67c-.43,0-.75-.8-.42-1.18.04-.05.4-.26.42-.26h2.67v-3.3h-2.58c-.24,0-.6-.39-.63-.64-.04-.28.18-.8.46-.8h2.75v-3.39h-2.75c-.21,0-.46-.42-.47-.64,0-.2.22-.72.39-.72h2.84v-3.39h-2.75c-.48,0-.82-1.29.17-1.43.59-.08,2.71-.09,3.29,0,.32.05.65.27.64.63v32.33c-.04.53-.52.77-1,.57-.07-.03-.36-.29-.36-.32v-12.74Z\"><\/path><path class=\"cls-1\" d=\"M20.69,35c.06.06.78-.2.98.42.11.35-.01.78-.38.9-.24.08-2.22.09-2.5.04-.39-.07-.62-.6-.45-.95.28-.59.86-.35.91-.4.11-.11-.21-2.13.21-2.62.34-.39,1.08-.22,1.21.23.11.36-.07,2.31.02,2.39Z\"><\/path><\/g><\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tSelf-tracking tools like BMI and weight monitors, combined with regular follow-ups \u2013 empower you to stay on track and improve blood sugar control (Score: 103.4)\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0a36cd4 as-changing-widget e-con-full e-flex e-con e-child\" data-id=\"0a36cd4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7dc8a21 elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"7dc8a21\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"76\" height=\"76\" viewBox=\"0 0 76 76\" fill=\"none\"><circle cx=\"38\" cy=\"38\" r=\"38\" fill=\"#F2454B\"><\/circle><g clip-path=\"url(#clip0_276_888)\"><path d=\"M29.0483 51.2083C29.0483 53.3396 29.0489 55.471 29.0483 57.6024C29.0483 58.4988 28.5103 59.0086 27.606 58.9999C26.5883 58.9901 25.5706 58.9982 24.5529 58.9953C23.8719 58.9936 23.491 58.7389 23.2566 58.096C23.1799 57.8848 23.0409 57.8871 22.8711 57.8871C20.6228 57.8882 18.3739 57.8882 16.1257 57.8877C16.0193 57.8877 15.9122 57.8923 15.8058 57.8842C15.3784 57.85 15.0382 57.5161 15.0033 57.1018C14.9678 56.6811 15.2342 56.2956 15.6424 56.1793C15.8029 56.1336 15.9675 56.1324 16.1327 56.1324C18.3518 56.133 20.5716 56.133 22.7908 56.1324C23.1979 56.1324 23.1991 56.1307 23.1991 55.7389C23.1991 51.8234 23.1991 47.9079 23.1991 43.9918C23.1991 43.6151 23.1845 43.6226 22.8007 43.6232C20.485 43.6243 18.1687 43.6677 15.8529 43.6C15.322 43.5844 14.9794 43.1961 15.001 42.7013C15.0225 42.2198 15.3859 41.8842 15.9064 41.8836C18.2129 41.8807 20.5199 41.8772 22.8263 41.8882C23.1171 41.8894 23.2084 41.8147 23.2072 41.5173C23.2043 40.8171 23.7358 40.2927 24.4744 40.2794C25.5694 40.2592 26.6651 40.2574 27.7596 40.2783C28.5348 40.2927 29.0436 40.8495 29.0477 41.6267C29.0489 41.868 29.0535 42.1093 29.0477 42.35C29.043 42.5231 29.1181 42.5971 29.2902 42.5919C29.4449 42.5873 29.6048 42.5694 29.7549 42.5971C30.2759 42.6932 30.5754 42.4478 30.8168 42.0144C31.1186 41.4727 31.4105 40.9316 31.5774 40.3321C31.9578 38.964 32.6713 37.8049 33.7815 36.905C34.2479 36.5271 34.7504 36.2007 35.3209 35.9889C35.96 35.7522 36.1106 35.4774 36.0746 34.8014C36.0455 34.2534 36.0559 33.7025 36.0682 33.1527C36.092 32.0931 36.1094 31.0323 36.1682 29.9739C36.2071 29.2783 36.6073 28.8032 37.2702 28.5919C38.178 28.3037 39.1073 28.1909 40.0465 28.4345C41.3783 28.7794 42.1866 29.6938 42.6937 30.9125C43.0758 31.8309 43.2253 32.802 43.2939 33.7875C43.3707 34.8975 43.3032 36.0022 43.1729 37.1041C43.1444 37.3425 43.0799 37.5763 43.0345 37.813C42.9246 38.3877 43.0816 38.64 43.651 38.7875C43.9528 38.8657 44.2622 38.8819 44.5733 38.8784C46.5983 38.8552 48.6232 38.8286 50.6488 38.8165C52.1427 38.8072 53.3402 39.8165 53.5611 41.2835C53.6984 42.1944 53.4361 43.0046 52.8022 43.6805C52.6557 43.8367 52.6289 43.9224 52.7918 44.0954C53.9589 45.3344 53.9455 47.309 52.7598 48.53C52.565 48.7308 52.569 48.8466 52.7162 49.0827C53.6664 50.6064 53.4861 52.2962 51.8002 53.3697C51.6071 53.4924 51.6037 53.5555 51.7275 53.7331C52.4475 54.7615 52.565 55.868 52.0003 56.9866C51.4205 58.1342 50.4376 58.725 49.1431 58.7499C47.3415 58.7852 45.5387 58.7846 43.737 58.8234C41.2282 58.8767 38.7189 58.9004 36.2095 58.9421C34.3293 58.9733 32.9249 58.2019 31.9659 56.607C31.8769 56.4588 31.7624 56.4224 31.6065 56.4201C31.2582 56.4149 30.9087 56.412 30.5615 56.3865C30.0956 56.3524 29.7618 55.9716 29.7723 55.5115C29.7828 55.0601 30.1433 54.6851 30.6057 54.6753C31.1965 54.6625 31.788 54.6689 32.3794 54.6712C32.8923 54.673 33.1389 54.8495 33.3151 55.3292C33.6553 56.2563 34.2991 56.8599 35.2586 57.1162C35.5872 57.2042 35.9274 57.2366 36.267 57.2088C36.8381 57.162 37.4098 57.1758 37.9815 57.1683C39.8511 57.1434 41.7214 57.1267 43.5911 57.0977C45.4317 57.0694 47.2717 57.03 49.1123 56.9941C49.9358 56.9785 50.5435 56.4253 50.5865 55.655C50.6284 54.8969 50.0753 54.2835 49.253 54.1782C48.9268 54.1365 48.5994 54.1006 48.2731 54.059C47.7486 53.9918 47.4217 53.6151 47.4508 53.1157C47.4787 52.644 47.8562 52.3084 48.3772 52.3078C48.9675 52.3066 49.5589 52.3414 50.1393 52.1845C50.4801 52.0925 50.7976 51.9588 51.0814 51.7476C51.5251 51.4172 51.6281 51.0445 51.4513 50.4079C51.3257 49.9559 50.9453 49.6243 50.458 49.6099C49.7997 49.5902 49.1402 49.6157 48.4813 49.6105C48.062 49.607 47.7648 49.3859 47.6427 49.0155C47.5334 48.6828 47.648 48.3032 47.9219 48.0734C48.119 47.9079 48.354 47.8633 48.6 47.8587C49.0844 47.85 49.5688 47.85 50.0538 47.8414C50.2178 47.8385 50.3836 47.8298 50.5452 47.8043C51.4117 47.6689 51.9241 47.0503 51.8834 46.1978C51.845 45.4056 51.2163 44.8003 50.3801 44.7569C49.9061 44.732 49.4321 44.7117 48.9582 44.6949C48.3964 44.6747 47.9951 44.3165 47.9893 43.8223C47.9835 43.3292 48.3766 42.9606 48.9442 42.9345C49.5153 42.9085 50.0864 42.8917 50.6569 42.8651C51.2396 42.8379 51.6979 42.4762 51.8031 41.9687C51.9171 41.4177 51.6676 40.8998 51.1774 40.6614C50.968 40.5595 50.7447 40.5647 50.5226 40.5676C48.5848 40.5885 46.6471 40.6105 44.7088 40.6348C44.2808 40.64 43.8574 40.6116 43.437 40.5335C41.7755 40.2239 40.991 39.0074 41.3265 37.3512C41.6731 35.6417 41.683 33.9247 41.2829 32.2169C41.2015 31.868 41.0683 31.537 40.9014 31.2192C40.4414 30.3431 39.6127 29.9241 38.6316 30.074C37.8896 30.1874 37.8995 30.188 37.8797 30.9357C37.8413 32.3529 37.8227 33.7696 37.8169 35.1874C37.8128 36.2343 37.1748 37.1249 36.1641 37.5219C34.6672 38.1105 33.7425 39.2094 33.2942 40.7204C32.9284 41.9519 32.3294 43.0497 31.4855 44.0179C31.2814 44.2517 31.0255 44.3552 30.7138 44.35C30.2777 44.3425 29.8409 44.3628 29.4059 44.3431C29.1297 44.3304 29.0396 44.4166 29.0407 44.6996C29.0512 46.8697 29.0465 49.0393 29.0465 51.2094L29.0483 51.2083ZM27.1693 49.6602C27.1693 47.2881 27.1693 44.9154 27.1693 42.5433C27.1693 42.1469 27.1675 42.1463 26.7634 42.1458C26.3563 42.1452 25.9492 42.1458 25.5421 42.1458C25.2327 42.1458 25.0778 42.2981 25.0775 42.6029C25.0775 47.309 25.0775 52.015 25.0775 56.721C25.0775 56.7789 25.0815 56.8367 25.0775 56.8946C25.0623 57.096 25.1571 57.1654 25.3549 57.162C25.8201 57.1533 26.2853 57.1596 26.7506 57.1591C27.0293 57.1591 27.1691 57.0221 27.1699 56.7482C27.1699 54.3853 27.1699 52.0231 27.1699 49.6602H27.1693Z\" fill=\"white\"><\/path><path d=\"M38.3594 13.0001C42.7152 12.9497 46.5592 16.2304 47.1716 20.606C47.5368 23.2165 46.8448 25.5556 45.1775 27.6002C44.935 27.8977 44.6878 28.2374 44.2156 28.2165C43.8643 28.2009 43.598 28.0568 43.4392 27.746C43.2746 27.4237 43.313 27.1089 43.5311 26.8218C43.7765 26.4995 44.0586 26.2067 44.2865 25.8693C47.1571 21.6129 44.707 15.7918 39.6452 14.8485C35.6371 14.1014 31.7379 16.8803 31.2174 20.9052C30.8917 23.4237 31.7158 25.5551 33.611 27.2669C33.7471 27.3896 33.8942 27.5024 33.9809 27.6702C34.1641 28.0261 34.0832 28.4549 33.7808 28.7264C33.4767 29.0001 33.033 29.0238 32.6823 28.7617C32.0653 28.3004 31.5553 27.7321 31.1034 27.1147C29.9915 25.5956 29.3989 23.8867 29.3907 22.014C29.3785 19.213 30.4428 16.8635 32.6102 15.0603C34.3322 13.6274 36.1931 12.9937 38.3594 13.0001Z\" fill=\"white\"><\/path><path d=\"M35.1064 21.0522C35.3297 21.0522 35.5187 21.1366 35.6903 21.275C36.4951 21.9237 37.3058 22.5649 38.1037 23.2211C38.2945 23.378 38.3951 23.3797 38.5579 23.1766C39.7373 21.7107 40.9306 20.2553 42.1193 18.7969C42.1862 18.7148 42.2531 18.6314 42.3275 18.5562C42.6654 18.2136 43.1533 18.1812 43.5069 18.474C43.8686 18.7738 43.9361 19.2877 43.6319 19.6656C42.645 20.8907 41.6465 22.1066 40.6532 23.3259C40.2083 23.8722 39.7617 24.4167 39.3203 24.9659C38.8149 25.595 38.3951 25.6534 37.7711 25.1557C36.7062 24.3062 35.6449 23.4526 34.5848 22.5973C34.2696 22.3427 34.1689 21.974 34.3004 21.6118C34.4196 21.2825 34.7499 21.0533 35.1064 21.0522Z\" fill=\"white\"><\/path><path d=\"M46.7021 30.5911C46.7103 30.3596 46.8074 30.1663 46.9505 29.9875C48.1578 28.4805 49.3633 26.9718 50.5694 25.4637C51.3534 24.484 52.1361 23.5037 52.9212 22.5245C53.1637 22.2224 53.4818 22.124 53.854 22.2143C54.2256 22.3052 54.424 22.5668 54.4891 22.9267C54.5449 23.2363 54.3978 23.4857 54.2111 23.7184C53.2138 24.9609 52.2181 26.2045 51.2219 27.4475C50.238 28.675 49.2551 29.903 48.2688 31.1287C48.0083 31.4528 47.6373 31.5477 47.2546 31.4047C46.9394 31.2867 46.7004 30.9342 46.7027 30.5911H46.7021Z\" fill=\"white\"><\/path><path d=\"M48.9629 34.3864C48.9589 33.9772 49.1717 33.6861 49.6108 33.5287C51.0949 32.9957 52.5802 32.4668 54.0655 31.9379C55.2501 31.516 56.4347 31.0953 57.6205 30.6751C57.8298 30.6011 58.0386 30.5177 58.2695 30.5623C58.6702 30.6393 58.9569 30.9396 58.9953 31.3245C59.0377 31.7457 58.8214 32.0988 58.4079 32.2492C57.6443 32.527 56.8778 32.7961 56.1119 33.0681C54.18 33.755 52.2475 34.4414 50.3156 35.1289C50.0667 35.2174 49.8219 35.2892 49.5532 35.1937C49.1961 35.0669 48.967 34.7648 48.9635 34.3864H48.9629Z\" fill=\"white\"><\/path><path d=\"M20.9663 52.8963C20.964 53.3367 20.6168 53.6752 20.1713 53.6717C19.7503 53.6689 19.3897 53.3199 19.3839 52.9096C19.3769 52.464 19.7427 52.0948 20.1876 52.0977C20.6185 52.1006 20.9692 52.4594 20.9663 52.8963Z\" fill=\"white\"><\/path><path d=\"M17.4958 53.6666C17.0591 53.6619 16.7043 53.3199 16.7061 52.9044C16.7078 52.4727 17.0719 52.1017 17.4941 52.1006C17.9296 52.0994 18.2931 52.4594 18.289 52.8888C18.2855 53.339 17.9465 53.6718 17.4952 53.6666H17.4958Z\" fill=\"white\"><\/path><\/g><defs><clipPath id=\"clip0_276_888\"><rect width=\"44\" height=\"46\" fill=\"white\" transform=\"translate(15 13)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPatients have shown:\n<b>81.43% retention rate &amp; 77.6% recommendation rate<\/b>\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-293306b elementor-position-inline-start elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"293306b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_2\" data-name=\"Layer 2\" viewBox=\"0 0 61.1 61.1\"><defs><style>      .cls-1 {        fill: #fff;      }      .cls-2 {        fill: #f2454b;      }    <\/style><\/defs><g id=\"Layer_1-2\" data-name=\"Layer 1\"><g><circle class=\"cls-2\" cx=\"30.55\" cy=\"30.55\" r=\"30.55\"><\/circle><g><path class=\"cls-1\" d=\"M35.49,48.42c-1.12-.13-2.61-1-3.36-1.85-.14-.16-.56-.83-.68-.86h-11.66c-1.72-.33-2.9-1.66-3.04-3.4.19-4.43-.26-9.09,0-13.49.05-.85.22-1.48.67-2.19,1.02-1.61,2.5-3.1,3.52-4.73v-1.94c-.59-.27-1.05-.71-1.26-1.34-.23-.71-.2-3.1-.13-3.91.1-1.08.75-1.89,1.84-2.07h13.14c.93.08,1.75.93,1.85,1.85.09.8.09,3.04-.02,3.83s-.7,1.36-1.38,1.64l.02,1.93c.75,1.43,4.18,4.82,4.18,6.31v6.46c1.58-.7,3.16-2.15,4.93-2.31,5.88-.52,8.64,6.78,3.9,10.19-2.77,1.99-6.38,3.45-9.24,5.36-.48.16-1.12.46-1.61.52-.37.04-1.31.04-1.68,0ZM34.76,14.27c-.17-.16-.48-.22-.71-.24-3.94.22-8.19-.28-12.1,0-.48.03-.86.12-.93.67-.07.49-.08,2.95.02,3.39s.45.52.84.56c3.87.33,8.18-.25,12.1,0,.41,0,.89-.12.94-.59.08-.68.08-2.75,0-3.43-.02-.13-.08-.27-.17-.36ZM33.53,20.05h-11.11v2.27s-.24.4-.29.48c-.99,1.58-2.61,3.13-3.54,4.71-.18.3-.26.6-.36.93h19.5c-.02-.38-.19-.72-.4-1.03l-3.39-4.55-6.85-.03c-.45-.16-.66-.66-.4-1.07.04-.07.34-.31.39-.31h6.46v-1.4ZM37.72,29.83h-19.5v10.27h13.17c1.37-2.29,4.17-3.16,6.32-4.54v-5.73ZM43.38,43.53c1.11-.64,2.3-1.21,3.38-1.9,4.85-3.1.91-9.75-3.98-7.34-1.18.58-2.29,1.38-3.44,2.01l4.05,7.22ZM42.2,44.3l-4.17-7.19-.21.05c-1.95,1.36-5.25,2.21-5.59,4.96-.41,3.3,2.45,5.67,5.59,4.61l4.38-2.43ZM30.87,41.51h-12.65c-.08.96.13,1.94,1,2.46.25.15.79.34,1.06.34h10.59c-.15-.92-.24-1.88,0-2.8Z\"><\/path><path class=\"cls-1\" d=\"M28.71,34.52h2.34c.17,0,.45.47.46.67,0,.23-.27.73-.46.73h-2.34v2.27s-.15.27-.18.31c-.42.48-1.29.11-1.29-.45v-2.13h-2.27c-.2,0-.49-.45-.5-.67,0-.24.28-.72.5-.72h2.27v-2.13c0-.56.86-.93,1.29-.45.03.04.18.29.18.31v2.27Z\"><\/path><path class=\"cls-1\" d=\"M24.28,21.46c1.26-.29,1.19,1.74-.05,1.35-.63-.2-.59-1.2.05-1.35Z\"><\/path><\/g><\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tAffordable medicines and easy access \u2013 make treatments more reachable (Score: 100.4)\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0cbb691 as-changing-widget e-con-full e-flex e-con e-child\" data-id=\"0cbb691\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2b492c elementor-position-left elementor-vertical-align-middle elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image-box\" data-id=\"f2b492c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"61\" height=\"61\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/Asset-7.svg\" class=\"attachment-full size-full wp-image-9117\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Support for lifestyle changes and treatment adherence \u2013 received the highest rating (Score: 112.3)<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-411d3ef elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"411d3ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"61\" height=\"61\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/Asset-7.svg\" class=\"attachment-full size-full wp-image-9117\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Support for lifestyle changes and treatment adherence \u2013 received the highest rating (Score: 112.3)<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f438571 e-con-full e-flex e-con e-child\" data-id=\"5f438571\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1390e21d as-slider-left elementor-absolute elementor-widget elementor-widget-button\" data-id=\"1390e21d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c395f70 as-slider-right elementor-absolute elementor-widget elementor-widget-button\" data-id=\"c395f70\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-806870c e-flex e-con-boxed e-con e-parent\" data-id=\"806870c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c18822 elementor-widget elementor-widget-heading\" data-id=\"6c18822\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Impact Survey*<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b942be elementor-widget elementor-widget-template\" data-id=\"1b942be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"page\" data-elementor-id=\"9056\" class=\"elementor elementor-9056\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2c883e e-flex e-con-boxed e-con e-parent\" data-id=\"e2c883e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-87f08ba e-grid e-con-full e-con e-child\" data-id=\"87f08ba\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ecd57fd elementor-widget elementor-widget-htmega-flipbox-addons\" data-id=\"ecd57fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"htmega-flipbox-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            \n            <div class=\"htmega-flip-box-area htmega-flip-box-style-1 htmega-flip-box-style-3 htmega-flip-box-animation-right\">\n\n                <div class='htmega-flip-box-front'>\n                    <div class=\"front-container\">\n                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"399\" height=\"470\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004268.webp\" class=\"attachment-full size-full wp-image-9057\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004268.webp 399w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004268-255x300.webp 255w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004268-10x12.webp 10w\" sizes=\"(max-width: 399px) 100vw, 399px\" \/><h2>Reduced out-of-pocket<\/h2><p>Medical expenses<\/p>                                        <\/div>\n                    <div class=\"htmega-flip-overlay\"><\/div>\n                <\/div>\n\n                <div class='htmega-flip-box-back'>\n                    <div class=\"back-container\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"590\" height=\"704\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004266.webp\" class=\"attachment-large size-large wp-image-9059\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004266.webp 590w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004266-251x300.webp 251w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004266-10x12.webp 10w\" sizes=\"(max-width: 590px) 100vw, 590px\" \/>\n                                            <\/div>\n                    <div class=\"htmega-flip-overlay\"><\/div>\n                <\/div>\n\n            <\/div>\n\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44ab588 elementor-widget elementor-widget-htmega-flipbox-addons\" data-id=\"44ab588\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"htmega-flipbox-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            \n            <div class=\"htmega-flip-box-area htmega-flip-box-style-1 htmega-flip-box-style-3 htmega-flip-box-animation-right\">\n\n                <div class='htmega-flip-box-front'>\n                    <div class=\"front-container\">\n                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"470\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004269.webp\" class=\"attachment-full size-full wp-image-9060\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004269.webp 400w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004269-255x300.webp 255w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004269-10x12.webp 10w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/><h2>Confidence through<\/h2><p>Empowered Care<\/p>                                        <\/div>\n                    <div class=\"htmega-flip-overlay\"><\/div>\n                <\/div>\n\n                <div class='htmega-flip-box-back'>\n                    <div class=\"back-container\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"590\" height=\"695\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004267.webp\" class=\"attachment-large size-large wp-image-9061\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004267.webp 590w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004267-255x300.webp 255w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004267-10x12.webp 10w\" sizes=\"(max-width: 590px) 100vw, 590px\" \/>\n                                            <\/div>\n                    <div class=\"htmega-flip-overlay\"><\/div>\n                <\/div>\n\n            <\/div>\n\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b33ee4d elementor-widget elementor-widget-htmega-flipbox-addons\" data-id=\"b33ee4d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"htmega-flipbox-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            \n            <div class=\"htmega-flip-box-area htmega-flip-box-style-1 htmega-flip-box-style-3 htmega-flip-box-animation-right\">\n\n                <div class='htmega-flip-box-front'>\n                    <div class=\"front-container\">\n                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"404\" height=\"473\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004270.webp\" class=\"attachment-full size-full wp-image-9062\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004270.webp 404w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004270-256x300.webp 256w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004270-10x12.webp 10w\" sizes=\"(max-width: 404px) 100vw, 404px\" \/><h2>SATISFACTION<\/h2><p>in every step forward<\/p>                                        <\/div>\n                    <div class=\"htmega-flip-overlay\"><\/div>\n                <\/div>\n\n                <div class='htmega-flip-box-back'>\n                    <div class=\"back-container\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"590\" height=\"695\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004268-1.webp\" class=\"attachment-large size-large wp-image-9065\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004268-1.webp 590w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004268-1-255x300.webp 255w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004268-1-10x12.webp 10w\" sizes=\"(max-width: 590px) 100vw, 590px\" \/>\n                                            <\/div>\n                    <div class=\"htmega-flip-overlay\"><\/div>\n                <\/div>\n\n            <\/div>\n\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adb4244 elementor-widget elementor-widget-htmega-flipbox-addons\" data-id=\"adb4244\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"htmega-flipbox-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            \n            <div class=\"htmega-flip-box-area htmega-flip-box-style-1 htmega-flip-box-style-3 htmega-flip-box-animation-right\">\n\n                <div class='htmega-flip-box-front'>\n                    <div class=\"front-container\">\n                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"399\" height=\"470\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004271.webp\" class=\"attachment-full size-full wp-image-9063\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004271.webp 399w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004271-255x300.webp 255w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004271-10x12.webp 10w\" sizes=\"(max-width: 399px) 100vw, 399px\" \/><h2>Personalised Care<\/h2><p>PROVEN IMPACT<\/p>                                        <\/div>\n                    <div class=\"htmega-flip-overlay\"><\/div>\n                <\/div>\n\n                <div class='htmega-flip-box-back'>\n                    <div class=\"back-container\">\n                                            <img loading=\"lazy\" decoding=\"async\" width=\"394\" height=\"463\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004269-1.webp\" class=\"attachment-large size-large wp-image-9066\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004269-1.webp 394w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004269-1-255x300.webp 255w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/07\/group_1000004269-1-10x12.webp 10w\" sizes=\"(max-width: 394px) 100vw, 394px\" \/>\n                                            <\/div>\n                    <div class=\"htmega-flip-overlay\"><\/div>\n                <\/div>\n\n            <\/div>\n\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b239718 elementor-widget elementor-widget-heading\" data-id=\"b239718\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">* Impact Survey is a Study conducted among 355 enrolled Humrahi members<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc6fd50 e-con-full e-flex e-con e-parent\" data-id=\"dc6fd50\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-409e04c elementor-widget elementor-widget-shortcode\" data-id=\"409e04c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"page\" data-elementor-id=\"7615\" class=\"elementor elementor-7615\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c2bfcd3 e-con-full as-slider e-flex e-con e-parent\" data-id=\"7c2bfcd3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t<div class=\"elementor-element elementor-element-6977f64f e-con-full e-flex e-con e-child\" data-id=\"6977f64f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4036f096 e-con-full as-bar e-flex e-con e-child\" data-id=\"4036f096\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-115eeee3 e-flex e-con-boxed e-con e-child\" data-id=\"115eeee3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-42f12a5 e-con-full e-flex e-con e-child\" data-id=\"42f12a5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c74dcf8 elementor-widget elementor-widget-heading\" data-id=\"c74dcf8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Industry Recognition<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-62c64171 as-changing-widget e-flex e-con-boxed e-con e-child\" data-id=\"62c64171\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63ba82f9 elementor-widget elementor-widget-heading\" data-id=\"63ba82f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">IHW Council Award<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dc95723 elementor-widget elementor-widget-heading\" data-id=\"dc95723\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Healthcare Innovation Award<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62566dfc elementor-widget elementor-widget-heading\" data-id=\"62566dfc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Indian Health &amp; Wellness Summit Award<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-567d7fed elementor-widget elementor-widget-heading\" data-id=\"567d7fed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Silver Feather Awards<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3701fad elementor-widget elementor-widget-heading\" data-id=\"3701fad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">IHW Patient First Awards<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f008c8f elementor-widget elementor-widget-heading\" data-id=\"f008c8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Healthcare Innovation Award<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a6c11d elementor-widget elementor-widget-heading\" data-id=\"1a6c11d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Economic Times - RE Pharma Awards<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e36b6d8 elementor-widget elementor-widget-heading\" data-id=\"e36b6d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Economic Times - RE Pharma Awards<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b840e27 elementor-widget elementor-widget-heading\" data-id=\"b840e27\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">e4m Health &amp; Wellness Marketing Awards 2025<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5fccb9e2 as-changing-widget e-flex e-con-boxed e-con e-child\" data-id=\"5fccb9e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-512e21b7 elementor-widget elementor-widget-text-editor\" data-id=\"512e21b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tPatient-Centric Pharmaceutical Company of the year\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d6837a5 elementor-widget elementor-widget-text-editor\" data-id=\"2d6837a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t12th Elets Healthcare Innovation Awards. <br>Excellence in Patient Support Program in Diabetes\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-713ba3cf elementor-widget elementor-widget-text-editor\" data-id=\"713ba3cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Outstanding Patient Support Program in Diabetes by World Health &amp; Wellness Congress &amp; Awards 8th Edition<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36a87038 elementor-widget elementor-widget-text-editor\" data-id=\"36a87038\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Outstanding Patient Centric Campaign 2023<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-647964d2 elementor-widget elementor-widget-text-editor\" data-id=\"647964d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Pharma Company <br \/>in Diabetes Care<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-800f2e4 elementor-widget elementor-widget-text-editor\" data-id=\"800f2e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Excellence in Patient Support Program in Diabetes<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-03d22e1 elementor-widget elementor-widget-text-editor\" data-id=\"03d22e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Excellence in Patient Support Programs<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea678cf elementor-widget elementor-widget-text-editor\" data-id=\"ea678cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Excellence in Digital Health Integration<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-185aa5f elementor-widget elementor-widget-text-editor\" data-id=\"185aa5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Best Integrated Marketing Campaign<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3637b5a0 e-con-full e-flex e-con e-child\" data-id=\"3637b5a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-648838e elementor-widget elementor-widget-html\" data-id=\"648838e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\r\n\r\n<script>\r\n\r\nvar $ = jQuery\r\n    \r\n$(document).ready(function(){\r\n\r\n$('.as-slider').each(function(){\r\n\r\nvar $this = $(this),\r\n    currentSlide = 0,\r\n    previousSlide = 0,\r\n    slideNumber = $this.find('.as-side-slider .swiper-slide:not(.swiper-slide-duplicate)').length,\r\n    barHTML = '',\r\n    forward,\r\n    textContainer = $this.find('.as-changing-widget')\r\n   \r\nfor(var i=0; i<slideNumber;i++){\r\n\r\n    barHTML += `<span class=\"dot\"><span class=\"dot-number\">${i+1}<\/span><\/span>`\r\n}\r\n\r\n$this.find('.as-bar .dot').remove()\r\n$this.find('.as-bar').append(barHTML)\r\n$this.find('.as-bar .dot').eq(0).addClass('active')\r\n    \r\ntextContainer.each(function(){\r\n    var texts = $(this).find('.elementor-widget').eq(0)\r\n    texts.addClass('currentUp')\r\n    $(this).css('--h', texts.height()+'px')\r\n})\r\n\r\nsetTimeout(function(){\r\n    $this.addClass('loaded')\r\n    if($this.find('.as-side-slider .swiper-container-initialized, .as-side-slider .swiper-initialized').length){\r\n        $this.find('.as-side-slider').addClass('loaded')\r\n    }\r\n\r\n    var init = setInterval(function(){\r\n        if($this.find('.as-side-slider .swiper-container-initialized, .as-side-slider .swiper-initialized').length){\r\n\r\n            $this.find('.as-side-slider').addClass('loaded')\r\n            clearInterval(init)\r\n        }\r\n    },50)\r\n}, 500)\r\n\r\nvar bgs = JSON.parse($this.attr('data-settings')).background_slideshow_gallery,\r\n    bgHTML = '<div class=\"as-slider-background\">'\r\n\r\nif(bgs){\r\n    bgs.forEach(function(background){\r\n        bgHTML += `<img decoding=\"async\" src=\"${background.url}\"\/>`\r\n    })\r\n}\r\nbgHTML += '<\/div>'\r\n\r\n$this.find('.as-slider-background').remove()\r\n$this.prepend(bgHTML)\r\n\r\nvar backgrounds = $this.find('.as-slider-background img')\r\n\r\nbackgrounds.eq(0).addClass('currentForward')\r\n\r\nsetInterval(function(){\r\n    currentSlide = $this.find('.as-side-slider .swiper-slide-active').attr('data-swiper-slide-index')\r\n    if(previousSlide != currentSlide) {\r\n\r\n        if( previousSlide < currentSlide ){\r\n            forward = true\r\n        }\r\n        if( previousSlide > currentSlide ){\r\n            forward = false\r\n        }\r\n        if( previousSlide == slideNumber - 1 && currentSlide == 0 ){\r\n            forward = true\r\n        }\r\n        if( previousSlide == 0 && currentSlide == slideNumber - 1 ){\r\n            forward = false\r\n        }\r\n        textContainer.each(function(){\r\n            var texts = $(this).find('.elementor-widget')\r\n            \r\n            $(this).css('--h', texts.eq(currentSlide).height()+'px')\r\n            \r\n            texts.removeClass('prev next currentUp currentDown')\r\n            backgrounds.removeClass('prev currentBackward currentForward')\r\n            \r\n            backgrounds.eq(previousSlide).addClass('prev')\r\n            \r\n            if(forward) {\r\n                texts.eq(previousSlide).addClass('prev')\r\n                texts.eq(currentSlide).addClass('currentUp')\r\n                \r\n                backgrounds.eq(currentSlide).addClass('currentForward')\r\n                \r\n            }else{\r\n                texts.eq(previousSlide).addClass('next')\r\n                texts.eq(currentSlide).addClass('currentDown')\r\n\r\n                backgrounds.eq(currentSlide).addClass('currentBackward')\r\n            }\r\n        })\r\n        \r\n        $this.find('.as-bar .dot').removeClass('active')\r\n        $this.find('.as-bar .dot').eq(currentSlide).addClass('active')\r\n    }\r\n    previousSlide = currentSlide\r\n}, 500)\r\n\r\n$this.find('.as-bar .dot').on('click', function(){\r\n    \r\n    var index = $(this).index()\r\n    \r\n    $this.find('.as-side-slider .swiper-pagination-bullet').eq(index).trigger('click')\r\n    $this.find('.as-side-slider .swiper-container').trigger('mouseleave')\r\n    \r\n})\r\n$this.find('.as-slider-left').on('click', function(){\r\n    \r\n    $this.find('.as-side-slider .elementor-swiper-button-prev').trigger('click')\r\n    $this.find('.as-side-slider .elementor-swiper').trigger('mouseleave')\r\n})\r\n$this.find('.as-slider-right').on('click', function(){\r\n    \r\n    $this.find('.as-side-slider .elementor-swiper-button-next').trigger('click')\r\n    $this.find('.as-side-slider .elementor-swiper').trigger('mouseleave')\r\n})\r\n$this.find('.as-slider-left a, .as-slider-right a').on('click', function(e){\r\n    \r\n    e.preventDefault()\r\n})\r\n\r\n})\r\n})\r\n\r\n$(window).on('resize', function(){\r\n    \r\n    \r\n$('.as-slider').each(function(){\r\n    \r\n    var textContainer = $(this).find('.as-changing-widget')\r\n    \r\n    textContainer.each(function(){\r\n        var texts = $(this).find('.elementor-widget.currentUp, .elementor-widget.currentDown')\r\n    \r\n        $(this).css('--h', texts.height()+'px')\r\n    })\r\n})\r\n})\r\n\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18f15b18 as-side-slider elementor-widget-mobile__width-initial elementor-testimonial--skin-default elementor-testimonial--layout-image_inline elementor-testimonial--align-center elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel\" data-id=\"18f15b18\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_per_view&quot;:&quot;5&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;slides_per_view_tablet&quot;:&quot;3&quot;,&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;slides_per_view_mobile&quot;:&quot;3&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;loop&quot;:&quot;yes&quot;}\" data-widget_type=\"testimonial-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Frame-29.png\" alt=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Frame-25.png\" alt=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Frame-27.png\" alt=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Frame-26.png\" alt=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Frame-28.png\" alt=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/Frame-30.png\" alt=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/frame_31.webp\" alt=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/frame_33.webp\" alt=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/11\/e4m_health_wellness_marketing.webp\" alt=\"\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f438571 e-flex e-con-boxed e-con e-child\" data-id=\"5f438571\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1390e21d as-slider-left elementor-absolute elementor-widget elementor-widget-button\" data-id=\"1390e21d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-left\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c395f70 as-slider-right elementor-absolute elementor-widget elementor-widget-button\" data-id=\"c395f70\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-arrow-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8fd3c5a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8fd3c5a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-94f1167\" data-id=\"94f1167\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-18935a0 elementor-widget elementor-widget-heading\" data-id=\"18935a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Knowledge Partner<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9c18ef7 e-flex e-con-boxed e-con e-parent\" data-id=\"9c18ef7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6301350 e-con-full e-flex e-con e-child\" data-id=\"6301350\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-81ec267 elementor-widget elementor-widget-image\" data-id=\"81ec267\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"150\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/06\/Embecta-3.png\" class=\"attachment-full size-full wp-image-6427\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/06\/Embecta-3.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/06\/Embecta-3-18x9.png 18w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-907f8bf e-con-full e-flex e-con e-child\" data-id=\"907f8bf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8ec2777 elementor-widget elementor-widget-image\" data-id=\"8ec2777\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"644\" height=\"641\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/ismnlogo.png\" class=\"attachment-full size-full wp-image-8203\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/ismnlogo.png 644w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/ismnlogo-300x300.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/ismnlogo-150x150.png 150w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2024\/12\/ismnlogo-12x12.png 12w\" sizes=\"(max-width: 644px) 100vw, 644px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-de079c9 e-con-full e-flex e-con e-child\" data-id=\"de079c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a57057c elementor-widget elementor-widget-image\" data-id=\"a57057c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"282\" height=\"277\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Atharv-Ability.png\" class=\"attachment-full size-full wp-image-8777\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Atharv-Ability.png 282w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/04\/Atharv-Ability-12x12.png 12w\" sizes=\"(max-width: 282px) 100vw, 282px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f244618 e-con-full e-flex e-con e-child\" data-id=\"f244618\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2523b1c elementor-widget elementor-widget-image\" data-id=\"2523b1c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1327\" height=\"560\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/05\/Infiheal.webp\" class=\"attachment-full size-full wp-image-8995\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/05\/Infiheal.webp 1327w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/05\/Infiheal-300x127.webp 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/05\/Infiheal-1024x432.webp 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/05\/Infiheal-768x324.webp 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/05\/Infiheal-18x8.webp 18w\" sizes=\"(max-width: 1327px) 100vw, 1327px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-de4d48c e-flex e-con-boxed e-con e-parent\" data-id=\"de4d48c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b3db04 elementor-widget elementor-widget-heading\" data-id=\"2b3db04\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df8b8be elementor-widget elementor-widget-image\" data-id=\"df8b8be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1968\" src=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/11\/Comparision-Chart-scaled.png\" class=\"attachment-full size-full wp-image-9210\" alt=\"\" srcset=\"https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/11\/Comparision-Chart-scaled.png 2560w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/11\/Comparision-Chart-300x231.png 300w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/11\/Comparision-Chart-1024x787.png 1024w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/11\/Comparision-Chart-768x590.png 768w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/11\/Comparision-Chart-1536x1181.png 1536w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/11\/Comparision-Chart-2048x1575.png 2048w, https:\/\/humrahi.co.in\/wp-content\/uploads\/2025\/11\/Comparision-Chart-16x12.png 16w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd2c085 e-flex e-con-boxed e-con e-parent\" data-id=\"cd2c085\" data-element_type=\"container\" data-e-type=\"container\" id=\"FAQ\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2bd901d e-con-full e-flex e-con e-child\" data-id=\"2bd901d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c7918b elementor-widget elementor-widget-heading\" data-id=\"7c7918b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62d2c67 elementor-widget elementor-widget-htmega-tab-addons\" data-id=\"62d2c67\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"htmega-tab-addons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"htmega-tab-area htmega-tab-style-1\">\n\n                <div class=\"htmega-tab-nav htb-nav htmega-tab-menu-style-1\" role=\"tablist\">\n                    <a class=\"htb-nav-link htb-active htb-show elementor-repeater-item-f6db36a\" href=\"#htmegatab-62d2c671\" data-toggle=\"htbtab\" role=\"tab\">Obesity<\/a><a class=\"htb-nav-link  elementor-repeater-item-2dbd2fd\" href=\"#htmegatab-62d2c672\" data-toggle=\"htbtab\" role=\"tab\">Diabetes<\/a><a class=\"htb-nav-link  elementor-repeater-item-6eefb79\" href=\"#htmegatab-62d2c673\" data-toggle=\"htbtab\" role=\"tab\">Heart Health<\/a><a class=\"htb-nav-link  elementor-repeater-item-7f9891c\" href=\"#htmegatab-62d2c674\" data-toggle=\"htbtab\" role=\"tab\">PCOS PCOD<\/a>                <\/div>\n\n                <div class=\"htmega-tab-content-area htb-tab-content\">\n                    <div class=\"htmega-single-tab htb-tab-pane htb-fade htb-active htb-show elementor-repeater-item-f6db36a\" id=\"htmegatab-62d2c671\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"9432\" class=\"elementor elementor-9432\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-accf976 e-flex e-con-boxed e-con e-parent\" data-id=\"accf976\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dcd0cba elementor-widget elementor-widget-toggle\" data-id=\"dcd0cba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2311\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2311\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is obesity a disease?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2311\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2311\"><p>Yes, Obesity is having too much body fat and is a serious health condition because it increases the risk of problems like heart disease, diabetes, high blood pressure, high cholesterol, liver disease, and some cancers.<sup>1<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2312\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2312\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can obesity be cured permanently?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2312\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2312\"><p>No, Obesity is a lifelong condition where obesity medicines can help people lose weight.\u00a0 However, when the medicines are stopped, body weight usually returns to the starting level or to what lifestyle habits can maintain.<sup>2<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2313\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2313\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Why is weight loss difficult for some people?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2313\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2313\"><p>Weight loss is tough for some due to factors such as genes, hormones that boost hunger after dieting, slower metabolism (how the body processes food and energy), and habits. Chemicals released from the brain, like dopamine, increase cravings after weight loss<sup>. <\/sup>and make it harder to maintain weight loss.<sup>3<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2314\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2314\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is BMI the only way to measure obesity?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2314\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2314\"><p>No, body mass index (BMI) is not the only, nor the most accurate, way to measure obesity. While it is a commonly used tool based on height and weight, it fails to differentiate between fat and muscle mass or assess fat distribution. Better, more accurate methods include waist circumference, waist-to-hip ratio, and body fat percentage.\u00a0<sup>4<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2315\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2315\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What is healthy weight loss?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2315\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2315\"><p>Healthy weight loss is\u00a0a gradual process of losing\u00a01 to 2 pounds (0.5\u20131 kg) per week\u00a0by eating a balanced diet, regular exercise, and behaviour changes, rather than extreme dieting. It focuses on long-term health improvements, such as eating whole foods, increasing activity, and managing stress.\u00a0<sup>5<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2316\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2316\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can obesity cause joint pain?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2316\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2316\"><p>Yes, being overweight is a major reason for joint pain. Extra body weight puts more pressure on joints like the knees and hips, which can wear them out faster. In fact, people who are obese are about 20 times more likely to need a knee replacement than those who are not overweight.\u00a0<sup>6<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2317\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-2317\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How much exercise is enough?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2317\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-2317\"><p>For an obese person,\u00a0a minimum of 150 minutes per week\u00a0of moderate-intensity aerobic activity (e.g., brisk walking, swimming, dancing) is advised to improve health and manage weight. For significant weight loss, it is suggested to progress to 200\u2013300 minutes per week, including running and fitness classes.<sup>7 <\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2318\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-2318\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Why does weight come back after dieting?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2318\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-2318\"><p>People often gain weight back after dieting because the body tries to go back to the weight it is used to. After losing weight, the body may burn calories more slowly and makes us feel hungrier, which makes it harder to keep the weight off. Making small, steady lifestyle changes and following healthy habits can help the body adjust gradually.<sup>8<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2319\" class=\"elementor-tab-title\" data-tab=\"9\" role=\"button\" aria-controls=\"elementor-tab-content-2319\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Does stress really affect weight?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2319\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"9\" role=\"region\" aria-labelledby=\"elementor-tab-title-2319\"><p>Yes, stress can affect our weight. It increases a hormone that can make us feel hungrier and store more fat, especially around the belly. Managing stress with relaxation, healthy eating, and regular exercise can help control weight.<sup>9<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-23110\" class=\"elementor-tab-title\" data-tab=\"10\" role=\"button\" aria-controls=\"elementor-tab-content-23110\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">When should I seek medical help for obesity?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-23110\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"10\" role=\"region\" aria-labelledby=\"elementor-tab-title-23110\"><p>Medical help for weight issues should be considered when excess weight starts affecting overall health or daily activities, or when BMI is 30 or higher, as this increases the risk of serious health problems. A doctor can assess overall health and recommend the most suitable treatment plan.<sup>10<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-23111\" class=\"elementor-tab-title\" data-tab=\"11\" role=\"button\" aria-controls=\"elementor-tab-content-23111\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do weight loss medicines work? <\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-23111\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"11\" role=\"region\" aria-labelledby=\"elementor-tab-title-23111\"><p>Weight-loss medicines can help, but they work best when used along with a proper weight-management plan. Most of these medicines work by reducing hunger, helping feel full sooner, or both. Healthy eating, regular exercise, and lifestyle changes are important for good results.<sup>11<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-23112\" class=\"elementor-tab-title\" data-tab=\"12\" role=\"button\" aria-controls=\"elementor-tab-content-23112\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Does obesity always lead to diabetes?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-23112\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"12\" role=\"region\" aria-labelledby=\"elementor-tab-title-23112\"><p>No, obesity does not always lead to diabetes. However, people who are overweight are about 10 times more likely to develop type 2 diabetes, which is the most common type. Although type 2 diabetes can usually be managed well, excess weight greatly increases the risk.<sup>12<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Is obesity a disease?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Yes, Obesity is having too much body fat and is a serious health condition because it increases the risk of problems like heart disease, diabetes, high blood pressure, high cholesterol, liver disease, and some cancers.<sup>1<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Can obesity be cured permanently?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>No, Obesity is a lifelong condition where obesity medicines can help people lose weight.\\u00a0 However, when the medicines are stopped, body weight usually returns to the starting level or to what lifestyle habits can maintain.<sup>2<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Why is weight loss difficult for some people?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Weight loss is tough for some due to factors such as genes, hormones that boost hunger after dieting, slower metabolism (how the body processes food and energy), and habits. Chemicals released from the brain, like dopamine, increase cravings after weight loss<sup>. <\\\/sup>and make it harder to maintain weight loss.<sup>3<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Is BMI the only way to measure obesity?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>No, body mass index (BMI) is not the only, nor the most accurate, way to measure obesity. While it is a commonly used tool based on height and weight, it fails to differentiate between fat and muscle mass or assess fat distribution. Better, more accurate methods include waist circumference, waist-to-hip ratio, and body fat percentage.\\u00a0<sup>4<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"What is healthy weight loss?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Healthy weight loss is\\u00a0a gradual process of losing\\u00a01 to 2 pounds (0.5\\u20131 kg) per week\\u00a0by eating a balanced diet, regular exercise, and behaviour changes, rather than extreme dieting. It focuses on long-term health improvements, such as eating whole foods, increasing activity, and managing stress.\\u00a0<sup>5<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Can obesity cause joint pain?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Yes, being overweight is a major reason for joint pain. Extra body weight puts more pressure on joints like the knees and hips, which can wear them out faster. In fact, people who are obese are about 20 times more likely to need a knee replacement than those who are not overweight.\\u00a0<sup>6<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"How much exercise is enough?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>For an obese person,\\u00a0a minimum of 150 minutes per week\\u00a0of moderate-intensity aerobic activity (e.g., brisk walking, swimming, dancing) is advised to improve health and manage weight. For significant weight loss, it is suggested to progress to 200\\u2013300 minutes per week, including running and fitness classes.<sup>7 <\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Why does weight come back after dieting?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>People often gain weight back after dieting because the body tries to go back to the weight it is used to. After losing weight, the body may burn calories more slowly and makes us feel hungrier, which makes it harder to keep the weight off. Making small, steady lifestyle changes and following healthy habits can help the body adjust gradually.<sup>8<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Does stress really affect weight?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Yes, stress can affect our weight. It increases a hormone that can make us feel hungrier and store more fat, especially around the belly. Managing stress with relaxation, healthy eating, and regular exercise can help control weight.<sup>9<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"When should I seek medical help for obesity?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Medical help for weight issues should be considered when excess weight starts affecting overall health or daily activities, or when BMI is 30 or higher, as this increases the risk of serious health problems. A doctor can assess overall health and recommend the most suitable treatment plan.<sup>10<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Do weight loss medicines work?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Weight-loss medicines can help, but they work best when used along with a proper weight-management plan. Most of these medicines work by reducing hunger, helping feel full sooner, or both. Healthy eating, regular exercise, and lifestyle changes are important for good results.<sup>11<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Does obesity always lead to diabetes?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>No, obesity does not always lead to diabetes. However, people who are overweight are about 10 times more likely to develop type 2 diabetes, which is the most common type. Although type 2 diabetes can usually be managed well, excess weight greatly increases the risk.<sup>12<\\\/sup><\\\/p>\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ff82bd elementor-widget elementor-widget-text-editor\" data-id=\"9ff82bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>References:<\/strong><\/p><ol><li><a href=\"https:\/\/www.mayoclinic.org\/diseases-conditions\/obesity\/symptoms-causes\/syc-20375742\">https:\/\/www.mayoclinic.org\/diseases-conditions\/obesity\/symptoms-causes\/syc-20375742<\/a><\/li><li>Garvey WT. Is obesity or adiposity-based chronic disease curable: the set point theory, the environment, and second-generation medications. Endocrine Practice. 2022 Feb 1;28(2):214-22.<\/li><li>Evert AB, Franz MJ. Why weight loss maintenance is difficult? Diabetes Spectrum. 2017 Aug 1;30(3):153-6.<\/li><li>Translating Knowledge of Foundational Drivers of Obesity into Practice: Proceedings of a Workshop Series.<a href=\"https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK594362\/#:~:text=Highlights%20from%20the%20Speaker%20Presentation,risk%20of%20mortality%2C%20and%20costs\">https:\/\/www.ncbi.nlm.nih.gov\/books\/NBK594362\/#:~:text=Highlights%20from%20the%20Speaker%20Presentation,risk%20of%20mortality%2C%20and%20costs<\/a>.<\/li><li>Weight loss: 6 strategies for success. <a href=\"https:\/\/www.mayoclinic.org\/healthy-lifestyle\/weight-loss\/in-depth\/weight-loss\/art-20047752\">https:\/\/www.mayoclinic.org\/healthy-lifestyle\/weight-loss\/in-depth\/weight-loss\/art-20047752<\/a><\/li><li>American Academy of Orthopaedic Surgeons. Position statement. The impact of obesity on bone and joint health. <a href=\"https:\/\/www.aaos.org\/contentassets\/1cd7f41417ec4dd4b5c4c48532183b96\/1184-the-impact-of-obesity-on-bone-and-joint-health1.pdf\">https:\/\/www.aaos.org\/contentassets\/1cd7f41417ec4dd4b5c4c48532183b96\/1184-the-impact-of-obesity-on-bone-and-joint-health1.pdf<\/a><\/li><li>Obesity and\u00a0Exercise. <a href=\"https:\/\/obesitymedicine.org\/blog\/obesity-and-exercise\/\">https:\/\/obesitymedicine.org\/blog\/obesity-and-exercise\/<\/a><\/li><li>Anderson Cancer Center. Does your body have a set point weight, and can you change it? Available at <a href=\"https:\/\/www.mdanderson.org\/cancerwise\/does-your-body-have-a-set-point-weight--and-can-you-change-it.h00-159852978.html\">https:\/\/www.mdanderson.org\/cancerwise\/does-your-body-have-a-set-point-weight&#8211;and-can-you-change-it.h00-159852978.html<\/a> Accessed on 13_2026.<\/li><li>Brown University Health. Does Stress Cause Weight Gain? Available at <a href=\"https:\/\/www.brownhealth.org\/be-well\/does-stress-cause-weight-gain\">https:\/\/www.brownhealth.org\/be-well\/does-stress-cause-weight-gain<\/a> Accessed on 13_2026.<\/li><li>Obesity: What It Is, Classes, Symptoms, Causes. Available at <a href=\"https:\/\/my.clevelandclinic.org\/health\/diseases\/11209-weight-control-and-obesity\">https:\/\/my.clevelandclinic.org\/health\/diseases\/11209-weight-control-and-obesity<\/a> Accessed on 13_2026.<\/li><li>Prescription weight-loss drugs &#8211; Mayo Clinic. Available at <a href=\"https:\/\/www.mayoclinic.org\/healthy-lifestyle\/weight-loss\/in-depth\/weight-loss-drugs\/art-20044832\">https:\/\/www.mayoclinic.org\/healthy-lifestyle\/weight-loss\/in-depth\/weight-loss-drugs\/art-20044832<\/a> Accessed on 13_2026.<\/li><li>The Link Between Obesity and Diabetes. Available at <a href=\"https:\/\/www.templehealth.org\/about\/blog\/how-obesity-diabetes-are-linked%20Accessed%20on%2013_2026\">https:\/\/www.templehealth.org\/about\/blog\/how-obesity-diabetes-are-linked Accessed on 13_2026<\/a>.<\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"htmega-single-tab htb-tab-pane htb-fade  elementor-repeater-item-2dbd2fd\" id=\"htmegatab-62d2c672\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"7747\" class=\"elementor elementor-7747\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-accf976 e-flex e-con-boxed e-con e-parent\" data-id=\"accf976\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dcd0cba elementor-widget elementor-widget-toggle\" data-id=\"dcd0cba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2311\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2311\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What is the role of carbohydrates in diabetes management<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2311\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2311\"><p>Carbohydrates directly affect blood sugar levels. Monitoring carbohydrate intake is crucial for individuals with diabetes as it helps manage blood sugar levels. It&#8217;s important to choose healthy, complex carbohydrates (such as whole grains, legumes, and vegetables) over simple carbohydrates (such as refined sugars) to maintain stable blood sugar levels.<a href=\"https:\/\/humrahi.co.in\/references\/\"><sup>21<\/sup><\/a><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2312\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2312\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What are the potential complications of uncontrolled diabetes?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2312\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2312\"><p>Uncontrolled diabetes can lead to various complications over time. These may include cardiovascular disease, kidney damage, nerve damage (neuropathy), eye problems (retinopathy), foot ulcers, and an increased risk of infections. Maintaining good blood sugar control, along with regular monitoring and appropriate management, is essential in reducing the risk of complications.<a href=\"https:\/\/humrahi.co.in\/references\/\"><sup>22<\/sup><\/a><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2313\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2313\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is it possible to prevent or delay the onset of type 2 diabetes?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2313\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2313\"><p>Yes, it is possible to prevent or delay the onset of type 2 diabetes through lifestyle modifications. Adopting a healthy eating plan, engaging in regular physical activity, maintaining a healthy weight, and avoiding tobacco use are key preventive measures. Regular check-ups, awareness of family history, and early detection of prediabetes can also contribute to diabetes prevention or delay <a href=\"https:\/\/humrahi.co.in\/references\/\"><sup>23,24<\/sup><\/a><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2314\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2314\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can exercise help in managing diabetes?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2314\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2314\"><p>Absolutely! Exercise plays a vital role in diabetes management. Physical activity helps improve insulin sensitivity, allowing cells to effectively use blood sugar for energy. Engaging in regular exercise can help control blood sugar levels, reduce insulin resistance, promote weight management, and improve overall cardiovascular health.<a href=\"https:\/\/humrahi.co.in\/references\/\"><sup>25<\/sup><\/a><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2315\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2315\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Are there any specific dietary recommendations for diabetes?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2315\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2315\"><p>Following a balanced and individualized meal plan is crucial for diabetes management. It typically involves consuming a variety of nutrient-rich foods, controlling portion sizes, and monitoring carbohydrate intake. Incorporating lean proteins, healthy fats, whole grains, fruits, and vegetables is recommended. Consulting a registered dietitian can provide personalized guidance based on individual needs.<a href=\"https:\/\/humrahi.co.in\/references\/\"><sup>26<\/sup><\/a><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2316\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2316\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What is the importance of blood glucose monitoring?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2316\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2316\"><p>Blood glucose monitoring is a fundamental aspect of diabetes management. By regularly checking blood sugar levels, individuals can assess how their body responds to various factors such as food, physical activity, and medications. It helps in making informed decisions about adjustments to diet, exercise, and insulin doses to maintain optimal blood sugar control.<a href=\"https:\/\/humrahi.co.in\/references\/\"><sup>27<\/sup><\/a><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2317\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-2317\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can stress affect blood sugar levels in people with diabetes?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2317\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-2317\"><p>Yes, stress can impact blood sugar levels in individuals with diabetes. During periods of stress, hormones like cortisol and adrenaline are released, which can lead to elevated blood sugar levels. It&#8217;s important to incorporate stress management techniques such as exercise, mindfulness, and relaxation strategies to help mitigate the effects of stress on blood sugar control.<a href=\"https:\/\/humrahi.co.in\/references\/\"><sup>28<\/sup><\/a><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2318\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-2318\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is it safe for people with diabetes to consume artificial sweeteners?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2318\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-2318\"><p>Artificial sweeteners, when consumed in moderation, can be a safe alternative to sugar for individuals with diabetes. They provide sweetness without significantly affecting blood sugar levels. However, it&#8217;s important to read labels and choose sweeteners that are approved by relevant health authorities. As with any food or ingredient, individual responses may vary, so it&#8217;s advisable to monitor blood sugar levels and consult with a healthcare provider if needed.<a href=\"https:\/\/humrahi.co.in\/references\/\"><sup>29<\/sup><\/a><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What is the role of carbohydrates in diabetes management\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Carbohydrates directly affect blood sugar levels. Monitoring carbohydrate intake is crucial for individuals with diabetes as it helps manage blood sugar levels. It&#8217;s important to choose healthy, complex carbohydrates (such as whole grains, legumes, and vegetables) over simple carbohydrates (such as refined sugars) to maintain stable blood sugar levels.<a href=\\\"https:\\\/\\\/humrahi.co.in\\\/references\\\/\\\"><sup>21<\\\/sup><\\\/a><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"What are the potential complications of uncontrolled diabetes?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Uncontrolled diabetes can lead to various complications over time. These may include cardiovascular disease, kidney damage, nerve damage (neuropathy), eye problems (retinopathy), foot ulcers, and an increased risk of infections. Maintaining good blood sugar control, along with regular monitoring and appropriate management, is essential in reducing the risk of complications.<a href=\\\"https:\\\/\\\/humrahi.co.in\\\/references\\\/\\\"><sup>22<\\\/sup><\\\/a><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Is it possible to prevent or delay the onset of type 2 diabetes?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Yes, it is possible to prevent or delay the onset of type 2 diabetes through lifestyle modifications. Adopting a healthy eating plan, engaging in regular physical activity, maintaining a healthy weight, and avoiding tobacco use are key preventive measures. Regular check-ups, awareness of family history, and early detection of prediabetes can also contribute to diabetes prevention or delay <a href=\\\"https:\\\/\\\/humrahi.co.in\\\/references\\\/\\\"><sup>23,24<\\\/sup><\\\/a><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Can exercise help in managing diabetes?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Absolutely! Exercise plays a vital role in diabetes management. Physical activity helps improve insulin sensitivity, allowing cells to effectively use blood sugar for energy. Engaging in regular exercise can help control blood sugar levels, reduce insulin resistance, promote weight management, and improve overall cardiovascular health.<a href=\\\"https:\\\/\\\/humrahi.co.in\\\/references\\\/\\\"><sup>25<\\\/sup><\\\/a><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Are there any specific dietary recommendations for diabetes?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Following a balanced and individualized meal plan is crucial for diabetes management. It typically involves consuming a variety of nutrient-rich foods, controlling portion sizes, and monitoring carbohydrate intake. Incorporating lean proteins, healthy fats, whole grains, fruits, and vegetables is recommended. Consulting a registered dietitian can provide personalized guidance based on individual needs.<a href=\\\"https:\\\/\\\/humrahi.co.in\\\/references\\\/\\\"><sup>26<\\\/sup><\\\/a><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"What is the importance of blood glucose monitoring?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Blood glucose monitoring is a fundamental aspect of diabetes management. By regularly checking blood sugar levels, individuals can assess how their body responds to various factors such as food, physical activity, and medications. It helps in making informed decisions about adjustments to diet, exercise, and insulin doses to maintain optimal blood sugar control.<a href=\\\"https:\\\/\\\/humrahi.co.in\\\/references\\\/\\\"><sup>27<\\\/sup><\\\/a><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Can stress affect blood sugar levels in people with diabetes?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Yes, stress can impact blood sugar levels in individuals with diabetes. During periods of stress, hormones like cortisol and adrenaline are released, which can lead to elevated blood sugar levels. It&#8217;s important to incorporate stress management techniques such as exercise, mindfulness, and relaxation strategies to help mitigate the effects of stress on blood sugar control.<a href=\\\"https:\\\/\\\/humrahi.co.in\\\/references\\\/\\\"><sup>28<\\\/sup><\\\/a><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Is it safe for people with diabetes to consume artificial sweeteners?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Artificial sweeteners, when consumed in moderation, can be a safe alternative to sugar for individuals with diabetes. They provide sweetness without significantly affecting blood sugar levels. However, it&#8217;s important to read labels and choose sweeteners that are approved by relevant health authorities. As with any food or ingredient, individual responses may vary, so it&#8217;s advisable to monitor blood sugar levels and consult with a healthcare provider if needed.<a href=\\\"https:\\\/\\\/humrahi.co.in\\\/references\\\/\\\"><sup>29<\\\/sup><\\\/a><\\\/p>\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"htmega-single-tab htb-tab-pane htb-fade  elementor-repeater-item-6eefb79\" id=\"htmegatab-62d2c673\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"7751\" class=\"elementor elementor-7751\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-accf976 e-flex e-con-boxed e-con e-parent\" data-id=\"accf976\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dcd0cba elementor-widget elementor-widget-toggle\" data-id=\"dcd0cba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2311\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2311\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What can cause heart failure?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2311\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2311\"><p>Undetected or uncontrolled, high blood pressure can cause heart failure<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2312\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2312\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is mental health related to heart health?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2312\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2312\"><p>Yes, mental health can worsen heart problems. Mental health can positively or negatively affect your physical health and can increase chances of heart failure and stroke.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2313\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2313\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Which exercise is generally safe for individuals with heart failure?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2313\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2313\"><p>Low- to moderate-intensity aerobic training is recommended to decrease the risk of heart failure.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2314\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2314\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\"> Which food results in high levels of cholesterol?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2314\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2314\"><p>Meat and poultry are two major foods that result in high levels of cholesterol.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2315\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2315\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">What are the reasons for high blood pressure?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2315\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2315\"><p>Major reasons for high blood pressure are lack of exercise, consuming alcohol, smoking and being overweight.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2316\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2316\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Blood pressure is dependent on which factors?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2316\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2316\"><p>Blood pressure is dependent on how much fluid is present in the body. \u200bWhen the heart pumps more blood and if the arteries are narrow, it can cause higher blood pressure.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2317\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-2317\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Which lifestyle change can make high cholesterol levels better?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2317\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-2317\"><p>Stopping smoking is beneficial in controlling high cholesterol levels as it increases the \u201cgood\u201d cholesterol &#8211; high density lipoprotein (HDL).<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What can cause heart failure?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Undetected or uncontrolled, high blood pressure can cause heart failure<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Is mental health related to heart health?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Yes, mental health can worsen heart problems. Mental health can positively or negatively affect your physical health and can increase chances of heart failure and stroke.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Which exercise is generally safe for individuals with heart failure?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Low- to moderate-intensity aerobic training is recommended to decrease the risk of heart failure.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Which food results in high levels of cholesterol?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Meat and poultry are two major foods that result in high levels of cholesterol.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"What are the reasons for high blood pressure?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Major reasons for high blood pressure are lack of exercise, consuming alcohol, smoking and being overweight.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Blood pressure is dependent on which factors?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Blood pressure is dependent on how much fluid is present in the body. \\u200bWhen the heart pumps more blood and if the arteries are narrow, it can cause higher blood pressure.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Which lifestyle change can make high cholesterol levels better?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Stopping smoking is beneficial in controlling high cholesterol levels as it increases the \\u201cgood\\u201d cholesterol &#8211; high density lipoprotein (HDL).<\\\/p>\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div><div class=\"htmega-single-tab htb-tab-pane htb-fade  elementor-repeater-item-7f9891c\" id=\"htmegatab-62d2c674\" role=\"tabpanel\"><div class=\"htmega-tab-content\">\t\t<div data-elementor-type=\"section\" data-elementor-id=\"9601\" class=\"elementor elementor-9601\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<div class=\"elementor-element elementor-element-accf976 e-flex e-con-boxed e-con e-parent\" data-id=\"accf976\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dcd0cba elementor-widget elementor-widget-toggle\" data-id=\"dcd0cba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2311\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2311\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is PCOS linked to diabetes & obesity?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2311\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2311\"><p>Women with PCOS are more likely to develop problems like diabetes and weight gain due to changes in how their body processes food and energy, affecting both physical and mental health. Nonetheless, prompt diagnosis, appropriate management, and maintaining a healthy weight can substantially decrease the likelihood of developing these long-term complications.<sup>1<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2312\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2312\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can PCOS be managed without weight loss?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2312\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2312\"><p>In overweight women with PCOS, reducing excess body weight can markedly improve symptoms and lower the risk of long-term metabolic and reproductive complications. Even a modest weight reduction of around 5% of total body weight has been shown to result in meaningful clinical improvement<strong>.<\/strong><sup>2<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2313\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2313\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Do all women with PCOS gain weight?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2313\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2313\"><p>No, not all women with PCOS gain weight. While many women with PCOS may experience being overweight or obesity, the condition can also occur in women with a normal or lean body type.<sup>3,4<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2314\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2314\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Lean mass vs fat mass \u2013 what matters more?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2314\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2314\"><p>In PCOS, the type of weight matters more than just the number on the scale. Reducing body fat and building more muscle can help balance hormones and control blood sugar. Even losing around 5% of body weight can make a noticeable difference in symptoms.<sup>2,5<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2315\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2315\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can lean women also have PCOS?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2315\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2315\"><p>Yes, women who are slim or have a normal body weight can also have PCOS. Even though they may not be overweight, they can still have hormone imbalances related to the condition. While weight-related health problems may be less common in lean women with PCOS, issues like difficulty controlling blood sugar (insulin resistance) and other PCOS symptoms can still occur.<sup>6<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2316\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2316\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How early should PCOS be treated?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2316\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2316\"><p>PCOS should be treated as soon as it is diagnosed. Starting treatment early can help prevent future problems related to the uterus, protect fertility, and reduce other long-term health risks.<sup>7,8<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2317\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-2317\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-chevron-down\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-chevron-up\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is PCOS curable?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2317\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-2317\"><p>No, PCOS does not currently have a cure. However, its symptoms can be effectively managed through lifestyle changes, medications, and fertility treatments, which can help improve symptoms, support fertility, and reduce the risk of long-term health problems.<sup>1<\/sup><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Is PCOS linked to diabetes & obesity?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Women with PCOS are more likely to develop problems like diabetes and weight gain due to changes in how their body processes food and energy, affecting both physical and mental health. Nonetheless, prompt diagnosis, appropriate management, and maintaining a healthy weight can substantially decrease the likelihood of developing these long-term complications.<sup>1<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Can PCOS be managed without weight loss?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>In overweight women with PCOS, reducing excess body weight can markedly improve symptoms and lower the risk of long-term metabolic and reproductive complications. Even a modest weight reduction of around 5% of total body weight has been shown to result in meaningful clinical improvement<strong>.<\\\/strong><sup>2<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Do all women with PCOS gain weight?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>No, not all women with PCOS gain weight. While many women with PCOS may experience being overweight or obesity, the condition can also occur in women with a normal or lean body type.<sup>3,4<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Lean mass vs fat mass \\u2013 what matters more?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>In PCOS, the type of weight matters more than just the number on the scale. Reducing body fat and building more muscle can help balance hormones and control blood sugar. Even losing around 5% of body weight can make a noticeable difference in symptoms.<sup>2,5<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Can lean women also have PCOS?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Yes, women who are slim or have a normal body weight can also have PCOS. Even though they may not be overweight, they can still have hormone imbalances related to the condition. While weight-related health problems may be less common in lean women with PCOS, issues like difficulty controlling blood sugar (insulin resistance) and other PCOS symptoms can still occur.<sup>6<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"How early should PCOS be treated?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>PCOS should be treated as soon as it is diagnosed. Starting treatment early can help prevent future problems related to the uterus, protect fertility, and reduce other long-term health risks.<sup>7,8<\\\/sup><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Is PCOS curable?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>No, PCOS does not currently have a cure. However, its symptoms can be effectively managed through lifestyle changes, medications, and fertility treatments, which can help improve symptoms, support fertility, and reduce the risk of long-term health problems.<sup>1<\\\/sup><\\\/p>\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ff82bd elementor-widget elementor-widget-text-editor\" data-id=\"9ff82bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>References:<\/strong><\/p><ol><li>World Health Organization_Polycystic ovary syndrome. Available at <a href=\"https:\/\/www.who.int\/news-room\/fact-sheets\/detail\/polycystic-ovary-syndrome\">https:\/\/www.who.int\/news-room\/fact-sheets\/detail\/polycystic-ovary-syndrome<\/a> Accessed on 13_2026.<\/li><li>NHS. Polycystic ovary syndrome \u2013 Treatment. Available at <a href=\"https:\/\/www.nhs.uk\/conditions\/polycystic-ovary-syndrome-pcos\/treatment\/\">https:\/\/www.nhs.uk\/conditions\/polycystic-ovary-syndrome-pcos\/treatment\/<\/a> Accessed on 13_2026.<\/li><li>Mayo Clinic_Polycystic ovary syndrome (PCOS): Symptoms and causes. Available at https:\/\/www.mayoclinic.org\/diseases-conditions\/pcos\/symptoms-causes\/syc-20353439 Accessed on 13_2026.<\/li><li>S. A, Bhattacharya R. Comparative study of clinical profile of lean and obese polycystic ovary syndrome women. <em>Int J Reprod Contracept Obstet Gynecol<\/em> 2016; 2530\u20132533.<\/li><li>Cai J, Yue J, Lu N, et al. Association of Fat Mass and Skeletal Muscle Mass with Cardiometabolic Risk Varied in Distinct PCOS Subtypes: A Propensity Score-Matched Case-Control Study. <em>J Clin Med <\/em>2024; 13: 483.<\/li><li>Mohapatra I, Samantaray SR. BMI and Polycystic Ovary Syndrome: Demographic Trends in Weight and Health. Cureus. Epub ahead of print 3 March 2024.<\/li><li>Okamura Y, Saito F, Takaishi K, et al. Polycystic ovary syndrome: early diagnosis and intervention are necessary for fertility preservation in young women with endometrial cancer under 35 years of age. <em>Reprod Med Biol<\/em> 2017; 16: 67\u201371.<\/li><li>Polycystic Ovary Syndrome (PCOS) | Johns Hopkins Medicine. Available at <a href=\"https:\/\/www.hopkinsmedicine.org\/health\/conditions-and-diseases\/polycystic-ovary-syndrome-pcos\">https:\/\/www.hopkinsmedicine.org\/health\/conditions-and-diseases\/polycystic-ovary-syndrome-pcos<\/a> Accessed on 13_2026.<\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div><\/div>                <\/div>\n            <\/div>\n            <script>\n                ;(function($){\n                    $(\".htb-nav a\").on(\"click\", function(){\n                        let activeId = $(this).attr(\"href\");\n                        $(this).siblings('.htb-active').removeClass('htb-active htb-show');\n                        $(this).addClass( 'htb-active htb-show' );\n\n                        let navWrapper = $(this).closest('.htmega-tab-nav');\n                        let contentWrapper = navWrapper.next();\n                        contentWrapper.find( ' > .htb-tab-pane' ).removeClass( 'htb-active htb-show' );\n                        contentWrapper.find( ' > .htb-tab-pane' + activeId ).addClass( 'htb-active htb-show' );\n                    });\n                    })(jQuery);\n                <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u276e \u276f &#10094; &#10095; Calculate Your BMI, Click here Your AI Companion for Emotional Wellbeing is here! Your AI Companion for Emotional Wellbeing is here! Choose Your Health Condition Obesity High Blood Sugar High Blood Pressure High Cholesterol Heart Failure Heart Attack PCOS PCOD About Humrahi Humrahi is an exclusive patient support program meticulously designed [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-6850","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/humrahi.co.in\/ml\/wp-json\/wp\/v2\/pages\/6850","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/humrahi.co.in\/ml\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/humrahi.co.in\/ml\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/humrahi.co.in\/ml\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/humrahi.co.in\/ml\/wp-json\/wp\/v2\/comments?post=6850"}],"version-history":[{"count":840,"href":"https:\/\/humrahi.co.in\/ml\/wp-json\/wp\/v2\/pages\/6850\/revisions"}],"predecessor-version":[{"id":9667,"href":"https:\/\/humrahi.co.in\/ml\/wp-json\/wp\/v2\/pages\/6850\/revisions\/9667"}],"wp:attachment":[{"href":"https:\/\/humrahi.co.in\/ml\/wp-json\/wp\/v2\/media?parent=6850"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}