@charset "UTF-8";.storyCards_imageBox__Ek6S6{border-radius:12px;overflow:hidden}.storyCards_textBox__7i2L2{color:#101828;font-size:22px;font-style:normal;font-weight:600;line-height:32px;display:flex;justify-content:space-evenly;align-items:flex-start;gap:1rem;margin-top:32px}.storyCards_imageBox__Ek6S6 img{min-width:100%;-o-object-fit:contain;object-fit:contain}.storyTextCard_cards__kAZi_{margin-top:1rem;display:flex;flex-direction:column;gap:1rem;padding-bottom:1rem}.storyTextCard_stars__yzkVY svg{width:1.25rem}.storyTextCard_cardHeading__M24gP{display:flex;align-items:center;gap:.8rem}.storyTextCard_cardImg__KQ6gI{height:30px;width:30px;display:flex;padding:5.21px 9.336px 4.79px 9.664px;flex-direction:column;justify-content:center;align-items:flex-start;border-radius:50%;background:#fff9b3}.storyTextCard_cardHeading__M24gP h4{color:#737382;font-size:14px;font-weight:700;line-height:21px}.storyTextCard_cardVisit__uT6m3 h5{color:#414146;font-size:18px;font-style:normal;font-weight:500;line-height:150%}.storyTextCard_cardComment__9_HgE p{color:#414146;font-size:16px;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width:600px){.storyTextCard_cardVisit__uT6m3 h5{font-size:16px}.storyTextCard_cardComment__9_HgE p{font-size:14px}}.question_questionContainer__wk1jW{margin-top:1.5rem;padding:24px 40px;text-align:left;border-radius:12px;background:#fff;box-shadow:0 2px 40px 0 rgba(0,0,0,.06)}.question_questionHeader__1QESm{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.question_questionHeader__1QESm h2{color:#1f1515;font-size:18px;font-weight:600}.question_iconChange__L4jbF{transition:transform .5s ease-in-out}.question_iconChange__L4jbF.question_opened__CJ6g_{transform:rotate(180deg)}.question_answerText__dsebD{color:#4a4342;font-size:16px;font-weight:400;margin-top:.5rem;max-height:0;overflow:hidden;transition:max-height .5s ease-in-out}@media screen and (max-width:600px){.question_questionContainer__wk1jW{margin-top:.75rem;padding:1rem}.question_questionHeader__1QESm h2{font-size:16px}.question_answerText__dsebD{font-size:14px}}.loadingQuestion_questionContainer__ib9bx{margin-top:1.5rem;padding:24px 40px;text-align:left;border-radius:12px;background:#b2b2b233;box-shadow:0 2px 40px 0 rgba(0,0,0,.06);height:70px;animation:loadingQuestion_loadingAnimation__S9WZq 1s ease infinite}.loadingQuestion_questionHeader__NFzOR{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.loadingQuestion_questionHeader__NFzOR h2{color:#1f1515;height:18px;width:80%;background:#d6d6d699;font-weight:600;border-radius:10px;animation:loadingQuestion_loadingAnimation__S9WZq .7s ease infinite}@media screen and (max-width:600px){.loadingQuestion_questionHeader__NFzOR h2{height:16px;width:80%;background:gray}}@keyframes loadingQuestion_loadingAnimation__S9WZq{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.FandQ_faqBox__S7_ZJ{background:#fafafa;text-align:center;padding:5rem 0}.FandQ_faqBox__S7_ZJ>div{padding:0 1rem}.FandQ_headingsBox__iDP4y{margin-top:1.1rem}.FandQ_headingsBox__iDP4y h1{color:#000;font-size:32px;font-weight:700}.FandQ_headingsBox__iDP4y p{color:#191933;font-size:18px;font-weight:400;margin-top:.625rem}.FandQ_questionBox__MmtpB{width:60%;margin:2.5rem auto auto}@media screen and (max-width:1024px){.FandQ_faqBox__S7_ZJ{padding:3.7rem 0}.FandQ_headingsBox__iDP4y h1{font-size:28px}.FandQ_headingsBox__iDP4y p{font-size:16px}.FandQ_questionBox__MmtpB{width:85%}}@media screen and (max-width:600px){.FandQ_headingsBox__iDP4y h1{font-size:24px}.FandQ_headingsBox__iDP4y p{font-size:14px}.FandQ_questionBox__MmtpB{width:100%}}.breadcrumb_breadcrumb__hkW3b{display:flex;align-items:center;margin-bottom:10px;width:50%;color:rgba(0,0,0,.6);font-size:16px;font-weight:400;gap:.7rem}.breadcrumb_Breadcrumbspan___KIyE{display:flex;align-items:start}.breadcrumb_breadcrumb__hkW3b svg{width:100%}.breadcrumb_current__ep5NQ{color:#000;font-size:16px;font-weight:400}.breadcrumb_link__TRCPN{align-self:center}.breadcrumb_separator__pORv0{margin:0 .2rem;align-self:center;padding-top:3px}@media screen and (max-width:600px){.breadcrumb_breadcrumb__hkW3b{width:100%;font-size:12px}.breadcrumb_current__ep5NQ{font-size:12px}}.customSelect_customSelect__Ng6FL{position:relative;display:inline-block;width:90%}.customSelect_customSelect__Ng6FL .customSelect_selectBox__vdgO6{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid #ccc;cursor:pointer;transition:background-color .3s ease;border-radius:10px;color:#4a4342}.customSelect_customSelect__Ng6FL .customSelect_selectBox__vdgO6:hover{background-color:#f5f5f5}.customSelect_customSelect__Ng6FL .customSelect_options__yEO6R{display:none;position:absolute;top:100%;left:0;width:100%;max-height:200px;min-height:0;overflow:auto;scroll-behavior:smooth;z-index:1;background-color:#fff;border:1px solid #ccc;padding:8px;opacity:0;text-transform:capitalize;transform-origin:top center;transition:opacity .3s ease,transform .3s ease-in-out}.customSelect_customSelect__Ng6FL.customSelect_open__bHkux .customSelect_options__yEO6R{display:block;opacity:1;transform:scaleY(1)}.customSelect_customSelect__Ng6FL .customSelect_option__ulW5B{padding:8px;cursor:pointer;margin-top:8px;transition:background-color .3s ease}.customSelect_customSelect__Ng6FL .customSelect_option__ulW5B:hover{background-color:#f5f5f581}.customSelect_customSelect__Ng6FL .customSelect_arrowIcon__hyQgw{transition:transform .5s ease}.customSelect_customSelect__Ng6FL.customSelect_open__bHkux .customSelect_arrowIcon__hyQgw{transform:rotate(180deg)}.customSelect_hideScrollbar__taqSs::-webkit-scrollbar{display:none}.customSelect_hideScrollbar__taqSs{scrollbar-width:none}@media screen and (max-width:600px){.customSelect_customSelect__Ng6FL{position:relative;display:inline-block;width:100%}}.feedbackForm_feedbackContainer__tjkCq{width:100%}.feedbackForm_feedbackContainer__tjkCq h2{color:var(--Black,#000);font-size:24px;font-weight:700;line-height:140%}.feedbackForm_feedbackContainer__tjkCq form{display:flex;flex-direction:column;gap:2rem}.feedbackForm_feedbackContainer__tjkCq form>div{display:flex;flex-direction:column;gap:.3rem}.feedbackForm_feedbackContainer__tjkCq svg{width:100%}.feedbackForm_feedbackContainer__tjkCq p{color:#000;font-size:14px;font-weight:400}.feedbackForm_starBox__LEE9U{display:flex;align-items:center;justify-content:flex-start;gap:1.1rem}.feedbackForm_desInput__9YC9b{width:100%;height:100px}.feedbackForm_desInput__9YC9b::-moz-placeholder{color:#4a4342;font-size:14px;font-weight:400;line-height:22px;padding:1rem}.feedbackForm_desInput__9YC9b::placeholder{color:#4a4342;font-size:14px;font-weight:400;line-height:22px;padding:1rem}.feedbackForm_confirmBtn__9tlRN{width:100%}@media screen and (max-width:600px){.feedbackForm_feedbackContainer__tjkCq form{width:100%}}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.patienStoryMobileCards_carouselContainer__p9kkH{margin-bottom:5rem;margin-top:2rem}.patienStoryMobileCards_sliderBox__2uaIG{margin-right:10px}.blogCard_blogCard__WbZ_a{margin-top:3rem}.blogCard_imageBox__4X82n{border-radius:12px;overflow:hidden}.blogCard_placeAndDateBox__DZm6d{display:flex;align-items:center;color:#6941c6;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.blogCard_linkBox__6Yc6B{color:#101828;font-size:22px;font-style:normal;font-weight:600;line-height:32px;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-top:.75rem}.blogCard_desc__QDauX{color:#667085;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.blogCard_textBox__jc3ye{margin-top:2rem}.blogCard_typesBox__1Twhm{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem}.blogCard_type__qNFXQ{text-align:center;font-size:14px;font-weight:500;line-height:20px;padding:2px 10px;border-radius:16px}.blogCard_Leadership__YNQq3{background:#f9f5ff;color:#6941c6}.blogCard_Research__5n5uL{color:#c11574;background:#fdf2fa}.blogCard_Management__3X5Pk{color:var(--Blue-gray-700,#363f72)}.blogCard_News__TTG4g{color:#c11574;background:#fdf2fa}.blogCard_item__QSpOY{background:#f8f9fc;color:#363f72}@media screen and (max-width:600px){.blogCard_blogCard__WbZ_a{margin-top:0}.blogCard_placeAndDateBox__DZm6d{font-size:12px}.blogCard_linkBox__6Yc6B{font-size:16px}.blogCard_desc__QDauX{font-size:14px}.blogCard_type__qNFXQ{font-size:12px}}.mobileVideoCards_carouselContainer__3FtE9{margin:2.5rem 0}.page_heading__gFrJf{font-size:24px;font-style:normal;font-weight:700;line-height:140%;color:#414146}.page_cardsBox__bSdvb{margin-top:32px}.page_cardsBox__bSdvb h3{font-size:18px;font-style:normal;font-weight:700;line-height:150%}.page_imgBox__hw_Wo{display:flex;gap:32px;align-items:center;margin-top:12px}.page_btn__TbfH0{display:flex;padding:8px 12px;align-items:center;gap:6px;border-radius:8px;border:1px solid #e1e6ea}.page_btnBox__30mYd{display:flex;align-items:center;gap:.5rem}.page_blueActiveBtn__HoIow{background:#1469ff;color:#fff;font-size:14px}.page_blueActiveBtn__HoIow p{color:#fff}.page_filterBox__kqRTN{padding:20px;border-radius:20px;border:1px solid #e1e6ea;background:#fff;margin-top:2rem}.page_filterBoxHeading__Apu2G{color:#414146;font-size:18px;font-style:normal;font-weight:700;line-height:150%}.page_filterMainBox__IBG8I{padding:1rem;border-radius:8px;border:1px solid #e1e6ea;background:#fff}.page_filterInputBox__nfyis{display:flex;align-items:center}.page_filterInputBox__nfyis>div{flex:1}.page_filterInputBox__nfyis p{color:#737382;font-size:14px;font-weight:600;line-height:21px}.page_filterInputBox__nfyis>div:nth-child(2){display:flex;align-items:center;gap:10px;border-radius:10px;border:1px solid #e1e6ea;background:#fff}.page_filterInputBox__nfyis input{width:100%;padding:10px;outline:none}.page_filterInputBox__nfyis>div:nth-child(3){display:flex;justify-content:right;align-items:center;gap:10px}.page_filterInputBox__nfyis select{width:50%;padding:10px;outline:none;border-radius:10px;border:1px solid #e1e6ea;background:#fff}.page_buttons__TG3Xk{display:flex;gap:.5rem;margin-top:12px}.page_buttons__TG3Xk button{display:flex;padding:8px 12px;align-items:center;gap:6px;border-radius:8px;color:#1469ff;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.page_filterLength__FSIAb{color:#737382;font-size:20px;font-style:normal;font-weight:700;line-height:140%;padding:1rem 0}.page_videoStoryBox__F6Bv7{margin-top:1rem;display:grid;grid-template-columns:repeat(3,auto);gap:32px}.page_feedBackBox__USC04{display:flex;border-radius:24px;background:#ebf2ff;padding:30px 24px;margin-top:2.1rem}.page_feedBackBox__USC04 h4{color:#090914;font-size:20px;font-style:normal;font-weight:700;line-height:140%}.page_feedBackBox__USC04 p{color:#414146;font-size:18px;font-weight:400;line-height:150%;margin:.5rem 0}.page_feedbackBoxform__RS2cp{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;overflow:auto}.page_feedbackBoxform__RS2cp>div:first-child{width:35%;padding:1.8rem;margin:3rem 0;box-shadow:0 0 10px rgba(0,0,0,.2);border-radius:20px;background:#fff;position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);z-index:1}.page_closeBtn__V77bB{position:absolute;right:4%;top:3.5%}.page_desktopHide__ewBdW{display:none}.page_mobileHide___2N95{display:block}.page_mobilebuttons__GLbRT{display:none}@media screen and (max-width:1100px){.page_feedbackBoxform__RS2cp>div:first-child{width:55%;z-index:1;top:35%}}@media screen and (max-width:1024px){.page_videoStoryBox__F6Bv7{margin-top:1rem;display:grid;grid-template-columns:repeat(2,auto);gap:32px}}@media screen and (max-width:600px){.page_imgBox__hw_Wo,.page_mobileHide___2N95{display:none}.page_desktopHide__ewBdW{display:block}.page_feedBackBox__USC04{flex-direction:column-reverse}.page_feedBackBox__USC04 h4{font-size:18px;margin-top:1.8rem}.page_feedBackBox__USC04 p{font-size:14px;margin:.5rem 0}.page_filterBox__kqRTN{padding:12px}.page_filterMainBox__IBG8I{padding:1rem;margin-top:12px}.page_filterInputBox__nfyis{display:flex;flex-direction:column;gap:12px;align-items:start}.page_filterInputBox__nfyis>div{flex:1}.page_filterInputBox__nfyis>div:nth-child(2){display:flex;align-items:center;gap:10px;width:100%;padding:8px 14px}.page_filterInputBox__nfyis input{width:100%;padding:10px;outline:none}.page_filterInputBox__nfyis input::-moz-placeholder{color:#000;font-size:14px;font-weight:400;line-height:20px}.page_filterInputBox__nfyis input::placeholder{color:#000;font-size:14px;font-weight:400;line-height:20px}.page_filterInputBox__nfyis>div:nth-child(3){display:flex;justify-content:right;align-items:center;gap:10px;width:100%}.page_filterInputBox__nfyis select{width:100%;padding:16px 14px;outline:none}.page_feedbackBoxform__RS2cp>div:first-child{width:calc(100% - 1.5rem);top:40%}.page_buttons__TG3Xk{display:none}.page_mobilebuttons__GLbRT{display:block}.page_mobilebuttons__GLbRT>div{display:flex;align-items:center;gap:.75px;margin-top:.75rem}.page_mobilebuttons__GLbRT button{color:#1469ff;text-align:right;font-size:14px;font-weight:500;line-height:22px;margin-right:10px;padding:8px 12px}.page_mobilebuttons__GLbRT .page_mobilebtnactive__dsTZg{border-radius:8px;background:#1469ff;color:#fff}.page_filterBox__kqRTN{flex-direction:column-reverse}.page_videobuttn__RjUrg{overflow:scroll}.page_buttons__TG3Xk{display:flex;overflow:scroll}}