@charset "UTF-8";header{position:sticky;top:0;padding:20px 0;z-index:1000;background-color:var(--brand-white);box-shadow:0 2px 4px #0000001a}header.header-slide-down{animation:headerMove 1.4s ease-out .3s forwards}.site-logo{width:190px;height:auto}@keyframes headerMove{0%{transform:translateY(-80px)}to{transform:translateY(0)}}.search-button{background-color:var(--search-bg-default);border-radius:9999px;padding:.5rem;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;display:none}.hamburger-menu,.mobile-menu{display:none}.search-button:hover,.search-button:focus{background-color:var(--search-bg-hover);outline:none}.contact-us-blue{position:relative;transition:background-position .6s ease;border:1px solid var(--brand-mehroon);background-color:var(--brand-mehroon);color:var(--brand-white);background-image:linear-gradient(160deg,var(--brand-mehroon) 50%,var(--brand-mahindra-blue) 50%);background-size:200% 200%;background-position:0% 0%;background-repeat:no-repeat}.contact-us-blue:hover,.contact-us-blue:focus{background-position:100% 100%;border:1px solid var(--brand-mahindra-blue)}.contact-us-blue{padding:21px 40px;border-radius:0;font-size:1.125rem;font-weight:400;line-height:.75;letter-spacing:0}#main-nav{display:flex;gap:1.5rem}#main-nav li[data-has-dropdown=false]:after{content:none;display:none}#main-nav li a{font-stretch:semi-expanded;font-weight:500;font-style:normal;font-size:1rem;line-height:140%;letter-spacing:0;color:var(--brand-anchor-gray);padding:8px;display:inline-block}#main-nav li a:hover{color:var(--brand-red)}#main-nav li{position:relative;display:flex;align-items:center;color:#1f2937;cursor:pointer;transition:color .3s ease}#main-nav li:after{content:"";width:12.5px;height:6.25px;background:url(/images/black-down-arrow.svg) no-repeat center;background-size:contain;transition:transform .5s ease}#main-nav li:hover{color:#4b5563}#main-nav li:hover:after{transform:rotate(-180deg);filter:brightness(0) saturate(100%) invert(19%) sepia(93%) saturate(5047%) hue-rotate(349deg) brightness(93%) contrast(109%)}#main-nav li.active:after{transform:rotate(-180deg);filter:brightness(0) saturate(100%) invert(19%) sepia(93%) saturate(5047%) hue-rotate(349deg) brightness(93%) contrast(109%)}#main-nav:hover li:not(:hover) a{opacity:.4;transition:opacity .3s ease}#main-nav:hover li:not(:hover):after{opacity:.4}#dropdown{position:absolute;left:50%;transform:translate(-50%);top:130%;background-color:#fff;color:#1f2937;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;opacity:0;visibility:hidden;transition:all .3s ease-in-out;z-index:1000;overflow:hidden;width:max-content;transition:opacity .3s ease,transform .3s ease,height .3s ease,width .3s ease,left .3s ease}#dropdown.visible{opacity:1;visibility:visible}#dropdown #dropdown-content{padding:40px;background-color:#f7f5ef;transition:height .3s ease,width .3s ease}#menu-what-we-do ul li,#menu-about-us ul li{margin-bottom:15px}#menu-what-we-do ul li a,#menu-what-we-do ul li span,#menu-about-us ul li a,#menu-about-us ul li span{margin:15px 0;font-size:1rem;line-height:140%;letter-spacing:0;color:var(--brand-black);transition:border-radius .3s ease-in-out;border:none}#menu-what-we-do ul li a:hover,#menu-what-we-do ul li span:hover,#menu-about-us ul li a:hover,#menu-about-us ul li span:hover{padding-bottom:4px;border-bottom:1px solid var(--brand-mahindra-red)}#menu-what-we-do .last-link,#menu-about-us .last-link{margin-bottom:0}@media(max-width:1024px){#main-nav,.contact-us-blue{display:none}.hamburger-menu{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;position:relative;padding:0}.hamburger-menu .hamburger-icon{display:block;width:24px;height:24px;pointer-events:none}.hamburger-menu .close-icon{display:none;width:24px;height:24px;cursor:pointer;pointer-events:auto}.hamburger-menu.menu-open .hamburger-icon{display:none}.hamburger-menu.menu-open .close-icon{display:block}.mobile-menu{display:block;position:absolute;top:100%;left:0;width:100%;background-color:var(--brand-white);z-index:999;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s ease,opacity .3s ease,visibility .3s ease;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.mobile-menu.mobile-menu-open{max-height:80vh;opacity:1;visibility:visible;overflow-y:auto}.mobile-nav-list{list-style:none;padding:0;margin:0}.mobile-nav-list .mobile-nav-item{border-bottom:1px solid var(--brand-gray-medium);position:relative;cursor:pointer}.mobile-nav-list .mobile-nav-item .mobile-nav-link{display:block;padding:20px 50px 20px 20px;font-stretch:semi-expanded;font-weight:500;font-style:normal;font-size:1rem;line-height:140%;letter-spacing:0;color:var(--brand-anchor-gray);text-decoration:none;transition:color .3s ease;position:relative}.mobile-nav-list .mobile-nav-item .mobile-nav-link:hover{color:var(--brand-red)}.mobile-nav-list .mobile-nav-item .mobile-nav-arrow{position:absolute;right:20px;top:20px;transform:translateY(0);font-size:1.25rem;color:var(--brand-anchor-gray);transition:transform .3s ease,color .3s ease;line-height:140%}.mobile-nav-list .mobile-nav-item.active .mobile-nav-arrow{transform:translateY(0) rotate(90deg);color:var(--brand-red)}.mobile-nav-list .mobile-nav-item.active .mobile-nav-link{color:var(--brand-red)}.mobile-submenu{padding:20px;border-top:1px solid var(--brand-gray-medium);width:100%;background-color:var(--brand-white)}.mobile-submenu.hidden{display:none}.mobile-submenu .mobile-submenu-list{list-style:none;padding:0;margin:0}.mobile-submenu .mobile-submenu-list li{margin-bottom:15px}.mobile-submenu .mobile-submenu-list li:last-child{margin-bottom:0}.mobile-submenu .mobile-submenu-list li a,.mobile-submenu .mobile-submenu-list li span{display:block;font-size:1rem;line-height:140%;letter-spacing:0;color:var(--brand-black);text-decoration:none;padding:10px 0;transition:border-radius .3s ease-in-out;border:none}}@media(max-width:1024px)and (max-width:1024px){.mobile-submenu .mobile-submenu-list li a,.mobile-submenu .mobile-submenu-list li span{font-size:.875rem}}@media(max-width:1024px)and (max-width:576px){.mobile-submenu .mobile-submenu-list li a,.mobile-submenu .mobile-submenu-list li span{font-size:.75rem}}@media(max-width:1024px){.mobile-submenu .mobile-submenu-list li a:hover,.mobile-submenu .mobile-submenu-list li span:hover{padding-bottom:4px;border-bottom:1px solid var(--brand-mahindra-red)}}footer.footer .footer-beige{position:relative}footer.footer .footer-beige:before{position:absolute;z-index:-2;top:0;left:0;width:100%;height:100%;content:"";background-color:var(--brand-clarity-gray-2)}footer.footer .footer-beige:after{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:"";background-repeat:repeat;background-image:url(/images/footer-beige-lines.svg)!important}footer.footer .footer-beige__container{position:relative;display:flex;flex-direction:column}footer.footer .footer-beige__content{display:flex;align-items:center;justify-content:space-between;gap:24px}@media(max-width:576px){footer.footer .footer-beige__content{flex-direction:column;align-items:flex-start;gap:24px}}footer.footer .footer-beige h2{color:var(--black);font-size:2.8125rem;letter-spacing:-.9px;max-width:80%;margin:0}@media(max-width:1024px){footer.footer .footer-beige h2{font-size:2.25rem;max-width:70%;letter-spacing:-.7px}}@media(max-width:576px){footer.footer .footer-beige h2{font-size:1.75rem;max-width:100%;letter-spacing:-.5px}}footer.footer .footer-beige .animation-button{padding:22px 39px;line-height:140%;color:var(--white);border:none;letter-spacing:-.9px}@media(max-width:1024px){footer.footer .footer-beige .animation-button{padding:18px 32px}}@media(max-width:576px){footer.footer .footer-beige .animation-button{padding:16px 28px;width:fit-content;font-size:1rem}}footer.footer .footer-beige .animation-button:hover{color:var(--white);border:none}footer.footer .footer-dark{position:relative;color:var(--brand-white)}@media(max-width:576px){footer.footer .footer-dark{padding:30px 0}}footer.footer .footer-dark:before{position:absolute;z-index:-2;top:0;left:0;width:100%;height:100%;content:"";background-color:var(--brand-navy-blue)}footer.footer .footer-dark:after{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:"";background-repeat:repeat;background-image:url(/images/footer-dark-lines.svg)!important}footer.footer .footer-dark__container{position:relative;display:flex;flex-direction:column}footer.footer .footer-dark .footer-top-row{display:grid;grid-template-columns:28% 36% 18%;gap:95px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.1019607843)}@media(max-width:1024px){footer.footer .footer-dark .footer-top-row{display:flex;flex-direction:column;gap:30px;padding-bottom:30px}}footer.footer .footer-dark .footer-logo-section{display:flex;flex-direction:column;margin-bottom:25px}@media(max-width:1024px){footer.footer .footer-dark .footer-logo-section{margin-bottom:0}}footer.footer .footer-dark .footer-logo-section .footer-hci-logo{width:199px;height:auto;margin-bottom:40px}@media(max-width:1024px){footer.footer .footer-dark .footer-logo-section .footer-hci-logo{margin-bottom:0}}@media(max-width:576px){footer.footer .footer-dark .footer-logo-section .footer-hci-logo{width:150px}}footer.footer .footer-dark .footer-logo-section .terms-conditions{display:flex;align-items:center;gap:15px;font-size:1rem;line-height:140%;letter-spacing:0;font-weight:400;color:var(--white);opacity:.7}@media(max-width:1024px){footer.footer .footer-dark .footer-logo-section .terms-conditions--desktop{display:none}}footer.footer .footer-dark .footer-logo-section .terms-conditions--mobile{display:none}@media(max-width:1024px){footer.footer .footer-dark .footer-logo-section .terms-conditions--mobile{display:flex;font-size:1rem}}@media(max-width:1024px)and (max-width:1024px){footer.footer .footer-dark .footer-logo-section .terms-conditions--mobile{font-size:.875rem}}@media(max-width:1024px)and (max-width:576px){footer.footer .footer-dark .footer-logo-section .terms-conditions--mobile{font-size:.75rem}}footer.footer .footer-dark .footer-logo-section .terms-conditions a{margin:5px 0;border:none;text-decoration:none}footer.footer .footer-dark .footer-logo-section .terms-conditions a:hover{border-bottom:1px solid var(--white)}footer.footer .footer-dark .footer-logo-section .terms-conditions .separator{margin:5px 0;color:var(--brand-white)}footer.footer .footer-dark .footer-links-section{display:grid;grid-template-columns:1fr 1fr;gap:93px}@media(max-width:1024px){footer.footer .footer-dark .footer-links-section{justify-content:space-between}}@media(max-width:1024px){footer.footer .footer-dark .important-content,footer.footer .footer-dark .information-content{width:100%}}footer.footer .footer-dark .important-content h3,footer.footer .footer-dark .information-content h3{font-family:Georama;line-height:1;font-size:1.125rem;color:var(--brand-white);margin:0 0 40px;font-weight:500}@media(max-width:1024px){footer.footer .footer-dark .important-content h3,footer.footer .footer-dark .information-content h3{margin-bottom:30px}}@media(max-width:576px){footer.footer .footer-dark .important-content h3,footer.footer .footer-dark .information-content h3{font-size:1rem;margin-bottom:20px}}footer.footer .footer-dark .important-content ul,footer.footer .footer-dark .information-content ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}footer.footer .footer-dark .important-content ul li,footer.footer .footer-dark .information-content ul li{opacity:.85;color:var(--brand-white);font-size:1rem;font-weight:400;line-height:140%;letter-spacing:0}@media(max-width:576px){footer.footer .footer-dark .important-content ul li,footer.footer .footer-dark .information-content ul li{font-size:.875rem}}footer.footer .footer-dark .important-content ul li a,footer.footer .footer-dark .information-content ul li a{border:none;text-decoration:none}footer.footer .footer-dark .important-content ul li a:hover,footer.footer .footer-dark .information-content ul li a:hover{border-bottom:1px solid var(--white)!important}@media(max-width:1024px){footer.footer .footer-dark .contact-content{width:100%}}footer.footer .footer-dark .contact-content h3{font-family:Georama;line-height:1;font-size:1.125rem;color:var(--brand-white);margin:0 0 40px;font-weight:500}@media(max-width:1024px){footer.footer .footer-dark .contact-content h3{margin-bottom:30px}}@media(max-width:576px){footer.footer .footer-dark .contact-content h3{font-size:1rem;margin-bottom:20px}}footer.footer .footer-dark .contact-content ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}@media(max-width:576px){footer.footer .footer-dark .contact-content ul{gap:15px}}footer.footer .footer-dark .contact-content ul li{display:flex;align-items:center;gap:15px;opacity:.85;color:var(--brand-white);font-size:1rem;font-weight:400;line-height:140%}@media(max-width:576px){footer.footer .footer-dark .contact-content ul li{font-size:.875rem}}footer.footer .footer-dark .contact-content ul li .contact-icon{width:20px;height:20px;flex-shrink:0}@media(max-width:576px){footer.footer .footer-dark .contact-content ul li .contact-icon{width:16px;height:16px}}footer.footer .footer-dark .contact-content ul li a{text-decoration:none;border:none}footer.footer .footer-dark .contact-content ul li a:hover{border-bottom:1px solid var(--white)}footer.footer .footer-dark .footer-bottom-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-top:40px;gap:20px}@media(max-width:1024px){footer.footer .footer-dark .footer-bottom-row{flex-direction:column-reverse;align-items:flex-start;gap:30px;margin-top:12px}}@media(max-width:576px){footer.footer .footer-dark .footer-bottom-row{gap:30px}}footer.footer .footer-dark .footer-bottom-row .footer-bottom-left{display:flex;flex-direction:column}@media(max-width:1024px){footer.footer .footer-dark .footer-bottom-row .footer-bottom-left{width:100%;gap:15px;justify-content:space-around;margin-top:15px}}@media(max-width:576px){footer.footer .footer-dark .footer-bottom-row .footer-bottom-left{gap:20px}}footer.footer .footer-dark .footer-bottom-row .footer-bottom-left .text-copyright{letter-spacing:0;opacity:.7;font-size:1rem}@media(max-width:1024px){footer.footer .footer-dark .footer-bottom-row .footer-bottom-left .text-copyright{font-size:.875rem}}@media(max-width:576px){footer.footer .footer-dark .footer-bottom-row .footer-bottom-left .text-copyright{font-size:.875rem}}footer.footer .footer-dark .footer-bottom-row .footer-bottom-left .text-copyright{line-height:1.25rem;font-weight:400;line-height:1;color:var(--brand-white);margin:0}footer.footer .footer-dark .footer-bottom-row .footer-bottom-left .terms-conditions--mobile{display:none}@media(max-width:1024px){footer.footer .footer-dark .footer-bottom-row .footer-bottom-left .terms-conditions--mobile{display:block;letter-spacing:0;opacity:.7;font-size:1rem;line-height:1.25rem;font-weight:400;line-height:1;color:var(--brand-white);margin:0}}@media(max-width:1024px)and (max-width:1024px){footer.footer .footer-dark .footer-bottom-row .footer-bottom-left .terms-conditions--mobile{font-size:.875rem}}@media(max-width:1024px)and (max-width:576px){footer.footer .footer-dark .footer-bottom-row .footer-bottom-left .terms-conditions--mobile{font-size:.875rem}}footer.footer .footer-dark .footer-bottom-row .footer-social-section{display:flex;flex-direction:column;gap:30px}@media(max-width:1024px){footer.footer .footer-dark .footer-bottom-row .footer-social-section{width:100%;gap:30px}}@media(max-width:576px){footer.footer .footer-dark .footer-bottom-row .footer-social-section{gap:25px}}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-top{display:flex;align-items:center;gap:30px}@media(max-width:1024px){footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-top{width:100%;justify-content:space-between}}@media(max-width:576px){footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-top{gap:20px}}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-tech-mahindra-link{display:flex;align-items:center}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-tech-logo{height:30px;width:auto}@media(max-width:576px){footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-tech-logo{height:25px}}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons{display:flex;align-items:center;gap:15px}@media(max-width:1024px){footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons--tech-mahindra{flex-wrap:wrap}}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons .social-icon{display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons .social-icon img{width:20px;height:20px;transition:all .3s ease}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons .social-icon svg{width:100%;height:100%;transition:all .3s ease}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons .social-icon svg path{transition:fill .3s ease}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons .social-icon.linkedin-icon:hover img,footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons .social-icon.x-icon:hover img{opacity:0}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons .social-icon.linkedin-icon:hover:before,footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons .social-icon.x-icon:hover:before{content:"";position:absolute;width:100%;height:100%;background-color:var(--brand-mahindra-red);mask-image:var(--mask-image);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:var(--mask-image);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons .social-icon.linkedin-icon{--mask-image: url(/images/linkedin-default.svg)}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons .social-icon.x-icon{--mask-image: url(/images/x-default.svg)}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons .social-icon.youtube-icon:hover svg path,footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons .social-icon.facebook-icon:hover svg path{fill:var(--brand-mahindra-red)}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons .social-icon.youtube-icon:hover svg g,footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-social-icons .social-icon.facebook-icon:hover svg g{opacity:1}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-hci-bottom{display:flex;align-items:center;gap:30px}@media(max-width:1024px){footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-hci-bottom{width:100%;justify-content:space-between}}@media(max-width:576px){footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-hci-bottom{gap:20px}}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-hci-bottom .footer-hci-link{display:flex;align-items:center}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-hci-bottom .footer-hci-logo-small{width:120px;height:auto}@media(max-width:576px){footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-hci-bottom .footer-hci-logo-small{width:100px}}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-hci-bottom .linkedin-icon-bottom{display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-hci-bottom .linkedin-icon-bottom img{width:20px;height:20px;transition:all .3s ease}@media(max-width:1024px){footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-hci-bottom .linkedin-icon-bottom{min-width:125px;justify-content:flex-start}}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-hci-bottom .linkedin-icon-bottom:hover img{opacity:0}footer.footer .footer-dark .footer-bottom-row .footer-social-section .footer-hci-bottom .linkedin-icon-bottom:hover:before{content:"";position:absolute;width:100%;height:100%;background-color:var(--brand-mahindra-red);mask-image:url(/images/linkedin-default.svg);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url(/images/linkedin-default.svg);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.cookie-notice__overlay{position:fixed;inset:0;z-index:99998;background:#1c1c1c8c;pointer-events:auto}.cookie-notice__overlay[hidden]{display:none!important}.cookie-notice{position:fixed;z-index:99999;left:0;right:0;bottom:0;margin-left:auto;margin-right:auto;width:100%;max-width:100%;box-sizing:border-box;background:var(--brand-clarity-gray-2);box-shadow:0 -4px 24px #0000001f;padding:16px 0;padding-bottom:max(16px,env(safe-area-inset-bottom,0px));overflow:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.cookie-notice[hidden]{display:none!important}@media(max-width:576px){.cookie-notice{left:12px;right:12px;width:auto;bottom:max(12px,env(safe-area-inset-bottom,12px));border-radius:8px;padding-left:12px;padding-right:12px}}.cookie-notice__inner{display:flex;align-items:center;justify-content:space-between;gap:16px}@media(max-width:1024px){.cookie-notice__inner{gap:12px}}@media(max-width:576px){.cookie-notice__inner{flex-direction:column;align-items:stretch;gap:12px;text-align:center}}.cookie-notice__text{font-size:1rem;font-weight:400;line-height:1.35;color:var(--brand-anchor-gray);margin:0;flex:1;min-width:0}@media(max-width:576px){.cookie-notice__text{font-size:.75rem}}.cookie-notice__heading{font-weight:600}.cookie-notice__link{color:var(--brand-anchor-gray);text-decoration:underline;transition:color .2s ease}.cookie-notice__link:hover,.cookie-notice__link:focus{color:var(--brand-red)}.cookie-notice__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}@media(max-width:576px){.cookie-notice__actions{justify-content:center;flex-wrap:wrap}}.cookie-notice__btn{text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:8px 16px!important;font-size:1rem!important;font-weight:600}@media(max-width:1024px){.cookie-notice__btn{padding:6px 16px!important;font-size:.75rem!important}}@media(max-width:576px){.cookie-notice__btn{padding:8px 18px!important;font-size:.75rem!important}}.cookie-details-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));box-sizing:border-box;pointer-events:none;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) rgba(0,0,0,.2)}.cookie-details-modal::-webkit-scrollbar{width:8px}.cookie-details-modal::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:4px}.cookie-details-modal:not([hidden]){pointer-events:auto}.cookie-details-modal[hidden]{display:none!important}.cookie-details-modal__backdrop{position:absolute;inset:0;background:#00000073;cursor:pointer}.cookie-details-modal__panel{position:relative;flex-shrink:0;width:100%;max-width:920px;margin:auto;padding:20px 22px 18px;background:var(--brand-navy-blue);color:var(--brand-white);border-radius:8px;box-shadow:0 16px 48px #00000059;overflow:visible}@media(max-width:1024px){.cookie-details-modal__panel{padding:18px 18px 16px;max-width:720px}}@media(max-width:576px){.cookie-details-modal__panel{padding:16px 14px 14px;max-width:100%}}.cookie-details-modal__cards{margin-bottom:10px;align-items:start}@media(max-width:576px){.cookie-details-modal__cards{gap:10px;margin-bottom:8px}}.cookie-details-modal__title{margin:0 0 10px;font-size:1.5rem;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:var(--brand-white)}@media(max-width:576px){.cookie-details-modal__title{font-size:1.25rem;margin-bottom:8px}}.cookie-details-modal__lead{margin:0 0 12px;font-size:.875rem;font-weight:400;line-height:1.45;color:var(--brand-white-light)}@media(max-width:576px){.cookie-details-modal__lead{font-size:.8125rem;margin-bottom:10px}}.cookie-details-modal__section-title{margin:0 0 10px;font-size:.9375rem;font-weight:600;line-height:1.3;color:var(--brand-white)}@media(max-width:576px){.cookie-details-modal__section-title{font-size:.875rem}}.cookie-details-modal__card{margin-bottom:10px;padding:10px 12px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:8px;min-width:0}@media(max-width:576px){.cookie-details-modal__card{padding:10px 12px}}.cookie-details-modal__dl{margin:0}.cookie-details-modal__row{display:grid;grid-template-columns:minmax(72px,100px) 1fr;gap:4px 10px;padding:5px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:.75rem;line-height:1.4}.cookie-details-modal__row:first-child{padding-top:0}.cookie-details-modal__row:last-child{border-bottom:0;padding-bottom:0}@media(max-width:576px){.cookie-details-modal__row{grid-template-columns:1fr;gap:2px;padding:6px 0;font-size:.75rem}}.cookie-details-modal__row dt{margin:0;font-weight:600;color:#ffffffd9}.cookie-details-modal__row dd{margin:0;font-weight:400;color:var(--brand-white)}.cookie-details-modal__tip{margin:6px 0 10px;font-size:.6875rem;line-height:1.4;color:#ffffffbf;font-style:italic}@media(max-width:576px){.cookie-details-modal__tip{font-size:.6875rem;margin-bottom:8px}}.cookie-details-modal__manage{margin:0 0 10px;font-size:.8125rem;line-height:1.45;color:var(--brand-white-light)}@media(max-width:576px){.cookie-details-modal__manage{font-size:.75rem;margin-bottom:8px}}.cookie-details-modal__close{display:inline-flex;align-items:center;justify-content:center;margin-top:0;padding:10px 24px;font-family:inherit;font-size:.875rem;font-weight:600;line-height:1.2;color:var(--brand-white);background:#ffffff1f;border:1px solid rgba(255,255,255,.35);border-radius:0;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.cookie-details-modal__close:hover,.cookie-details-modal__close:focus{background:#fff3;border-color:var(--brand-white);outline:none}@media(max-width:576px){.cookie-details-modal__close{width:100%;padding:14px 20px}}.container,.container-xl{width:100%;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1190px}}@media(min-width:576px){.container-xl{max-width:560px}}@media(min-width:768px){.container-xl{max-width:740px}}@media(min-width:992px){.container-xl{max-width:980px}}@media(min-width:1200px){.container-xl{max-width:1440px}}*{box-sizing:border-box;font-family:Poppins,arial,sans-serif}section{padding:80px 0}@media(max-width:1024px){section{padding:40px 0}}h1,.h1,h1>span{font-size:3.25rem;line-height:1.2;font-weight:600;letter-spacing:-.02em;color:var(--black);font-family:Poppins,arial,sans-serif}@media(max-width:1200px){h1,.h1,h1>span{font-size:2.625rem}}@media(max-width:1024px){h1,.h1,h1>span{font-size:2.625rem}}@media(max-width:576px){h1,.h1,h1>span{font-size:2.125rem}}h2,.h2,h2>span{font-size:3.375rem;font-weight:600;line-height:120%;letter-spacing:-1px;color:var(--black);font-family:Poppins,arial,sans-serif}@media(max-width:1200px){h2,.h2,h2>span{font-size:2.5rem}}@media(max-width:576px){h2,.h2,h2>span{font-size:2rem}}h3,.h3,h3>span{font-size:2.75rem;line-height:1.2;font-weight:400;letter-spacing:-.04em;color:var(--black);font-family:Poppins,arial,sans-serif}@media(max-width:1200px){h3,.h3,h3>span{font-size:2.5rem}}@media(max-width:576px){h3,.h3,h3>span{font-size:1.875rem}}h4,.h4,h4>span{font-weight:500;font-style:normal;font-size:1rem;line-height:140%;letter-spacing:0;color:var(--brand-anchor-gray-nw);font-family:Poppins,arial,sans-serif}@media(max-width:1024px){h4,.h4,h4>span{font-size:.875rem}}h5,.h5,h5>span{font-size:1.75rem;line-height:39px;font-weight:600;letter-spacing:-.04em;color:var(--brand-anchor-gray);font-family:Poppins,arial,sans-serif}@media(max-width:1200px){h5,.h5,h5>span{font-size:1.375rem}}@media(max-width:1024px){h5,.h5,h5>span{font-size:1.125rem}}h6,.h6,h6>span{font-size:.875rem;line-height:1.2;font-weight:400;letter-spacing:-.04em;color:var(--black);font-family:Poppins,arial,sans-serif}@media(max-width:1200px){h6,.h6,h6>span{font-size:.875rem}}@media(max-width:1024px){h6,.h6,h6>span{font-size:.75rem}}p,.p,p>span{font-size:1rem;line-height:1.2;font-weight:400;letter-spacing:-.04em;color:var(--black);font-family:Poppins,arial,sans-serif}@media(max-width:576px){p,.p,p>span{font-size:.875rem}}strong{font-weight:600}.btn-site{padding:15px 30px;font-size:.75rem;letter-spacing:.5px;font-weight:700}.btn-outline{position:relative;transition:background-position .6s ease;border:1px solid var(--brand-mehroon);background-color:var(--brand-mehroon);color:var(--brand-white);background-image:linear-gradient(160deg,var(--brand-mehroon) 50%,var(--brand-mahindra-blue) 50%);background-size:200% 200%;background-position:0% 0%;background-repeat:no-repeat}.btn-outline:hover,.btn-outline:focus{background-position:100% 100%;border:1px solid var(--brand-mahindra-blue)}.btn-outline{padding:12px 32px;border-radius:0;font-size:1.125rem;font-weight:400}@media(max-width:1024px){.btn-outline{font-size:1rem;padding:10px 28px}}
