@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:#fff;color:#333;line-height:1.6;overflow-x:hidden;overflow-y:hidden}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px 50px;justify-content:space-between;background:hsla(0,0%,100%,.77);backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.05)}.header,.logo{display:flex;align-items:center}.logo{cursor:pointer}.logo img{width:150px;height:auto}.whatsapp-icon{display:flex;align-items:center;justify-content:center;color:#25d366;transition:all .3s ease;margin-left:auto;margin-right:30px;padding:8px;border-radius:50%;background:rgba(37,211,102,.1)}.whatsapp-icon:hover{color:#128c7e;background:rgba(37,211,102,.2);transform:scale(1.1)}.menu-toggle{width:30px;height:25px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:transform .3s ease;z-index:1002;position:relative}.menu-toggle span{display:block;width:100%;height:3px;background-color:#333;transition:all .3s ease;transform-origin:center}.menu-toggle:hover{transform:scale(1.1)}.menu-toggle:hover span{background-color:#00adb5}.menu-toggle.active span:first-child{transform:translateY(11px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-11px) rotate(-45deg)}.menu-toggle.active span{background-color:#00adb5}.dropdown-menu{position:fixed;top:90px;right:50px;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(-20px);transition:all .3s cubic-bezier(.68,-.55,.265,1.55);z-index:1001;overflow:hidden}.dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-nav{display:flex;flex-direction:column;padding:10px 0;min-width:200px}.dropdown-item{padding:15px 30px;color:#333;text-decoration:none;font-size:16px;font-weight:500;transition:all .3s ease;border-left:3px solid transparent;opacity:0;transform:translateX(20px);animation:none}.dropdown-menu.open .dropdown-item{animation:slideIn .4s ease forwards}.dropdown-item:hover{background:rgba(0,173,181,.1);border-left-color:#00adb5;color:#00adb5;padding-left:35px}@keyframes slideIn{to{opacity:1;transform:translateX(0)}}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:999;animation:fadeIn .3s ease;backdrop-filter:blur(2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.logo img{width:80px}.whatsapp-icon{margin-right:15px;padding:6px}.whatsapp-icon svg{width:24px;height:24px}.menu-toggle{width:25px;height:20px}.menu-toggle span{height:2px}.menu-toggle.active span:first-child{transform:translateY(9px) rotate(45deg)}.menu-toggle.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.dropdown-menu{top:70px;right:20px;left:20px;width:auto}.dropdown-nav{min-width:auto}.dropdown-item{padding:12px 20px;font-size:15px}.dropdown-item:hover{padding-left:25px}}.container{display:flex;width:max-content;height:100vh;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;cursor:grab;user-select:none;position:relative;touch-action:pan-x}.container.dragging{cursor:grabbing;scroll-behavior:auto}.container::-webkit-scrollbar{display:none}.section{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;padding:50px;background-color:#fff;border-right:1px solid #e0e0e0;transition:background-color .5s ease;text-align:left;overflow:hidden;position:relative;cursor:pointer;scroll-snap-align:start;flex-shrink:0}.section:last-child{border-right:none}.section .content{max-width:600px;margin-left:0}.section-number{font-size:20px;color:#00adb5;margin-bottom:15px;letter-spacing:2px;text-transform:uppercase}.main-title,.section-number{font-weight:700;transition:color .4s ease}.main-title{font-size:48px;color:#333;line-height:1.3;z-index:2;position:relative;margin-bottom:10px}.section-image{position:absolute;bottom:-5%;right:-5%;width:450px!important;height:300px!important;transform:rotate(15deg) scale(.8);opacity:0;transition:transform .3s ease-out,opacity .3s ease-out}.section-image img{border-radius:10px;object-fit:cover}.section:hover{background-color:#00adb5}.section:hover .section-number{color:hsla(0,0%,100%,.9)}.section:hover .main-title{color:#fff}.section:hover .section-image{opacity:1;transform:rotate(10deg) scale(1)}.is--width-short{max-width:560px!important}.popup-overlay{background:#fff;display:none}.popup-container,.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1001}.popup-container{visibility:hidden;display:block;overflow-y:auto;-webkit-overflow-scrolling:touch}.popup-content{min-height:100vh;display:flex;flex-direction:column}.popup-header{height:300px;position:relative;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;overflow:hidden}.popup-header img{object-fit:cover;z-index:1}.popup-header h1{font-size:48px;font-weight:700;background:rgba(0,0,0,.5);padding:10px 20px;border-radius:5px;position:relative;z-index:2}.popup-body{display:flex;padding:40px;gap:40px}.popup-main-content{flex:2}.popup-features{flex:1;background:#f4f4f4;padding:20px;border-radius:5px}.popup-features h3{margin-bottom:15px;font-size:20px;font-weight:600}.popup-features ul{list-style:none;padding:0}.popup-features ul li{margin-bottom:10px;padding-left:20px;position:relative}.popup-features ul li:before{content:"✓";position:absolute;left:0;color:#00adb5}.popup-footer{text-align:center;padding-bottom:40px}.cta-button{background:#00adb5;color:#fff;padding:15px 30px;border:none;border-radius:5px;font-size:18px;cursor:pointer;transition:background .3s ease}.cta-button:hover{background:#333}.popup-close{position:fixed;top:40px;right:40px;width:40px;height:40px;background:rgba(0,0,0,.7);cursor:pointer;border-radius:50%;z-index:1003;transition:background .3s ease}.popup-close:hover{background:#00adb5}.popup-close:after,.popup-close:before{content:"";position:absolute;top:50%;left:50%;width:24px;height:2px;background:#fff;transform:translate(-50%,-50%) rotate(45deg)}.popup-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.main-container{display:flex;overflow-x:auto;overflow-y:hidden;height:100vh}html.lenis{height:auto}.lenis.lenis-scrolling,.lenis.lenis-smooth,.lenis.lenis-stopping{scroll-behavior:auto}@media (min-width:1200px){.section{width:33.33vw}}@media (min-width:768px) and (max-width:1199px){.section{width:50vw}}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;justify-content:center;align-items:center;z-index:2000}.spinner{width:50px;height:50px;border:3px solid #f3f3f3;border-top-color:#00adb5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:767px){body{overflow-y:auto}.main-container{flex-direction:column;overflow-x:hidden;overflow-y:auto;height:auto}.section{width:100vw;height:100vh;padding:40px 30px;border-right:none;border-bottom:1px solid #e0e0e0;scroll-snap-align:start}.section-number{font-size:16px;margin-bottom:10px}.main-title{font-size:36px}.section-image{width:80%!important;height:auto!important;position:relative;bottom:auto;right:auto;transform:none;opacity:1;margin-top:20px}.section:hover .section-image{transform:none}.header{padding:15px 20px}.logo img{width:100px}.popup-body{flex-direction:column;padding:30px 20px}.popup-header h1{font-size:36px}.popup-close{top:20px;right:20px}}