@tailwind base;@tailwind components;@tailwind utilities;@font-face{font-family:Assistant;src:url(/fonts/Assistant/Assistant-VariableFont_wght.ttf)format("truetype");font-weight:200 800;font-style:normal;font-display:swap}:root{--color-primary:#0170b9;--color-dark:#3a3a3a;--color-text:#4b4f58;--color-light-bg:#f5f5f5;--color-white:#fff;--color-light-blue-gray:#f2f5f7;--container-max-width:1240px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--color-text);background:var(--color-white);font-family:Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 20px}html{scroll-behavior:smooth}.sticky-contact-buttons{z-index:1000;flex-direction:column;gap:15px;display:flex;position:fixed;bottom:20px;right:20px}.sticky-btn{color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000026}.sticky-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000040}.whatsapp-btn{background:#25d366}.whatsapp-btn:hover{background:#1fb855}.phone-btn{background:var(--color-primary)}.phone-btn:hover{background:#015a96}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width:768px){.desktop-only{display:none}.mobile-only{display:flex}.sticky-contact-buttons{gap:12px;bottom:15px;right:15px}.sticky-btn{width:50px;height:50px}}
.Header-module__-ReXtW__header{background:var(--color-white);z-index:1000;border-bottom:1px solid #e5e5e5;position:sticky;top:0;box-shadow:0 2px 4px #0000000d}.Header-module__-ReXtW__headerContainer{max-width:var(--container-max-width);justify-content:space-between;align-items:center;gap:40px;margin:0 auto;padding:15px 20px;display:flex}@media (min-width:1025px){.Header-module__-ReXtW__headerContainer{padding:8px 12px}}.Header-module__-ReXtW__logoColumn{flex-shrink:0}.Header-module__-ReXtW__logoLink{display:block}.Header-module__-ReXtW__navColumn{flex:1;justify-content:flex-end;display:flex}.Header-module__-ReXtW__mobileMenuToggle{cursor:pointer;background:0 0;border:none;padding:10px;display:none}.Header-module__-ReXtW__hamburgerIcon{background:var(--color-dark);width:25px;height:2px;display:block;position:relative}.Header-module__-ReXtW__hamburgerIcon:before,.Header-module__-ReXtW__hamburgerIcon:after{content:"";background:var(--color-dark);width:100%;height:2px;position:absolute;left:0}.Header-module__-ReXtW__hamburgerIcon:before{top:-8px}.Header-module__-ReXtW__hamburgerIcon:after{bottom:-8px}.Header-module__-ReXtW__navMenu{align-items:center;gap:30px;margin:0;padding:0;list-style:none;display:flex}.Header-module__-ReXtW__navItem{position:relative}.Header-module__-ReXtW__navLink{color:var(--color-dark);white-space:nowrap;padding:10px 5px;font-size:16px;font-weight:500;transition:color .3s;display:block}.Header-module__-ReXtW__navLink:hover{color:var(--color-primary)}.Header-module__-ReXtW__hasSubmenu:hover .Header-module__-ReXtW__submenu{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__-ReXtW__submenu{background:var(--color-white);opacity:0;visibility:hidden;z-index:100;border-radius:8px;min-width:250px;margin:0;padding:10px 0;list-style:none;transition:all .3s;position:absolute;top:100%;right:0;transform:translateY(-10px);box-shadow:0 4px 12px #0000001a}.Header-module__-ReXtW__submenu li{margin:0}.Header-module__-ReXtW__submenuLink{color:var(--color-text);padding:12px 20px;font-size:15px;transition:background .2s,color .2s;display:block}.Header-module__-ReXtW__submenuLink:hover{background:var(--color-light-bg);color:var(--color-primary)}.Header-module__-ReXtW__navLinkWrapper{display:contents}.Header-module__-ReXtW__submenuToggle,.Header-module__-ReXtW__chevron{display:none}@media (max-width:1024px){.Header-module__-ReXtW__mobileMenuToggle{display:block}.Header-module__-ReXtW__navMenu{background:var(--color-white);flex-direction:column;align-items:flex-start;gap:0;width:80%;max-width:400px;height:calc(100vh - 80px);padding:30px 20px;transition:right .3s;position:fixed;top:80px;right:-100%;overflow-y:auto;box-shadow:-2px 0 10px #0000001a}.Header-module__-ReXtW__navMenuOpen{right:0}.Header-module__-ReXtW__navItem{border-bottom:1px solid #f0f0f0;width:100%}.Header-module__-ReXtW__navLinkWrapper{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__-ReXtW__navLink{flex:1;padding:15px 10px;font-size:18px}.Header-module__-ReXtW__submenuToggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:15px;display:flex}.Header-module__-ReXtW__chevron{border-left:2px solid var(--color-dark);border-bottom:2px solid var(--color-dark);width:10px;height:10px;transition:transform .3s;display:block;transform:rotate(-45deg)}.Header-module__-ReXtW__submenuExpanded .Header-module__-ReXtW__chevron{transform:rotate(135deg)}.Header-module__-ReXtW__hasSubmenu .Header-module__-ReXtW__submenu{opacity:0;visibility:hidden;max-height:0;box-shadow:none;background:var(--color-light-blue-gray);border-radius:0;margin:0;padding:0;transition:max-height .3s,opacity .3s,visibility .3s,margin .3s,padding .3s;position:static;overflow:hidden;transform:none}.Header-module__-ReXtW__submenuExpanded .Header-module__-ReXtW__submenu{opacity:1;visibility:visible;max-height:500px;margin:10px 0;padding:10px 0}.Header-module__-ReXtW__submenuLink{padding:12px 20px 12px 30px;font-size:16px}}@media (max-width:768px){.Header-module__-ReXtW__headerContainer{flex-direction:row-reverse;padding:12px 15px}.Header-module__-ReXtW__logoLink img{max-width:140px;height:auto}.Header-module__-ReXtW__navColumn{justify-content:flex-start}}
.Footer-module__wMjeTW__footer{background:var(--color-dark);color:var(--color-white);margin-top:0;padding:50px 0 30px}.Footer-module__wMjeTW__footerContainer{max-width:var(--container-max-width);margin:0 auto;padding:0 20px}.Footer-module__wMjeTW__topSection{margin-bottom:30px}.Footer-module__wMjeTW__topRow{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.Footer-module__wMjeTW__socialColumn{justify-content:flex-start;display:flex}.Footer-module__wMjeTW__facebookButton{background:var(--color-primary);color:var(--color-white);border-radius:8px;align-items:center;gap:10px;padding:12px 24px;font-size:16px;font-weight:500;transition:background .3s;display:inline-flex}.Footer-module__wMjeTW__facebookButton:hover{background:#015a96}.Footer-module__wMjeTW__facebookIcon{width:16px;height:16px}.Footer-module__wMjeTW__contactColumn{justify-content:flex-end;align-items:center;gap:20px;display:flex}.Footer-module__wMjeTW__email{color:var(--color-white);font-size:18px;font-weight:500;transition:color .3s}.Footer-module__wMjeTW__email:hover{color:var(--color-primary)}.Footer-module__wMjeTW__divider{background:#ffffff4d;width:1px;height:30px}.Footer-module__wMjeTW__footerLogo{display:block}.Footer-module__wMjeTW__footerDivider{background:#fff3;height:1px;margin:30px 0}.Footer-module__wMjeTW__bottomSection{padding-top:20px}.Footer-module__wMjeTW__bottomRow{grid-template-columns:1fr 1fr 1fr;align-items:center;gap:30px;display:grid}.Footer-module__wMjeTW__searchColumn{align-items:center;gap:15px;display:flex}.Footer-module__wMjeTW__searchForm{flex:1;max-width:300px;position:relative}.Footer-module__wMjeTW__searchInput{width:100%;color:var(--color-white);background:#ffffff1a;border:1px solid #ffffff4d;border-radius:6px;padding:10px 40px 10px 15px;font-family:inherit;font-size:15px;transition:border-color .3s,background .3s}.Footer-module__wMjeTW__searchInput::placeholder{color:#fff9}.Footer-module__wMjeTW__searchInput:focus{border-color:var(--color-primary);background:#ffffff26;outline:none}.Footer-module__wMjeTW__searchIcon{opacity:.6;width:16px;height:16px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.Footer-module__wMjeTW__backToTop{width:40px;height:40px;color:var(--color-white);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__wMjeTW__backToTop:hover{background:var(--color-primary);border-color:var(--color-primary);transform:translateY(-3px)}.Footer-module__wMjeTW__backToTop svg{width:16px;height:16px}.Footer-module__wMjeTW__linksColumn{flex-direction:column;align-items:center;gap:15px;display:flex}.Footer-module__wMjeTW__footerLink{color:var(--color-white);font-size:16px;transition:color .3s}.Footer-module__wMjeTW__footerLink:hover{color:var(--color-primary)}.Footer-module__wMjeTW__copyrightColumn{justify-content:flex-end;display:flex}.Footer-module__wMjeTW__copyright{color:var(--color-white);font-size:18px;font-weight:500;transition:color .3s}.Footer-module__wMjeTW__copyright:hover{color:var(--color-primary)}@media (max-width:1024px){.Footer-module__wMjeTW__topRow{grid-template-columns:1fr;gap:30px}.Footer-module__wMjeTW__socialColumn,.Footer-module__wMjeTW__contactColumn{justify-content:center}.Footer-module__wMjeTW__bottomRow{grid-template-columns:1fr;gap:30px}.Footer-module__wMjeTW__searchColumn{flex-direction:column;gap:15px}.Footer-module__wMjeTW__searchForm{max-width:100%}.Footer-module__wMjeTW__linksColumn,.Footer-module__wMjeTW__copyrightColumn{justify-content:center;align-items:center}}@media (max-width:768px){.Footer-module__wMjeTW__footer{margin-top:0;padding:30px 0 20px}.Footer-module__wMjeTW__contactColumn{flex-direction:column;gap:15px}.Footer-module__wMjeTW__divider{display:none}.Footer-module__wMjeTW__footerDivider{margin:20px 0}}
.CTASection-module___u74CW__section{background-color:#0000;background-image:url(/images/Call_to_action.png),linear-gradient(135deg,#0170b9 0%,#015a96 100%);background-position:50%,0 0;background-repeat:no-repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:100px 0;position:relative;overflow:hidden}.CTASection-module___u74CW__section:before{content:"";z-index:0;background:linear-gradient(135deg,#015a96aa 0% 100%);width:100%;height:100%;position:absolute;top:0;left:0}.CTASection-module___u74CW__section:after{content:"";z-index:1;background:#ffffff0d;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-50%;right:-10%}.CTASection-module___u74CW__container{max-width:var(--container-max-width);text-align:center;z-index:2;margin:0 auto;padding:0 20px;position:relative}.CTASection-module___u74CW__heading{color:var(--color-white);margin-bottom:50px;font-size:48px;font-weight:600;line-height:1.3}.CTASection-module___u74CW__buttonGroup{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.CTASection-module___u74CW__button{color:var(--color-white);z-index:1;background:0 0;border:2px solid #facc15;border-radius:50px;padding:18px 45px;font-size:19px;font-weight:600;transition:color .3s,transform .3s;display:inline-block;position:relative;overflow:hidden}.CTASection-module___u74CW__button:before{content:"";z-index:-1;background:#facc15;width:0;height:100%;transition:width .25s linear;position:absolute;top:0;right:0}.CTASection-module___u74CW__button:hover{color:#3b82f6;background:0 0;transform:translateY(-2px)}.CTASection-module___u74CW__button:hover:before{width:100%}.CTASection-module___u74CW__buttonSecondary{color:var(--color-white);z-index:1;background:0 0;border:2px solid #facc15;position:relative;overflow:hidden}.CTASection-module___u74CW__buttonSecondary:before{content:"";z-index:-1;background:#facc15;width:0;height:100%;transition:width .25s linear;position:absolute;top:0;right:0}.CTASection-module___u74CW__buttonSecondary:hover{color:#3b82f6;background:0 0}.CTASection-module___u74CW__buttonSecondary:hover:before{width:100%}@media (max-width:1024px){.CTASection-module___u74CW__section{padding:80px 0}.CTASection-module___u74CW__heading{margin-bottom:40px;font-size:40px}.CTASection-module___u74CW__button{padding:16px 40px;font-size:18px}}@media (max-width:768px){.CTASection-module___u74CW__section{padding:60px 0}.CTASection-module___u74CW__heading{margin-bottom:35px;font-size:36px}.CTASection-module___u74CW__buttonGroup{flex-direction:column;align-items:center;gap:15px}.CTASection-module___u74CW__button{width:100%;max-width:350px;font-size:17px}}@media (max-width:480px){.CTASection-module___u74CW__section{padding:50px 0}.CTASection-module___u74CW__heading{font-size:32px}.CTASection-module___u74CW__button{padding:14px 36px;font-size:16px}}
