body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#ecf633;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.customButton{background-color:#ff5c00!important;color:#fff!important;transition:background-color .3s ease!important}.customButton:hover{background-color:#ff7d2a!important}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PublicHeader_header__c66-t{background-color:#fff;box-shadow:0 2px 5px #0000001a;display:flex;flex-direction:column;font-family:Poppins,sans-serif;width:100%}.PublicHeader_topBar__ftXbl{align-items:center;background-color:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:10px 40px}.PublicHeader_logo__KLJ8E{max-width:200px}.PublicHeader_contactInfo__JTi\+\+{align-items:center;color:#333;display:flex;font-size:.9rem;gap:30px}.PublicHeader_contactInfo__JTi\+\+ span{align-items:center;display:flex;gap:8px}.PublicHeader_actions__tHeIy{text-align:center}.PublicHeader_professionalsButton__mDExu{background-color:#ff9800;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:10px 25px;transition:background-color .3s ease}.PublicHeader_professionalsButton__mDExu:hover{background-color:#e68a00}.PublicHeader_legitimacyText__68S0u{color:#555;font-size:14px;margin-top:8px;text-align:center}.PublicHeader_nav__UiH4K{background-color:#1a1f71;display:flex;justify-content:center;padding:15px 20px}.PublicHeader_navList__GSuOr{display:flex;list-style:none;margin:0;padding:0}.PublicHeader_navItem__EX-Q8{color:#fff;cursor:pointer;font-size:1.2rem;font-weight:500;margin-right:25px;text-decoration:none}.PublicHeader_navItem__EX-Q8:hover{color:#ff8c42;text-decoration:underline}.PublicHeader_burger__N5xOR,.PublicHeader_mobileMenu__enfrj{display:none}.PublicHeader_closeButton__ES91A{background:none;border:none;color:#fff;cursor:pointer;font-size:2rem;position:absolute;right:20px;top:10px;z-index:1001}.PublicHeader_contactLink__95JOH{align-items:center;color:inherit;display:flex;gap:5px;text-decoration:none}@media (max-width:768px){.PublicHeader_contactLink__95JOH{padding-left:10px}.PublicHeader_closeButton__ES91A{display:block}.PublicHeader_mobileMenu__enfrj{align-items:center;background-color:#1a1f71!important;color:#fff;display:flex;justify-content:space-between;padding-bottom:10px;padding-top:10px;width:100%}.PublicHeader_mobileMenu__enfrj span{align-items:center;display:flex;gap:8px;padding-left:20px}.PublicHeader_burger__N5xOR{background:none;border:none;color:#fff;cursor:pointer;display:block;font-size:1.5em;padding-right:20px}.PublicHeader_nav__UiH4K{display:none}.PublicHeader_nav__UiH4K.PublicHeader_open__W3UVX{background-color:#1a1f71!important;display:block;left:0;padding:10px 20px;position:absolute;right:0;top:50px;z-index:999}.PublicHeader_navList__GSuOr{align-items:flex-start;flex-direction:column}.PublicHeader_navItem__EX-Q8{margin:10px 0;width:100%}.PublicHeader_actions__tHeIy,.PublicHeader_contactInfo__JTi\+\+{display:none}.PublicHeader_logo__KLJ8E{display:block;margin:0 auto;max-width:200px}}.FloatingIcons_floatingIconsContainer__MerAx{bottom:20px;display:flex;flex-direction:column;gap:15px;left:20px;position:fixed;z-index:1000}.FloatingIcons_icon__aIKx\+{align-items:center;background-color:#25d366;border-radius:50%;color:#fff;display:flex;justify-content:center;padding:10px;text-decoration:none;transition:transform .3s ease}.FloatingIcons_icon__aIKx\+:hover{transform:scale(1.1)}.FloatingIcons_phoneIcon__f6Dj4{background-color:#007bff}.FloatingIcons_whatsappIcon__djFRD{background-color:#25d366}.FloatingIcons_facebookIcon__JURQr{background-color:#3b5998}.FloatingIcons_blink__l329W{animation:FloatingIcons_blink-animation__xccbD 1.5s infinite}@keyframes FloatingIcons_blink-animation__xccbD{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media (max-width:768px){.FloatingIcons_floatingIconsContainer__MerAx{bottom:100px;gap:10px;left:10px}.FloatingIcons_icon__aIKx\+{height:30px;padding:10px;width:30px}}.PublicFooter_footer__NtnGD{background-color:#1a1f71;color:#fff;font-family:Arial,sans-serif;padding-bottom:20px;padding-top:40px;width:100%}.PublicFooter_footerContainer__TzoLF{margin:0 auto;width:100%}.PublicFooter_topSection__kKHCz{align-items:center;border-bottom:1px solid #fff;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.PublicFooter_contact__vzEXQ h3{font-size:1.5rem;margin:0}.PublicFooter_phone__i1vyg{font-size:2rem;font-weight:700}.PublicFooter_socialMediaIcons__A3Nht{display:flex;gap:20px;margin-top:10px}.PublicFooter_socialMediaIcons__A3Nht a{display:inline-block}.PublicFooter_socialMediaIcons__A3Nht img{height:30px;transition:transform .3s ease-in-out;width:30px}.PublicFooter_socialMediaIcons__A3Nht img:hover{transform:scale(1.2)}.PublicFooter_links__rFpDD{display:flex;gap:20px}.PublicFooter_linkItem__ROa3d{align-items:center;color:#fff;display:flex;font-size:1.2rem;text-decoration:none}.PublicFooter_icon__OIJR9{margin-right:8px}.PublicFooter_middleSection__9Fsbe{display:flex;justify-content:space-between;padding:20px 0}.PublicFooter_column__DGYLw h4{font-size:1.2rem;margin-bottom:10px}.PublicFooter_column__DGYLw ul{list-style:none;padding:0}.PublicFooter_column__DGYLw ul li{margin-bottom:8px}.PublicFooter_column__DGYLw ul li a{color:#fff;text-decoration:none}.PublicFooter_column__DGYLw ul li a:hover{text-decoration:underline}.PublicFooter_bottomSection__tGNRo{align-items:center;border-top:1px solid #fff;display:flex;justify-content:space-between;padding-top:20px}.PublicFooter_social__rtOnJ a{color:#fff;font-size:1.5rem;margin-right:10px}.PublicFooter_social__rtOnJ a:hover{color:#ff8c42}.PublicFooter_bottomSection__tGNRo p{font-size:.9rem;margin:0}@media (max-width:360px){.PublicFooter_footer__NtnGD{padding-bottom:40px!important;padding-top:40px!important;padding:0}}@media (max-width:768px){.PublicFooter_footerContainer__TzoLF{margin:0 auto;width:100%}.PublicFooter_topSection__kKHCz{align-items:center;border-bottom:1px solid #fff;flex-direction:column;margin-bottom:20px;padding-bottom:15px;text-align:center}.PublicFooter_socialMediaIcons__A3Nht{gap:15px;margin-top:10px}.PublicFooter_socialMediaIcons__A3Nht img{height:25px;width:25px}.PublicFooter_links__rFpDD{flex-direction:column;gap:10px;margin-top:15px}.PublicFooter_linkItem__ROa3d{font-size:1rem}.PublicFooter_middleSection__9Fsbe{align-items:center;flex-direction:column;padding:20px 0}.PublicFooter_column__DGYLw{margin-bottom:20px;text-align:center}.PublicFooter_column__DGYLw ul li a{font-size:.95rem}.PublicFooter_bottomSection__tGNRo{align-items:center;flex-direction:column;padding-top:15px}.PublicFooter_social__rtOnJ{margin-bottom:15px}.PublicFooter_social__rtOnJ a{font-size:1.2rem;margin-right:10px}.PublicFooter_bottomSection__tGNRo p{font-size:.85rem;margin:5px 0}}@media (min-width:768px){.PublicFooter_footerContainer__TzoLF{margin:0 auto;width:70%}}.PublicFooter_crafted-by__mnfJi{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.1em;margin-top:40px;padding:15px;text-align:center;transition:background-color .3s,box-shadow .3s}.PublicFooter_crafted-by__mnfJi:hover{background-color:#f0f0f0;box-shadow:0 6px 8px #00000026}.PublicFooter_crafted-by__mnfJi a{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fe0000,#ffaa01);-webkit-background-clip:text;color:#0073e6;font-weight:700;text-decoration:none;transition:color .3s}.PublicFooter_crafted-by__mnfJi a:hover{text-decoration:underline}.Hero_hero__sVVqE{align-items:center;background:url(/static/media/hero.f00b78e369c342fdca7b.webp) no-repeat 50%;background-size:cover;color:#fff;display:flex;height:80vh;justify-content:center;overflow:hidden;position:relative;width:100%}.Hero_hero__sVVqE:before{background:#0a193199;content:"";z-index:1}.Hero_heroImage__JNPWl,.Hero_hero__sVVqE:before{height:100%;left:0;position:absolute;top:0;width:100%}.Hero_heroImage__JNPWl{filter:brightness(60%);object-fit:cover}.Hero_heroContent__ZnnUg{color:#fff;padding:0 20px;position:relative;text-align:center;z-index:2}.Hero_heroContent__ZnnUg h1{font-size:3rem;margin-bottom:1rem}.Hero_heroContent__ZnnUg p{font-size:1.5rem;margin-bottom:2rem}.Hero_heroContent__ZnnUg h1,.Hero_heroContent__ZnnUg p{text-shadow:2px 2px 5px #000000b3}.Hero_ctaButton__kVqV-{background-color:#ff8c42;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.2rem;padding:10px 20px;transition:background-color .3s ease}.Hero_ctaButton__kVqV-:hover{background-color:#ff7a29}@media (max-width:768px){.Hero_hero__sVVqE{height:60vh}.Hero_heroContent__ZnnUg h1{font-size:2.5rem}.Hero_heroContent__ZnnUg p{font-size:1.2rem;margin-bottom:1.5rem}.Hero_ctaButton__kVqV-{font-size:1rem;padding:8px 16px}}@media (max-width:480px){.Hero_hero__sVVqE{height:50vh}.Hero_heroContent__ZnnUg h1{font-size:2rem}.Hero_heroContent__ZnnUg p{font-size:1rem;margin-bottom:1rem}.Hero_ctaButton__kVqV-{font-size:.9rem;padding:6px 12px}}.Introduction_introduction__TdYAI{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.Introduction_introductionContent__AhQrr{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a;margin:0 auto;padding:20px}.Introduction_introductionContent__AhQrr h2{color:#1a1f71;font-size:2.5rem;font-weight:700;margin-bottom:20px}.Introduction_introductionContent__AhQrr p{color:#333;font-size:1.2rem;line-height:1.6}@media (max-width:768px){.Introduction_introduction__TdYAI{padding:40px 15px}.Introduction_introductionContent__AhQrr h2{font-size:2rem}.Introduction_introductionContent__AhQrr p{font-size:1.1rem}}@media (max-width:480px){.Introduction_introduction__TdYAI{padding:30px 10px}.Introduction_introductionContent__AhQrr{padding:15px}.Introduction_introductionContent__AhQrr h2{font-size:1.8rem}.Introduction_introductionContent__AhQrr p{font-size:1rem}}.GoogleReviews_reviews__G5FGJ{background-color:#f5f5f5;padding:20px;text-align:center}.GoogleReviews_reviews__G5FGJ h3{color:#1a1f71;font-size:1.5rem;margin-bottom:10px}.GoogleReviews_reviewImages__vlXu4{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:20px}.GoogleReviews_reviewImage__O1PeS{border-radius:8px;height:200px;object-fit:cover;width:auto}.GoogleReviews_reviewLink__t4flp{background-color:#1a1f71;border-radius:5px;color:#ff8c42;display:inline-block;font-size:1.5rem;font-weight:700;margin-top:20px;padding:10px 20px;text-decoration:none;transition:background-color .3s ease,color .3s ease}.GoogleReviews_reviewLink__t4flp:hover{background-color:#ff7a29;color:#fff}@media (max-width:768px){.GoogleReviews_reviewImages__vlXu4{flex-direction:column}.GoogleReviews_reviewImage__O1PeS{height:auto;margin-bottom:10px;width:100%}.GoogleReviews_reviews__G5FGJ h3{font-size:1.3rem}.GoogleReviews_reviewLink__t4flp{font-size:1rem}}@media (max-width:480px){.GoogleReviews_reviews__G5FGJ h3{font-size:1.2rem}.GoogleReviews_reviewLink__t4flp{font-size:.9rem}}.Faq_faq__EeGDY{border-radius:10px;margin:0 auto;padding:20px}.Faq_faqContent__AEPXk{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a;margin:0 auto;padding:20px}.Faq_sectionTitle__AMOc1{color:#1a1f71;font-size:2.5rem;font-weight:700;margin-bottom:40px;position:relative;text-align:center}.Faq_sectionTitle__AMOc1:after{background-color:#ff8c42;content:"";display:block;height:3px;margin:10px auto 0;width:100px}.Faq_accordionRoot__Qq\+mV{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:10px;transition:transform .2s ease,box-shadow .2s ease}.Faq_accordionRoot__Qq\+mV:hover{box-shadow:0 4px 10px #0000001a;transform:translateY(-2px)}.Faq_accordionSummary__2\+\+yq{background-color:#1a1f71!important;border-radius:8px;color:#fff;font-size:1.2rem;font-weight:500;padding:0 20px;transition:background-color .3s ease}.Faq_accordionSummary__2\+\+yq:hover{background-color:#16275e}.Faq_accordionDetails__J2EvF{background-color:#f1f1f1;border-radius:0 0 8px 8px;color:#333;font-size:1rem;padding:20px}.Faq_question__TdsfJ{color:#fff;font-size:1.4rem;font-weight:600}body{background-color:#f2f2f2;color:#333}.Homepage_container__N8TFH{position:relative;text-align:center}.Homepage_floatingButton__botRS{background-color:red;border-radius:25px;bottom:20px;box-shadow:0 4px 8px #0000001a;color:#fff;cursor:pointer;padding:15px;position:fixed;right:20px;text-align:center;z-index:1000}.Homepage_floatingButton__botRS h3{font-size:1.2em;margin:0}.Homepage_blinkingHand__gLe0A{animation:Homepage_blink__1iWl4 1s infinite;font-size:1.5em;margin-right:10px}@keyframes Homepage_blink__1iWl4{0%,to{opacity:1}50%{opacity:0}}@media (max-width:768px){.Homepage_floatingButton__botRS{bottom:80px}}.TermsOfUse_terms__BX4L8{background-color:#f9f9f9;color:#333;font-family:Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:1200px;padding:40px 20px}.TermsOfUse_terms__BX4L8 h2{color:#1a1f71;font-size:2.5rem;font-weight:700;margin-bottom:20px;text-align:center}.TermsOfUse_terms__BX4L8 h3{color:#1a1f71;font-size:1.8rem;margin-bottom:10px;margin-top:20px}.TermsOfUse_terms__BX4L8 p{font-size:1rem;margin-bottom:15px;text-align:justify}.GeneralTermsConditions_terms__\+euDa{background-color:#f9f9f9;color:#333;font-family:Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:1200px;padding:40px 20px}.GeneralTermsConditions_terms__\+euDa h2{color:#1a1f71;font-size:2.5rem;font-weight:700;margin-bottom:20px;text-align:center}.GeneralTermsConditions_terms__\+euDa h3{color:#1a1f71;font-size:1.8rem;margin-bottom:10px;margin-top:20px}.GeneralTermsConditions_terms__\+euDa p{font-size:1rem;margin-bottom:15px;text-align:justify}.PrivacyPolicy_privacy__tha7a{background-color:#f9f9f9;color:#333;font-family:Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:1200px;padding:40px 20px}.PrivacyPolicy_privacy__tha7a h2{color:#1a1f71;font-size:2.5rem;font-weight:700;margin-bottom:20px;text-align:center}.PrivacyPolicy_privacy__tha7a h3{color:#1a1f71;font-size:1.8rem;margin-bottom:10px;margin-top:20px}.PrivacyPolicy_privacy__tha7a p{font-size:1rem;margin-bottom:15px;text-align:justify}.UnderConstruction_container__OWX1d{align-items:center;background-color:#f5f5f5;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:20px;text-align:center}.UnderConstruction_constructionContainer__gilvl{align-items:flex-end;display:flex;height:200px;margin-bottom:20px;position:relative;width:300px}.UnderConstruction_sign__2-KOL{height:120px;position:relative;width:140px}.UnderConstruction_error__PzfhR{align-items:center;background-color:#ffc107;border-radius:50%;box-shadow:0 0 0 5px #333,0 0 0 10px #ffc107;color:#333;display:flex;flex-direction:column;font-size:16px;font-weight:700;height:60px;justify-content:center;left:50%;position:absolute;top:-50px;transform:translateX(-50%);width:60px}.UnderConstruction_bar__jaJEH{background-color:#ffc107;border:4px solid #333;height:30px;left:0;position:absolute;width:140px;z-index:1}.UnderConstruction_topBar__ocCGI{top:0}.UnderConstruction_bottomBar__DblRR{bottom:0}.UnderConstruction_bar__jaJEH:before{background-image:linear-gradient(45deg,#ffc107 25%,#333 0,#333 50%,#ffc107 0,#ffc107 75%,#333 0,#333);background-size:56.57px 56.57px;content:"";display:block;height:100%;width:100%}.UnderConstruction_stopSign__V2CQU{background-color:red;border:4px solid #333;bottom:10px;clip-path:polygon(25% 0,75% 0,100% 25%,100% 75%,75% 100%,25% 100%,0 75%,0 25%);height:50px;left:-60px;position:absolute;width:50px}.UnderConstruction_cone__meRcf{background-color:#ffc107;border-bottom:4px solid #333;border-left:4px solid #333;border-right:4px solid #333;bottom:0;clip-path:polygon(50% 0,100% 100%,0 100%);height:30px;position:absolute;right:-40px;width:30px}.UnderConstruction_message__KoZrh{color:#333;font-family:Pacifico,cursive;font-size:1.5rem;letter-spacing:1px;line-height:1.6;margin-top:20px;max-width:600px;text-align:center}.UnderConstruction_message__KoZrh span{color:#ff8c42;display:block;font-size:2rem}.UnderConstruction_constructionContainer__gilvl{margin-bottom:40px}@media (max-width:480px){.UnderConstruction_constructionContainer__gilvl{height:150px;width:250px}.UnderConstruction_sign__2-KOL{height:90px;width:100px}.UnderConstruction_error__PzfhR{font-size:14px;height:50px;width:50px}.UnderConstruction_bar__jaJEH{height:20px;width:100px}.UnderConstruction_stopSign__V2CQU{height:40px;left:-50px;width:40px}.UnderConstruction_cone__meRcf{height:25px;right:-30px;width:25px}.UnderConstruction_message__KoZrh{font-size:1.2rem;margin-top:10px;max-width:100%}}.BoracayTours_tourDetails__rGIcM{background-color:#f8f9fa;padding:40px 20px}.BoracayTours_tourGrid__AZEQi{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.BoracayTours_tourCard__pKauq{background-color:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;margin-bottom:20px;overflow:hidden;transition:transform .3s}.BoracayTours_tourCard__pKauq:hover{box-shadow:0 8px 16px #0003;transform:translateY(-10px)}.BoracayTours_tourImage__vlUDs{height:200px;object-fit:cover;width:100%}.BoracayTours_tourContent__px9GK{padding:16px}.BoracayTours_tourTitle__fLbcv{color:#1a1f71;font-size:1.5rem;font-weight:600;margin-bottom:10px}.BoracayTours_additionalCharge__KfLMY,.BoracayTours_childRates__nzSLq,.BoracayTours_inclusions__P2Dk7,.BoracayTours_otherRates__uhho4,.BoracayTours_tourRates__AzenD{margin-top:20px}.BoracayTours_childRates__nzSLq ul,.BoracayTours_inclusions__P2Dk7 ul,.BoracayTours_otherRates__uhho4 ul{list-style-type:disc;padding-left:20px}.BoracayTours_childRates__nzSLq ul,.BoracayTours_inclusions__P2Dk7 ul,.BoracayTours_otherRates__uhho4 ul,.BoracayTours_tourRate__oNbE3{color:#6c757d;font-size:1rem}.BoracayTours_childRates__nzSLq ul,.BoracayTours_inclusions__P2Dk7 ul,.BoracayTours_otherRates__uhho4 ul{list-style:none;padding-left:0}h5{color:#333;font-weight:600;margin-bottom:10px}.BoracayTours_mainPrice__VSAgh{color:#e94e77;font-size:1.5rem;font-weight:700;margin-bottom:12px}.BoracayTours_filters__a\+NBK{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around;margin:20px auto;max-width:1200px;padding:20px}.BoracayTours_filters__a\+NBK label{align-items:start;color:#1a1f71;display:flex;flex-direction:column;font-size:1rem}.BoracayTours_filters__a\+NBK input,.BoracayTours_filters__a\+NBK select{border:1px solid #ccc;border-radius:4px;font-size:.9rem;margin-top:8px;padding:8px}.BoracayTours_filters__a\+NBK input[type=date]{cursor:pointer}.BoracayTours_filters__a\+NBK input[type=checkbox]{margin-top:14px}@media (max-width:768px){.BoracayTours_filters__a\+NBK{flex-direction:column}.BoracayTours_filters__a\+NBK label{font-size:1rem;width:100%}.BoracayTours_filters__a\+NBK input[type=checkbox],.BoracayTours_filters__a\+NBK input[type=date],.BoracayTours_filters__a\+NBK select{font-size:1rem;margin-top:5px;padding:10px;width:100%}.BoracayTours_filters__a\+NBK input[type=date]{width:92%}.BoracayTours_filters__a\+NBK button{background-color:#1a1f71;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:10px;padding:10px;transition:background-color .3s}.BoracayTours_filters__a\+NBK button:hover{background-color:#153a91}}.BoracayTours_reserveNowButton__QtKyk{background-color:#ff5722;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s ease}.BoracayTours_reserveNowButton__QtKyk:hover{background-color:#e87436}.CebuTours_tourDetails__j3Qwl{background-color:#f9f9f9;padding:60px 20px;text-align:center}.CebuTours_tourGrid__StQLM{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.CebuTours_tourCard__xnhut{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;overflow:hidden;text-align:left;transition:transform .3s ease}.CebuTours_tourCard__xnhut:hover{transform:translateY(-10px)}.CebuTours_tourImage__ZfoAz{height:200px;object-fit:cover;width:100%}.CebuTours_tourContent__NtwZY{padding:20px}.CebuTours_tourLocation__zMGUA{color:#888;font-size:.9rem}.CebuTours_tourTitle__4uAwA{color:#333;font-size:1.2rem;margin:10px 0}.CebuTours_tourBookings__\+hPrZ{color:#ff8c42;font-size:.9rem}.CebuTours_tourPrice__PRTp1{display:block;font-size:1.1rem;margin-top:10px}.CebuTours_bookButton__45\+iO{background-color:#ff5722;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-weight:700;margin-top:10px;padding:10px 15px;transition:background-color .3s ease;width:100%}.CebuTours_bookButton__45\+iO:hover{background-color:#e64a19}.CebuTours_badge__WSHZJ{background-color:#add8e6;border-radius:5px;color:#fff;display:inline-block;font-size:12px;font-weight:700;margin-bottom:10px;padding:5px 10px}.CebuTours_seeMoreButton__XvdVQ{background-color:initial;border:2px solid #1a1f71;border-radius:5px;color:#1a1f71;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;margin-top:10px;padding:8px 15px;transition:background-color .3s ease,color .3s ease}.CebuTours_seeMoreButton__XvdVQ:hover{background-color:#1a1f71;color:#fff}.CebuTours_tourButtons__jmAZV{display:flex;justify-content:space-between;margin-top:20px;width:100%}@media (max-width:768px){.CebuTours_tourCard__xnhut{margin-bottom:20px}}.TourTabs_tabs__zA710{display:flex;justify-content:center;margin-bottom:20px}.TourTabs_tabButton__OFhMH{background:none;border:none;border-bottom:2px solid #0000;color:#333;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s}.TourTabs_tabButton__OFhMH:hover{background-color:#f0f0f0}.TourTabs_active__aqq\+o{border-bottom:2px solid #1a1f71;color:#1a1f71}.BoholTours_tourDetails__XtnbS{background-color:#f9f9f9;padding:60px 20px;text-align:center}.BoholTours_tourGrid__RPWCG{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.BoholTours_tourCard__mHdvA{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;overflow:hidden;text-align:left;transition:transform .3s ease}.BoholTours_tourCard__mHdvA:hover{transform:translateY(-10px)}.BoholTours_tourImage__MM9UN{height:200px;object-fit:cover;width:100%}.BoholTours_tourContent__OtPjc{padding:20px}.BoholTours_tourLocation__GTkxZ{color:#888;font-size:.9rem}.BoholTours_tourTitle__XJ81W{color:#333;font-size:1.2rem;margin:10px 0}.BoholTours_tourBookings__jyDjz{color:#ff8c42;font-size:.9rem}.BoholTours_tourPrice__OHmNr{display:block;font-size:1.1rem;margin-top:10px}.BoholTours_bookButton__\+H84O{background-color:#ff5722;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-weight:700;margin-top:10px;padding:10px 15px;transition:background-color .3s ease}.BoholTours_bookButton__\+H84O:hover{background-color:#e64a19}.BoholTours_badge__TZt\+1{background-color:#add8e6;border-radius:5px;color:#fff;display:inline-block;font-size:12px;font-weight:700;margin-bottom:10px;padding:5px 10px}.BoholTours_seeMoreButton__ay1s8{background-color:initial;border:2px solid #1a1f71;border-radius:5px;color:#1a1f71;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;margin-top:10px;padding:8px 15px;transition:background-color .3s ease,color .3s ease}.BoholTours_seeMoreButton__ay1s8:hover{background-color:#1a1f71;color:#fff}.BoholTours_tourButtons__1GR4y{display:flex;justify-content:space-between;margin-top:20px;width:100%}@media (max-width:768px){.BoholTours_tourCard__mHdvA{margin-bottom:20px}}.TourDetails_tourDetails__FJfdd{background-color:#f9f9f9;padding:40px 15px;text-align:left}.TourDetails_detailsContent__RalkQ{align-items:flex-start;display:flex;justify-content:space-between}.TourDetails_imageSection__sCx8x{flex:1 1;margin-right:20px}.TourDetails_tourImage__CFyam{border-radius:10px;height:auto;width:100%}.TourDetails_descriptionSection__JH4FS{flex:2 1}.TourDetails_descriptionSection__JH4FS h2{color:#ff8c42;font-size:2rem;margin-bottom:15px}.TourDetails_descriptionSection__JH4FS p{color:#333;font-size:1.2rem;margin-bottom:20px}.TourDetails_descriptionSection__JH4FS h4{color:#1a1f71;font-size:1.5rem;margin-bottom:10px}.TourDetails_descriptionSection__JH4FS h5{color:#1a1f71;font-size:1.2rem;margin-bottom:10px}.TourDetails_descriptionSection__JH4FS ul{list-style-type:none;padding-left:0}.TourDetails_descriptionSection__JH4FS ul li{color:#555;font-size:1rem;padding:8px 0}.TourDetails_bookButton__MCN2b{background-color:#ff5722;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;margin-top:20px;padding:10px 20px;transition:background-color .3s ease}.TourDetails_bookButton__MCN2b:hover{background-color:#e64a19}@media (max-width:768px){.TourDetails_detailsContent__RalkQ{align-items:center;flex-direction:column}.TourDetails_imageSection__sCx8x{margin-bottom:20px;margin-right:0}.TourDetails_tourImage__CFyam{border-radius:10px;height:auto;width:90%}.TourDetails_descriptionSection__JH4FS{text-align:center;width:100%}.TourDetails_descriptionSection__JH4FS h2{font-size:1.8rem}.TourDetails_descriptionSection__JH4FS p{font-size:1.1rem}.TourDetails_descriptionSection__JH4FS h4,.TourDetails_descriptionSection__JH4FS h5{font-size:1.3rem}.TourDetails_descriptionSection__JH4FS ul li{font-size:.9rem}.TourDetails_bookButton__MCN2b{font-size:1rem;padding:12px;width:90%}}@media (max-width:480px){.TourDetails_tourDetails__FJfdd{padding:20px 10px}.TourDetails_tourImage__CFyam{width:100%}.TourDetails_bookButton__MCN2b{font-size:.9rem;padding:10px}}.TourDetails_pricingTableContainer__B6mzE{margin-top:20px;overflow-x:auto}.TourDetails_pricingTable__muqs3{border-collapse:collapse;margin-bottom:20px;width:100%}.TourDetails_pricingTable__muqs3 td,.TourDetails_pricingTable__muqs3 th{border:1px solid #ddd;padding:10px;text-align:center}.TourDetails_pricingTable__muqs3 th{background-color:#f4f4f4;font-weight:700}@media (max-width:600px){.TourDetails_pricingTable__muqs3 td,.TourDetails_pricingTable__muqs3 th{font-size:14px;padding:8px}}.Services_services__aKMWB{background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif;padding:40px 20px;text-align:center}.Services_title__YdO0U{color:#1a1f71;font-size:2rem;margin-bottom:20px}.Services_serviceGrid__tHAyY{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.Services_serviceBox__xKIXI{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;color:inherit;padding:20px;text-align:center;text-decoration:none;transition:transform .3s ease}.Services_serviceBox__xKIXI:hover{transform:translateY(-5px)}.Services_icon__EHbBp{height:60px;margin-bottom:15px;width:60px}.Services_serviceBox__xKIXI p{color:#333;font-size:1rem;margin:0}.About_aboutContainer__gXoZ7{margin:0 auto}.About_heroSection__NHt9W{background:url(/static/media/aboutus-bg.7b40f321dbba9c7add81.webp) no-repeat 50%/cover;color:#fff;padding:4rem 0;position:relative;text-align:center}.About_heroSection__NHt9W:before{background-color:#00000080;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.About_heroText__g7s0R{position:relative;z-index:2}.About_heroText__g7s0R h1,.About_heroText__g7s0R p{text-shadow:2px 2px 5px #000000b3}.About_heroText__g7s0R h1{font-size:3rem;font-weight:700;margin-bottom:.5rem}.About_heroText__g7s0R p{font-size:1.3rem;font-weight:400}.About_companySection__\+DQ90,.About_missionSection__BIB68,.About_servicesSection__JFJgu{background-color:#f9f9f9;padding:2rem 0;text-align:center}.About_companySection__\+DQ90 h2,.About_missionSection__BIB68 h2,.About_servicesSection__JFJgu h2{font-size:2rem;margin-bottom:1rem}h2{color:#2c3e50;font-weight:700}h2,p{margin-bottom:15px}p{line-height:1.7}.About_companySection__\+DQ90,.About_missionSection__BIB68,.About_sectionHolder__J7nqX,.About_servicesSection__JFJgu{transition:transform .3s}.About_companySection__\+DQ90:hover,.About_missionSection__BIB68:hover,.About_sectionHolder__J7nqX:hover,.About_servicesSection__JFJgu:hover{transform:translateY(-5px)}.About_sectionContent__h-pUa{background-color:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001a;margin:20px 0;padding:30px}.About_sectionContent__h-pUa p{font-size:1rem;margin-bottom:1.2rem}.About_contactSection__1g7Tn{background-color:#007bff;color:#fff;padding:2rem 0}.About_contactSection__1g7Tn h2{font-size:2rem}.About_contactSection__1g7Tn a{color:gold;font-weight:700;text-decoration:none}.About_contactSection__1g7Tn a:hover{text-decoration:underline}.About_sectionHolder__J7nqX{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:20px 0;padding:40px 20px}.About_sectionHolder__J7nqX h2{color:#333;font-size:2rem;margin-bottom:20px}.About_sectionHolder__J7nqX p{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:15px}@media (max-width:768px){.About_heroText__g7s0R h1{font-size:2rem}.About_sectionContent__h-pUa h2{font-size:1.6rem}.About_sectionHolder__J7nqX p{text-align:justify}}.WhyChooseJLTA_container__yU0Tb{margin:0 auto;max-width:1200px;padding:20px;text-align:center}.WhyChooseJLTA_permitContainer__h5lt-{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:20px}.WhyChooseJLTA_permitItem__QDj7D{border-radius:5px;box-shadow:0 2px 10px #0000001a;overflow:hidden;width:calc(25% - 20px)}.WhyChooseJLTA_permitImage__KG1cd{height:auto;width:100%}.WhyChooseJLTA_permitItem__QDj7D p{background-color:#f8f8f8;font-weight:700;padding:10px}.Bohol_container__WsmP6{line-height:1.6;margin:0 auto;max-width:800px;padding:20px}.Bohol_heading__6rIPl{font-size:2em;margin-bottom:20px;text-align:center}.Bohol_subheading__UERKT{font-size:1.5em;margin-bottom:10px;margin-top:20px}.Bohol_paragraph__5QnOB{margin-bottom:15px}.Bohol_ctaContainer__L\+-Zc{margin-top:20px;text-align:center}.Bohol_ctaButton__THZw-{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.NotFound_container__g6vnv{align-items:center;background-color:#f2f2f2;display:flex;flex-direction:column;height:100vh;justify-content:center}.NotFound_errorCode__\+4ND4{color:#555;font-size:8rem;font-weight:700}.NotFound_message__UvAIQ{color:#333;font-size:2rem;margin-bottom:1.5rem}.NotFound_homeLink__FtYn\+{border:2px solid #007bff;border-radius:5px;color:#007bff;font-size:1.2rem;padding:10px 20px;text-decoration:none}
/*# sourceMappingURL=main.62ed4916.css.map*/