
    /* =========================================
   HOME PAGE
========================================= */

#home-page {
    overflow: hidden;
}

.home-hero {

background: url(../new-th-img/Hero-section-banner.webp) center center / cover no-repeat;

    padding: 5rem 0;

    overflow: hidden;

}  


/* =========================================
   HERO CONTENT
========================================= */

.hero-content {
    width: 100%;
    /*max-width: 850px;*/
    margin: 0 auto;
}


/* =========================================
   BADGE
========================================= */

.hero-badge {
    display: inline-block;
    padding: 7px 20px;
    background: rgba(130, 60, 255, 0.15);
    color: #823cff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;

    margin-bottom: 12px;
     margin-top: 25px;
}


/* =========================================
   TITLE
========================================= */

.hero-title {
    margin: 0 auto;

    font-size: 44px;
    line-height: 1.12;

    font-weight: 600;

    letter-spacing: -1.5px;

    color: #050505;
}

.hero-title span {
    color: #823cff;
}


/* =========================================
   DESCRIPTION
========================================= */

.hero-description {
       margin: 12px auto 25px;


   font-size: 16px;
    line-height: 1.5;
    font-weight: 400;

    color: #111;
}


/* =========================================
   SEARCH
========================================= */

.hero-search {
  
    height: 45px;

    display: flex;
    align-items: center;

    background: #ffffff;

    border-radius: 7px;

    overflow: hidden;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
}

.hero-search input {
    width: 100%;
    height: 100%;

    border: 0;
    outline: none;

    padding: 0 15px;

    font-size: 14px;

    background: transparent;
}

.hero-search input::placeholder {
    color: #777;
}

.hero-search button {
    flex: 0 0 108px;

    height: 100%;

    border: 0;

    background: #823cff;

    color: #ffffff;

    font-size: 14px;

    cursor: pointer;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991.98px) {

    .home-hero {
        padding: 6rem 0 4rem;

        min-height: 500px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-description {
        max-width: 620px;

        font-size: 13px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767.98px) {

    .home-hero {
        min-height: auto;

        padding: 7rem 0 3rem;

        background-position: center center;
    }

    .hero-content {
        padding: 0 10px;
    }

    .hero-badge {
        font-size: 9px;

        padding: 6px 14px;

        margin-bottom: 10px;
    }

    .hero-title {
   
        font-size: 32px;

        line-height: 1.15;

        letter-spacing: -0.8px;
    }

    .hero-title br {
        display: none;
    }

    .hero-description {
        max-width: 100%;

        margin-top: 15px;

        font-size: 12px;

        line-height: 1.5;
    }

    .hero-search {
        max-width: 100%;

        height: 38px;

        margin-top: 20px;
    }

    .hero-search button {
        flex: 0 0 90px;
    }

   

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .home-hero {
        padding-top: 6rem;
    }

    .hero-title {
        font-size: 27px;
    }

    .hero-description {
        font-size: 11px;
    }

    .hero-search {
        height: 36px;
    }

    .hero-search button {
        flex: 0 0 80px;

        font-size: 10px;
    }
}


.hero-visual-section {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}




/* CENTER WHITE BOX */
.hero-category-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 39%;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    z-index: 5;
    gap:10px
}

/* CATEGORY */
.hero-category-box span {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 6px 11px;

    background: #f6ecfc;

    border-radius: 4px;

    color: #7239d8;

    font-size: 14px;
    font-weight: 500;

    white-space: nowrap;
}
.healthcare-intelligence-section {
 background: #E8FFF9;

}

.healthcare-badge {
  display: inline-block;
    padding: 10px 20px;
  background: #CEF7E7;
    border-radius: 20px;
    color: black;
    font-size: 14px;
}

.healthcare-title {
    margin: 8px 0;
    color: #111;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}

.trusted-section {
    background: #e2fff7;
}

.healthcare-trusted-section {
    background: #E8FFF9;
    padding: 52px 0;
}

.trusted-image {
    overflow: hidden;
    border-radius: 4px;
}




.trusted-list {
      row-gap: 20px;
    margin-top: 20px;
}

.trusted-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
  
}

.trusted-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: 1px solid #21b995;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #21b995;
    font-size: 15px;
    line-height: 1;
}

