footer{background:var(--greybg-color)}footer .top-wrapper{padding:60px 0 36px;column-gap:2%;row-gap:40px}footer .top-wrapper .left-section{width:33%}footer .top-wrapper .right-section{width:65%}footer .top-wrapper .social-icons{margin-top:36px;column-gap:26px;row-gap:10px}footer .top-wrapper .social-icons .item{width:40px;height:40px;border-radius:50%;background:var(--white-color);display:flex;justify-content:center;align-items:center}footer .top-wrapper .social-icons .item .icon{line-height:1}footer .top-wrapper .social-icons .item .icon i:before{color:var(--primary-color)}footer .top-wrapper .social-icons .item .icon:hover i:before{color:var(--secondry-color)}footer .top-wrapper .social-icons .item i{font-size:22px}footer .top-wrapper .social-icons .item i.icon-tweet{font-size:16px}footer .top-wrapper .links{column-gap:2%;row-gap:30px}footer .top-wrapper .links li{width:23.5%}footer .top-wrapper .links li a{font-weight:500;text-transform:uppercase;font-size:1.125rem;line-height:1}footer .copyright{border-top:1px solid var(--light-grey-color);padding-top:40px;padding-bottom:60px;text-align:right;color:var(--darkgrey-color);line-height:.9}footer .copyright p{font-size:1rem;color:var(--primary-color)}@media only screen and (max-width:1439px){footer .top-wrapper{font-size:1rem;padding:50px 0}footer .copyright{padding-top:30px;padding-bottom:30px}footer .copyright p{font-size:1rem}}@media only screen and (max-width:992px){footer .top-wrapper{flex-direction:column;padding:35px 0 42px}footer .top-wrapper .left-section{width:100%;display:flex;column-gap:2%;justify-content:space-between;align-items:center}footer .top-wrapper .social-icons{margin-top:0;column-gap:12px}footer .top-wrapper .right-section{width:100%}footer .top-wrapper .links{column-gap:26px}footer .top-wrapper .links li{width:max-content}}@media only screen and (max-width:767px){footer .top-wrapper{row-gap:25px;padding-bottom:20px}footer .top-wrapper .social-icons{column-gap:6px}footer .top-wrapper .social-icons .item{width:21px;height:21px}footer .top-wrapper .social-icons .item i{font-size:12px}footer .top-wrapper .social-icons .item i.icon-tweet{font-size:10px}footer .top-wrapper .links{row-gap:16px}footer .top-wrapper .links li .link{font-size:11px;line-height:17px}footer .copyright{padding:10px 0;font-size:1rem;line-height:11.9px;letter-spacing:.1}footer .copyright p{text-align:left;font-size:12px}}header{padding:0;position:fixed;z-index:99;height:72px;display:flex;align-items:center;background:hsla(0,0%,100%,.95)}header,header:before{top:0;left:0;right:0;width:100%}header:before{content:"";position:absolute;bottom:0;height:100%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}header .nav{column-gap:40px}header .navigation-wrapper{column-gap:30px;align-items:center}header .closeIcon{display:none}header .closeIcon.active{display:flex}header .closeIcon i:before{color:var(--white-color)}header .link{font-size:1.125rem;color:var(--primary-color);text-transform:capitalize;font-weight:500;min-height:72px;display:inline-flex;align-items:center;text-transform:uppercase}header .link:hover{color:var(--secondry-color)}header .link .icon-cross{display:none}header .dropdownMenu{position:relative;z-index:999}header .dropdownMenu .icon-cross{display:none}header .dropdownMenu .dropdown{display:none;flex-direction:column;position:absolute;top:100%;left:-20px;background:var(--white-color);width:210px}header .dropdownMenu .dropdown li{padding:10px 20px;color:var(--primary-color);font-size:1.125rem;text-transform:capitalize;border-bottom:1px solid hsla(0,0%,100%,.2);font-weight:400;line-height:1.375}header .dropdownMenu .dropdown li:last-child{border-bottom:0}header .dropdownMenu:hover>.dropdown{display:flex}header .toggle-icon{width:22px;height:22px;border:0 solid var(--primary-color);display:none;flex-direction:column;justify-content:center;align-items:center;row-gap:4px}header .toggle-icon .line{width:22px;height:2px;background:var(--primary-color);border-radius:6px}.search-sec{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.85);display:none;flex-wrap:wrap;justify-content:center;align-items:flex-start;z-index:99999}.search-sec:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.search-sec.active{display:flex}.search-sec .input-wrapper{width:90%;max-width:812px;position:relative;margin-top:160px}.search-sec .input-wrapper .icon-search{position:absolute;right:44px;top:0;bottom:0;margin:auto;width:31px;height:31px;display:flex;align-items:center}.search-sec .input-wrapper .icon-search:before{font-size:30px;color:var(--white-color)}.search-sec .input-wrapper .icon-cross{position:absolute;right:44px;top:0;bottom:0;margin:auto;width:31px;height:31px;display:flex;align-items:center;cursor:pointer}.search-sec .input-wrapper .matched-product{background:var(--white-color);position:absolute;top:100%;width:90%;left:0;right:0;margin:auto;max-height:400px;overflow-y:scroll}.search-sec .input-wrapper .matched-product li{padding:10px 20px;border-bottom:1px solid #ddd}.search-sec .input-wrapper .matched-product li:last-child{border-bottom:0}.search-sec .input-wrapper .matched-product .no-data,.search-sec .input-wrapper .matched-product a{font-size:.875rem;font-weight:500;width:100%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-transform:capitalize;color:var(--darkgrey-color)}.search-sec .input-wrapper .matched-product .no-data:hover,.search-sec .input-wrapper .matched-product a:hover{color:var(--primary-color)}.search-sec input{border-radius:93px;width:100%;border:3px solid #fff;padding:20px 44px;height:89px;box-sizing:border-box}.search-sec .close{position:absolute;right:70px;top:50px;color:#fff;font-size:16px;width:16px;height:16px;line-height:1;cursor:pointer;transition:all .3s linear}.search-sec .close:hover{background:#000}.search.icons{position:relative;top:2px;cursor:pointer}@media only screen and (max-width:1439px){header .nav,header .navigation-wrapper{column-gap:20px}}@media only screen and (max-width:992px){header .toggle-icon{display:inline-flex}header .closeIcon{text-align:right;padding:0;border-bottom:0;width:22px;height:22px;justify-content:center;align-items:center}header .closeIcon i:before{color:var(--primary-color)}header .nav{position:fixed;right:0;top:-100%;bottom:auto;background:var(--white-color);transition:all .5s ease-in-out;flex-direction:column;width:100%;max-height:100vh;padding-top:0;padding-bottom:0;z-index:9;box-shadow:0 8px 12px 0 rgba(0,0,0,.149)}header .nav.active{top:72px}header .nav li{width:100%;padding:12px 30px;border-bottom:1px solid hsla(0,0%,100%,.1)}header .nav li .link{display:flex;align-items:center;color:var(--primary-color);justify-content:space-between;min-height:auto;font-size:16px;line-height:21px}header .dropdownMenu{position:relative}header .dropdownMenu>.link{width:100%;position:relative;z-index:1}header .dropdownMenu.active{background:var(--light-bg)}header .dropdownMenu.active .icon-cross{transform:rotate(-90deg);top:15px}header .dropdownMenu.active .link{color:var(--secondry-color)}header .dropdownMenu .icon-cross{display:block;transform:rotate(90deg);font-size:.75rem;font-weight:400;right:30px;top:21px;width:10px;height:10px;position:absolute;z-index:0}header .dropdownMenu .icon-cross:before{content:"";color:var(--primary-color)}header .dropdownMenu .dropdown{position:relative;top:0;left:0;right:0;background:transparent;width:100%;padding-top:5px}header .dropdownMenu .dropdown.active{display:block!important}header .dropdownMenu .dropdown li{color:var(--primary-color);padding:8px 0;border-bottom:0}header .dropdownMenu .dropdown li a{color:var(--darkgrey-color)}header .dropdownMenu:hover>.dropdown{display:none}header.active{-webkit-backdrop-filter:unset;backdrop-filter:unset}}@media only screen and (max-width:767px){header{height:56px;background:hsla(0,0%,100%,.8)}header .nav.active{top:56px}.search-sec .close{right:30px;top:23px}.search-sec input{height:36px;border-width:1.22px;padding:6px 40px 6px 20px}.search-sec .input-wrapper .icon-search{width:12px;height:12px;right:20px}.search-sec .input-wrapper .icon-search:before{font-size:12px}.search-sec .input-wrapper .icon-cross{right:20px;width:20px;height:20px}.search-sec .input-wrapper .icon-cross:before{font-size:12px}}@keyframes l3{20%{background-position:0 0,50% 50%,100% 50%}40%{background-position:0 100%,50% 0,100% 50%}60%{background-position:0 50%,50% 100%,100% 0}80%{background-position:0 50%,50% 50%,100% 100%}}.loader{width:60px;aspect-ratio:2;--_g:no-repeat radial-gradient(circle closest-side,#fff 90%,#fff);background:var(--_g) 0 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:18% 36%;animation:l3 1s linear infinite;position:absolute;right:44px;top:0;bottom:0;margin:auto;width:40px;height:20px;display:flex;align-items:center;gap:1rem}@media only screen and (max-width:767px){.loader{right:20px;top:0;bottom:0;margin:auto;width:20px;height:10px}}@font-face{font-family:icomoon;src:url(/_next/static/media/icomoon.43eed4cd.eot);src:url(/_next/static/media/icomoon.43eed4cd.eot) format("embedded-opentype"),url(/_next/static/media/icomoon.1d9b298b.ttf) format("truetype"),url(/_next/static/media/icomoon.ebe1d965.woff) format("woff"),url(/_next/static/media/icomoon.2e455a6a.svg) format("svg");font-weight:400;font-style:normal;font-display:swap}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-email:before{content:"";color:#263a7f}.icon-fax:before{content:""}.icon-tweet:before{content:"";color:#263a7f}.icon-cross:before{content:"";color:#fff}.icon-location:before{content:"";color:#fbfbfb}.icon-call:before{content:"";color:#263a7f}.icon-arrow:before{content:"";color:#fff}.icon-video:before{content:"";color:#fff}.icon-right-arrow:before{content:"";color:#ff2d35}.icon-shape:before{content:"";color:#e62426}.icon-twitter:before{content:"";color:#03a9f4}.icon-linkedin:before{content:""}.icon-search:before{content:"";color:#263a7f}:root{--primary-color:#263a7f;--white-color:#fff;--secondry-color:#e62426;--light-bg:rgba(158,190,230,.322);--light-blue-color:#bbd3ed;--lightbg-blue-color:#e0eaf7;--grey-color:#e9e7e2;--darkgrey-color:#3c3c3c;--light-grey-color:#8a8c8c;--greybg-color:#dddad3a6;--dark-blue:#9ec0e6}.mapBox{background:"red";border:"1px solid";max-width:"250px";min-height:"100px"}*{box-sizing:border-box}html{width:100%;touch-action:manipulation}body,html{overflow-x:hidden}body{margin:0;font-family:Noto Sans,sans-serif!important;background:var(--white-color);color:var(--primary-color);font-size:1.125rem;line-height:1.6;font-weight:300;max-width:100%;padding:72px 0 0}.page-content-wrapper{overflow:hidden}section{position:relative}.w-100{width:100%!important}.w-50{max-width:768px}.w-70{max-width:730px;margin-left:auto;margin-right:auto}h1{margin:0}.mb-24{margin-bottom:24px!important}.mt-0{margin-top:0!important}.mt-24{margin-top:24px!important}.mt-30{margin-top:30px!important}.mt-35{margin-top:35px!important}.mt-50{margin-top:50px!important}.mb-50{margin-bottom:50px!important}.mt-70{margin-top:70px!important}.mb-70{margin-bottom:70px!important}p{margin:0 0 15px;font-size:1.375rem;line-height:1.375}p:last-child{margin-bottom:0}p em{color:var(--red-color);font-style:normal}.text-center{text-align:center!important}.d-none{display:none!important}.d-flex{display:flex;flex-wrap:wrap}.direction-column{flex-direction:column}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.inline-block{display:inline-block}.round-box{border-radius:16px;overflow:hidden}input,select,textarea{padding:8px 0;font-weight:400;font-family:Noto Sans,sans-serif!important;color:var(--light-grey-color);border:0;border-bottom:1px solid var(--light-grey-color);min-height:48px;border-radius:0;font-size:1rem;width:100%}input:focus,input:focus-visible,select:focus,select:focus-visible,textarea:focus,textarea:focus-visible{outline:none;box-shadow:none}input::placeholder,select::placeholder,textarea::placeholder{font-size:1.125rem;line-height:1.2;font-weight:400;color:var(--light-grey-color);text-transform:uppercase}input[type=file],select[type=file],textarea[type=file]{border-bottom:0}input{padding:0 0 20px}input,select,textarea{background:transparent}select{color:var(--light-grey-color);border-bottom:0;padding:10px 20px;font-size:1.125rem;text-transform:uppercase;position:relative}select option{background:var(--white-color);font-size:12px}img{max-width:100%;display:block;height:auto}ul{margin:0;padding:0}ul li{list-style:none}ul.has-arrow{display:flex;flex-direction:column;row-gap:15px}ul.has-arrow li{padding-left:20px;font-weight:400;font-size:1.125rem;position:relative;line-height:1.375}ul.has-arrow li:before{content:"";position:absolute;font-family:icomoon!important;left:0;top:6px;width:6px;height:12px;font-size:12px;color:var(--secondry-color);line-height:1}a,button{text-decoration:none;cursor:pointer;transition:all .3s linear;outline:none;border:0;color:var(--primary-color)}a:hover,button:hover{color:var(--secondry-color)}.light-btn{border-radius:20px;border:1px solid var(--white-color);background-color:var(--white-color);color:var(--primary-color);transition:all .5s ease-in-out;line-height:normal;display:inline-flex;font-weight:500;text-transform:uppercase}.light-btn.sm-btn{font-size:.875rem;padding:8px 18px}.light-btn.lg-btn{font-size:1.5rem;padding:1rem 1.5rem}.light-btn:hover{color:var(--primary-color);box-shadow:0 3px 3px 0 hsla(0,0%,100%,.5)}.light-btn:hover.sm-btn{padding:8px 12px}.dark-btn{border-radius:20px;border:1px solid var(--primary-color);background-color:var(--primary-color);color:var(--white-color);transition:all .5s ease-in-out;line-height:normal;display:inline-flex;font-weight:500;text-transform:uppercase}.dark-btn.sm-btn{font-size:.875rem;padding:8px 18px}.dark-btn.lg-btn{font-size:1.5rem;padding:1rem 1.5rem}.dark-btn:hover{color:var(--white-color);box-shadow:0 3px 5px 0 rgba(38,58,127,.5)}.dark-btn:hover.sm-btn{padding:8px 12px}.disable-btn{background-color:var(--light-grey-color);color:var(--white-color)}.disable-btn:hover{color:var(--white-color);box-shadow:0}.disable-btn:hover.sm-btn{padding:8px 12px}.section-padding{padding:70px 0}.section-padding.high{padding:120px 0}.section-padding-top{padding-top:70px}.section-padding-bottom{padding-bottom:70px}.pb-0{padding-bottom:0!important}.container{width:100%;padding:0 30px;max-width:1420px;margin:0 auto;position:relative;z-index:9}.lg-heading{font-weight:500;font-size:2.75rem;line-height:1.4}.lg-heading.color-white{color:var(--white-color)}.sm-heading{font-weight:500;font-size:2.5rem;line-height:1.35}.sm-heading.color-white{color:var(--white-color)}.md-heading{font-weight:500;font-size:1.875rem;line-height:1.35}.md-heading .light{font-weight:300}.md-heading.color-white{color:var(--white-color)}.xs-heading{font-weight:500;font-size:1.5rem;line-height:1.5}.xs-heading.color-white{color:var(--white-color)}.heading-wrapper p{margin-top:15px;margin-bottom:0;font-weight:300}.light-bg{background:var(--light-bg)}.light-blue-bg{background:var(--light-blue-color)}.dark-bg{background:var(--primary-color)}.fancybox__content{max-width:100%}.fancybox__iframe{width:600px;max-width:100%}@keyframes molecules{0%{transform:scale(1);opacity:.75}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:.75}}.molecules{position:absolute;animation:molecules 5s ease-in-out infinite}.molecules img{max-height:881px}@keyframes waves{0%{transform:scale(1)}50%{transform:scale(1.035)}to{transform:scale(1)}}.waves{position:absolute;animation:waves 5s ease-in-out infinite}.waves img{min-width:100vw}.tabs-toggleButton{display:none;padding:8px 32px;font-size:1.15rem;font-weight:500;line-height:21px;width:100%;background:var(--primary-color);color:var(--white-color);position:relative;justify-content:center;text-align:center;text-transform:uppercase;max-width:100%}.tabs-toggleButton:after{content:"";font-family:icomoon!important;position:absolute;right:12px;top:0;bottom:0;width:5px;height:11px;font-size:10px;transform:rotate(90deg);margin:auto;display:flex;justify-content:center;align-items:center}.tabs-toggleButton.active:after{transform:rotate(-90deg)}.tabs{display:flex;overflow-x:scroll}.tabs::-webkit-scrollbar{height:1px}.tabs::-webkit-scrollbar-track{border-radius:0}.tabs::-webkit-scrollbar-thumb{border-radius:0}.tabs::-webkit-scrollbar-thumb,.tabs::-webkit-scrollbar-thumb:hover{background:var(--darkgrey-color)}.tabs.forMobile{display:none}.tabs li{background:var(--grey-color);color:var(--light-grey-color);font-weight:500;text-align:center;min-width:max-content;width:max-content;cursor:pointer;font-size:1.375rem;text-transform:uppercase;line-height:1.375;flex:1 1;max-width:281px}.tabs li.active{background:var(--primary-color);cursor:auto}.tabs li.active,.tabs li.active a,.tabs li.active a:hover{color:var(--white-color)}.tabs li a{padding:8px 56px;display:flex;justify-content:center}.tabs li a,.tabs li a:hover{color:var(--primary-color)}.main-wrapper{display:flex;flex-direction:column;min-height:calc(100vh - 72px);justify-content:space-between}.fancybox__content,iframe{max-width:90vw!important}.fancybox__container{width:100vw;height:100vh}@media only screen and (max-width:1439px){html{font-size:14px}body{padding-top:72px;font-size:1rem}p{font-size:1.15rem;line-height:24px}.logo-wrapper{max-width:180px}.section-padding{padding:50px 0}.section-padding-top{padding-top:50px}.section-padding-bottom{padding-bottom:50px}.mt-50{margin-top:30px!important}.mt-70{margin-top:50px!important}.tabs li{max-width:200px}.tabs li a{font-size:16px;padding:8px 32px}}@media only screen and (max-width:1199px){.page-content-wrapper{min-height:calc(100vh - 325px)}}@media only screen and (max-width:1020px){.container{padding:0 30px}}@media only screen and (max-width:767px){.page-content-wrapper{min-height:calc(100vh - 194px)}.w-50,.w-70{width:100%!important}.mt-30,.mt-35{margin-top:20px!important}.mt-70{margin-top:40px!important}.mb-70{margin-bottom:40px!important}body{padding-top:0}.section-padding{padding:40px 0}.section-padding-top{padding-top:40px}.section-padding-bottom{padding-bottom:40px}.full-width{margin-left:-30px;margin-right:-30px;width:calc(100% + 60px)}.sm-heading{font-size:22px;line-height:30px}.md-heading{font-size:18px;line-height:24.5px}.waves img{transform:scale(1.5)}.molecules img{max-height:400px}ul.has-arrow li{font-size:16px;line-height:22px}.heading-wrapper p{margin-top:10px}.tabs-toggleButton{display:block}.tabs{flex-direction:column;overflow-x:unset}.tabs.forDesktop{display:none}.tabs li,.tabs.forMobile{display:flex}.tabs li{font-size:1.15rem;line-height:21px;width:100%;border-bottom:0;position:relative;justify-content:center;max-width:100%;border-top:.5px solid #979693}.tabs li a{width:100%;color:var(--light-grey-color)}.tabs li.active{display:none}}