.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height,36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color,var(--react-international-phone-border-color,gainsboro));margin:0;-moz-appearance:button;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color,var(--react-international-phone-background-color,white));cursor:pointer;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover,whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size,4px) solid var(--react-international-phone-country-selector-arrow-color,#777);border-right:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color,#999)}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,whitesmoke))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width,24px);height:var(--react-international-phone-flag-height,24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top,44px);left:var(--react-international-phone-dropdown-left,0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color,var(--react-international-phone-background-color,white));box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px rgba(0,0,0,.25));color:var(--react-international-phone-dropdown-item-text-color,var(--react-international-phone-text-color,#222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin,0);background:var(--react-international-phone-dropdown-preferred-list-divider-color,var(--react-international-phone-border-color,gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height,28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size,14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color,gray);font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-country-selector-dropdown__list-item--selected{background-color:var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color,var(--react-international-phone-text-color,#222))}.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color,var(--react-international-phone-dropdown-item-dial-code-color,gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color,var(--react-international-phone-border-color,gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,white));color:var(--react-international-phone-dial-code-preview-text-color,var(--react-international-phone-text-color,#222));font-size:var(--react-international-phone-dial-code-preview-font-size,var(--react-international-phone-font-size,13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color,var(--react-international-phone-disabled-background-color,whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color,var(--react-international-phone-disabled-text-color,#666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius,4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height,36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color,gainsboro);border-radius:var(--react-international-phone-border-radius,4px);margin:0;background-color:var(--react-international-phone-background-color,white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color,#222);font-family:inherit;font-size:var(--react-international-phone-font-size,13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color,whitesmoke);color:var(--react-international-phone-disabled-text-color,#666)}.HomeGlobalPresence_HomeGlobalPresence__kCwEi,.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_global_presence_wrap__MwWzM .HomeGlobalPresence_form_globe_box__ky8Nq{position:relative;min-height:1px}.HomeGlobalPresence_HomeGlobalPresence__kCwEi:before{position:absolute;top:0;left:0;width:100%;height:100%}.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_country_list__MzadJ .HomeGlobalPresence_country_item__y7IEQ .HomeGlobalPresence_city_wrap__gGI4S{display:flex}.HomeGlobalPresence_HomeGlobalPresence__kCwEi{background:var(--gradient_deep_ocean);overflow:hidden}@media(max-width:991px){.HomeGlobalPresence_HomeGlobalPresence__kCwEi{padding-top:10vmin}}.HomeGlobalPresence_HomeGlobalPresence__kCwEi:before{content:"";background:var(--gradient_primary)}.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_global_presence_wrap__MwWzM{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;grid-gap:0 40px;gap:0 40px;z-index:2}@media(max-width:1199px){.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_global_presence_wrap__MwWzM{grid-template-columns:1.1fr .9fr;gap:0 30px}}@media(max-width:991px){.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_global_presence_wrap__MwWzM{grid-template-columns:repeat(1,1fr)}}.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_global_presence_wrap__MwWzM .HomeGlobalPresence_title_box__DMkI3{transition:all .4s linear}.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_global_presence_wrap__MwWzM .HomeGlobalPresence_title_box__DMkI3 .HomeGlobalPresence_btn__2sHhM{margin-top:25px}@media(max-width:991px){.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_global_presence_wrap__MwWzM .HomeGlobalPresence_form_globe_box__ky8Nq{margin-top:30px}}.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_global_presence_wrap__MwWzM .HomeGlobalPresence_form_globe_box__ky8Nq .HomeGlobalPresence_globe_box__GGMhS{pointer-events:all;transition:all .4s linear}.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_global_presence_wrap__MwWzM .HomeGlobalPresence_form_globe_box__ky8Nq .HomeGlobalPresence_form_box__qir00{position:absolute;top:0;left:0;width:100%;transform:translateX(calc(var(--container_left_space) + 110%));transition:all .4s linear;z-index:5}.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_global_presence_wrap__MwWzM.active .HomeGlobalPresence_title_box__DMkI3{opacity:.3}.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_global_presence_wrap__MwWzM.active .HomeGlobalPresence_form_globe_box__ky8Nq .HomeGlobalPresence_globe_box__GGMhS{opacity:0;pointer-events:none}.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_global_presence_wrap__MwWzM.active .HomeGlobalPresence_form_globe_box__ky8Nq .HomeGlobalPresence_form_box__qir00{transform:translateX(0)}.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_country_list__MzadJ{width:100%;display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid rgba(251,251,251,.2);position:inherit;z-index:2}@media(max-width:991px){.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_country_list__MzadJ{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_country_list__MzadJ{grid-template-columns:repeat(2,1fr);border:none}}.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_country_list__MzadJ .HomeGlobalPresence_country_item__y7IEQ{padding:30px;border-right:1px solid rgba(251,251,251,.2);cursor:pointer}.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_country_list__MzadJ .HomeGlobalPresence_country_item__y7IEQ:last-child{border-right:none}@media(max-width:1199px){.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_country_list__MzadJ .HomeGlobalPresence_country_item__y7IEQ{padding:20px}}@media(max-width:767px){.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_country_list__MzadJ .HomeGlobalPresence_country_item__y7IEQ{padding:16px 20px;border-top:1px solid rgba(251,251,251,.2)}}.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_country_list__MzadJ .HomeGlobalPresence_country_item__y7IEQ .HomeGlobalPresence_city_wrap__gGI4S{align-items:flex-start;gap:0 7px}.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_country_list__MzadJ .HomeGlobalPresence_country_item__y7IEQ .HomeGlobalPresence_city_wrap__gGI4S .HomeGlobalPresence_flag_box__H7aPQ{padding-top:4px}@media(max-width:767px){.HomeGlobalPresence_HomeGlobalPresence__kCwEi .HomeGlobalPresence_country_list__MzadJ .HomeGlobalPresence_country_item__y7IEQ .HomeGlobalPresence_city_wrap__gGI4S .HomeGlobalPresence_flag_box__H7aPQ{padding-top:1px}}.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC .WhyKumaranSection_item_wrapper__Mtve1,.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC .WhyKumaranSection_item_wrapper__Mtve1 .WhyKumaranSection_content_wrap__t5TmR,.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC .WhyKumaranSection_item_wrapper__Mtve1 .WhyKumaranSection_icon_wrap__wIODV{position:relative;min-height:1px}.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC .WhyKumaranSection_item_wrapper__Mtve1:before{position:absolute;top:0;left:0;width:100%;height:100%}@media(min-width:992px){.WhyKumaranSection_WhyKumaranSection__opJQi{padding-top:30px}}.WhyKumaranSection_WhyKumaranSection__opJQi .section_title{max-width:65%}@media(max-width:1439px){.WhyKumaranSection_WhyKumaranSection__opJQi .section_title{max-width:75%}}@media(max-width:1024px){.WhyKumaranSection_WhyKumaranSection__opJQi .section_title{max-width:100%}}.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:15px;gap:15px}@media(max-width:767px){.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC{grid-template-columns:repeat(1,1fr)}}.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC .WhyKumaranSection_item_wrapper__Mtve1{border:1px solid rgba(20,28,30,.1);padding:30px;grid-column:span 2;transition:.3s ease-in-out}.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC .WhyKumaranSection_item_wrapper__Mtve1:before{content:"";background:var(--gradient_primary);opacity:0;transition:.3s ease-in-out;border-radius:10px}.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC .WhyKumaranSection_item_wrapper__Mtve1:hover:before{opacity:1}.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC .WhyKumaranSection_item_wrapper__Mtve1:hover .WhyKumaranSection_description__QEmPg,.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC .WhyKumaranSection_item_wrapper__Mtve1:hover .WhyKumaranSection_title__DlLCQ{color:var(--color_off_white)}@media(max-width:991px){.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC .WhyKumaranSection_item_wrapper__Mtve1{grid-column:span 3}}.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC .WhyKumaranSection_item_wrapper__Mtve1 .WhyKumaranSection_content_wrap__t5TmR .WhyKumaranSection_description__QEmPg{opacity:.7}.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC .WhyKumaranSection_item_wrapper__Mtve1:first-child,.WhyKumaranSection_WhyKumaranSection__opJQi .WhyKumaranSection_innovation_wrapper__AYWXC .WhyKumaranSection_item_wrapper__Mtve1:nth-child(2){grid-column:span 3}.Home_HomePage__ceAKX{margin-top:80px;background-color:var(--color_off_white)}