/* Tablet */
@media (max-width: 991px) {

    .healthcare-trusted-section {
        padding: 40px 0;
    }

    .trusted-title {
        font-size: 15px;
    }

    .trusted-item {
        font-size: 10px;
    }
    .hero-visual-section{
        display:none;
    }
}



.why-resource-section {
    background: #fff;
}

.why-resource-wrapper {
border: 1px solid #F1E6FF;
box-shadow: 0px 4px 4px 0px #00000012;
background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(80, 40, 120, 0.08);
}


/* =========================
   SECTION LABEL
========================= */

.section-label {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
  
}


/* =========================
   RESOURCE ITEMS
========================= */

.resource-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
        /* border: 1px solid #d9caff; */
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(89, 52, 180, 0.08);
    padding: 10px;
}

.resource-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #cfaeff;
    border-radius: 5px;

}
.resource-icon img{
    width:23px;
}
.resource-content h5 {
    margin: 0 0 5px;
    color: #111;
    font-size: 16px;
    font-weight: 550;
}

.resource-content p {
    margin: 0;
   
    font-size: 14px;
  
}


/* =========================
   EXPLORE BOX
========================= */

.explore-box {
 background: linear-gradient(115.35deg, rgba(130, 60, 255, 0.1222) 0%, rgba(100, 46, 196, 0.0511881) 46.52%, rgba(78, 36, 153, 0) 100%);
    border-radius: 12px;
    padding: 18px;
}

.explore-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;

    margin-bottom: 20px;
}

.explore-item img {
    width: 140px;
    height: 110px;

    flex-shrink: 0;

    object-fit: cover;

    border-radius: 6px;
}

.explore-item h5 {
      color: #111;
    font-size: 14px;
    font-weight: 600;
}

.explore-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
}


/* =========================
   SEE REPORTS
========================= */

.see-reports {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: #7535ff;
    font-size: 14px;
    text-decoration: none;

    margin-top: 2px;
}

.see-reports span {
    font-size: 20px;
    line-height: 1;
}


/* =========================
   FOOTER CTA
========================= */

.why-resource-footer {
    min-height: 65px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 10px 22px;

    border-top: 1px solid #eadcff;
}

.footer-message {
    display: flex;
    align-items: center;
    gap: 15px;

    color: #333;
    font-size: 14px;
}

.footer-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(        135deg,
        #7438ff,
        #8a32f5
    );

    border-radius: 5px;

    font-size: 18px;
}
.footer-icon img{
        width: 22px;
}

.learn-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
background: #823CFF;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
}

/* =========================================
   OUR SERVICES
========================================= */


.service-card {
    height: 100%;
    background: #f5f0ff;
    border-radius: 8px;
    padding: 8px;
    overflow: hidden;
}

.service-card img {
    display: block;
    width: 100%;
    border-radius: 7px;
}


/* =========================================
   CARD CONTENT
========================================= */

.service-card-content {
    padding: 12px 2px 8px;
}

.service-card-title {
    font-size: 16px;
    font-weight: 600;
   
}

.service-card-description {
    font-size: 14px;
    
    
}

.service-card-link {
    font-size: 14px;
    color: #7546e8;
    text-decoration: none;
}

.service-card-link span {
    margin-left: 5px;
}

.service-card-link:hover {
    color: #5d32c7;
}

/* =========================================================
   COMMON TYPOGRAPHY
========================================================= */

.common-card-title {
    font-size: 16px;
 
    font-weight: 600;
   
    margin: 0;
}

.common-card-description {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 400;
   
    margin: 4px 0 0;
}



/* =========================================================
   INDUSTRY EXPERTISE
========================================================= */

.industry-expertise {
 background: #E8FFF9;

}

.expertise-card {
    position: relative;
    height:100%;
    padding: 14px;
    background: #fff;
    border: 1px solid #d9caff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(89, 52, 180, 0.08);
}

