@font-face{font-family:Poppins;src:url(../assets/fonts/Poppins.otf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Astro-Space;src:url(../assets/fonts/A-Astro-Space.ttf) format("truetype");font-weight:400;font-style:normal}html,body{width:100%;max-width:100%;overflow:auto;scrollbar-width:none}body{background:#090808;color:#fff;margin:0;font-family:Poppins,sans-serif}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Poppins;src:url(/assets/Poppins-D9gF4EYD.otf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Afacad;src:url(/assets/Afacad-CSLr28AB.ttf) format("truetype");font-weight:400;font-style:normal}.Landing-main{width:100%;overflow-x:hidden}nav{display:flex;width:90%;height:auto;align-items:center;justify-content:space-between;background:#8f8b8b26;padding:0 20px;border-radius:50px;margin:20px;flex-wrap:wrap}.main-logo{text-decoration:none;list-style-type:none;color:#fff;height:60px;margin:0;padding:0 0 0 20px}.logo-img a img{width:50px;height:auto}.logocontent{margin:0;padding:0}.logocontent h1{text-decoration-style:none;color:#fff;font-family:Astro-Space;font-weight:300;margin:0;padding:0;font-size:25px}.logocontent Link{text-decoration:none}.logocontent p{color:#fff;font-size:10px;padding:0;margin:0;opacity:.7}.nav-elements{display:flex;gap:20px;list-style:none;align-items:center;padding:0 20px 0 0}.nav-elements li a{text-decoration:none;color:#fff;font-weight:500;font-size:15px}.Land-main-container{display:flex;align-items:left;justify-content:center;margin:100px 0 0}.Land-main-content{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;font-family:Poppins}.Land-main-content h1{font-family:Poppins;text-align:left;font-size:40px;margin:0}.Land-main-content p{text-align:left;font-size:15px;padding:0;margin:0;opacity:.8;font-family:Afacad}.main-buttons{display:flex;gap:15px;margin-top:20px;flex-wrap:wrap}.btn1{background:linear-gradient(90deg,#b71467,#5a0793);color:#fff;padding:10px 20px;border:none;border-radius:6px;font-family:Afacad;cursor:pointer}.btn2{background:transparent;border:1.5px solid white;color:#fff;padding:10px 20px;border-radius:6px;font-family:Afacad;cursor:pointer}.Land-main-image img{width:280px;height:280px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}footer{display:flex;justify-content:center;gap:30px;padding:40px 0;flex-wrap:wrap}.partner{display:flex;align-items:center;gap:8px;font-family:Afacad;margin-top:80px}.partner img{width:20px}@media (max-width : 900px){.logo-img a img{width:60px;height:auto}.logocontent h1{font-size:20px}.logocontent p{font-size:8px}}@media (max-width: 825px){.menu-toggle{display:block;background:none;border:none;font-size:24px;color:#fff;z-index:1000}.partner img{width:15px}.main-logo{height:40px;margin:0;padding:0}.logo-img a img{width:50px;height:auto}.logocontent h1{font-size:20px}.logocontent p{font-size:8px}.nav-elements{flex-direction:column;align-items:flex-start;width:100%;display:none;padding:10px}.nav-elements li:hover{background:linear-gradient(90deg,#b71467,#5a0793);border-radius:8px;padding:10px}.nav-elements.show{display:flex;justify-content:center;align-items:center}.Land-main-container{flex-direction:column-reverse}.Land-main-content{width:100%;margin:10px 0 20px 20px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.Land-main-content h1{font-size:32px}.Land-main-content p{width:80%}.Land-main-image{text-align:center;width:100%}.Land-main-image img{width:250px;height:250px}footer{align-items:center}}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;list-style:none;padding:10px 0;margin:10px 0 0;border:1px solid #ccc;border-radius:8px;z-index:1000;min-width:180px;box-shadow:0 4px 8px #0000001a}.dropdown-menu li:hover{background-color:red}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff!important;padding:2rem;width:90%;max-width:450px;box-shadow:0 10px 25px #0003;flex-direction:column;background:transparent;padding:40px 60px;border-radius:12px;font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#5a0793;min-width:300px;min-height:150px;position:relative;display:flex;justify-content:center;align-items:center}.modal-content h2{background:linear-gradient(90.54deg,#b71467 .46%,#611987 74.78%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;font-family:Poppins;font-weight:800;font-size:20px}.modal-content form{display:flex;flex-direction:column;gap:12px}.Cont-img img{width:100px}.modal-content input,.modal-content select,.modal-content textarea{padding:15px 100px 15px 15px;border:1px solid #ccc;border-color:#0000004d;border-radius:8px;font-size:14px;max-width:300px}.button-container{display:flex;justify-content:center}.modal-content button[type=submit]{background-color:#7600c7;color:#fff;width:50%;border:none;padding:10px;border-radius:8px;cursor:pointer}.close-btn{position:absolute;top:10px;right:15px;background:none;border:none;font-size:24px;cursor:pointer}.support-text{margin-top:1rem;font-size:12px;color:gray;text-align:center}@font-face{font-family:Poppins;src:url(/assets/Poppins-D9gF4EYD.otf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Afacad;src:url(/assets/Afacad-CSLr28AB.ttf) format("truetype");font-weight:400;font-style:normal}.services-page{display:block;width:100%;margin:0 auto 80px;padding:0 10px}.mainheading{width:100%;text-align:center;margin:10px 0 40px}.mainheading h1{font-size:40px;font-weight:700;color:#fff;font-family:Poppins;margin:0}.mainheading h1 span{background:linear-gradient(90.82deg,#b71467 27.25%,#8617d2 103.63%,#8109b0 114.53%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mainheading p{margin:10px 0 0;font-family:Poppins;font-size:15px;color:#ddd}.services{width:100%;min-width:150px;display:flex;flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:20px}.service{width:280px;height:320px;border-radius:13px;background:linear-gradient(180deg,#fff0,#ffffff14);border:1.5px solid rgba(255,255,255,.2);color:#f8f8f8;display:flex;flex-direction:column;align-items:center;padding:20px;box-sizing:border-box;text-align:center}.service-img{height:100px;display:flex;justify-content:center;align-items:center}.service-img img{width:70px;height:70px;object-fit:contain;margin:40px 0 0}.service h2{font-size:18px;font-family:Afacad;font-weight:450;margin:50px 0 10px}.service p{font-size:14px;font-family:Afacad;font-weight:400;color:#d8d8d8;margin:0}@media (max-width: 768px){.mainheading h1{font-size:32px}.mainheading p{font-size:14px;padding:0 10px}.services{width:95%}.service{width:220px;height:auto}.service h2{margin:10px 0}.service-img img{margin:0}.service h2{font-size:16px}.service p{font-size:13px}.service-img img{width:60px;height:60px}}@media (max-width: 480px){.mainheading h1{font-size:28px}.services{gap:20px}.service{padding:15px;width:180px;height:250px!important}.service h2{margin:0 0 10px;font-size:15px;font-weight:200}.service p{font-size:12px}.service-img img{margin-top:0;width:50px;height:50px}}@media (max-width: 400px){.services{gap:5px}.service{width:150px}}@font-face{font-family:Afacad;src:url(/assets/Afacad-CSLr28AB.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-D9gF4EYD.otf) format("truetype");font-weight:400;font-style:normal}.container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin:0;padding:0 15px;box-sizing:border-box}.title{font-size:36px;font-family:Poppins;font-weight:600;margin-bottom:40px}.title span{background:linear-gradient(90.54deg,#b71467 .46%,#611987 74.78%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sector-content{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:60px}.sector-main{width:320px;height:223px;background:#15151d;border-radius:18px;padding:20px;text-align:center;font-family:Afacad}.sector-main-content{height:200px}.sector-main h2{font-size:16px;font-weight:300;color:#fff}.sector-main p{font-size:14px;font-weight:500;padding:0 10px;color:#ccc}.sector-img1 img,.sector-img2 img,.sector-img3 img{width:65px;height:auto;margin:30px 0 0}@media (max-width: 1024px){.title{font-size:32px}.sector-main h2{font-size:15px}.sector-main p{font-size:13px}}@media (max-width: 768px){.sector-content{display:flex}.sector-main{display:flex;flex-direction:row;width:100%;min-height:100px;height:100px}.sector-main-content{width:80%;height:auto;display:flex;justify-content:center;align-items:center}.sector-img1 img,.sector-img2 img{width:50px;margin:0}.sector-img3 img{width:45px;margin:0}.sector-img1 h2{font-family:10px}#sector-3{width:100%;display:flex;flex-direction:row}}@media (max-width: 480px){.title{font-size:28px}.sector-main h2{font-size:14px}.sector-main p{font-size:12px}.sector-img1 img,.sector-img2 img,.sector-img3 img{width:50px;margin-top:10px}}@font-face{font-family:Poppins;src:url(/assets/Poppins-D9gF4EYD.otf) format("truetype");font-weight:400;font-style:normal}.main-container{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:0 15px;width:100%;box-sizing:border-box}.main-heading{width:100%;text-align:center;margin:40px 0}.main-heading h1{font-size:40px;font-weight:700;color:#fff;font-family:Poppins;margin:0}.main-heading h1 span{background:linear-gradient(90.82deg,#b71467 27.25%,#8617d2 103.63%,#8109b0 114.53%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.main-heading p{margin-top:10px;font-family:Poppins;font-size:15px;color:#ccc}.content{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:60px}.choose-main{width:250px;height:auto;min-height:223px;background:#15151d;border-radius:18px;padding:20px;text-align:center;font-family:Afacad;display:flex;flex-direction:column;align-items:center}.choose-main h2{font-size:16px;margin:30px 0 0;color:#fff;font-weight:200}.choose-main p{font-size:15px;font-weight:100;color:#ccc;margin-top:10px}.choose-img img{margin:40px 0 0;max-width:100%;height:auto}#img1 img{width:40px}#img2 img{width:33px}#img3 img{width:37px}#img4 img{width:50px}@media (max-width: 1024px){.main-heading h1{font-size:36px}}@media (max-width: 768px){.main-heading h1{font-size:32px}.content{flex-direction:column}.choose-main{width:90%;min-height:100px;height:100%;flex-direction:row}.choose-main h2{font-size:15px;font-weight:200}#choose4 h2{padding:7px 0 0}.choose-main p{font-size:13px;font-weight:100}.choose-img{width:150px;margin-right:10px}.choose-img h2{margin:0}}@media (max-width: 480px){.main-heading h1{font-size:28px}.main-heading p{font-size:13px}.choose-main h2{font-size:14px}.choose-main p{font-size:12px}.choose-main{width:90%}.choose-img img{margin-top:0}.content{width:100%;flex-wrap:wrap}}@font-face{font-family:Poppins;src:url(/assets/Poppins-D9gF4EYD.otf) format("truetype");font-weight:400;font-style:normal}.prod-main{width:100%;padding:0 15px;margin-bottom:50px;box-sizing:border-box}.prod-container{max-width:1200px;margin:auto;width:100%}.prod-heading h1{font-size:40px;font-family:Poppins;text-align:center;font-weight:600}.prod-heading h1 span,.sub-heading h1 span,.insight-details h3{background:linear-gradient(242.51deg,#d11173 26.51%,#6d09b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding-left:10px}.main-logo{display:flex;justify-content:center;align-items:center;margin:20px 0}.main-logo img{width:180px;max-width:100%}.sub-heading{text-align:center;font-family:Poppins;margin-bottom:20px;display:flex;justify-content:center;align-items:center}.sub-heading span #span1{background-color:#fff;color:#fff}#span1{background:linear-gradient(242.51deg,#d11173 26.51%,#6d09b2 62.12%);-webkit-background-clip:text;-webkit-text-fill-color:white}.main-content{width:100%;max-width:800px;margin:40px 0 0;text-align:left;font-family:Poppins;padding:0 10px}.main-content h2{font-size:22px;margin-bottom:10px}.main-content p{font-size:14px;color:#ddd;line-height:1.6}.prod-details{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:30px;margin-top:40px}.prod-insights{flex:1;min-width:300px;max-width:500px}.insight{background:#15151d;padding:20px 30px;margin-bottom:15px;border-radius:13px;font-family:Poppins;display:flex;align-items:center;gap:15px}.insight-details h3{font-size:18px;margin:0;padding:0}.insight-details p{width:100%;color:#e3e3e3;font-size:14px;margin:5px 0 0;font-weight:100}#prod-icon3{padding:0 0 0 50px}.prod-icon img{width:40px;height:auto;margin:0 0 0 20px}#prod-icon1 img{margin:0}.prod-dash{flex:1;min-width:300px;max-width:650px;display:flex;flex-direction:column;align-items:center}.dash-img{margin:0}.dash-img img{width:100%;max-width:800px;height:auto}.Prod-buttons{margin:0;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.Prod-buttons button{width:160px;padding:10px;border:1px solid;border-radius:7px;background:transparent;color:#fff;font-family:Poppins;font-size:14px;cursor:pointer}#btn1{background:#420070;border-color:#420070}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-content1{background:transparent;padding:40px 60px;border-radius:12px;font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#5a0793;min-width:300px;min-height:150px;position:relative;display:flex;justify-content:center;align-items:center}.modal-close-btn{position:absolute;top:10px;right:15px;background:transparent;border:none;font-size:30px;font-weight:700;cursor:pointer;color:#5a0793;line-height:1;padding:0;transition:color .2s ease}.modal-close-btn:hover{color:#9a4fff}@media (max-width: 1024px){.prod-heading h1{font-size:36px}.main-content h2{font-size:20px}.prod-insights,.prod-dash{max-width:100%}#span1{display:none}}@media (max-width: 768px){.prod-heading h1{font-size:28px}.main-logo img{width:100px}.main-content h2{font-size:18px;font-weight:200}.sub-heading{flex-direction:column}.sub-heading h1{padding:0;margin:0;font-size:10px}.insight{flex-direction:column;align-items:flex-start;gap:10px}.insight-details h3{font-size:16px;padding:0}.insight-details p{font-size:13px;font-weight:100}.prod-icon{height:70px;margin:20px 0 0}.insight{width:92%}#prod-icon3{padding:0 0 0 30px}.prod-icon img{width:50px}.Prod-buttons{width:100%}.Prod-buttons button{width:100px;height:30px;font-size:8px;padding:0;display:flex;justify-content:center;align-items:center;font-weight:100}}@media (max-width: 480px){.prod-heading h1{font-size:28px}.sub-heading h1{font-size:18px}.main-content{text-align:left}.main-content h2{font-size:16px}.main-content p{font-size:13px;padding:0}.buttons{display:flex;flex-direction:row;width:100%}.buttons button{width:100%;max-width:150px;font-size:13px}.insight{display:flex;flex-direction:row;padding:10px 15px}.prod-icon img{width:40px}}.carousel-container{text-align:center;background-color:#090808;color:#fff;padding:20px;-webkit-user-select:none;user-select:none}.carousel-heading{font-size:2em;font-family:Poppins;font-weight:600;margin-bottom:20px}.carousel-heading span{background:linear-gradient(90.29deg,#b31767 43.19%,#730db8 71.11%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.carousel-wrapper{position:relative;width:100%;height:550px;overflow:hidden;display:flex;justify-content:center;align-items:center}.card{position:absolute;width:300px;height:400px;padding:20px;border-radius:10px;background-color:#4a0f77;opacity:0;transform:scale(.8) translate(0);transition:all .4s ease;pointer-events:none;cursor:grab;display:flex;flex-direction:column;justify-content:space-between;align-content:center}.card.left{opacity:.6;transform:translate(-420px) scale(.8);pointer-events:none;z-index:5}.card.center{opacity:1;transform:translate(0) scale(1);pointer-events:auto;z-index:10;box-shadow:0 10px 20px #00000080;background-color:#4a0f77}.card.right{opacity:.6;transform:translate(420px) scale(.8);pointer-events:none;z-index:5}.card.hidden{opacity:0;pointer-events:none}.card-title{font-weight:700;margin-bottom:10px;text-transform:uppercase;display:flex;padding:10px 0 10px 10px;align-items:center;gap:8px}.card-text{display:flex;align-items:center;height:25%;margin:0;padding:10px 0;text-align:left;font-size:.95rem;line-height:1.5}.profile{display:flex;justify-content:flex-start;align-items:center}.profile-img{width:40px;height:40px;border-radius:50%;object-fit:cover}.profile-name{width:100%;font-weight:500;padding:0;margin:0}.profile-role{font-size:.875rem;color:#c4b5fd}.buttons{margin-top:20px;display:flex;justify-content:center}.nav-btn{display:flex;justify-content:center;align-items:center;margin:0 5px;background:#222;border:none;color:#fff;padding:10px 15px;border-radius:5px;cursor:pointer}.Persons-details{padding-left:0}@media (max-width:768px){.card{width:80%;height:380px}.card h3{margin:10px 0 30px;padding:0}.profile{margin:0}}@font-face{font-family:Poppins;src:url(/assets/Poppins-D9gF4EYD.otf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Afacad;src:url(/assets/Afacad-CSLr28AB.ttf) format("truetype");font-weight:400;font-style:normal}.contact-main{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 15px;box-sizing:border-box;margin:20px 0 0}.contact-main-heading{text-align:center;font-family:Poppins;margin-bottom:30px}.contact-main-heading h1{font-size:32px;display:flex;justify-content:center;align-items:center;font-weight:600}.contact-main-heading h1 span{padding-left:10px;background:linear-gradient(91.15deg,#b71467 30.85%,#5a0793);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-form-container{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:20px;background:#e8edf3;border-radius:15px;gap:20px;color:#000}.contact-box{flex:1 1 300px;min-width:200px;max-width:500px;background:#e6e4e4;box-shadow:3px 4px 18.3px 5px #0003;border-radius:15px;padding:20px}.main-form{flex:1 1 300px;min-width:200px;max-width:600px;padding:30px;background:#efefef;border-radius:15px}.contact-box h3{margin-bottom:20px}.contact-details{padding-left:10px;font-family:Poppins}.contact-info{display:flex;flex-direction:column;margin-bottom:20px}.contact-info h5{font-family:Poppins;margin:0 0 5px}.contact-info p{color:#470276;font-size:15px;font-weight:500;margin:0 0 0 21px}.cont-cont{display:flex;align-items:center}.cont-cont img{width:14px;padding-right:10px}.cont-cont h5{margin:0}.followus{margin-top:10px;font-family:Poppins;font-weight:600;color:#000}.Gt-social-icons{width:100%;display:flex;gap:10px;margin:0}.social-links{width:25px;height:25px;background:#d5d5d5;border-radius:100%;padding:10px;display:flex;justify-content:center;align-items:center;cursor:pointer}.social-links img{width:17px}.contact-form{display:flex;flex-direction:column;justify-content:center;align-items:stretch}.form-content{display:flex;flex-direction:column;padding-bottom:15px}.form-content h5{margin:0 0 8px;font-family:Poppins;color:#565656}.form-content input,#textarea{width:80%;padding:10px 20px;border-radius:3px;border:1.39px solid rgba(138,138,138,1);font-family:Poppins;font-size:14px;resize:vertical}.form-content input::placeholder{color:#a39d9d}#textarea{height:80px}.form-submit{display:flex;justify-content:center;margin-top:15px}.form-submit button{background:linear-gradient(88.16deg,#7608c1 -36.53%,#b71467 129.18%);color:#fff;font-family:Poppins;font-weight:500;padding:8px 30px;border-radius:4px;border:none;cursor:pointer;transition:background .3s ease}.form-submit button:hover{background:linear-gradient(88.16deg,#b71467 -36.53%,#7608c1 129.18%)}@media (max-width: 1024px){.contact-form-container{width:90%;gap:20px}.contact-box{padding:15px 20px}.main-form{padding:20px 30px}}@media (max-width: 768px){.contact-form-container{background-color:transparent;flex-direction:column;width:80%;gap:0px}.contact-box{width:100%;border-radius:15px 15px 0 0}.main-form{width:360px;border-radius:0 0 15px 15px}.form-content input,.form-content #textarea{width:80%}.social-links{width:10px;height:10px}}@media (max-width: 480px){.contact-main-heading h1{font-size:26px}.form-content h5{font-size:14px}.form-content input,#textarea{font-size:13px;padding:8px 15px}.form-submit button{padding:8px 20px;font-size:14px}.social-links{width:32px;height:32px;padding:8px}.social-links img{width:14px}.main-form{width:346px;border-radius:0 0 15px 15px}}@media (max-width: 768px){.contact-form-container{width:80%;flex-direction:column;align-items:center;gap:20px;padding:15px}.contact-box,.main-form{width:90%;max-width:100%;border-radius:15px}.main-form{padding:20px}}.content-main{width:100%;height:100%;display:flex;justify-content:center;align-items:center;margin:80px 0 100px;padding:0 20px;box-sizing:border-box}.main-details{width:100%;display:flex;justify-content:center;align-items:center}.contact-heading{text-align:center;font-family:Poppins,sans-serif;font-size:15px;max-width:700px;margin:0 auto}.contact-heading h1{font-family:Poppins,sans-serif;font-size:56px;font-weight:700;margin-bottom:20px;line-height:1.1}.input-box{margin-top:20px;display:inline-flex;align-items:center;justify-content:center}.input-box input{width:200px;height:35px;border-radius:10px;color:#fff;background:#1e212a;border:.9px solid rgba(240,235,238,.6);padding-left:10px;font-size:14px;outline:none;border-right:none}.input-box input::placeholder{padding-left:10px}.input-box button{width:128px;height:40px;border-radius:10px;border-color:transparent;background:linear-gradient(90deg,#b71467,#5a0793);background-size:100% 100%;background-repeat:no-repeat;border:none;margin-left:-20px;cursor:pointer;color:#fff;font-weight:600;font-family:Poppins,sans-serif;transition:background .3s ease}.input-box button:hover{filter:brightness(1.1)}@media (max-width: 1024px){.contact-heading h1{font-size:48px}.input-box input{width:150px;height:33px;font-size:13px}.input-box button{width:110px;height:38px;margin-left:-15px}}@media (max-width: 768px){.contact-heading h1{font-size:38px}.input-box{flex-direction:column;gap:15px}.input-box input{width:100%;max-width:280px;border-radius:10px;border-right:.9px solid rgba(240,235,238,.6);padding-left:10px}.input-box button{width:100%;max-width:280px;margin-left:0;border-radius:10px}}@media (max-width: 480px){.contact-heading h1{font-size:28px}.input-box input,.input-box button{max-width:100%}}@font-face{font-family:Astro-Space;src:url(/assets/A-Astro-Space-CTbeF6wf.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-D9gF4EYD.otf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Afacad;src:url(/assets/Afacad-CSLr28AB.ttf) format("truetype");font-weight:400;font-style:normal}.Footer{width:100%;height:100%;background:#dbdbdb14}.main-footer{display:flex;justify-content:space-around;width:100%;height:100%;border-radius:25px;gap:20px}.sub-cont1{width:35%;padding:50px 0 0}.company-footer{width:100%;height:100%}.company-footer p{margin:0 0 0 40px;padding:0;font-family:afacad;color:#ddd}.Company-details{display:flex;padding:0 0 0 20px}.Company-details img{width:120px}.company-name{display:flex;flex-direction:column;justify-content:center;margin-left:0}.company-name h1{font-family:Astro-Space;font-size:30px;font-weight:200;margin:0;padding:0;color:#fff}.company-name p{text-align:center;opacity:.6;font-size:15px;margin:0;padding:0;color:#bbb}.social-icons{margin:20px 0 0 40px;display:flex;gap:15px}.icon1{width:20px;height:20px;display:flex;justify-content:center;align-items:center;padding:10px;border-radius:100%}.icon1:hover{background:#e5e5e5}.icon1 img{width:20px}.sub-cont2{width:55%;display:flex;justify-content:space-between;align-items:flex-start;background:#12111182;margin:20px;border-radius:20px;font-family:Roboto,sans-serif;padding:50px 40px;gap:30px;flex-wrap:nowrap;color:#ffffffe6}.conts{flex:1 1 0;min-width:0}.conts h5{font-family:Poppins;font-weight:100;font-size:15px;margin-bottom:12px;color:#eee}.conts p{font-size:12px;font-family:Poppins;color:#b7b7b7;margin:6px 0;cursor:pointer}.conts p:hover{color:#f6f6f6}.beta{display:flex;align-items:center;gap:10px;margin-top:8px;padding:0}.beta button{width:37px;height:17px;font-size:8px;border-radius:4px;text-align:center;background:#e0e7ff;color:#3730a3;border:none;cursor:pointer}.beta p{margin:0;padding:0}.ending-content{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap;margin-top:20px}.end-content{margin:0 10px 0 0;cursor:pointer}.end-content h5{font-family:afacad;font-weight:100;font-size:15px;color:#b7b7b7;margin:0 0 40px}.end-content h5:hover{color:#f6f6f6}.copyrights{text-align:center;font-family:Poppins,sans-serif;font-size:12px;opacity:.6;padding:0 0 10px;color:#ccc}.social-icons{gap:10px;margin:20px 0 0 40px}@media (max-width: 900px){.main-footer .sub-cont1{flex-direction:column;align-items:flex-start;margin-left:0}.main-footer{width:100%}.sub-cont1,.sub-cont2{width:90%;margin:10px 0;padding:30px 20px}.sub-cont1{width:30%;align-items:flex-start}.sub-cont2{flex-direction:row;padding:30px 20px}.sub-cont2 h5{font-size:15px}.sub-cont2 p{font-size:10px}.company-footer{width:100%}.Company-details img{width:50px}.company-footer h1{font-size:20px}.company-footer p{width:100%;font-size:10px}.social-icons{margin:10px}.social-icons img{width:12px}.icon1{width:15px;height:15px}.conts{flex:1 145%;margin-bottom:20px}}@media (max-width: 768px){.Footer{width:100%}.main-footer{flex-direction:column}.conts{flex:1 1 10%;margin-bottom:40px}.conts h5{font-size:12px}.conts p{font-size:10px}.beta button{visibility:hidden;width:28px;height:15px;font-size:7px;text-align:left;margin-top:-15px}.company-footer{width:100%}.company-footer p{margin:0 0 0 40px}.Company-details p{margin:0}.company-name h1{font-size:15px}.company-name{width:25%}.company-name p{font-size:8px;text-align:center;padding:0}.sub-cont1{width:90%;text-align:left}.social-icons{gap:0;margin:20px 0 0 35px}.sub-cont2{width:90%}.company-footer p{padding-left:0}.ending-content{gap:15px;flex-direction:row}.end-content h5{margin-bottom:20px}.hr{width:100%}}@media (max-width: 430px){.conts h5{font-size:10px}.conts p{font-size:7px}.end-content a h5{font-size:10px}.copyrights{width:95%}.Footer hr{margin:0}}.Acc-main{width:100%;height:100%;margin:100px 0 0;padding:0 15px;box-sizing:border-box}.accordion-container{width:80%;max-width:800px;margin:0 auto;font-family:sans-serif;color:#dfdfe0}.accordion-item{background:#090808;border-bottom:1px solid rgba(60,60,60,.6)}.accordion-header{width:100%;padding:16px 10px 10px;background:#090808;color:#dfdfe0;border:none;outline:none;text-align:left;font-size:25px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:background-color .3s;font-family:Poppins,sans-serif}.accordion-header:hover{background:#2a2929}.arrow{background:#5a0793;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:2px 10px 0 0;transform:rotate(30deg);transition:transform .2s ease;font-size:18px;-webkit-user-select:none;user-select:none}.arrow.open{transform:rotate(120deg)}.accordion-body{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#090808}.accordion-body.open{max-height:500px}.accordion-content{padding:16px 10px 16px 40px;background:#090808;color:#dfdfe0;font-family:Poppins,sans-serif;font-size:16px;line-height:1.4;white-space:normal}.T-heading h1{font-family:Poppins,sans-serif;font-size:40px;font-weight:bolder;background:linear-gradient(97.72deg,#a730fa -1.22%,#b71467 58.31%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;margin-bottom:40px}@media (max-width: 1024px){.accordion-container{width:90%}.accordion-header{font-size:22px}.accordion-content{font-size:15px;padding-left:30px}.accordion-body.open{max-height:450px}.T-heading h1{font-size:36px;margin-bottom:30px}}@media (max-width: 768px){.accordion-container{width:95%}.accordion-header{font-size:20px;padding:14px 8px 8px}.arrow{font-size:16px;padding-right:6px}.accordion-content{font-size:14px;padding-left:25px}.accordion-body.open{max-height:400px}.T-heading h1{font-size:32px;margin-bottom:25px}}@media (max-width: 480px){.accordion-header{font-size:18px;padding:12px 8px 8px}.arrow{font-size:14px;padding-right:5px}.accordion-content{font-size:13px;padding-left:20px}.accordion-body.open{max-height:350px}.T-heading h1{font-size:28px;margin-bottom:20px}}.scroll-container{overflow:hidden;padding:16px;position:relative;display:flex;align-items:center;height:100px}.scroll-track{display:flex;gap:24px;width:200%}.scroll-item-container{position:relative;padding:2px;border-radius:60px;background:linear-gradient(94.89deg,#b71467 -1.36%,#5a0793 100.78%)}.scroll-item{display:flex;align-items:center;justify-content:center;background-color:#000;padding:10px 20px;color:#fff;border-radius:60px;min-width:100px;transition:background-color .3s;position:relative;z-index:1}.scroll-item:hover{border-color:#a855f7}.item-content{display:flex;align-items:center;gap:8px}@font-face{font-family:Poppins;src:url(/assets/Poppins-D9gF4EYD.otf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Afacad;src:url(/assets/Afacad-CSLr28AB.ttf) format("truetype");font-weight:400;font-style:normal}nav{width:90%;display:flex;align-items:center;justify-content:space-between;background:#8f8b8b26;padding:0 20px;border-radius:50px;margin:20px;flex-wrap:wrap}header{display:flex;justify-content:center}#nav2-main{background-color:#000}.main-logo{display:flex;align-items:center;height:60px;padding-left:20px}.logo-img img{width:90px;height:auto}.logocontent{margin-left:10px}.logocontent h1{font-family:Astro-Space,sans-serif;font-weight:300;margin:0;font-size:25px}.logocontent p{font-size:10px;margin:0;opacity:.7}.menu-toggle{display:none;font-size:24px;background:none;border:none;color:#fff}.nav-elements{display:flex;gap:20px;list-style:none;align-items:center;padding-right:20px}.nav-elements li{padding:10px 20px}.dropdown-menu li:hover{border-radius:none}.nav-elements li:hover{background:#292828;border-radius:50px}.nav-elements li a{text-decoration:none;color:#fff;font-weight:500}.Land-nav-btn{background:linear-gradient(90deg,#b71467,#5a0793);color:#fff;padding:10px 20px;border:none;border-radius:50px;font-family:Poppins;cursor:pointer}.Land-nav-btn:hover{transform:scale(1.05)}.nav-elements li.dropdown{position:relative}.dropdown-toggle{cursor:pointer;display:inline-block}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;list-style:none;padding:10px 0;margin-top:10px;border:1px solid #ccc;z-index:1000;min-width:180px;box-shadow:0 4px 8px #0000001a}.dropdown-menu li{width:200px;padding:10px 30px}.dropdown-menu li:hover{background-color:#c3bfbf;border-radius:0}.dropdown-menu li a{color:#000;text-decoration:none;display:block}@media (max-width: 1095px){.logo-img img{width:70px}.logocontent h1{font-size:18px}.logocontent p{font-size:8px}}@media (max-width: 990px){.menu-toggle{display:block;background:none;border:none;font-size:24px;color:#fff;z-index:1000}.main-logo{height:40px;padding-left:0}.logo-img img{width:70px}.logocontent h1{font-size:20px}.logocontent p{font-size:8px}.nav-elements{flex-direction:column;align-items:flex-start;width:100%;display:none;padding:10px}.nav-elements.show{display:flex;justify-content:center;align-items:center}.nav-elements li:hover{background:linear-gradient(90deg,#b71467,#5a0793);border-radius:8px;padding:10px}}@media (max-width:480px){.logo-img img{width:50px;height:auto}.logocontent h1{font-size:15px}.logocontent p{font-size:7px;text-align:center}}.About-main{padding:0;margin:0;width:100%;height:100%;background-color:#f7f7f7;overflow:hidden}.About-navbar{background-color:#000}.About-main-heading{margin:30px 0 0;text-align:center}.About-main-heading img{width:200px}.About-main-content{display:flex;align-items:center;justify-content:center;height:100%;margin:30px 0 40px}.About-main-content p{text-align:justify;color:#000;width:70%}.About-container{display:flex;gap:100px;flex-wrap:wrap;justify-content:center}.About-card{background-color:#fff;border:2px solid #d4cfcf;border-radius:10px;padding:30px 25px 0;width:300px;position:relative;box-shadow:0 2px 8px #0000000d}.quote-icon{position:absolute;top:-18px;left:20px;font-size:36px;color:#870f82;background:#fff;padding:0}.About-card h2{font-size:22px;margin-top:10px;background:linear-gradient(242.51deg,#d11173 26.51%,#6d09b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.About-card p{font-size:14px;margin-top:10px;color:#555;line-height:1.6}.About-Expert-team{width:100%;height:100%;background:#e0ced7;margin:50px 0 0}.expert-heading h1{padding:40px 0 0;color:#000;font-weight:700;text-align:center;font-size:30px;background:linear-gradient(90.29deg,#b31767 40.03%,#730db8 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Expert-content{width:100%;display:flex;justify-content:space-around;margin:50px 0;padding:0 0 50px}.Expert-card{width:300px;height:320px;background:#f7f7f7;border-radius:15px;display:flex;flex-direction:column;justify-content:center}.expert-img{height:70%;display:flex;justify-content:center;align-items:center}#expimg1{width:130px}#expimg2{width:150px;padding:0 0 0 50px}#expimg3{width:100px;padding:0}.Expert-team{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:10px}.Expert-team h1{color:#000;font-size:22px;text-align:center;margin:0}.Expert-team p{width:250px;color:#5c5c5c;font-size:12px;text-align:center;padding:0 0 40px;margin:0}.whychoose{margin:0 0 50px}.whychoose-content-main{width:100%;margin:50px}.whychoose-container{margin:40px 0 0;width:100%}.choose-section{width:100%;display:flex;justify-content:center;align-items:center;margin:40px 40px 10px;gap:20px}.Whychoose-card1{width:50%;height:150px;background-color:#fbfbfb;padding:25px 20px;border-radius:15px;box-shadow:0 5px 15px #00000014;text-align:left}.Whychoose-card1 h3{font-size:18px;font-weight:600;margin-bottom:10px;color:#000}.Whychoose-card1 p{font-size:14px;color:#333;line-height:1.6}.Whychoose-card2{width:30%;height:150px;background-color:#fbfbfb;padding:25px 20px;border-radius:15px;box-shadow:0 5px 15px #00000014;text-align:left}.Whychoose-card2 h3{font-size:18px;font-weight:600;margin-bottom:10px;color:#000}.Whychoose-card2 p{font-size:14px;color:#333;line-height:1.6}@media (max-width: 900px){.Whychoose-card1 h3,.Whychoose-card2 h3{font-size:15px}.Whychoose-card1 p,.Whychoose-card2 p{font-size:12px}}@media (max-width: 768px){.About-main-content p{width:90%;font-size:14px}.About-container{flex-direction:column;align-items:center;gap:40px}.About-card{width:85%}.Expert-content{flex-direction:column;align-items:center;gap:30px}.Expert-card{width:85%;height:auto;padding-bottom:20px}.expert-img{height:auto;padding:20px 0}#expimg2{width:100px!important;padding:0!important}#expimg1,#expimg3{width:80px!important}.choose-section{flex-direction:column;gap:20px}.Whychoose-card1,.Whychoose-card2{width:80%;padding-right:150px;height:auto}}@media (max-width: 480px){.expert-heading{font-size:20px}.About-card{width:260px}.About-card h2{font-size:18px}.About-card p{font-size:13px}.Expert-team h1{font-size:18px}.Expert-team p{font-size:13px}.choose-section{width:80%;justify-content:center;align-items:center}.Whychoose-card1,.Whychoose-card2{width:200px;padding:10px 40px}.Whychoose-card1 h3,.Whychoose-card2 h3{font-size:16px}.Whychoose-card1 p,.Whychoose-card2 p{font-size:13px}}@font-face{font-family:Astro-Space;src:url(/assets/A-Astro-Space-CTbeF6wf.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-D9gF4EYD.otf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Afacad;src:url(/assets/Afacad-CSLr28AB.ttf) format("truetype");font-weight:400;font-style:normal}.Footer-white{width:100%;height:100%;background:#000000e7}.main-footer-white{display:flex;justify-content:space-around;width:100%;height:100%;border-radius:25px;gap:20px}.sub-cont1-white{width:35%;padding:50px 0 0}.company-footer-white{width:100%;height:100%}.company-footer-white p{margin:0 0 0 40px;padding:0;font-family:afacad;color:#ddd}.Company-details-white{display:flex;padding:0 0 0 20px}.Company-details-white img{width:120px}.company-name-white{display:flex;flex-direction:column;justify-content:center;margin-left:0}.company-name-white h1{font-family:Astro-Space;font-size:30px;font-weight:200;margin:0;padding:0;color:#fff}.company-name-white p{text-align:center;opacity:.6;font-size:15px;margin:0;padding:0;color:#bbb}.social-icons-white{margin:20px 0 0 40px;display:flex;gap:15px}.icon1-white{width:20px;height:20px;display:flex;justify-content:center;align-items:center;padding:10px;border-radius:100%}.icon1-white:hover{background:#e5e5e5}.icon1-white img{width:20px}.sub-cont2-white{width:55%;display:flex;justify-content:space-between;align-items:flex-start;background:#4e4c4c82;margin:20px;border-radius:20px;font-family:Roboto,sans-serif;padding:50px 40px;gap:30px;flex-wrap:nowrap;color:#ffffffe6}.conts-white{flex:1 1 0;min-width:0}.conts-white h5{font-family:Poppins;font-weight:100;font-size:15px;margin-bottom:12px;color:#eee}.conts-white p{font-size:12px;font-family:Poppins;color:#b7b7b7;margin:6px 0;cursor:pointer}.conts-white p:hover{color:#f6f6f6}.beta-white{display:flex;align-items:center;gap:10px;margin-top:8px;padding:0}.beta-white button{width:37px;height:17px;font-size:8px;border-radius:4px;text-align:center;background:#e0e7ff;color:#3730a3;border:none;cursor:pointer}.beta-white p{margin:0;padding:0}.ending-content-white{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap;margin-top:20px}.end-content-white{margin:0 10px 0 0;cursor:pointer}.end-content-white h5{font-family:afacad;font-weight:100;font-size:15px;color:#b7b7b7;margin:0 0 40px}.end-content-white h5:hover{color:#f6f6f6}hr{margin:0 50px;opacity:.3}.copyrights-white{text-align:center;font-family:Poppins,sans-serif;font-size:12px;opacity:.6;padding:0 0 10px;color:#ccc}.social-icons-white{gap:10px;margin:20px 0 0 40px}@media (max-width: 900px){.main-footer-white .sub-cont1-white{flex-direction:column;align-items:flex-start;margin-left:0}.main-footer-white{width:90%;margin:10px}.sub-cont1-white,.sub-cont2-white{width:90%;margin:10px 0;padding:30px 20px}.sub-cont1-white{width:30%;align-items:flex-start}.sub-cont2-white{flex-direction:row;padding:30px 20px}.sub-cont2-white h5{font-size:15px}.sub-cont2-white p{font-size:10px}.company-footer-white{width:100%}.Company-details-white img{width:50px}.company-footer-white h1{font-size:20px}.company-footer-white p{width:100%;font-size:10px}.social-icons-white{margin:10px}.social-icons-white img{width:12px}.icon1-white{width:15px;height:15px}.conts-white{flex:1 145%;margin-bottom:20px}}@media (max-width: 768px){.main-footer-white{flex-direction:column}.conts-white{flex:1 1 10%;margin-bottom:40px}.conts-white h5{font-size:12px}.conts-white p{font-size:10px}.beta-white button{visibility:hidden;width:28px;height:15px;font-size:7px;text-align:left;margin-top:-15px}.sub-cont2-white{width:80%}.company-footer-white{width:100%}.company-footer-white p{margin:0 0 0 40px}.Company-details-white p{margin:0}.company-name-white h1{font-size:15px}.company-name-white{width:25%}.company-name-white p{font-size:8px;text-align:center;padding:0}.sub-cont1-white{width:90%;text-align:left}.social-icons-white{gap:0;margin:20px 0 0 35px}.sub-cont2-white{width:90%}.company-footer-white p{padding-left:0}.ending-content-white{gap:15px;flex-direction:row}.end-content-white h5{margin-bottom:20px}hr{width:100%}}@media (max-width: 430px){.conts-white h5{font-size:10px}.conts-white p{font-size:7px}.end-content-white a h5{font-size:10px}.copyrights-white{width:95%}.Footer-white hr{margin:0}}.chatbot-widget-outer-container{position:fixed;bottom:20px;right:20px;z-index:10000;font-family:Arial,sans-serif;scrollbar-width:none}.chatbot-toggle-button{background-color:#c9b7b75d;background-position:center;background-repeat:no-repeat;background-size:contain;border:none;border-radius:50%;width:60px;height:60px;font-size:14px;cursor:pointer;box-shadow:0 2px 10px #0003;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;margin-top:10px}.chatbot-toggle-button img{width:45px;height:45px}.chatbot-toggle-button:hover{background-color:#3e6a9f}.chatbot-popup-window{position:absolute;bottom:70px;right:0;width:380px;height:500px;background-color:#2a3031;border-radius:16px;box-shadow:0 5px 15px #0000004d;display:flex;flex-direction:column;overflow:hidden;color:#fff;margin:10px 0;transform-origin:bottom right;animation:chatbotScaleIn .3s ease-in-out forwards}@keyframes chatbotScaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.chatbot-popup-header{padding:16px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #444;flex-shrink:0;font-family:Poppins;font-weight:100}.chatbot-popup-header img{width:40%}.chatbot-popup-header h2{font-size:20px;font-weight:700;margin:0}.chatbot-chat-area{flex:1;padding:16px;display:flex;flex-direction:column;overflow-y:auto;scroll-behavior:smooth}.chatbot-popup-window .chatbot-chat-area::-webkit-scrollbar{width:8px}.chatbot-popup-window .chatbot-chat-area::-webkit-scrollbar-track{background:#3a4041;border-radius:10px}.chatbot-popup-window .chatbot-chat-area::-webkit-scrollbar-thumb{background:#555;border-radius:10px}.chatbot-popup-window .chatbot-chat-area::-webkit-scrollbar-thumb:hover{background:#666}.chatbot-popup-window .user-message-bubble,.chatbot-popup-window .bot-message-bubble{max-width:90%;margin-bottom:10px;border-top-left-radius:20px;border-bottom-right-radius:20px;border-top-right-radius:20px;word-wrap:break-word;white-space:pre-wrap;padding:10px 15px}.chatbot-popup-window .bot-message-bubble{align-self:flex-start;background-color:#3a4041;color:#fff;font-family:Poppins;padding:10px 5px 10px 20px}.chatbot-popup-window .user-message-bubble{align-self:flex-end;background:linear-gradient(66.13deg,#a1a1a1 -13.97%,#2950cb 58.38%,#2252cd 83.67%,#1e53cf 91.07%);color:#fff;padding:10px 8px;border-radius:20px 20px 5px}.chatbot-popup-window .message-content-wrapper{display:flex;align-items:center;gap:5px;font-size:14px;flex-wrap:wrap}.message-content-wrapper span{flex-grow:1;padding:0}.cont-chatbot{display:flex;align-items:flex-end;gap:8px}.cont-chatbot.user-cont{justify-content:flex-end}.cont-chatbot.bot-cont{justify-content:flex-start}.chatbot-popup-window .bot-icon{width:35px;height:35px;background-image:url(/assets/Nxtlogo-D0dodQIE.svg);background-position:center;background-repeat:no-repeat;background-size:contain;border-radius:50%;margin-right:8px;flex-shrink:0}.chatbot-popup-window .user-icon{width:30px;height:30px;background-image:url("data:image/svg+xml,%3csvg%20width='35'%20height='35'%20viewBox='0%200%2035%2035'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='17.5'%20cy='17.5'%20r='17.5'%20fill='%23ECECEC'/%3e%3cpath%20d='M25.74%2026.25C25.74%2026.4489%2025.661%2026.6397%2025.5203%2026.7803C25.3797%2026.921%2025.1889%2027%2024.99%2027H9.75C9.55109%2027%209.36032%2026.921%209.21967%2026.7803C9.07902%2026.6397%209%2026.4489%209%2026.25C9%2022.15%2013.5%2018.97%2017.37%2018.97C21.24%2018.97%2025.74%2022.15%2025.74%2026.25ZM22.47%2012.11C22.468%2013.1183%2022.1672%2014.1033%2021.6056%2014.9407C21.044%2015.7781%2020.2468%2016.4302%2019.3148%2016.8146C18.3827%2017.1991%2017.3576%2017.2987%2016.3689%2017.1008C15.3803%2016.9029%2014.4725%2016.4164%2013.7602%2015.7027C13.048%2014.9891%2012.5633%2014.0803%2012.3673%2013.0913C12.1713%2012.1023%2012.2729%2011.0773%2012.6592%2010.146C13.0455%209.21469%2013.6992%208.41877%2014.5376%207.85882C15.3761%207.29886%2016.3617%207%2017.37%207C18.7235%207.00265%2020.0207%207.54219%2020.9769%208.50022C21.933%209.45824%2022.47%2010.7565%2022.47%2012.11Z'%20fill='%231E53CF'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;background-size:contain;border-radius:50%;margin-left:8px;flex-shrink:0}.chatbot-popup-window .loading-message-bubble{opacity:.7}.loading-message-container{display:flex;align-items:center;gap:8px}.chatbot-popup-window .chatbot-input-area{padding:16px;border-top:1px solid #444;flex-shrink:0}.chatbot-popup-window .chatbot-input-container{display:flex;align-items:flex-end;background-color:#3a4041;border-radius:25px;padding:8px 15px}.chatbot-popup-window .chatbot-input-textarea{flex:1;background-color:transparent;outline:none;resize:none;color:#fff;border:none;padding:8px 0;font-size:1em;line-height:1.4;max-height:100px;overflow-y:auto}.chatbot-popup-window .chatbot-input-textarea::placeholder{color:#a0a0a0}.chatbot-popup-window .chatbot-send-button{margin-left:12px;background-color:#1e90ff;color:#fff;width:50px;height:25px;border-radius:15px;display:flex;justify-content:center;align-items:center;border:none;cursor:pointer;transition:background-color .2s ease;flex-shrink:0;font-family:Poppins;font-size:10px}.chatbot-popup-window .chatbot-send-button:hover:not(:disabled){background-color:#007bff}.chatbot-popup-window .chatbot-send-button:disabled{opacity:.5;cursor:not-allowed;background-color:#555}.voice-input-button{background-color:#fff;border:1px solid #777;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:8px;transition:background-color .2s ease,transform .2s ease;flex-shrink:0;padding:0}.voice-input-button svg{width:20px;height:20px;color:#fff}.voice-input-button:hover:not(:disabled){background-color:#666}.voice-input-button:active:not(:disabled){transform:scale(.95)}.voice-input-button:disabled{opacity:.5;cursor:not-allowed;background-color:#444}.voice-input-button.listening{background-color:#d11173;color:#fff;animation:pulse-dark-theme 1.5s infinite;border-color:#d11173}.microphone-icon-img{width:20px;height:20px}.voice-input-button.listening svg{color:#fff}@keyframes pulse-dark-theme{0%{box-shadow:0 0 #d11173b3}70%{box-shadow:0 0 0 10px #d1117300}to{box-shadow:0 0 #d1117300}}.speak-message-button{background:none;border:none;cursor:pointer;padding:0;margin-left:8px;flex-shrink:0;opacity:.7;transition:opacity .2s ease;color:#a0a0a0}.bot-message-bubble .speak-message-button{color:#1e90ff}.speak-message-button:hover:not(:disabled){opacity:1}.speak-message-button:disabled{cursor:not-allowed;opacity:.3}.speak-message-button svg{width:30px;height:30px;vertical-align:middle;color:#fff}.speaking-indicator{display:flex;align-items:center;gap:8px;margin-top:10px;justify-content:flex-start}.speaking-message-bubble{background-color:#3a4041;color:#1e90ff;padding:8px 12px;border-radius:15px;font-style:italic;font-size:.9em;max-width:60%;animation:fadeAndExpand 1.5s infinite alternate}@keyframes fadeAndExpand{0%{opacity:.8;transform:scale(1)}to{opacity:1;transform:scale(1.02)}}@media (max-width: 768px){.chatbot-popup-window{position:relative;width:90vw;height:70vh;bottom:10px;right:10px}.chatbot-widget-outer-container{bottom:10px;right:10px}}.chatbot-info-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.chatbot-info-popup{background:#fff;border-radius:8px;width:400px;height:515px;display:flex;flex-direction:column;box-shadow:0 4px 8px #0003}.info-form{height:410px;padding:20px;display:flex;flex-direction:column;gap:10px;flex-grow:1}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:5px;font-weight:700}.form-group input{padding:8px;border:1px solid #ccc;border-radius:4px}.form-buttons{display:flex;gap:10px;justify-content:flex-end}.form-buttons button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer}.form-buttons button[type=submit]{background:#007bff;color:#fff}.form-buttons button[type=button]{background:#6c757d;color:#fff}.speak-message-button img{width:20px}.Main-contact-component{width:100%;height:100%;background:#f7f7f7}.gt2-contact-main{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap;align-items:center;padding:20px 15px;box-sizing:border-box}.gt2-heading{width:50%;text-align:center;font-family:Poppins;margin-bottom:30px}.gt2-heading h1{font-size:32px;display:flex;justify-content:center;align-items:center;font-weight:800}.gt2-heading h1 span{padding-left:10px;background:linear-gradient(91.15deg,#b71467 30.85%,#5a0793);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gt2-heading p{color:#292929;font-weight:500}.gt2-form-container{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;padding:20px;background:#e8edf3;border-radius:15px;gap:20px;color:#000}.gt2-info-box{flex:1 1 300px;min-width:200px;max-width:500px;background:#e6e4e4;box-shadow:3px 4px 18.3px 5px #0003;border-radius:15px;padding:20px}.gt2-info-box h3{margin-bottom:20px}.gt2-details{padding-left:10px;font-family:Poppins}.gt2-info{display:flex;flex-direction:column;margin-bottom:20px}.gt2-info h5{font-family:Poppins;margin:0 0 5px}.gt2-info p{color:#470276;font-size:15px;font-weight:500;margin:0 0 0 21px}.gt2-icon-text{display:flex;align-items:center}.gt2-icon-text img{width:14px;padding-right:10px}.gt2-main-form{flex:1 1 300px;min-width:200px;max-width:600px;padding:30px;background:#efefef;border-radius:15px}.gt2-form{display:flex;flex-direction:column}.gt2-input-group{display:flex;flex-direction:column;padding-bottom:15px}.gt2-input-group h5{margin-bottom:8px;font-family:Poppins;color:#565656}.gt2-input-group input,#gt2-textarea{width:80%;padding:10px 20px;border-radius:3px;border:1.39px solid rgba(138,138,138,1);font-family:Poppins;font-size:14px;resize:vertical}.gt2-input-group input::placeholder{color:#a39d9d}#gt2-textarea{height:80px}.gt2-submit{display:flex;justify-content:center;margin-top:15px}.gt2-submit button{background:linear-gradient(88.16deg,#7608c1 -36.53%,#b71467 129.18%);color:#fff;font-family:Poppins;font-weight:500;padding:8px 30px;border-radius:4px;border:none;cursor:pointer;transition:background .3s ease}.gt2-submit button:hover{background:linear-gradient(88.16deg,#b71467 -36.53%,#7608c1 129.18%)}@media (max-width: 1024px){.gt2-form-container{width:80%;gap:20px}.gt2-info-box{padding:15px 20px}.gt2-main-form{padding:20px 30px}}@media (max-width: 768px){.gt2-form-container{background-color:transparent;flex-direction:column;width:80%;gap:0px}.gt2-info-box{width:100%;border-radius:15px 15px 0 0}.gt2-main-form{width:360px;border-radius:0 0 15px 15px}.gt2-input-group input,#gt2-textarea{width:80%}}@media (max-width: 480px){.gt2-heading h1{font-size:26px}.gt2-input-group h5{font-size:14px}.gt2-input-group input,#gt2-textarea{font-size:13px;padding:8px 15px}.gt2-submit button{padding:8px 20px;font-size:14px}.gt2-main-form{width:346px}}@media (max-width: 768px){.gt2-form-container{flex-direction:column;align-items:center;gap:20px;padding:15px}.gt2-info-box,.gt2-main-form{width:80%;border-radius:15px}.gt2-info p{font-size:13px}.gt2-main-form{padding:20px}}@font-face{font-family:Poppins;src:url(/assets/Poppins-D9gF4EYD.otf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Afacad;src:url(/assets/Afacad-CSLr28AB.ttf) format("truetype");font-weight:400;font-style:normal}.ourservicespage-main{background-color:#fff}.ourservices-main-content{display:flex;flex-direction:column;justify-content:center;align-items:center}.ourservices-img{color:#000;width:81%;height:300px;background-color:#e8e8e8;border-radius:500px;display:flex;justify-content:space-around;align-items:center}.ourservice-head{width:50%;display:flex;flex-direction:column;margin:100px}.ourservice-head h1{background:linear-gradient(242.51deg,#d11173 80.51%,#6d09b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.featured-services{width:100%;margin:40px 0}.feature-heading{color:#000;text-align:center;margin:40px 0 50px}.services-wrapper{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:20px;padding:0 10px}.service-box{width:300px;height:320px;border-radius:13px;background:linear-gradient(180deg,#fff0,#ffffff14);border:1.5px solid rgba(143,136,136,.925);color:#f8f8f8;display:flex;flex-direction:column;align-items:left;padding:20px;box-sizing:border-box;text-align:left}.service-circle{width:250px;height:250px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:20px}.service-circle img{width:250px;height:250px;border-radius:50%}.service-box button{width:100%;color:#fff;margin:30px 0 0;padding:10px 0;border-radius:5px;border:none;background-color:#812bbc;cursor:pointer;font-weight:600}.service-icon{height:100px;display:flex;align-items:center}.service-icon img{width:70px;height:70px;object-fit:contain;margin-bottom:20px}.service-title{font-size:18px;font-family:Afacad;font-weight:500;margin:10px 0;color:#000}.service-description{font-size:14px;font-family:Afacad;font-weight:400;color:#101010;margin:0}@media (max-width: 768px){.service-box{width:220px;height:290px}.service-title{font-size:16px}.service-description{font-size:13px}.service-icon img{width:60px;height:60px}}@media (max-width: 480px){.services-wrapper{width:95%;flex-direction:column;align-items:center}.service-box{width:90%;height:auto}.service-title{font-size:15px}.service-description{font-size:12px}.service-icon img{width:50px;height:50px}}.img-desc{text-align:left;color:#000;padding:30px 0 0 15px}.img-desc h4{margin:0;font-size:16px;font-family:Poppins}.img-desc p{font-size:13px;font-weight:100;font-family:Poppins;color:#484545}.img-desc button{margin:10px 0 30px;border:1px solid;border-radius:4px}.Value-prep{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.val-heading{color:#000;text-align:center}.value-main{width:100%;display:flex;justify-content:center;align-items:center;gap:10px}.val-sub{gap:10px}.val{width:300px;height:260px;border:1px solid black;margin:15px 0;border-radius:30px;color:#000;padding:15px 20px}.val p{font-size:13px}.val img{width:15%}.val1{width:300px;height:570px;border:1px solid rgb(121,118,118);border-radius:30px;padding:15px 20px;color:#000}.val1 p{font-size:13px}.Val1-img img{width:100%}.transform-main{width:100%;color:#000}.transform-head{width:90%;font-size:25px;display:flex;justify-content:flex-start;align-items:center;margin:10px 0 0 100px}.transform-content{width:90%;font-size:16px;margin:10px 0 0 100px}.banner-main{width:100%;margin-top:50px}.banner-content{width:100%;height:380px;background-image:url(/assets/Banners-BIe4vndO.png);object-fit:cover;background-repeat:no-repeat;color:#fff;font-family:Poppins;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:50px;margin-left:20px;margin-bottom:200px}.banner-content h1{font-size:35px;margin:0}.banner-content p{font-size:18px;margin-bottom:50px}.banner-content button{padding:8px 25px;border-radius:8px;background:#f1f1f1;border:none;color:#6500aa;font-family:Poppins;font-weight:600;cursor:pointer}.banner-heading{color:#000;text-align:center}@media (max-width : 1095px){.ourservices-img{height:200px;width:90%;border-radius:120px;padding:20px;text-align:left;justify-content:flex-start}.service-circle{width:180px;height:180px;margin:0}.service-circle img{width:180px;height:180px;border-radius:50%}.value-main{flex-direction:row;align-items:center}.val-sub{display:block}.val{width:150px;height:275px;font-size:10px}.val1{width:350px;height:600px;font-size:10px}.val img{width:20%}.val1 img{width:8%}.Val1-img img{width:100%}}@media (max-width: 768px){.ourservices-img{height:100px;width:80%;border-radius:90px;padding:20px;justify-content:center;align-items:center}.ourservice-head{width:65%;margin:20px 10px;align-items:flex-start}.ourservice-head h1{font-size:15px}.ourservice-head p{font-size:7px}.service-circle{width:130px;height:130px;margin:0}.service-circle img{width:100px;height:100px;border-radius:50%}}@media (max-width: 768px){.value-main{flex-direction:column;align-items:center}.val-sub{display:flex}.val{width:150px;height:270px;font-size:10px}.val1{width:350px;height:400px;font-size:10px}.val img{width:20%}.val1 img{width:8%}.Val1-img img{width:80%}}@media (max-width: 768px){.transform-head{font-size:20px;margin:0 20px;text-align:center;justify-content:center}.transform-content{margin:20px;font-size:14px}.transform-head h2{font-size:22px;line-height:1.5}}@media (max-width: 768px){.banner-main h1{font-size:20px}.banner-content{width:100%;background-size:cover;margin:20px 0 20px 20px;height:auto;text-align:center;padding:20px 0 0}.banner-content h1{font-size:14px}.banner-content p{font-size:8px;margin-bottom:0}.banner-content button{font-size:8px;margin:10px 0;padding:3px 8px}}@media (max-width: 480px){.featured-services{padding:0 15px}.service-box{width:90%;padding:15px}.service-box button{align-self:flex-start}.val,.val1{width:100px;height:150px}.val p{font-size:7px}.val h4{margin:10px 0;font-size:8px}.val1{width:250px;height:280px}.val1 p{font-size:8px}.banner-content p{font-size:5px;font-weight:100;letter-spacing:.5px}}.main-uiux{background:#fff}.uiux-head-container{width:100%;height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(/assets/Servicesbgimg-CPAI1gLY.png);background-repeat:no-repeat;background-size:cover;background-position:center}.uiux-img{color:#fff;width:80%;height:300px;text-align:center;background-color:#ffffff05;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border-radius:500px;display:flex;justify-content:center;align-items:center}.uiux-head{width:50%;display:flex;flex-direction:column;margin:0}.uiux-head h1{color:#fff;font-size:40px;font-weight:900}.uiux-head p{font-weight:100}.uiux-body-head{color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center}.uiux-body-head h1{color:#580094}.uiux-body-head p{text-align:center}.uiux-cards{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.ui-card{width:400px;height:130px;border-left:3px solid #550090;margin:40px 10px 10px;display:flex;justify-content:center;align-items:center;gap:20px}.index{width:35px;height:35px;color:#000;background:#edd3ff;border-radius:50%;display:flex;justify-content:center;align-items:center}.index h1{margin:0;font-size:15px}.ui-content{width:100%;color:#000;display:flex;flex-wrap:wrap;gap:10px;margin-left:20px}.main-cont{width:60%}.main-cont h1{width:250px;margin:0;font-size:18px}.main-cont p{font-size:13px;margin:10px 0 0}.principle-main h1{color:#580094;text-align:center}.principle-card{width:330px;height:200px;border:2px solid #c8c8c8c8;color:#000;border-radius:18px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.princ-content h1{font-size:15px;font-weight:600}.princ-content p{font-size:13px;font-weight:400}.principle-cards{display:flex;justify-content:space-around;align-items:center}.princ-content{margin:0 0 0 20px}.uiux-body3{background-color:#f3e0ff;margin:100px 0;padding:40px 0 50px}.ui3-head{color:#000;text-align:center}.ui3-head h1{color:#580094}.ui3-head p{font-weight:100}.ui3-cards{display:flex;flex-direction:column;justify-content:space-around;align-items:center;flex-wrap:wrap}.ui3-card-1{display:flex;margin:40px 0 0;flex-wrap:wrap}.ui3-card{width:200px;height:50px;margin-right:20px;background-color:#fff;border-radius:8px;color:#000;display:flex;justify-content:center;align-items:center;gap:10px}.imcontainer{display:flex;justify-content:center;align-items:center}.imcontainer img{width:24px;height:24px}.ui3-card p{font-size:14px;margin:0;font-weight:500}.uiux4-heading{color:#000;text-align:center}.uiux4-img-container{width:100%;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;margin:50px 0}.uiux4-img{margin:0 0 60px}.uiux4-img img{border-radius:15px}.uiux4-img1{background-color:#000;padding:25px 30px;border-radius:15px;transform:translateY(-35px)}.uiux431,.uiux432{padding-right:10px}.uiux4-img1 img{width:100px;border-radius:15px}@media (max-width: 1195px){.uiux-head-container{height:300px}.uiux-img{height:200px;width:80%;border-radius:120px;padding:20px;justify-content:center}.uiux-head h1{font-size:20px}.uiux-head p{font-size:13px}.uiux-circle{width:180px;height:180px;margin:0}}@media (max-width: 768px){.uiux-head-container{height:250px}.uiux-img{height:120px;width:80%;border-radius:90px;padding:20px;justify-content:center}.uiux-head{width:70%;margin:20px}.uiux-head h1{font-size:13px}.uiux-head p{font-size:7px;margin:0;width:100%;font-weight:100;letter-spacing:.5px}.uiux-circle{width:110px;height:110px;margin:0}.uiux-cards{flex-direction:column;align-items:center}.ui-card{width:70%;height:auto;text-align:left;padding:20px}.ui-content{margin-left:0;align-items:flex-start}.main-cont{width:100%}.main-cont h1{width:100%;font-size:16px}.main-cont p{font-size:12px}.principle-cards{flex-direction:column;gap:20px}.principle-card{width:90%;align-items:center;text-align:center}.princ-content{margin-left:0}.ui3-card-1{flex-direction:column;align-items:center;gap:15px;margin:20px 0}.ui3-cards{flex-direction:row}.ui3-card{width:140px;height:40px;margin-right:0;margin-bottom:10px;padding:8px;gap:8px}.imcontainer img{width:20px;height:20px}.ui3-card p{font-size:12px;font-weight:500}.uiux-body3{padding:20px}.uiux4{display:flex;flex-direction:column;justify-content:center;align-items:center}.uiux4-img-container{width:80%}.uiux4-img img{width:100%;display:flex;justify-content:center}.uiux4-img1 img{width:28%}}@font-face{font-family:Poppins;src:url(/assets/Poppins-D9gF4EYD.otf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(../assets/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");font-weight:400;font-style:normal}.Appdev-container{background:#fff}.Appdev-head-container{width:100%;height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(/assets/Servicesbgimg-CPAI1gLY.png);background-repeat:no-repeat;background-size:cover;background-position:center}.Appdev-img{color:#fff;width:80%;height:300px;text-align:center;background-color:#ffffff05;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border-radius:500px;display:flex;justify-content:center;align-items:center}.Appdev-head{width:70%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0}.Appdev-head h1{color:#fff;font-size:40px;font-weight:900}.Appdev-head p{font-weight:100}.Appdevp-heading{color:#000;text-align:center;margin-top:100px}.Appdev-process{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.Appdevp-content{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.appdevp-card{color:#000;width:350px;height:200px;display:flex;gap:20px;margin:20px}.pnum{width:30%;height:auto;display:flex;justify-content:center;align-items:center;font-size:120px;font-family:Inter}.pcontent{display:flex;flex-direction:column;justify-content:center}.pcontent h1{font-size:14px;margin:10px 0 0}.pcontent p{font-size:12px}.cardsec{display:flex;align-items:flex-start;flex-wrap:wrap}.Apptech-Heading{color:#000;text-align:center}.Apptech-container{background:linear-gradient(#b714684b,#872ec249);color:#000;display:flex;justify-content:center}.Apptech-items{margin:40px 0;width:60%;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap}.Apptech-item{margin:10px 40px;font-family:Poppins;font-weight:600;display:flex;gap:5px}.Apptech-item img{width:25px}.App-whychoose{display:flex;padding-left:50px;justify-content:center}.appchoose-img{width:420px;height:420px;background:#eeeded;border-radius:15px;margin:100px 0;display:flex;justify-content:center;align-items:center}.appchoose-img img{width:390px;height:390px}.appchoose-main-content{width:50%;margin:100px 50px}.appchoose-heading{color:#000;text-align:left}.appchoose-content{color:#1e1e1e}.appproj-heading{color:#000;text-align:center}.appdev-projects{background-color:#8c8c8c3f;padding:50px 0}.appproj-container{display:flex;justify-content:center;align-items:center;gap:5px}.appcards-section2{margin-top:80px}.appcards-section3{margin-top:160px}.app-card{width:300px;height:auto;background-color:#303030;text-align:center;border-radius:10px;padding:5px}.app-card img{width:100%}.appdev-clients{margin-top:50px}.appclients-heading{color:#000;text-align:center}.appclients-cards{display:flex;justify-content:space-around;align-items:center;padding:50px 0;flex-wrap:wrap}.appclients-card{width:340px;height:260px;background:#f4f4f4;color:#1e1e1e;padding:5px 20px;border-radius:15px;display:flex;flex-direction:column;justify-content:space-around;align-content:center;margin-top:10px}.appcard-head h1{font-size:18px;margin:0}.appcard-cont p{font-size:15px;margin:0}@media (max-width : 1195px){.Appdev-head-container{height:300px}.Appdev-img{height:200px;width:80%;border-radius:120px;padding:20px}.Appdev-head h1{font-size:20px}.Appdev-head p{font-size:13px}.Appdev-circle{width:180px;height:180px;margin:0}}@media (max-width: 768px){.Appdev-head-container{height:250px}.Appdev-img{height:120px;width:80%;border-radius:90px;padding:20px}.Appdev-head{width:80%;margin:20px;justify-content:center;align-items:center}.Appdev-head h1{font-size:13px}.Appdev-head p{font-size:7px;margin:0;width:100%}.Appdev-circle{width:110px;height:110px;margin:0}.cardsec{align-items:center;flex-direction:column}.appdevp-card{width:90%;height:auto;text-align:center;align-items:flex-start}.pnum{font-size:80px;width:auto}.pcontent{align-items:flex-start}.pcontent p{text-align:left}.Apptech-items{width:90%;justify-content:center}.App-whychoose{flex-direction:column;padding-left:0;align-items:center}.appchoose-img{width:90%;height:auto;margin:30px 0}.appchoose-img img{width:100%;height:auto}.appchoose-main-content{width:90%;margin:0 0 30px;text-align:left}.appproj-container{flex-direction:row;align-items:center}.appcards-section2,.appcards-section3{margin-top:40px}.app-card{width:150px;height:auto;padding:5px;border-radius:5px}.app-card img{width:100%}.appclients-cards{flex-direction:row;gap:20px}.appclients-card{width:80%}}@media (max-width : 920px){.appproj-container{flex-direction:row;align-items:center}.appcards-section2{margin-top:40px}.appcards-section3{margin-top:80px}.app-card{width:200px;height:auto}}@media (max-width : 480px){.appclients-heading h1{font-size:25px}.app-card{width:130px;height:auto}.appcard-cont{height:auto}.appcard-cont p{font-size:13px}}.Webdev-main{background:#fff}.Webdev-head-container{width:100%;height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(/assets/Servicesbgimg-CPAI1gLY.png);background-repeat:no-repeat;background-size:cover;background-position:center}.Webdev-Projects{color:#000;text-align:center;background:#e7e5e5;padding:50px 0 100px}.webdev-projects-cards{display:flex}.webdevproj-card img{width:80%;height:auto;border-radius:10px}.webdevproj-card1 img,.webdevproj-card2 img{width:70%;border-radius:10px}.Webdev-img{color:#fff;width:100%;height:300px;text-align:center;background-color:#ffffff05;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border-radius:500px;display:flex;justify-content:space-around;align-items:center}.Webdev-head{width:60%;display:flex;flex-direction:column;margin:0;justify-content:center;align-items:center}.Webdev-head h1{color:#fff;font-size:40px;font-weight:900}.Webdev-head p{font-weight:100}.webdev-content{display:flex;justify-content:center;width:85%;margin-left:50px;margin-top:50px}.webdevmain-img img{width:400px;margin:0 30px;height:auto}.webdevmain-content{color:#000;margin:50px 0}.webdevmain-content h1{margin:0}.webdev-types{background-color:#7d29b7;display:flex;flex-direction:column;justify-content:center;align-items:center}.webdevhead-content{color:#f3f3f3;text-align:center;width:70%;display:flex;flex-direction:column;justify-content:center;align-items:center}.webdevhead-content h1{width:60%}.webdevhead-content p{width:70%}.webdevhead-content span{background:#fff;color:linear-gradient(to right,#E92388,#7B1BBD)}.abtweb-cards{margin:50px 0;width:75%;display:flex;justify-content:space-between;align-items:center}.abtweb-img img{width:70px;height:70px}.abtweb-card{width:250px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.abtweb-content{text-align:center}.abtweb-content h1{font-size:20px}.abtweb-content p{font-size:13px}.webimpact{margin:50px 0}.impact-heading{color:#000;text-align:center}.impact-imgs{width:auto;display:flex;justify-content:center;gap:20px}.impact-imgs img{width:100px;height:220px}.impact-details{color:#000;width:60%;display:flex;justify-content:center;margin-left:50px}.impact-content{display:flex;margin:20px 40px 20px 80px}.webtech-heading{display:flex;justify-content:center;align-items:center}.webtech-heading h1{color:#000;width:80%;text-align:center}.web-techstack{display:flex;flex-direction:column;justify-content:center;align-items:center}.webtech-container{display:flex;justify-content:center;align-items:center;background:#f6f6f6;width:80%;position:relative;min-height:300px;border-radius:15px}.webtech-main{width:100%;max-width:600px;display:flex;justify-content:center;flex-wrap:wrap;margin-top:50px;gap:20px}.webtech-heads{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;gap:0px;background:#ebebeb;padding:80px;margin:50px 0;border-radius:15px;gap:40px}.webtech-heads button{color:#5a0793;width:130px;height:30px;border:none;border-radius:8px;background:#f6f6f6;cursor:pointer;transition:all .3s ease}.webtech-heads button:hover{border:1px solid #5a0793;background:#e0d4f0}.webtech-heads button.active{background:#5a0793;color:#fff;border:1px solid #5a0793}.hexagon{width:110px;height:130px;background-color:#eaeaea;color:#5a0793;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;transform:none}.hexagon p{margin:5px 0 0;font-size:13px;font-weight:600}.hexagon img{width:40px;height:40px}@media (max-width : 1195px){.Webdev-head-container{height:300px}.Webdev-img{height:200px;width:80%;border-radius:120px;padding:20px}.Webdev-head h1{font-size:20px}.Webdev-head p{font-size:13px}.Webdev-circle{width:180px;height:180px;margin:0}.Webdev-circle img{width:180px;height:180px}}@media (max-width: 768px){.Webdev-head-container{height:250px}.Webdev-img{height:120px;width:80%;border-radius:90px;padding:20px}.Webdev-head{width:100%;margin:20px}.Webdev-head h1{font-size:13px}.Webdev-head p{font-size:7px;margin:0;width:100%}.Webdev-circle{width:110px;height:110px;margin:0}.Webdev-circle img{width:110px;height:110px}}@media (max-width: 768px){.webdev-content{flex-direction:column;align-items:center;margin-left:20px;margin-right:20px}.webdevmain-img img{width:100%;max-width:400px;height:auto}.webdevmain-content{margin:20px 0;text-align:center}.webdevmain-content h1{font-size:24px}.webdevmain-content p{font-size:14px}.webdev-types{padding:20px 0}.webdevhead-content{width:90%}.webdevhead-content h1{width:80%;font-size:22px}.webdevhead-content p{width:90%;font-size:14px}.abtweb-cards{flex-direction:column;gap:20px;width:90%}.abtweb-card{width:100%;max-width:300px}.abtweb-content h1{font-size:18px}.abtweb-content p{font-size:12px}.webimpact{margin:30px 0}.impact-heading h1{font-size:22px}.impact-content{flex-direction:column;margin:20px;align-items:center}.impact-imgs{flex-wrap:wrap;gap:15px}.impact-imgs img{width:80px;height:180px}.impact-details{width:90%;margin-left:0;text-align:center}.impact-details p{font-size:14px}.webtech-heading h1{width:80%;font-size:22px}.webtech-container{width:90%;min-height:250px;margin-bottom:30px}.webtech-main{max-width:100%;gap:15px}.webtech-heads{padding:20px;gap:20px}.webtech-heads button{width:100px;height:28px;font-size:14px}.hexagon{width:100px;height:120px;padding:15px}.hexagon img{width:35px;height:35px}.hexagon p{font-size:12px}}@media (max-width: 480px){.Webdev-head-container{height:200px}.Webdev-img{height:100px;width:90%;border-radius:60px;padding:15px}.Webdev-head{width:90%;margin:15px}.Webdev-head h1{font-size:12px}.Webdev-head p{font-size:6px}.Webdev-circle,.Webdev-circle img{width:80px;height:80px}.webdev-content{margin:20px 10px}.webdevmain-img img{max-width:300px}.webdevmain-content h1{font-size:20px}.webdevmain-content p{font-size:12px}.webdevhead-content h1{font-size:18px;width:90%}.webdevhead-content p{font-size:12px}.abtweb-cards{margin:30px 0}.abtweb-card{max-width:250px}.abtweb-img img{width:60px;height:60px}.abtweb-content h1{font-size:16px}.abtweb-content p{font-size:11px}.impact-heading h1{font-size:18px}.impact-imgs img{width:70px;height:150px}.impact-details p{font-size:12px}.webtech-heading h1{font-size:18px;width:90%}.webtech-container{width:95%;min-height:200px;margin-bottom:30px}.webtech-main{gap:10px;margin-bottom:30px}.webtech-heads{padding:15px;gap:15px}.webtech-heads button{width:90px;height:26px;font-size:12px}.hexagon{width:90px;height:110px;padding:10px}.hexagon img{width:30px;height:30px}.hexagon p{font-size:11px}.webdev-projects-cards{display:flex;justify-content:space-around;flex-wrap:wrap}.webdevproj-card img{width:120px}.webdevproj-card1 img,.webdevproj-card2 img{width:100px}}@media (max-width:370px){.hexagon{width:50px;height:70px}.hexagon p{font-size:10px}}.Consulting-container{background:#fff}.Consulting-header{display:flex;justify-content:center}.Consulting-main-heading{width:100%;height:180px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#09090949;background-image:url(/assets/Servicesbgimg-CPAI1gLY.png);background-size:cover;background-position:center;padding:100px 20px;background-repeat:no-repeat;background-blend-mode:color;margin:0;position:relative}.Consulting-main-heading h1{color:#fff;font-size:36px;font-family:Poppins,sans-serif;z-index:1;margin:0;text-align:center}.Consulting-main-heading p{color:#fff;font-size:16px;font-family:Poppins,sans-serif;margin:10px 0 0;text-align:center}.Howhelp-heading{color:#000;text-align:center;margin:30px 0}.Howhelp-heading h1{font-size:28px;font-family:Poppins,sans-serif}.Help-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;padding:0 10px}.Help-card{width:100%;max-width:300px;height:auto;color:#000;text-align:center;border:2px solid #c8c8c8;border-radius:18px;padding:20px;box-sizing:border-box}.Help-card img{width:50px;height:auto}.Help-card h1{font-size:16px;margin:10px 0;font-family:Poppins,sans-serif}.Help-card p{font-size:14px;font-family:Poppins,sans-serif;line-height:1.4}.response-box{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px 10px}.response-heading{color:#000;text-align:center}.response-heading h1{font-size:28px;font-family:Poppins,sans-serif}.response-content-box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#000;border:2px solid #a6a6a6;width:70%;border-radius:15px;box-sizing:border-box}.responsecontbox-heading{width:100%;text-align:center;font-size:18px;font-family:Poppins,sans-serif;margin:10px 0}.responsecontentbox{padding:0 20px 20px}.responsecontentbox p{font-size:14px;font-family:Poppins,sans-serif;line-height:1.5}.consulting-accordion-container{width:95%;max-width:800px;margin:0 auto;font-family:Poppins,sans-serif;color:#dfdfe0}.consulting-accordion-item{background:#090808;border-bottom:1px solid rgba(60,60,60,.6)}.consulting-accordion-header{width:100%;padding:12px 10px;background:#fff;color:#000;border:none;outline:none;text-align:left;font-size:18px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:background-color .3s;font-family:Poppins,sans-serif;min-height:48px}.consulting-accordion-header:hover,.consulting-accordion-header:focus{background:#f8f8f8}.consulting-arrow{background:#5a0793;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:2px 8px 0 0;transform:rotate(30deg);transition:transform .2s ease;font-size:14px;-webkit-user-select:none;user-select:none}.consulting-arrow.open{transform:rotate(120deg)}.consulting-accordion-body{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff}.consulting-accordion-body.open{max-height:350px}.consulting-accordion-content{padding:12px 10px 12px 20px;background:#fff;color:#000;font-family:Poppins,sans-serif;font-size:14px;line-height:1.4;white-space:normal}.CT-heading{margin:30px 0}.CT-heading h1{font-family:Poppins,sans-serif;font-size:28px;font-weight:bolder;color:#000;text-align:center;margin-bottom:20px}.Consulting-dpimgs{display:flex;justify-content:center;align-items:center}.Consulting-dpimgs img{width:80px;height:auto}.Consulting-questions{padding:30px 10px;margin:30px 0}.Consultingq-content{color:#000;text-align:center}.Consultingq-content h4{font-size:20px;font-family:Poppins,sans-serif;margin:10px 0}.Consultingq-content p{font-size:14px;font-family:Poppins,sans-serif;margin:10px 0}.Consultingq-content button{padding:12px 20px;border-radius:9px;background:#862ec2;color:#fff;border:none;font-size:14px;font-family:Poppins,sans-serif;cursor:pointer;min-width:120px}.Help-card.phone-support img{width:40px}.Help-card.knowledge-base img{width:50px}.Help-card.submit-ticket img{width:30px}@media (max-width: 1024px){.Consulting-main-heading{width:100%;padding:80px 20px}.Consulting-main-heading h1{font-size:32px}.Consulting-main-heading p{font-size:15px}.Howhelp-heading h1{font-size:26px}.response-content-box{width:95%}.responsecontbox-heading{font-size:16px}}@media (max-width: 768px){.Consulting-main-heading{padding:60px 15px}.Consulting-main-heading h1{font-size:28px}.Consulting-main-heading p{font-size:14px}.Howhelp-heading h1{font-size:24px}.Help-cards{flex-direction:column;align-items:center}.Help-card{width:90%;padding:15px}.Help-card img{width:40px}.Help-card h1{font-size:15px}.response-heading h1{font-size:24px}.responsecontentbox{padding:0 15px 15px}.responsecontentbox p{font-size:13px}}@media (max-width: 480px){.Consulting-main-heading{padding:50px 10px;margin:20px 0}.Consulting-main-heading h1{font-size:24px}.Consulting-main-heading p{font-size:13px}.Howhelp-heading{margin:20px 0}.Howhelp-heading h1{font-size:22px}.Help-card{padding:10px}.Help-card img{width:35px}.Help-card h1{font-size:14px}.Help-card p{font-size:13px}.response-box{padding:20px 5px}.response-heading h1{font-size:22px}.response-content-box{width:98%}.responsecontbox-heading{font-size:14px}.responsecontentbox{padding:0 10px 10px}.responsecontentbox p{font-size:12px}.consulting-accordion-container{width:98%}.consulting-accordion-header{font-size:16px;padding:10px 8px;min-height:44px}.consulting-arrow{font-size:12px;padding-right:5px}.consulting-accordion-content{font-size:13px;padding:10px 8px 10px 15px}.consulting-accordion-body.open{max-height:300px}.CT-heading{margin:20px 0}.CT-heading h1{font-size:24px;margin-bottom:15px}.Consulting-dpimgs img{width:60px}.Consulting-questions{padding:20px 5px;margin:20px 0}.Consultingq-content h4{font-size:18px}.Consultingq-content p{font-size:13px}.Consultingq-content button{padding:10px 15px;min-width:100px;font-size:13px}}.faq-main-container{background:#fff}.faq-wrapper{width:100%;height:100%;margin:60px 0 100px;padding:0 15px;box-sizing:border-box}.faq-container{width:80%;max-width:1200px;margin:0 auto;font-family:sans-serif;color:#dfdfe0}.faq-item{background:#fff;border-bottom:1px solid rgba(220,219,219,.6)}.faq-header{width:100%;padding:16px 10px 10px;background:#fff;color:#000;border:none;outline:none;text-align:left;font-size:25px;display:flex;justify-content:space-between;align-items:center;gap:10px;cursor:pointer;transition:background-color .3s;font-family:Poppins,sans-serif}.faq-header:hover{background:#cbc6c6}.faq-arrow{background:#5a0793;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:2px 10px 0 0;transform:rotate(30deg);transition:transform .2s ease;font-size:18px;-webkit-user-select:none;user-select:none}.faq-arrow.open{transform:rotate(120deg)}.faq-body{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff}.faq-body.open{max-height:500px}.faq-content{padding:16px 10px 16px 40px;background:#fff;color:#000;font-family:Poppins,sans-serif;font-size:16px;line-height:1.4;white-space:normal}.faq-title h1{font-family:Poppins,sans-serif;font-size:40px;font-weight:bolder;color:#000;text-align:center;margin:0}.faq-title p{color:gray;text-align:center;margin-top:0;margin-bottom:50px}@media (max-width: 1024px){.faq-container{width:90%}.faq-header{font-size:22px}.faq-content{font-size:15px;padding-left:30px}.faq-body.open{max-height:450px}.faq-title h1{font-size:36px;margin-bottom:30px}}@media (max-width: 768px){.faq-container{width:95%}.faq-header{font-size:20px;padding:14px 8px 8px}.faq-arrow{font-size:16px;padding-right:6px}.faq-content{font-size:14px;padding-left:25px}.faq-body.open{max-height:400px}.faq-title h1{font-size:32px;margin-bottom:25px}}@media (max-width: 480px){.faq-header{font-size:18px;padding:12px 8px 8px}.faq-arrow{font-size:14px;padding-right:5px}.faq-content{font-size:13px;padding-left:20px}.faq-body.open{max-height:350px}.faq-title h1{font-size:28px;margin-bottom:20px}}.Blog-Container{background:#fff}.Blogs-Heading{color:#000;text-align:center;padding:40px 15px}.Blogs-Heading h1{background:linear-gradient(242.51deg,#d11173 26.51%,#6d09b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:36px;margin-bottom:15px}.Blogs-Heading p{font-size:16px;margin:0 auto;max-width:600px}.Blog-card{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:40px;width:100%;max-width:800px;margin-left:auto;margin-right:auto}.blog-content{width:100%;background:#e9e9e9;display:flex;justify-content:center;align-items:center;padding:30px;gap:20px;border-top-left-radius:15px;border-top-right-radius:15px}.blog-img{border-radius:15px;overflow:hidden}.blog-img img{width:300px;height:200px;object-fit:cover}.blogimg-content{color:#000;width:60%}.blogimg-content p{margin:0;line-height:1.6;font-size:14px}.blog-card-footer{background:#c6c6c6;width:100%;border-bottom-left-radius:15px;border-bottom-right-radius:15px;text-align:center;color:#000;padding:30px}.blog-card-footer h4{margin:0;font-size:18px}.blog-card-footer p{margin:5px 0 0;font-size:14px}@media (max-width: 768px){.Blogs-Heading h1{font-size:28px}.Blogs-Heading p{font-size:14px;padding:0 10px}.blog-content{width:80%;flex-direction:column;padding:20px;gap:15px}.blog-img img{width:100%;height:180px}.blogimg-content{width:100%;text-align:left}.blogimg-content p{font-size:13px;line-height:1.5}.blog-card-footer{width:82%;padding:15px}.blog-card-footer h4{font-size:16px}.blog-card-footer p{font-size:12px}}@media (max-width: 480px){.Blogs-Heading{padding:30px 10px}.Blogs-Heading h1{font-size:24px}.Blogs-Heading p{font-size:12px}.Blog-card{margin-bottom:30px}.blog-content{padding:15px;gap:10px}.blog-img img{height:150px}.blogimg-content p{font-size:12px}.blog-card-footer{padding:10px}.blog-card-footer h4{font-size:14px}.blog-card-footer p{font-size:11px}}.Blogcontentpage-main{background:#fff}.Blogcontent-img{display:flex;justify-content:center;align-items:center}.Blogcontent-img img{width:75%}.Blog-content{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 0 100px}.Blog-content-head{color:#000;width:70%}.Blog-content-body{width:70%;color:#000;text-align:left}.Blogbody-content p{text-align:justify}@font-face{font-family:Poppins;src:url(/assets/Poppins-D9gF4EYD.otf) format("truetype");font-weight:400;font-style:normal}.Careers-container{background:#fff}.Not-Available{color:#000;text-align:center}.Careers-Header{width:100%;display:flex;flex-direction:column;align-items:center}.Career-Header-content{max-width:1200px;color:#000;text-align:left;margin:40px auto;padding:0 20px;font-family:Poppins}.Career-Header-content h1{font-size:2.5rem;font-weight:600;line-height:1.3;margin-bottom:20px}.Career-Header-content h1 span{background:linear-gradient(242.51deg,#d11173 26.51%,#6d09b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Career-Header-content p{font-size:1.2rem;color:#666;margin-bottom:20px}.Career-Header-content button{padding:10px 15px;border-radius:5px;border:none;background-color:#530b83;color:#fff;font-family:Poppins;font-size:1rem;cursor:pointer;transition:background .3s ease}.Career-Header-content button:hover{background-color:#3d0861}.Career-Head-body{color:#000;background-color:#e0ced7;width:100%}.Career-Head-body p{max-width:1200px;margin:0 auto;padding:40px 20px;font-size:1rem;line-height:1.6;color:#333}.Careers-values{width:100%;padding:50px 20px;display:flex;flex-direction:column;align-items:center}.value-heading{text-align:center;margin-bottom:40px}.value-heading h1{font-size:2.5rem;font-weight:600;color:#5a0793}.Careers-value-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1400px;margin:0 auto}.Careers-card{width:280px;padding:20px;background:linear-gradient(135deg,#ffffffe6,#e0ced780);border:1px solid #e0e0e0;border-radius:15px;box-shadow:0 5px 15px #0000001a;color:#000;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.Careers-card:hover{transform:scale()}.Careers-card img{width:150px;border-radius:5px;margin:0 auto 15px;display:block;transition:transform .3s ease}.Careers-card h1{font-size:1.3rem;font-weight:600;color:#5a0793;margin:40px 0 0}.Careers-card p{font-size:.9rem;line-height:1.5;color:#444;text-align:center}.job-search-container{font-family:Poppins,sans-serif;text-align:center;padding:40px 20px;background-color:#f5f5f5;width:100%;display:flex;flex-direction:column;align-items:center}.job-search-container h1{background:linear-gradient(242.51deg,#d11173 26.51%,#6d09b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2.5em;margin-bottom:10px}.job-search-container p{color:#333;font-size:1.1em;max-width:600px;line-height:1.5;margin-bottom:30px}.search-box{background-color:#e6e6e6;padding:20px;border-radius:10px;width:100%;max-width:700px;box-shadow:0 2px 5px #0000001a}.input-group{display:flex;flex-direction:row;gap:15px;margin-bottom:20px}.input-group input{flex:1;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:1em}.checkbox-group{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.checkbox-group label{display:flex;align-items:center;gap:5px;padding:5px 10px;border:1px solid #ccc;border-radius:5px;background-color:#fff;color:#000;cursor:pointer;font-family:Poppins;font-size:12px}.checkbox-group input[type=checkbox]:checked+span{background-color:#f0f0f0}.Careers-main-content{max-width:1200px;margin:0 auto;padding:20px}.job-listings{margin:40px 0}.job-listings h2{font-size:2rem;color:#333;margin-bottom:20px;text-align:center}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.job-card{background:#d4d2d248;border:1px solid #e0e0e0;border-radius:10px;padding:20px;transition:box-shadow .3s ease}.job-card:hover{box-shadow:0 4px 8px #0000001a}.job-card h3{font-size:1.5rem;color:#333;margin-bottom:10px}.job-details{font-size:1rem;color:#666;margin-bottom:10px}.job-description{font-size:1rem;color:#444;margin-bottom:20px}.apply-button{background:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:1rem;transition:background .3s ease}.apply-button:hover{background:#0056b3}.cta-section{text-align:center;padding:40px 0;background:#f8f9fa;border-radius:8px;margin:50px 0}.cta-section h2{font-size:2rem;color:#333;margin-bottom:10px}.cta-section p{font-size:1.2rem;color:#666;margin-bottom:20px}.cta-button{background:#28a745;color:#fff;border:none;padding:12px 24px;border-radius:5px;cursor:pointer;font-size:1.1rem;transition:background .3s ease}.cta-button:hover{background:#218838}.careers-memory-heading h1{background:linear-gradient(242.51deg,#d11173 26.51%,#6d09b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}.carrer-memory-card{display:flex;justify-content:center;align-items:center;text-align:center}.carrer-memory-card img{width:374px;margin-right:30px}img.memory-card{width:364px;height:227px;transform:translateY(0)}.Careers-Footer{background:linear-gradient(242.51deg,#d11173 26.51%,#6d09b2);text-align:center;padding:20px 0;margin:30px 0;width:100%}.Careers-Footer h1{color:#fff;font-size:2rem;margin:0}@media (max-width: 768px){.Careers-Header{margin-top:60px}.Career-Header-content{margin:20px auto;padding:0 15px}.Career-Header-content h1{font-size:2rem;line-height:1.2}.Career-Header-content p{font-size:1rem}.Career-Header-content button{padding:8px 12px;font-size:.9rem}.Career-Head-body p{padding:30px 15px;font-size:.9rem}.Careers-values{padding:30px 15px}.value-heading h1{font-size:2rem}.Careers-card{width:80%}.Careers-card img{width:150px}.Careers-card h1{font-size:1.2rem}.Careers-card p{font-size:.85rem}.job-search-container{padding:30px 0}.job-search-container h1{font-size:2rem}.job-search-container p{font-size:1rem;max-width:90%}.search-box{padding:15px;max-width:80%}.input-group{flex-direction:column;gap:10px}.input-group input{padding:8px;font-size:.9rem}.checkbox-group{gap:8px}.checkbox-group label{padding:4px 8px;font-size:11px}.Careers-main-content{padding:15px}.job-listings h2,.cta-section h2{font-size:1.8rem}.job-card{padding:15px}.job-card h3{font-size:1.3rem}.job-details,.job-description{font-size:.9rem}.apply-button{padding:8px 16px;font-size:.9rem}.cta-section{padding:30px 0;margin:30px 0}.cta-section p{font-size:1rem}.cta-button{padding:10px 20px;font-size:1rem}.Careers-Footer{padding:15px 0;margin:20px 0}.Careers-Footer h1{font-size:1.8rem}.carrer-memory-card{flex-direction:column}.carrer-memory-card img{margin-right:0}}@media (max-width: 480px){.Career-Header-content h1{font-size:1.8rem}.Career-Header-content p{font-size:.9rem}.Career-Header-content button{padding:6px 10px;font-size:.8rem}.Career-Head-body p{padding:20px 10px;font-size:.85rem}.value-heading h1{font-size:1.8rem}.Careers-card img{width:100px}.Careers-card h1{font-size:1.1rem}.Careers-card p{font-size:.8rem}.job-search-container h1{font-size:1.8rem}.job-search-container p{font-size:.9rem}.input-group input{padding:7px;font-size:.85rem}.checkbox-group label{padding:3px 6px;font-size:10px}.job-listings h2,.cta-section h2{font-size:1.5rem}.job-card h3{font-size:1.2rem}.job-details,.job-description{font-size:.85rem}.apply-button{padding:6px 12px;font-size:.85rem}.cta-section p{font-size:.9rem}.cta-button{padding:8px 16px;font-size:.9rem}.Careers-Footer h1{font-size:1.5rem}}.Helpcenter-Container{background:#fff}.Helpcenter-header{background-image:url(/assets/Helpcentermainimg-TCY1cBMR.png);background-repeat:no-repeat;background-position:center;background-size:cover;padding:60px 15px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:60px}.Helpcenter-Heading{color:#000}.Helpcenter-Heading h1{text-align:center;font-size:36px;font-weight:600;margin-bottom:15px}.Helpcenter-Head-content{color:#000;width:90%;max-width:600px;padding:15px 0 0}.Helpcenter-Head-content h4{font-size:20px;font-weight:500;margin-bottom:10px;text-align:center}.Helpcenter-Head-content p{font-size:14px;line-height:1.5;text-align:center}.Helpcenter-main{width:100%;display:flex;flex-direction:column;align-items:center}.Helpmain-heading{background-color:#eaeaea;text-align:center;color:#5a0793;margin:30px 0;width:100%}.Helpmain-heading h4{font-weight:100;font-size:24px}.Helpmain-content{width:100%;max-width:800px;margin:30px auto;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;padding:15px;justify-content:center}.Helpmain-content button{width:200px;padding:12px 10px;background-color:#e7e7e7;border-radius:8px;border:none;color:#000;font-family:Poppins,sans-serif;font-weight:500;font-size:12px;text-align:center;cursor:pointer;transition:background-color .3s ease,color .3s ease;touch-action:manipulation}.Helpmain-content button:hover,.Helpmain-content button:active,.Helpmain-content button.active{background-color:#a23fe5;color:#fff}.Helpcenter-cards-container{width:100%;max-width:600px;padding:30px 10px}.help-faq-wrapper,.help-faq-container{width:100%}.help-faq-item{background:#f5f5f5;border-radius:10px;margin-bottom:15px;overflow:hidden;box-shadow:0 3px 10px #0000001a;border:1px solid #e0e0e0;transition:border .3s ease,box-shadow .3s ease}.help-faq-header{width:100%;padding:15px 20px;color:#000;font-size:16px;font-family:Poppins,sans-serif;font-weight:500;cursor:pointer;background:none;border:none;display:flex;justify-content:space-between;align-items:center;text-align:left;transition:background .3s ease,color .3s ease}.help-faq-header:hover{background:#e7e7e7;color:#a23fe5}.help-faq-header.open{background:linear-gradient(135deg,#a23fe51a,#5a07931a);color:#a23fe5}.help-faq-header.open+.help-faq-body{border-top:1px solid #e0e0e0}.help-faq-toggle-symbol{font-size:20px;color:#5a0793;font-weight:600;transition:transform .3s ease}.help-faq-header.open .help-faq-toggle-symbol{transform:rotate(0)}.help-faq-body{max-height:0;overflow:hidden;background:#fafafa;transition:max-height .3s ease}.help-faq-body.open{max-height:500px}.help-faq-content{padding:15px 20px;font-size:13px;color:#333;line-height:1.6}.help-faq-content p,.help-faq-content ul{margin:0}.help-faq-content ul{padding-left:15px}.help-faq-content ul li{margin-bottom:8px}.Blogcontent-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#000;margin:0 0 40px}.Blogcontent-footer-content{background:#80808028;padding:15px 20px;border-radius:10px;text-align:center}.Blogcontent-footer-content h1{font-size:24px;margin-bottom:10px}.Blogcontent-footer-content p{font-size:13px;margin:5px 0}@media (max-width: 768px){.Helpcenter-Heading h1{font-size:28px}.Helpcenter-Head-content h4{font-size:18px}.Helpcenter-Head-content p{font-size:13px}.Helpmain-heading h4{font-size:20px}.Helpmain-content{max-width:100%;padding:10px;gap:8px}.Helpmain-content button{width:48%;padding:10px 8px;font-size:11px}.Helpcenter-cards-container{padding:20px 10px}.help-faq-header{font-size:14px;padding:12px 15px}.help-faq-toggle-symbol{font-size:18px}.help-faq-content{padding:12px 15px;font-size:12px}.help-faq-body.open{max-height:600px}.Blogcontent-footer-content h1{font-size:20px}.Blogcontent-footer-content p{font-size:12px}}@media (max-width: 480px){.Helpcenter-header{padding:40px 10px;margin-top:50px}.Helpcenter-Heading h1{font-size:24px}.Helpcenter-Head-content{width:95%}.Helpcenter-Head-content h4{font-size:16px}.Helpcenter-Head-content p{font-size:12px}.Helpmain-heading{margin:20px 0}.Helpmain-heading h4{font-size:18px}.Helpmain-content{flex-direction:row;align-items:center;gap:10px}.Helpmain-content button{width:40%;padding:12px;font-size:12px}.Helpcenter-cards-container{padding:15px 5px}.help-faq-item{margin-bottom:10px;border-radius:8px}.help-faq-header{font-size:13px;padding:10px 12px}.help-faq-toggle-symbol{font-size:16px}.help-faq-content{padding:10px 12px;font-size:11px}.help-faq-content ul{padding-left:10px}.help-faq-content ul li{margin-bottom:6px}.Blogcontent-footer{margin:0 0 30px}.Blogcontent-footer-content{padding:10px 15px}.Blogcontent-footer-content h1{font-size:18px}.Blogcontent-footer-content p{font-size:11px}}.tandcmain-container{width:100%;background-color:#fff}.tos-container{max-width:1200px;margin:0 auto;padding:2rem;font-family:Poppins;line-height:1.6;color:#000}.tos-container h2{color:#000;margin-top:2rem}.tos-container address{font-style:normal;background:#f4f4f4;color:#000;padding:1rem;border-left:4px solid #007acc;margin-bottom:1rem}.tos-container ol{margin-left:2rem}.tos-container a{color:#007acc;text-decoration:none}.tos-container a:hover{text-decoration:underline}.tos-container h1{text-align:center}.privacypolicy-container{background-color:#fff}.privacy-policy{padding:2rem;max-width:1200px;margin:0 auto;font-family:Arial,sans-serif;color:#333;line-height:1.6}.privacy-policy h1,.privacy-policy h2,.privacy-policy h3{color:#2c3e50;margin-top:1.5rem}.privacy-policy a{color:#007bff;text-decoration:none}.text-center{text-align:center}.privacy-policy a:hover{text-decoration:underline}.privacy-policy address{font-style:normal;background-color:#f9f9f9;padding:1rem;border-left:4px solid #ccc;margin:1rem 0}.privacy-policy ol{padding-left:1.5rem;margin-bottom:2rem}
