@font-face{font-family:Inter;src:url(/fonts/Inter/Inter-VariableFont_opsz,wght.ttf);font-display:swap}*{padding:0;margin:0;box-sizing:border-box}html{font-size:62.5%}body{font-family:Inter,sans-serif;background-color:#fefcfb;overflow-x:hidden;background-image:url(/assets/bg-C54sek0b.png)}.navbar{background-color:#fefcfb81;display:flex;justify-content:space-between;align-items:center;width:100%}.navbar-logo{height:6.2rem}.nav-logo-container:after{content:"";width:62px;height:50px;border-right:#194d88 2px solid;position:absolute}.nav-logo-container{display:flex;align-items:center;text-decoration:none}.nav-logo-text{color:#194d88;font-size:1.2rem;font-weight:700}.navbar-links{margin-right:3rem;display:flex;gap:1rem}.navbar-links_link{font-size:.9rem;font-weight:600;text-decoration:none;color:#194d88;transition:all .3s;display:flex;flex-direction:column;align-items:center;gap:.1rem}.navbar-links_link:hover{color:#2d080a}.hero{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;height:60vh;margin-bottom:2rem}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(60%);pointer-events:none}.hero-text{display:flex;flex-direction:column;gap:1rem;position:absolute}.hero-text-title{font-size:4rem;font-weight:900;color:#fefcfb;padding:0 2rem}.hero-text-subtitle{font-size:1.4rem;font-weight:400;color:#fefcfb;padding:0 2rem}.page-links{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem}.hero-cta-btn{display:flex;align-items:center;justify-content:space-between;background-color:#194d88;width:20rem;padding:1rem;font-size:1.2rem;font-weight:900;color:#fefcfb;border:#fefcfb 1px solid;border-radius:15px;text-decoration:none;text-align:center;transition:all .3s;box-shadow:0 1px 10px .5px #4b4b4bbf}.hero-cta-btn:hover{background-color:#fefcfb;color:#194d88;box-shadow:0 1px 5px .5px #4b4b4bbf}.logoSlider{overflow:hidden;width:100%;padding:1.2rem 0;-webkit-mask-image:linear-gradient(to right,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(to right,transparent,#000 10%,#000 90%,transparent)}.logoSlider{--duration: 30s;--gap: 5.6rem;--logoH: 4.4rem}.logoTrack{display:flex;align-items:center;gap:var(--gap);width:max-content;animation:logoScroll var(--duration) linear infinite;will-change:transform}.logoSlider:hover .logoTrack{animation-play-state:paused}.logoItem{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.logoItem img{height:var(--logoH);width:auto;max-width:16rem;object-fit:contain;display:block}@keyframes logoScroll{to{transform:translate(-50%)}}@media(max-width:1024px){.logoSlider{--duration: 35s;--gap: 4rem;--logoH: 3.8rem}.logoItem img{max-width:14rem}}@media(max-width:640px){.logoSlider{--duration: 40s;--gap: 2.8rem;--logoH: 1.8rem;padding:.8rem 0}.logoItem img{max-width:12rem}}.about-section{position:relative;overflow:hidden;height:80vh;display:flex;margin-bottom:1rem}.about-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(40%);pointer-events:none;z-index:-1}.about-content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.about-text-content{display:flex;background-color:#194d8867;padding:2rem;margin-bottom:2rem}.about-header{display:block;font-size:2rem;font-weight:900;color:#fefcfb;margin-bottom:.5rem}.about-text{line-height:1.4;font-size:1.4rem;font-weight:500;color:#fefcfb}.about-logo{width:60rem;display:none}.about-cta-btn{width:14rem}.certificates-section{display:flex;justify-content:center;gap:3rem}.certificates-section img{width:5.2rem;filter:grayscale(100)}.services-container{margin-top:2rem;margin-bottom:2rem;justify-content:center;align-items:center;flex-wrap:wrap;display:flex;gap:1.5rem;padding:.5rem 0}.services-card{display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 .5px 10px .5px #000;width:15rem}.services-card h3{font-size:1.2rem;font-weight:600;color:#fefcfb;position:absolute;z-index:2;border:2px solid #fefcfb;padding:.5rem}.services-card img{max-width:100%;height:auto;object-fit:cover;filter:brightness(50%) blur(1px);transition:.3s}.services-card img:hover{filter:brightness(80%) blur(0px)}.services-cta-section{display:flex;flex-direction:column;align-items:center}.services-cta-section p{font-size:1.2rem;font-weight:600;color:#2d080a;margin-bottom:1rem}.services-cta-btn{display:flex;align-items:center;justify-content:center;gap:1rem;background-color:#194d88;width:10rem;color:#fefcfb;border:#fefcfb 1px solid;box-shadow:0 1px 10px .5px #4b4b4bbf;font-size:1.2rem;font-weight:900;text-decoration:none;text-align:center;padding:1rem;border-radius:15px;transition:all .3s}.services-cta-btn:hover{background-color:#fefcfb;color:#194d88;border:#194d88 1px solid}.map-container{display:flex;justify-content:center;margin-top:3rem}.map{width:35rem;height:30rem;margin-bottom:10rem}.contact-section{display:flex;flex-direction:column;align-items:center;justify-content:center}.contact-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem;width:30rem}.contact-logo{display:none}.contact-item{display:flex;align-items:center;justify-content:start;width:35rem}.contact-item a{display:flex;align-items:center;gap:5rem;margin-left:2rem;text-decoration:none;color:#194d88;font-size:1.4rem;font-weight:600}@media(min-width:390px){.hero{height:60vh;margin-bottom:4rem}.hero-text-title{font-size:5rem}.hero-text-subtitle{font-size:1.6rem}.hero-cta-btn{padding:2rem}.about-section{height:83vh}.services-container{margin-bottom:7rem}.services-cta-section p{margin-bottom:2rem}.services-cta-btn{width:12rem;height:6rem}.map-container{margin-top:10rem}}@media(min-width:430px){.hero{height:60vh}}@media(min-width:540px){.hero{height:65vh;margin-bottom:5rem}.hero-text{gap:3rem}.hero-text-title{font-size:6rem}.hero-text-subtitle{font-size:1.8rem}.page-links{flex-direction:row;margin-bottom:2rem}.hero-cta-btn{width:15rem}.about-section{margin-bottom:4rem}.map-container{margin-top:1rem}.map{width:40rem;height:35rem}}@media(min-width:640px){.navbar-logo{height:7.2rem}.nav-logo-container:after{width:72px}.nav-logo-text{font-size:1.8rem}.navbar-links{gap:2rem}.navbar-links_link{flex-direction:row;font-size:1.4rem}.hero{height:60vh}.hero-text-title{font-size:9rem}.hero-text-subtitle{font-size:2.4rem}.page-links{gap:5rem;margin-bottom:5rem}.about-section{height:80vh}.about-header{font-size:3rem}.about-text{font-size:2rem}.services-container{margin-top:5rem;margin-bottom:10rem}.services-card{width:20rem}.services-card h3{font-size:1.6rem}.services-cta-section p{font-size:1.6rem;margin-bottom:5rem}.services-cta-btn{width:14rem;height:7rem;font-size:1.4rem}.map-container{margin-top:3rem}.map{width:60rem;height:55rem}.contact-item{width:60rem}.contact-item a{font-size:1.8rem}}@media(min-width:768px){.hero{height:75vh}}@media(min-width:820px){.hero{height:80vh}}@media(min-width:850px){.services-card{width:25rem}}@media(min-width:1024px){.navbar-logo{height:8rem}.nav-logo-container:after{content:"";width:80px;height:60px}.nav-logo-text{font-size:2.4rem}.navbar-links_link{font-size:2rem}.hero-text-title{font-size:9rem}.hero-text-subtitle{font-size:2.8rem}.page-links{gap:8rem}.hero-cta-btn{width:20rem;height:8rem;font-size:1.8rem}.about-logo{display:block;width:40rem}.about-header{font-size:3.6rem}.about-text{font-size:2.2rem}.certificates-section{gap:5rem}.certificates-section img{width:6.2rem}.services-card{width:30rem}.map-container{margin-top:3rem;margin-bottom:1rem}.map{width:80rem;height:80rem}.contact-item a{font-size:2rem}}@media(min-width:1150px){.hero{height:100vh;margin-bottom:0}.hero-text-title{font-size:7rem}.hero-text-subtitle{font-size:2.4rem}.page-links{position:absolute;width:100vw;margin:0 auto;top:85%;gap:4rem}.hero-cta-btn{justify-content:center;gap:1rem;font-size:1.4rem;width:15rem;height:6rem}.hero-cta-btn:hover{border:#194d88 1px solid}.about-section{height:70vh}.services-container{margin-top:0;margin-bottom:1rem}.services-card{width:28rem}.services-card h3{font-size:2.2rem}.services-cta-section p{margin-bottom:1rem}.contact-section{flex-direction:row;gap:4rem;margin-top:3rem}.map-container{margin-top:0;height:50rem}.map{width:50rem;height:50rem}.contact-container{width:50rem;height:50rem;gap:2rem}.contact-logo{display:block;width:30rem}.contact-item{width:50rem}}@media(min-width:1280px){.services-container{width:70%;margin:0 auto}.services-card{width:25rem}.map{width:60rem;height:60rem}}@media(min-width:1400px){.about-section{height:75vh}.certificates-section img{width:7.2rem}.services-container{width:100%}.services-card{width:35rem}.services-cta-section p{margin-bottom:1rem}.map{width:75rem;height:75rem}}@media(min-width:1600px){.about-text-content{display:flex;align-items:center;justify-content:center}.about-text{width:60%}.services-card{width:40rem}.contact-section{margin-top:2rem}.map{width:85rem;height:85rem}.contact-container{padding-top:25rem}}@media(min-width:1920px){.about-video{margin-bottom:1.5rem}.services-container{margin:0 auto;width:150rem;margin-bottom:2rem}}@media(min-width:2560px){.hero-text-title{font-size:9.2rem;max-width:160rem}.hero-cta-btn{width:22rem;height:10rem;font-size:2.2rem;gap:.5rem}.about-logo{width:50rem}.services-card{width:45rem}.map{width:100rem;height:100rem}.contact-container{padding-top:40rem}}
