:root{--primary: #1f3e72;--secondary: rgba(255, 255, 255, .78);--black: #131110;--blue-gradient: linear-gradient(97.05deg, #4066ff 3.76%, #2949c6 100%);--orange-gradient: linear-gradient(270deg, #ffb978 0%, #ff922d 100%);--blue: #4066ff;--lightBlue: #eeeeff;--shadow: 0px 23px 21px -8px rgba(136, 160, 255, .25)}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;scroll-behavior:smooth}a{color:inherit;text-decoration:none}.paddings{padding:1.5rem}.innerWidth{width:100%}.flexCenter{display:flex;row-gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap}.flexStart{display:flex;justify-content:flex-start;align-items:center}.flexEnd{display:flex;justify-content:flex-end;align-items:center}.flexColCenter{display:flex;justify-content:center;align-items:center;flex-direction:column}.flexColStart{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.flexColEnd{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.primaryText{color:#1f3e72;font-weight:700;font-size:2rem}.secondaryText{color:#8c8b8b;font-size:1.2rem}.orangeText{color:orange;font-size:1.5rem;font-weight:600}@media (min-width: 1536px){.innerWidth{max-width:1280px;margin:auto}}@media (min-width: 640px){.paddings{padding:4rem}}@media (min-width: 1280px),(min-width: 768px){.paddings{padding:2rem}}@media (max-width: 640px){.primaryText{font-size:1.5rem}.orangeText{font-size:1.2rem}.primaryyText{font-size:1.3rem}}.button{font-weight:500;padding:.6rem 1.4rem;color:#fff;background:var(--blue-gradient);border:none;border-radius:4px;transition:all .3s ease-in}.button:hover{cursor:pointer;transform:scale(1.1)}@media (max-width: 1000px){.secondaryText{font-size:1.2rem}}.h-wrapper{color:#fff;z-index:99;background-color:var(--black)}.logo{width:7rem;height:5.5rem}.logo>img{width:100%;height:100%}.h-container{justify-content:space-between;padding-top:1rem;padding-bottom:0rem;color:var(--secondary)}.h-menu{gap:2rem}.h-menu>*:hover{cursor:pointer}.menu-icon{display:none}@media (max-width: 768px){.menu-icon{display:block}.h-menu{color:var(--black);position:absolute;top:3rem;right:4rem;background:white;flex-direction:column;font-weight:500;gap:2rem;padding:1rem;border-radius:10px;align-items:flex-start;box-shadow:0 4px 4px #0000000d;transition:all .3s ease-in;z-index:99}}.description{margin-top:1rem;margin-bottom:2.5rem}.main{display:grid;grid-template-columns:1fr 1fr}.cover{width:100%;height:100%}.cover>img{height:100%;width:100%}.coverr{display:grid;grid-template-columns:1fr 1fr}.hero-container{color:#fff;position:relative;background-color:var(--black);z-index:1;background-image:url(/assets/home-Ia426zJu.jpeg);background-position:center;background:linear-gradient(to left,rgba(0,0,0,.7),var(--black)),url(/assets/home-Ia426zJu.jpeg);background-size:cover}.hero-container.cover{padding:0rem}.hero-container:before{position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(to right,rgba(0,0,0,.2),rgba(0,0,0,0))}.image-container{width:100%;height:27rem;overflow:hidden;border-radius:1rem;border:4px solid rgba(255,255,255,.12)}.image-container>img{width:100%;height:100%}.hero-right{margin:0rem}.hero-left{gap:1.5rem;margin-bottom:2rem;padding-left:3rem;padding-top:3rem}.empower{font-size:1.1rem;line-height:2rem;color:#e7d3c1}.hero-title{position:relative;z-index:1;margin-bottom:1rem}.hero-title>h1{font-weight:600;font-size:4rem;line-height:4.2rem;color:#ffd7d2;position:relative;z-index:1}.orange-circle{height:3.5rem;width:3.5rem;background:var(--orange-gradient);border-radius:999px;position:absolute;right:28%;top:-10%;z-index:-1}.light{background-color:#00f}@media (max-width: 900px){.image-container{height:22rem}}@media (max-width: 1000px){.hero-container{margin-top:1rem;grid-template-columns:1fr}}@media (max-width: 640px){.hero-container{padding:0rem 0rem 4rem;margin-top:0rem;background-size:auto}.main{grid-template-columns:1fr}.hero-title>h1{font-size:3rem;line-height:3.4rem}.hero-left{gap:.8rem;margin-bottom:0rem;padding-left:1.4rem;padding-top:4rem}.empower{font-size:1rem;line-height:1.5rem}.image-container{width:96%;height:15rem;margin-right:2rem;margin-bottom:.5rem}.hero-right{width:100%;height:30 rem}.orange-circle{height:3rem;width:3rem;right:28%;top:-10%}.sentelmo{width:300px;height:300px}.sentelmo>img{width:100%;height:100%}}.bullet{height:2rem;width:2rem}.bullet>img{width:100%;background-size:cover}.service{gap:1rem}.sentelmo{width:40rem;height:40rem}.sentelmo>img{width:100%;height:100%}.c-container{justify-content:space-between}.c-container>div{flex:1}.c-right{width:100%}.c-left{gap:.5rem}.contactModes{margin-top:2rem;gap:1rem}.contactModes .row{gap:1.5rem}.mode{width:16rem;padding:1rem;border:.8px solid rgba(128,128,128,.143);border-radius:5px;gap:1rem;transition:all .3s ease-in}.mode .button{width:100%;background:var(--lightBlue);color:var(--blue);font-size:.9rem;font-weight:600}.mode>:nth-child(1){width:100%;gap:1.6rem}.mode .detail .primaryText{font-size:1.1rem;font-weight:600}.mode:hover{scale:1.1;box-shadow:var(--shadow)}.mode .button:hover{background:var(--blue-gradient);color:#fff;scale:.8}@media (max-width: 1024px){.c-container{flex-direction:column}.c-right{justify-content:center}.contactModes{width:17rem}.row{flex-direction:column;width:100%}.mode{width:100%}}.App{position:relative;overflow-x:clip}.App>:nth-child(1){background:var(--black);position:relative}.white-gradient{position:absolute;width:20rem;height:20rem;background:rgba(255,255,255,.522);filter:blur(100px);border-radius:100px}.inner-container{gap:1.5rem;background:#4161df;padding:2rem;border-radius:10px;border:6px solid #5d77d6;text-align:center}.inner-container .primaryText{color:#fff;font-weight:600}.inner-container .secondaryText{color:#ffffff96}.inner-container .button{background:#5a73d7;border:2px solid white;box-shadow:var(--shadow);border-radius:10px}.f-container{justify-content:space-between}.f-left{gap:1rem}.f-menu{gap:1.5rem;margin-top:1.5rem;font-weight:500}@media (max-width: 768px){.f-container{justify-content:center}.f-container>div{align-items:center!important;text-align:center}}.allService{display:grid;grid-template-columns:1fr 1fr;margin-left:2rem}.primaryyText{color:#3e56ded7;font-size:1.4rem;font-weight:600}.serv{padding:1rem}@media (max-width: 640px){.primaryyText{font-size:1.2rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