.expertise-icon {
 
    margin-bottom: 15px;
}
.expertise-icon img{
 
   width:25px;
}


 .expertise-arrow {
    position: absolute;
    right: 9px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f0f8;
    border-radius: 50%;
    color: #7546e8;
    font-size: 15px;
    text-decoration: none;
}



/* =========================================================
   RESEARCH METHODOLOGY
========================================================= */

.methodology-title {
    max-width: 620px;
    font-size: 18px;
    margin-bottom: 20px;
}

.methodology-steps {
    row-gap: 18px;
    margin-top: 20px;
    
}

.methodology-step {
    display: flex;
    align-items: flex-start;
       gap: 14px;
    /*margin-bottom: 10px;*/
    background: #fff;
    /*border: 1px solid #d9caff;*/
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(89, 52, 180, 0.08);
    padding: 10px;
}

.step-number {
     width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f2eaff;
    color: #7446df;
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .industry-expertise .col-lg {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* =========================================
   OUR REPORTS
========================================= */

.our-reports {
    background: #E8FFF9;
}


/* =========================================
   REPORT CARD
========================================= */

.report-card {
    position: relative;
    height: 100%;
    min-height: 190px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
}

.report-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.10);
}


/* =========================================
   TOP AREA
========================================= */

.report-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.report-icon {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e9faf4;
    color: #12a978;

    font-size: 14px;
}

.report-badge {
    padding: 8px 12px;
    border-radius: 20px;
    background: #d9faee;
    color: #10a878;
    font-size: 12px;
  
}


/* =========================================
   TYPOGRAPHY
========================================= */

.report-card .common-card-title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;

    margin-bottom: 8px;
}

.report-card .common-card-description {
    font-size: 14px;
    line-height: 1.35;
   
    margin-bottom: 15px;
}


/* =========================================
   FOOTER
========================================= */

.report-footer {
     display: flex;
    /*flex-direction: column;*/
    align-items: flex-end;
    justify-content: space-between;
    

    padding-top: 8px;

    border-top: 1px solid #e8e8e8;
}.report-card {
    display: flex;
    flex-direction: column;
}

.report-footer {
    margin-top: auto;
}

.report-label {
    display: block;

    font-size: 14px;
    color: #777;

    margin-bottom: 4px;
}

.report-year {
    display: block;

    font-size: 14px;
  
}

.report-arrow {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f1f1;
    color: #777;
    font-size: 17px;
    text-decoration: none;
}

.report-arrow:hover {
    background: #e9faf4;
    color: #10a878;
}

/* LEFT IMAGE */
.hero-left-img {
    position: absolute;
    left: -42px;
    top: 0;
    width: 36%;
    height: 100%;
    z-index: 1;
}

/* RIGHT IMAGE */
.hero-right-img {
    position: absolute;
    right: -39px;
    top: 0;
    width: 35%;
    height: 100%;
    z-index: 1;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .report-card {
        min-height: auto;
    }

}


/* =========================================
   EXPERT CARD
========================================= */

.expert-card {
    position: relative;
    /*height: 225px;*/
    overflow: hidden;
    border-radius: 7px;
    background: #eee;
    cursor: pointer;
}


/* Image */

.expert-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.5s ease;
}


/* =========================================
   LINKEDIN ICON
========================================= */

.linkedin-icon {
    position: absolute;
    top: 13px;
    right: 13px;

    width: 19px;
    height: 19px;

    display: flex;
    align-items: center;
    justify-content: center;

   
    z-index: 5;
}

.linkedin-icon:hover {
    color: #fff;
}


/* =========================================
   DEFAULT INFO
========================================= */

.expert-default-info {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;

    padding: 10px 12px;

    background: #fff;
    border-radius: 5px;

    z-index: 3;

    transition: opacity 0.3s ease,
                transform 0.3s ease;
}

.expert-name {
    font-size: 16px;
   
    font-weight: 700;
    
}

