body,html{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden}@media (max-width:768px){.desktop-view-wrapper{display:none!important}}@media (min-width:769px){.mobile-view-wrapper{display:none!important}}.desktop-view *{margin:0;padding:0;box-sizing:border-box}.desktop-view{font-family:"Inter",sans-serif;background-color:#f0f0f0;-webkit-font-smoothing:antialiased;overflow:hidden}.desktop-view .container{max-width:1440px;margin:2vh auto;background-color:#fff;height:96vh;border-radius:16px;box-shadow:0 0 20px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden}.desktop-view .hero-section{position:relative;width:100%;flex:1 1;min-height:0;background:#fff;overflow:hidden}.desktop-view .hero-left{position:relative;flex:1 1;width:100%;height:100%;padding:5vh 0 0 4vw;z-index:10;box-sizing:border-box}.desktop-view .logo-section{margin-bottom:2vh}.desktop-view .logo-image{height:8vh;min-height:60px}.desktop-view .hero-title{line-height:1.1;margin-bottom:3vh;font-weight:700}.desktop-view .navy-text{color:#026fa6}.desktop-view .orange-text{color:#f6921e}.desktop-view .title-line-1{font-size:7.5vh;font-weight:800;letter-spacing:-1px}.desktop-view .title-line-2{font-size:8vh;font-weight:900;letter-spacing:-1.5px;line-height:1}.desktop-view .title-line-3{font-size:4.5vh;margin-top:1vh;font-weight:700}.desktop-view .hero-description{font-size:2.5vh;color:#333;line-height:1.5;font-weight:600;max-width:800px}.desktop-view .hero-right{position:absolute;top:0;right:0;width:75%;height:100%;z-index:1}.desktop-view .hero-image-desktop{width:auto;height:100%;position:absolute;right:0;bottom:0;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 25%);mask-image:linear-gradient(90deg,transparent 0,#000 25%)}.desktop-view .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;pointer-events:none}.desktop-view .conditions-section{padding:0 3vw 1vh;margin-top:-6vh;background:transparent;text-align:center;position:relative;z-index:10;flex-shrink:0}.desktop-view .conditions-title-container{display:flex;align-items:center;justify-content:center;grid-gap:20px;gap:20px;margin-bottom:1.5vh}.desktop-view .conditions-title{color:#026fa6;font-size:3vh;font-weight:800}.desktop-view .conditions-line{height:2px;background:#f6921e;width:80px}.desktop-view .conditions-grid{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;grid-gap:15px;gap:15px;width:100%}.desktop-view .condition-item{display:flex;flex-direction:column;align-items:center;flex:1 1}.desktop-view .condition-icon-circle{width:8vh;height:8vh;border-radius:50%;background-color:#fff;border:2px solid #026fa6;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(11,52,105,.08);margin-bottom:1vh;color:#026fa6}.desktop-view .condition-icon-circle svg{width:4vh;height:4vh}.desktop-view .condition-icon-circle svg>:last-child:not(:first-child){stroke:#f6921e}.desktop-view .condition-label{font-size:1.8vh;color:#026fa6;font-weight:900;white-space:pre-line;line-height:1.3}.desktop-view .cta-banner{display:flex;align-items:stretch;justify-content:space-between;margin:1vh 3vw 3vh;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(2,111,166,.15);flex-shrink:0}.desktop-view .cta-left{background:#026fa6;color:#fff;padding:2vh 3vw;flex:1 1;display:flex;align-items:center;justify-content:center;grid-gap:2vw;gap:2vw}.desktop-view .cta-icon-circle{width:6vh;height:6vh;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.desktop-view .cta-icon-circle svg{width:3vh;height:3vh}.desktop-view .cta-text{font-size:3.2vh;font-weight:800;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,.15)}.desktop-view .cta-text strong{color:#f6921e;font-weight:900;font-size:3.8vh;text-shadow:0 2px 8px rgba(246,146,30,.3);letter-spacing:.5px}.desktop-view .cta-right{background:#f6921e;color:#fff;padding:2vh 3vw;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-width:25vw}.desktop-view .cta-sub{font-size:2vh;font-weight:700;margin-bottom:.5vh;color:#fff}.desktop-view .cta-phone{font-size:3.5vh;font-weight:800}.mobile-view *{margin:0;padding:0;box-sizing:border-box}.mobile-view{font-family:"Inter",sans-serif;background-color:#f0f0f0;justify-content:center;align-items:center;font-weight:600}.mobile-view,.mobile-view .container{display:flex;height:100vh;height:100dvh;width:100vw;overflow:hidden}.mobile-view .container{max-width:600px;background-color:#fff;flex-direction:column;position:relative;box-shadow:0 0 20px rgba(0,0,0,.1);border:none;border-radius:16px}@media (min-height:500px){.mobile-view .container{height:98vh;height:98dvh;max-height:98vh;max-height:98dvh}}.mobile-view .header{padding:.5vh 4vw 0;display:flex;flex-direction:column;flex-shrink:0}.mobile-view .logo-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5vh}.mobile-view .logo{display:flex;flex-direction:column}.mobile-view .logo-image{height:5vh;object-fit:contain}.mobile-view .orange-text{color:#f6921e}.mobile-view .navy-text{color:#026fa6}.mobile-view .dot-matrix{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px;margin-top:.8vh}.mobile-view .dot{width:6px;height:6px;background-color:#f6921e;border-radius:50%}.mobile-view .hero-text-section{text-align:center;margin-bottom:0}.mobile-view .hero-title{display:flex;flex-direction:column;align-items:center;margin-bottom:.5vh;text-align:center}.mobile-view .title-line-1{font-size:min(4.5vh,6.5vw);line-height:1.1;font-weight:800;letter-spacing:-1px}.mobile-view .title-line-2{font-size:min(5vh,7vw);line-height:1.05;font-weight:900;letter-spacing:-1.5px}.mobile-view .title-line-3{font-size:min(3vh,4.5vw);line-height:1.2;font-weight:700;margin-top:.5vh}.mobile-view .divider-container{display:flex;align-items:center;justify-content:center;margin-top:1vh;grid-gap:1vw;gap:1vw}.mobile-view .divider-line{height:1px;width:6vw;background-color:#f6921e}.mobile-view .heart-icon{color:#f6921e}.mobile-view .hero-image-container{position:relative;width:100%;flex-grow:1;min-height:10vh;flex-shrink:1}.mobile-view .hero-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.mobile-view .hero-img{width:100%;height:100%;object-fit:cover;object-position:center 8%;filter:brightness(1.05) contrast(1.02)}.mobile-view .description-section{padding:1vh 1vw;text-align:center;background-color:#fff;flex-shrink:0;z-index:4}.mobile-view .description-section p{color:#026fa6;font-size:min(1.8vh,3.8vw);line-height:1.6;font-weight:500;padding:0 5vw;margin:0 auto;max-width:600px}.mobile-view .conditions-section{flex-grow:1;display:flex;flex-direction:column;background-color:#fff;padding:0 4vw}.mobile-view .conditions-title-container{display:flex;align-items:center;justify-content:center;grid-gap:2vw;gap:2vw;margin-bottom:1.5vh}.mobile-view .conditions-line{height:2px;width:30px;background-color:#f6921e}.mobile-view .conditions-title{color:#026fa6;font-size:2vh;font-weight:800}.mobile-view .conditions-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-gap:1vh 1vw;gap:1vh 1vw;flex-grow:1;padding-bottom:1vh}.mobile-view .condition-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.mobile-view .condition-icon-circle{width:6.5vh;height:6.5vh;border-radius:50%;background-color:#f4f8fb;border:1.5px solid #026fa6;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(11,52,105,.05);margin-bottom:1vh;color:#026fa6}.mobile-view .condition-icon-circle svg{width:3.2vh;height:3.2vh;color:#026fa6}.mobile-view .condition-icon-circle svg>:last-child:not(:first-child){stroke:#f6921e}.mobile-view .condition-label{font-size:1.1vh;color:#026fa6;font-weight:900;white-space:pre-line;line-height:1.2}.mobile-view .cta-section{padding:.5vh 3vw 1vh;background-color:#fff;display:flex;flex-direction:column;grid-gap:.8vh;gap:.8vh;flex-shrink:0}.mobile-view .buttons-row{display:flex;grid-gap:6px;gap:6px}.mobile-view .btn{flex:1 1;display:flex;align-items:center;justify-content:center;grid-gap:1.5vw;gap:1.5vw;padding:1vh 0;border:none;border-radius:8px;color:#fff;font-weight:700;font-size:min(1.8vh,4vw);cursor:pointer}.mobile-view .btn-call{background-color:#f6921e}.mobile-view .btn-whatsapp{background-color:#25d366}@keyframes popHighlight{0%{box-shadow:0 2px 5px 0 rgba(246,146,30,.4);transform:scale(1)}50%{box-shadow:0 6px 20px 8px rgba(246,146,30,.4);transform:scale(1.03)}to{box-shadow:0 2px 5px 0 rgba(246,146,30,.4);transform:scale(1)}}.mobile-view .long-cta{background-color:#026fa6;border:none;border-radius:8px;padding:.8vh 2vw;grid-gap:1.5vw;gap:1.5vw;color:#fff;font-size:min(1.6vh,2.7vw);cursor:pointer;animation:popHighlight 2.5s ease-in-out infinite}.mobile-view .long-cta,.mobile-view .phone-circle{display:flex;align-items:center;justify-content:center}.mobile-view .phone-circle{width:3vh;height:3vh;background-color:#fff;border-radius:50%;flex-shrink:0}.mobile-view .long-cta span{text-align:center;letter-spacing:.2px;white-space:nowrap;line-height:1.3;font-weight:800;text-shadow:0 1px 2px rgba(0,0,0,.2)}.mobile-view .long-cta strong{color:#f6921e;font-weight:900;font-size:1.2em;text-shadow:0 1px 5px rgba(246,146,30,.4)}.mobile-view .footer-bar{display:flex;align-items:center;justify-content:center;grid-gap:1vw;gap:1vw;color:#026fa6;font-size:min(1.3vh,3vw);font-weight:600;margin-top:.5vh}.mobile-view .shield-icon{color:#026fa6}
/*# sourceMappingURL=main.f59e1001.chunk.css.map */