:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--blue-light: #c6e9e2;--blue-dark: #081d30;--orange: #ff9600}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter;max-width:100vw}html,body{margin:0;padding:0;max-width:100vw;width:100vw}body{overflow-x:hidden}.anim-appear{animation:appear linear;animation-timeline:view();animation-range:entry 0% cover 40%}.anim-appear-scale{animation:appear-scale linear;animation-timeline:view();animation-range:entry 0% cover 40%}@keyframes appear{0%{opacity:.1}to{opacity:1}}@keyframes appear-scale{0%{opacity:.5;scale:.5}to{opacity:1;scale:1}}.navbar{position:fixed;top:-6rem;width:100%;display:flex;margin-top:1rem;justify-content:center;z-index:1000;transition:all .5s cubic-bezier(.2,.7,0,.99)}.navbar.active{top:0}.navbar-box{width:90%;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;border-radius:8rem;background-color:#081d3040}.navbar-logo{display:flex;justify-content:center;align-items:center;gap:1rem}.navbar-logo-name{display:flex;flex-direction:column;line-height:1.1;justify-content:center}.navbar-logo-name p:nth-child(1){font-size:1rem;font-weight:600;color:var(--orange)}.navbar-logo-name p:nth-child(2){font-size:.9rem;color:var(--blue-light)}.navbar-logo img{width:4rem}.navbar-list{display:none}.navbar-list.active{position:fixed;left:0;top:0;margin:6rem 5%;padding:1rem;width:90%;border-radius:2rem;background-color:#081d3040;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.navbar-list a{color:var(--blue-light);font-weight:600;font-size:1.2rem;transition:all .2s ease-in}.navbar-list span{color:var(--blue-light);font-weight:600;font-size:1.1rem;transition:all .2s ease-in}.navbar-list a:hover,.navbar-list span:hover{color:var(--orange)}.navbar-menu{display:flex;justify-content:center;align-items:center}.navbar-menu svg{width:1.5rem;height:1.5rem}.navbar-menu svg path{fill:var(--blue-light)}@media (min-width: 768px){.navbar-box{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.navbar-list{display:flex;gap:2rem}.navbar-list a{font-size:1.1rem}.navbar-list span,.navbar-menu{display:none}}@media (min-width: 992px){.navbar-box{width:80%}}@media (min-width: 1200px){.navbar-box{width:60%}}.header{width:100%;display:flex;background:url(/images/background.webp) fixed center/cover no-repeat;justify-content:center;align-items:center}.header-box{margin-top:5rem;width:90%;padding:2rem 0;display:flex;flex-direction:column;align-items:center}.header-box img{width:14rem;transform:translate(10rem);opacity:0;transition:all 1.5s cubic-bezier(.2,.7,0,.99)}.header-box img.active{transform:translate(0);opacity:1}.header-text{display:flex;flex-direction:column;gap:1rem;transform:translate(-10rem);opacity:0;transition:all 1.5s cubic-bezier(.2,.7,0,.99);color:#fff}.header-text.active{transform:translate(0);opacity:1}.header-text h1{font-size:2.2rem;margin-bottom:1rem}@media (min-width: 992px){.header-box{width:80%;flex-direction:row-reverse;padding:4rem 0;gap:4rem}.header-box img{width:18rem}}@media (min-width: 1200px){.header-box{width:60%;padding:6rem 0;gap:4rem}}.cards{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 0 2rem;background-color:#2d5f6e}.cards-box{width:80%;display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:4rem;padding-bottom:2rem;opacity:0;transform:translateY(5rem);transition:all 1.5s cubic-bezier(.2,.7,0,.99)}.cards-box.active{opacity:1;transform:translateY(0)}.cards-button{display:flex;width:100%;justify-content:center}.cards-button a{padding:1rem 2rem;border:solid 2px var(--blue-light);border-radius:1rem;color:var(--blue-light);font-size:1.2rem;font-weight:600;transition:all .5s cubic-bezier(.2,.7,0,.99);text-align:center}.cards-button a:hover{border:solid 2px var(--orange);color:var(--orange)}.card-item{position:relative;width:22rem;display:flex;flex-direction:column;align-items:center;gap:2rem;background:linear-gradient(to top,#1f4a5b 60%,#2d5f6e);padding:2rem 1rem;border-radius:2rem;transition:box-shadow .1s,transform .1s}.card-item:hover{box-shadow:0 0 30px #0009}.card-item-img{padding:1rem;width:8rem;height:8rem;background:linear-gradient(to bottom,#1f4a5b,#2d5f6e);border-radius:50%;display:flex;justify-content:center;align-items:center}.card-item-img svg{width:4rem;height:4rem}.card-item-img svg path{fill:var(--orange)}.card-item-text{display:flex;flex-direction:column;gap:1rem}.card-item-text h2{font-size:1.4rem;text-align:center;color:var(--blue-light)}.card-item-text p{font-size:1.1rem;color:#fff}.counters{width:100%;padding:4rem 0;display:flex;justify-content:center;align-items:center;background:url(/images/background.webp) fixed center/cover no-repeat}.counters-box{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.counters-items{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem 0;box-sizing:border-box}.counters-item{position:relative;width:90%;max-width:90%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border:solid 1px var(--blue-light);border-radius:2rem;padding:1rem 2rem}.c-item-icon{width:8rem;height:8rem;display:flex;padding:1rem}.c-item-icon svg{width:100%;height:100%;justify-content:center;align-items:center}.c-item-icon svg path{fill:var(--orange)}.c-item-text{display:flex;flex-direction:column;line-height:1.2;justify-content:center;padding:1rem;gap:.5rem}.c-item-text h2{font-size:1.4rem;color:var(--blue-light)}.c-item-text span{font-size:2.2rem;color:#fff;font-weight:700}@media (min-width: 992px){.counters-item{width:80%}}@media (min-width: 1200px){.counters-item{display:flex;flex-direction:row;width:50rem}}.realizations{width:100%;display:flex;justify-content:center;background-color:#2d5f6e}.realizations-box{width:90%;padding:4rem 1rem;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.realizations-title{padding-bottom:1rem;display:flex;justify-content:center}.realizations-title h2{font-size:2rem;color:var(--orange);letter-spacing:.05rem}.realizations-images{width:100%;max-width:100%!important;display:flex;flex-direction:row;justify-content:flex-start;height:14rem;gap:1rem;overflow-x:auto!important;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:thin;padding-bottom:1rem;scrollbar-color:var(--orange) #2d5f6e}.realizations-images::-webkit-scrollbar{margin:1rem}.realizations-item{height:100%;position:relative;transition:all .3s ease-in}.realizations-item img{height:100%;z-index:1}.r-item-text{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#081d30bf;z-index:2;padding:1rem;opacity:0;transition:all .3s ease-in;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem;-webkit-user-select:none;user-select:none}.r-item-text h3{font-size:1.4rem;color:var(--orange)}.r-item-text p{font-size:.9rem;color:var(--blue-light)}.realizations-item:hover{transform:scale(1.05)}.realizations-item:hover .r-item-text{opacity:1}.realizations-box a{margin-top:2rem;padding:1rem 2rem;border:solid 2px var(--blue-light);border-radius:1rem;color:var(--blue-light);font-size:1.2rem;font-weight:600;transition:all .5s cubic-bezier(.2,.7,0,.99);text-align:center}.realizations-box a:hover{border:solid 2px var(--orange);color:var(--orange)}@media (min-width: 500px){.realizations-images{height:16rem}}@media (min-width: 992px){.realizations-images{height:18rem}}.footer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:url(/images/background.webp) fixed center/cover no-repeat}.footer-box{width:90%;padding:2rem 0 1rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:5rem}.footer-us{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-us p{color:#fff;font-size:1rem}.footer-logo{display:flex;align-items:center;line-height:1.2;gap:1rem}.f-logo-name{display:flex;flex-direction:column}.f-logo-name h1{color:var(--orange);font-size:1.8rem}.f-logo-name h2{color:var(--blue-light);font-size:1.6rem}.footer-logo img{width:6rem}.footer-contact{display:flex;flex-direction:column;gap:1rem}.f-contact-name{display:flex;flex-direction:column;text-wrap:nowrap}.f-contact-name h1{color:var(--orange);font-size:1.8rem}.f-contact-name h2{color:var(--blue-light);font-size:1.6rem;padding-bottom:1rem}.f-contact-name p,.f-contact-info p{font-size:1.2rem;color:#fff}.footer-copyright{width:90%;display:flex;justify-content:space-between;padding:1rem 0}.footer-copyright span{font-weight:600;font-size:1rem;color:var(--orange);letter-spacing:.05rem}.footer-copyright span a{color:var(--orange)}@media (min-width: 500px){.footer-box{flex-direction:column;width:90%}.footer-us{width:100%;align-items:center;text-align:center}.footer-contact{width:100%;text-align:center}.footer-copyright{width:90%}}@media (min-width: 1200px){.footer-box{flex-direction:row;width:60%}.footer-us{text-align:left;width:70%}.footer-contact{width:30%}.footer-copyright{width:60%}}.offer{width:100%;display:flex;flex-direction:column;background:url(/images/background.webp) fixed center/cover no-repeat;background-color:#2d5f6e;align-items:center;justify-content:center;overflow-x:hidden;overflow-y:scroll}.offer-box{margin-top:5rem;padding:4rem 0;width:90%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4rem}.offer-title{display:flex;flex-direction:column;gap:1rem;align-items:center;transform:translateY(-10rem);opacity:0;transition:all 1.5s cubic-bezier(.2,.7,0,.99)}.offer-title.active{transform:translate(0);opacity:1}.offer-title h1{font-size:2.2rem;color:var(--orange)}.offer-title p{font-size:1.2rem;color:var(--blue-light)}@media (min-width: 500px){.offer-title h1{font-size:3.2rem}}@media (min-width: 992px){.offer-box{width:80%}}@media (min-width: 1200px){.offer-box{width:60%}}.offer-content{padding:4rem 0;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4rem;background-color:#2d5f6e}.offer-content-items{width:90%;display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:2rem;transform:translateY(10rem);opacity:0;transition:all 1.5s cubic-bezier(.2,.7,0,.99)}.offer-content-items.active{transform:translate(0);opacity:1}.offer-content-item{width:18rem;max-width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#3e819680;border:solid 1px var(--blue-light);border-radius:2rem;padding:1.5rem}.offer-content-item-icon{padding:1.5rem;width:7rem;height:7rem;background-color:var(--orange);border-radius:50%;margin-bottom:1rem}.offer-content-item-icon svg{width:100%;height:100%}.offer-content-item svg path{fill:#2d5f6e}.offer-content-item-title{display:flex;flex-direction:column;gap:.2rem;align-items:center;text-align:center}.offer-content-item-title h2{font-size:1.6rem;font-weight:600;color:#fff}.offer-content-item-title h3{font-size:1rem;font-weight:500;color:var(--blue-light)}.offer-content-item-details{display:flex;flex-direction:column;margin:1rem 0}.offer-content-item-details p{display:flex;align-items:flex-start;gap:.5rem}.offer-content-item-details p svg{min-width:1.5rem;max-width:1.5rem;height:1.5rem}.offer-content-item-details p svg path{fill:var(--orange)}.offer-content-item-details p span{font-size:1rem;color:#fff}.offer-content-item a{background-color:var(--orange);padding:1rem 2rem;color:#fff;border-radius:2rem;transition:all .3s ease-in-out}.offer-content-item a:hover{padding:1rem 3rem}@media (min-width: 500px){.offer-content-item{width:20rem}}@media (min-width: 992px){.offer-content-item{width:20rem}}@media (min-width: 1200px){.offer-content-item{width:22rem}}@media (min-width: 1400px){.offer-content-item{width:24rem}}.r-tab{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.r-tab-top{width:100%;display:flex;justify-content:center;align-items:center;background:url(/images/background.webp) fixed center/cover no-repeat}.r-tab-top-box{width:90%;margin-top:5rem;padding:4rem 0;display:flex;flex-direction:column;gap:1rem;transform:translateY(-10rem);opacity:0;transition:all 1.5s cubic-bezier(.2,.7,0,.99)}.r-tab-top-box.active{transform:translate(0);opacity:1}.r-tab-top-box h1{font-size:2.2rem;color:var(--orange);text-align:center}.r-tab-top-box p{text-align:left;color:var(--blue-light);font-size:1.2rem}@media (min-width: 500px){.r-tab-top-box h1{font-size:3.2rem}}@media (min-width: 992px){.r-tab-top-box{width:80%}}@media (min-width: 1200px){.r-tab-top-box{width:60%}}.r-tab-content{width:100%;display:flex;justify-content:center;align-items:center;background-color:#2d5f6e;overflow-x:hidden;overflow-y:scroll}.r-tab-content-box{position:relative;width:90%;padding:4rem 0;margin:0 auto;display:flex;justify-content:center;align-items:center}.r-tab-content-items{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translateY(10rem);opacity:0;transition:all 1.5s cubic-bezier(.2,.7,0,.99)}.r-tab-content-items.active{transform:translate(0);opacity:1}.r-tab-content-item{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;background-color:#3e819680;border:solid 1px var(--blue-light);border-radius:2rem;padding:1.5rem;transition:all .3s cubic-bezier(.2,.7,0,.99)}.r-tab-content-item:hover{transform:scale(1.05) translateY(-1rem)}.r-tab-content-item img{width:100%;border-radius:1rem;box-shadow:0 2px 10px 2px #0e0e0e}.r-tab-content-item-text{display:flex;flex-direction:column;width:100%;gap:2rem}.r-tab-content-item-text h2{font-size:1.6rem;color:var(--orange)}.r-tab-content-item-text p{font-size:1rem;color:var(--blue-light)}@media (min-width: 992px){.r-tab-content-box{width:80%}.r-tab-content-item{flex-direction:row}.r-tab-content-item:nth-child(2n){flex-direction:row-reverse}.r-tab-content-item img,.r-tab-content-item-text{width:50%}}@media (min-width: 1200px){.r-tab-content-box{width:60%}}.contact{width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.contact-info{width:100%;display:flex;justify-content:center;align-items:center;background:url(/images/background.webp) fixed center/cover no-repeat}.contact-info-box{margin-top:5rem;padding:4rem 0;width:90%;display:flex;flex-direction:column;gap:2rem;transform:translateY(-10rem);opacity:0;transition:all 1.5s cubic-bezier(.2,.7,0,.99)}.contact-info-box.active{opacity:1;transform:translateY(0)}.contact-info-item{width:100%;max-width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#3e819680;border:solid 1px var(--blue-light);border-radius:2rem;padding:1.5rem;gap:.5rem}.contact-info-item-icon{display:flex;justify-content:center;align-items:center}.contact-info-item-icon svg{background-color:var(--orange);padding:2rem;width:7rem;height:7rem;border-radius:50%}.contact-info-item-icon svg path{fill:#2d5f6e}.contact-info-item-text{display:flex;flex-direction:column;gap:.1rem}.contact-info-item-text h2{font-size:1.6rem;color:#fff;text-align:center;margin-bottom:1rem}.contact-info-item-text p{text-align:center;font-size:1.1rem;color:var(--blue-light)}@media (min-width: 768px){.contact-info-box{flex-direction:row}.contact-info-item{width:50%}}@media (min-width: 992px){.contact-info-box{width:80%}}@media (min-width: 1200px){.contact-info-box{width:60%}}.contact-faq{width:100%;display:flex;justify-content:center;align-items:center;background-color:#2d5f6e}.contact-faq-box{width:90%;padding:4rem 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translateY(10rem);opacity:0;transition:all 1.5s cubic-bezier(.2,.7,0,.99)}.contact-faq-box.active{opacity:1;transform:translateY(0)}.contact-faq-title{display:flex;justify-content:center;align-items:center}.contact-faq-title h2{font-size:2.2rem;color:var(--orange);text-align:center}.contact-faq-items{width:100%;display:flex;flex-direction:column;gap:1rem}.contact-faq-item{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#3e819680;border:solid 1px var(--blue-light);border-radius:2rem;padding:1.5rem}.contact-faq-item-title{width:100%;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.contact-faq-item-title h3{font-size:1.6rem;color:#fff;font-weight:600}.contact-faq-item-title svg{width:1.5rem;height:1.5rem;cursor:pointer;rotate:180deg;transition:all .3s cubic-bezier(.2,.7,0,.99)}.contact-faq-item-title svg path{fill:#fff}.contact-faq-item-desc{display:flex;justify-content:center;align-items:center;max-height:0;overflow:hidden;opacity:0;transition:all .3s cubic-bezier(.2,.7,0,.99)}.contact-faq-item-desc.open{max-height:500px;opacity:1;margin-top:1rem}.contact-faq-item-desc p{font-size:1.1rem;color:var(--blue-light)}@media (min-width: 992px){.contact-faq-box{width:80%}}@media (min-width: 1200px){.contact-faq-box{width:60%}}.notfound{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:url(/images/background.webp) fixed center/cover no-repeat}.notfound-box{width:90%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.notfound-logo{display:flex;justify-content:center;align-items:center;gap:1rem}.notfound-logo img{width:5rem;height:5rem}.notfound-logo h1{display:flex;flex-direction:column;justify-content:center}.notfound-logo h1 p:nth-child(1){color:var(--orange);font-size:1.8rem;font-weight:700}.notfound-logo h1 p:nth-child(2){color:var(--blue-light);font-size:1.2rem;font-weight:600}.notfound-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.notfound-content h2{display:flex;flex-direction:column;text-align:left}.notfound-content h2 p{line-height:1}.notfound-content h2 p:nth-child(1){font-weight:600;font-size:1.6rem;color:var(--blue-light);text-align:left}.notfound-content h2 p:nth-child(2){font-weight:700;font-size:3.2rem;color:var(--orange)}.notfound-content p{font-size:1.6rem;color:var(--blue-light);font-weight:600;text-align:center}.notfound-content a{margin-top:2rem;padding:.5rem 1rem;border:solid 2px var(--blue-light);border-radius:1rem;color:var(--blue-light);font-size:1rem;font-weight:600;transition:all .5s cubic-bezier(.2,.7,0,.99);text-align:center}.notfound-content a:hover{border:solid 2px var(--orange);color:var(--orange)}@media (min-width: 500px){.notfound-logo img{width:10rem;height:10rem}.notfound-logo h1 p:nth-child(1){font-size:3.2rem}.notfound-logo h1 p:nth-child(2){font-size:2.4rem}.notfound-content h2 p:nth-child(1){font-size:2.2rem}.notfound-content h2 p:nth-child(2){font-size:5.6rem}.notfound-content p{font-size:2.2rem}.notfound-content a{padding:1rem 2rem;font-size:1.2rem}}