.expert-role {
    font-size: 14px;
    line-height: 1.3;
    margin:0;
   
}


/* =========================================
   HOVER CONTENT
========================================= */

.expert-hover-content {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 25px 18px 30px;

    background: linear-gradient(
        to bottom,
        rgba(8, 12, 25, 0.05) 15%,
        rgba(8, 18, 45, 0.55) 45%,
        rgba(4, 18, 50, 0.97) 100%
    );

    color: #fff;

    opacity: 0;
    visibility: hidden;

    transform: translateY(15px);

    transition:
        opacity 0.35s ease,
        visibility 0.35s ease,
        transform 0.35s ease;

    z-index: 2;
}


/* Hover heading */

.expert-hover-content h3 {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px;
}

.expert-hover-content h4 {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    margin: 0 0 14px;
}

.expert-hover-content p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    margin: 0;
}


/* =========================================
   HOVER EFFECT
========================================= */

.expert-card:hover .expert-image {
    transform: scale(1.04);
}

.expert-card:hover .expert-default-info {
    opacity: 0;
    transform: translateY(15px);
}

.expert-card:hover .expert-hover-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .expert-card {
        height: 260px;
    }

    .expert-hover-content h3 {
        font-size: 21px;
    }

    .expert-hover-content h4 {
        font-size: 15px;
    }

    .expert-hover-content p {
        font-size: 13px;
    }

}


@media (max-width: 767px) {

    .expert-card {
        height: 300px;
    }

}
/* =========================================
   TESTIMONIAL WRAPPER
========================================= */

.testimonial-wrapper {
    display: flex;
    align-items: stretch;
    gap: 16px;
}


/* =========================================
   LEFT TESTIMONIAL IMAGES
========================================= */

.testimonial-thumbnails {
    position: relative;

    width: 270px;
    height: 300px;

    flex-shrink: 0;

    overflow: hidden;
}


/* =========================================
   TESTIMONIAL THUMBNAIL
========================================= */

.testimonial-thumb {
    position: absolute;
    left: 0;

    width: 270px;
    height: 86px;

    padding: 0;

    border: 2px solid transparent;
    border-radius: 9px;

    background: transparent;

    overflow: hidden;

    cursor: pointer;

    transition:
        top 0.8s cubic-bezier(0.25, 0.8, 0.25, 1),
        height 0.8s cubic-bezier(0.25, 0.8, 0.25, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}


/* =========================================
   IMAGE
========================================= */

.testimonial-thumb img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    border-radius: 7px;

    transition:
        width 0.8s cubic-bezier(0.25, 0.8, 0.25, 1),
        height 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}


/* =========================================
   IMAGE POSITIONS
========================================= */

/* Top image */

.testimonial-thumb.position-top {
    top: 0;

    height: 86px;

    z-index: 2;
}


/* Center image */

.testimonial-thumb.position-middle {
    top: 95px;

    height: 105px;

    z-index: 5;
}


/* Bottom image */

.testimonial-thumb.position-bottom {
    top: 210px;

    height: 86px;

    z-index: 2;
}


/* =========================================
   ACTIVE / CENTER IMAGE
========================================= */

.testimonial-thumb.position-middle.active {
    height: 105px;

    border-color: #7044ff;

    box-shadow:
        0 3px 12px rgba(112, 68, 255, 0.15);
}


/* =========================================
   HOVER
========================================= */

.testimonial-thumb:hover {
    border-color: #cdbdff;
}

.testimonial-thumb.position-middle.active:hover {
    border-color: #7044ff;
}


/* =========================================
   RIGHT TESTIMONIAL CONTENT
========================================= */

.testimonial-content {
    position: relative;

    flex: 1;

    /*min-height: 328px;*/

    padding: 55px 45px 30px;

    background: #f7f7f7;

    border-radius: 10px;

    overflow: hidden;
}


/* =========================================
   QUOTE
========================================= */

.testimonial-quote {
    position: absolute;

    top: 5px;
    right: 35px;

    font-family: Georgia, serif;

    font-size: 200px;

    line-height: 1;

    color: #ededed;

    pointer-events: none;
}


/* =========================================
   TESTIMONIAL TEXT
========================================= */

.testimonial-text {
    position: relative;

    max-width: 650px;

    z-index: 2;
}


.testimonial-text p {
    margin: 0;

    font-size: 16px;

    line-height: 1.45;

    color: #111;

    transition:
        opacity 0.45s ease,
        transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}


/* =========================================
   COMPANY INFORMATION
========================================= */

.testimonial-info {
    position: relative;

    margin-top: 38px;

    z-index: 2;
}


.testimonial-info h3 {
    margin: 0 0 5px;

    font-size: 16px;

    line-height: 1.2;

    font-weight: 700;

    color: #111;

    transition:
        opacity 0.45s ease,
        transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}


.testimonial-info p {
    margin: 0;

    font-size: 14px;

    color: #666;

    transition:
        opacity 0.45s ease,
        transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}


/* =========================================
   BOTTOM
========================================= */

.testimonial-bottom {
    position: absolute;

    left: 45px;
    right: 45px;

    bottom: 28px;

    display: flex;

    align-items: center;

    gap: 35px;
}


.testimonial-line {
    flex: 1;

    border-top: 1px dashed #999;
}


.testimonial-stars {
    color: #ffcc2f;

    font-size: 24px;

    letter-spacing: 2px;

    white-space: nowrap;
}


/* =========================================
   RESPONSIVE - TABLET
========================================= */

@media (max-width: 991px) {

    .testimonial-thumbnails {
        width: 230px;
    }

    .testimonial-thumb {
        width: 230px;
    }

    .testimonial-content {
        padding: 45px 30px 30px;
    }

}


/* =========================================
   RESPONSIVE - MOBILE
========================================= */

@media (max-width: 767px) {

    .testimonial-wrapper {
        flex-direction: column;
    }

    .testimonial-thumbnails {
        width: 100%;
        height: 300px;
    }

    .testimonial-thumb {
        width: 100%;
    }

    .testimonial-content {
        min-height: 320px;

        padding: 40px 25px 30px;
    }

    .testimonial-bottom {
        left: 25px;
        right: 25px;
    }

}






















/*About us page*/

    .about-hero {
        background: #F3EDFF;
            padding: 5rem 0rem 3rem;
        overflow: hidden;
    }  

    .our-client {
        border-radius: 12px;
        background: #823CFFA6;
        padding: 4px 17px;
        height: 57px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*gap: 52px;*/
    }
    
    .our-client img {
     object-fit: contain;
    flex-shrink: 0;
    width: 115px;
    }

  
    .research-process {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 25px 50px 0;
    }
    
    .research-process::before {
        content: "";
        position: absolute;
        top: 84px;
        left: 20px;
        right: 20px;
        height: 1px;
        background: #823cff;
        z-index: 1;
    }
    
    .process-item {
        position: relative;
        z-index: 2;
        width: 20%;
        text-align: center;
    }
    
    .process-title {
        font-size: 16px;
        font-weight: 500;
        color: #5e12e5;
        margin-bottom: 26px;
        white-space: nowrap;
    }
    .process-title1{
         color:#02926E;
    }
    .process-dot {
        width: 18px;
        height: 18px;
        margin: 0 auto;
        border-radius: 50%;
        background: #b084ff;
    }
    .process-dot1{
        background:#02926E;
    }
    .service-card-about {
        padding: 15px;
        border: 1px solid #d8c5ff;
        border-radius: 11px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        box-shadow: 0 4px 8px rgba(130, 60, 255, 0.08);
        box-sizing: border-box;
    }
    .service-card-about h3 {
        margin: 0 0 5px;
        font-size: 16px;
        line-height: 1.35;
        font-weight: 600;
       
    }
    
    .service-card-about p {
        margin: 0;
      
        font-size: 14px;
      
        text-align: left;
    }
    
    .service-arrow { 
        color: #823cff;
        text-decoration: none;
        font-size: 25px;
        line-height: 1;
    }
