@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap";:root{--header-bg: #ffffff;--header-sticky-shadow: 0px 0px 28px 0px rgba(0, 0, 0, .1);--header-text: #222626;--header-link: #222626;--header-accent: #13727B;--header-accent-hover: #0f5b62;--header-logo-h: 55px;--header-logo-h-tablet: 45px;--header-logo-h-mobile: 40px;--header-pad-x: 55px}.site-header[data-astro-cid-3ef6ksr2]{position:relative;width:100%;font-family:DM Sans,sans-serif;z-index:1000}.header-container[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;width:100%;max-width:100%;box-sizing:border-box}.header-logo[data-astro-cid-3ef6ksr2],.header-nav[data-astro-cid-3ef6ksr2],.header-cta[data-astro-cid-3ef6ksr2]{display:flex;align-items:center}.logo-image[data-astro-cid-3ef6ksr2]{display:block;width:auto;max-height:var(--header-logo-h);height:auto}.header-nav[data-astro-cid-3ef6ksr2]{justify-content:center}.nav-list[data-astro-cid-3ef6ksr2]{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:0}.nav-item[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;padding:10px 16px;color:var(--header-link);font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;letter-spacing:.04em;text-transform:capitalize;text-decoration:none;white-space:nowrap;position:relative;transition:color .25s ease}.nav-item[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;bottom:4px;left:16px;right:16px;height:2px;background-color:var(--header-link);transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.nav-item[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover:after,.nav-item[data-astro-cid-3ef6ksr2].current a[data-astro-cid-3ef6ksr2]:after{transform:scaleX(1)}.header-cta[data-astro-cid-3ef6ksr2]{justify-content:flex-end}.cta-button[data-astro-cid-3ef6ksr2]{display:inline-block;position:relative;overflow:hidden;padding:14px 28px;background-color:var(--header-accent);color:#fff;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;white-space:nowrap;border-radius:3px;transition:background-color .3s ease,color .3s ease;cursor:pointer}.cta-button[data-astro-cid-3ef6ksr2]:before{content:"";position:absolute;inset:0;background-color:var(--header-accent-hover);transform:scaleX(0);transform-origin:left center;transition:transform .35s ease;z-index:0}.cta-button[data-astro-cid-3ef6ksr2]:hover:before{transform:scaleX(1)}.cta-text[data-astro-cid-3ef6ksr2]{position:relative;z-index:1}.header-top-bar[data-astro-cid-3ef6ksr2]{display:flex;position:sticky;top:0;z-index:999;background-color:var(--header-bg);padding:12px var(--header-pad-x);box-shadow:var(--header-sticky-shadow);box-sizing:border-box}.header-top-bar[data-astro-cid-3ef6ksr2] .header-container[data-astro-cid-3ef6ksr2]{gap:0;min-height:64px;justify-content:space-between}.header-top-bar[data-astro-cid-3ef6ksr2] .header-logo[data-astro-cid-3ef6ksr2]{flex:1 1 25%}.header-top-bar[data-astro-cid-3ef6ksr2] .header-nav[data-astro-cid-3ef6ksr2]{flex:1 1 50%;justify-content:center}.header-top-bar[data-astro-cid-3ef6ksr2] .header-cta[data-astro-cid-3ef6ksr2]{flex:1 1 25%;justify-content:flex-end}.header-mobile-bar[data-astro-cid-3ef6ksr2]{display:none;position:sticky;top:0;z-index:999;background-color:var(--header-bg);padding:12px 20px;box-sizing:border-box;box-shadow:var(--header-sticky-shadow)}.header-mobile-bar[data-astro-cid-3ef6ksr2] .header-container[data-astro-cid-3ef6ksr2]{justify-content:space-between}.menu-toggle-btn[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--header-link);font-size:26px;line-height:1;padding:6px;cursor:pointer;transition:color .25s}.menu-toggle-btn[data-astro-cid-3ef6ksr2]:hover{color:var(--header-accent)}.mobile-sidebar-overlay[data-astro-cid-3ef6ksr2]{display:none;position:fixed;inset:0;background:#00000080;z-index:1998;opacity:0;transition:opacity .3s ease}.mobile-sidebar-overlay[data-astro-cid-3ef6ksr2].is-open{display:block;opacity:1}.mobile-sidebar[data-astro-cid-3ef6ksr2]{position:fixed;top:0;right:0;bottom:0;width:280px;max-width:85vw;background-color:#fff;z-index:1999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0000001f}.mobile-sidebar[data-astro-cid-3ef6ksr2].is-open{transform:translate(0)}.mobile-sidebar__header[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #F2F5F5}.mobile-sidebar__logo[data-astro-cid-3ef6ksr2]{max-height:38px;width:auto}.mobile-sidebar__close[data-astro-cid-3ef6ksr2]{background:none;border:none;font-size:28px;line-height:1;color:#222626;cursor:pointer;padding:4px;transition:color .25s}.mobile-sidebar__close[data-astro-cid-3ef6ksr2]:hover{color:#d33071}.mobile-sidebar__nav[data-astro-cid-3ef6ksr2]{flex:1;overflow-y:auto;padding:12px 0}.mobile-nav-list[data-astro-cid-3ef6ksr2]{list-style:none;margin:0;padding:0}.mobile-nav-list[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;padding:16px 28px;color:#222626;font-family:DM Sans,sans-serif;font-size:17px;font-weight:600;text-decoration:none;border-bottom:1px solid #F2F5F5;transition:color .2s,background-color .2s}.mobile-nav-list[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover,.mobile-nav-list[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2].current a[data-astro-cid-3ef6ksr2]{color:#35717a;background-color:#f2f5f5}.mobile-nav-list[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2].current a[data-astro-cid-3ef6ksr2]{border-left:3px solid #35717A;padding-left:25px}.mobile-sidebar__cta[data-astro-cid-3ef6ksr2]{padding:24px 28px;border-top:1px solid #F2F5F5}.mobile-sidebar__cta[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;background-color:#13727b;color:#fff;text-align:center;padding:15px 24px;border-radius:3px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;transition:background-color .3s}.mobile-sidebar__cta[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{background-color:#0f5b62}@media(min-width:768px)and (max-width:1024px){.header-mobile-bar[data-astro-cid-3ef6ksr2]{display:none}.header-top-bar[data-astro-cid-3ef6ksr2] .header-logo[data-astro-cid-3ef6ksr2]{flex:0 0 42%;max-width:42%}.header-top-bar[data-astro-cid-3ef6ksr2] .header-nav[data-astro-cid-3ef6ksr2],.header-top-bar[data-astro-cid-3ef6ksr2] .header-cta[data-astro-cid-3ef6ksr2]{flex:0 0 29%;max-width:29%}.logo-image[data-astro-cid-3ef6ksr2]{max-height:var(--header-logo-h-tablet)}}@media(max-width:767px){.header-top-bar[data-astro-cid-3ef6ksr2]{display:none}.header-mobile-bar[data-astro-cid-3ef6ksr2]{display:flex}.header-mobile-bar[data-astro-cid-3ef6ksr2] .header-logo[data-astro-cid-3ef6ksr2]{flex:0 0 50%;max-width:50%}.header-mobile-bar[data-astro-cid-3ef6ksr2] .header-mobile-toggle[data-astro-cid-3ef6ksr2]{flex:0 0 50%;max-width:50%;justify-content:flex-end}.logo-image[data-astro-cid-3ef6ksr2]{max-height:var(--header-logo-h-mobile)}}@media(min-width:1025px){.header-top-bar[data-astro-cid-3ef6ksr2]{display:flex}.header-mobile-bar[data-astro-cid-3ef6ksr2]{display:none}.mobile-sidebar-overlay[data-astro-cid-3ef6ksr2],.mobile-sidebar[data-astro-cid-3ef6ksr2]{display:none!important}}.footer[data-astro-cid-sz7xmlte]{background-color:#161a1a;padding:80px 0 30px;color:#fff;font-family:DM Sans,sans-serif}.footer__inner[data-astro-cid-sz7xmlte]{max-width:1140px;margin:0 auto;padding:0 15px}.footer__top[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin-bottom:50px}.footer__col[data-astro-cid-sz7xmlte]{flex:1;min-width:200px}.footer__col--brand[data-astro-cid-sz7xmlte]{flex:2;min-width:300px}.footer__title[data-astro-cid-sz7xmlte]{font-size:34px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;letter-spacing:-1px;padding-right:50px}.footer__subtitle[data-astro-cid-sz7xmlte]{font-size:18px;font-weight:700;color:#fff;margin:0 0 15px}.footer__text[data-astro-cid-sz7xmlte]{color:#9c9c9c;font-size:16px;line-height:1.6;margin:0 0 20px}.footer__socials[data-astro-cid-sz7xmlte]{display:flex;gap:15px}.footer__social-link[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#2a2e2e;border-radius:50%;color:#fff;transition:all .3s ease}.footer__social-link[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{width:16px;height:16px;fill:currentColor}.footer__link[data-astro-cid-sz7xmlte]{display:block;color:#9c9c9c;font-size:16px;text-decoration:none;margin-bottom:12px;transition:color .3s}.footer__link--phone[data-astro-cid-sz7xmlte]{font-size:20px;font-weight:700;color:#fff;margin-top:15px}.footer__bottom[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;display:flex;justify-content:flex-end}.footer__copyright[data-astro-cid-sz7xmlte]{color:#7a7a7a;font-size:15px;margin:0;font-weight:300}@media(max-width:991px){.footer__title[data-astro-cid-sz7xmlte]{padding-right:0;font-size:28px}}@media(max-width:767px){.footer[data-astro-cid-sz7xmlte]{padding:60px 0 30px}.footer__top[data-astro-cid-sz7xmlte]{flex-direction:column;gap:40px}.footer__col[data-astro-cid-sz7xmlte]{margin-bottom:0}.footer__bottom[data-astro-cid-sz7xmlte]{justify-content:center;text-align:center}}*,*:before,*:after{box-sizing:border-box}body{padding-bottom:70px!important}@media(max-width:680px){body{padding-bottom:170px!important}}@media(max-width:380px){body{padding-bottom:135px!important}}.footer-call-banner[data-astro-cid-tpy5lvyn]{background:linear-gradient(135deg,#00c896,#00a67d,#008f6b);padding:20px 24px 14px;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100vw;z-index:999999;box-shadow:0 -4px 20px #0003;overflow:hidden;box-sizing:border-box}.footer-call-banner[data-astro-cid-tpy5lvyn]:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 3s infinite;pointer-events:none}@keyframes shimmer{0%{transform:translate(-50%)}to{transform:translate(50%)}}.tech-badge[data-astro-cid-tpy5lvyn]{background:#000000bf;border-radius:30px;padding:8px 16px;display:flex;align-items:center;gap:10px;backdrop-filter:blur(10px);z-index:1;flex-shrink:0}.tech-avatars[data-astro-cid-tpy5lvyn]{display:flex;margin-right:4px;flex-shrink:0}.tech-avatar[data-astro-cid-tpy5lvyn]{width:32px;height:32px;border-radius:50%;border:2px solid #1a1a1a;margin-left:-10px;object-fit:cover;background:#444;flex-shrink:0}.tech-avatar[data-astro-cid-tpy5lvyn]:first-child{margin-left:0}.status-dot[data-astro-cid-tpy5lvyn]{width:10px;height:10px;background:#0f8;border-radius:50%;animation:pulse-dot 2s infinite;box-shadow:0 0 10px #0f8;flex-shrink:0}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.tech-text[data-astro-cid-tpy5lvyn]{color:#fff;font-size:13px;font-weight:500;white-space:nowrap}.tech-text[data-astro-cid-tpy5lvyn] strong[data-astro-cid-tpy5lvyn]{font-weight:700}.call-section[data-astro-cid-tpy5lvyn]{display:flex;align-items:center;gap:16px;z-index:1}.call-link[data-astro-cid-tpy5lvyn]{display:flex;align-items:center;gap:14px;text-decoration:none;color:#fff;transition:transform .3s ease}.call-link[data-astro-cid-tpy5lvyn]:hover{transform:scale(1.02)}.icon-wrapper[data-astro-cid-tpy5lvyn]{width:48px;height:48px;min-width:48px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:ring-pulse 2s infinite;flex-shrink:0}@keyframes ring-pulse{0%{box-shadow:0 0 #fff6}50%{box-shadow:0 0 0 12px #fff0}to{box-shadow:0 0 #fff0}}.icon-wrapper[data-astro-cid-tpy5lvyn] svg[data-astro-cid-tpy5lvyn]{animation:shake 2s infinite;flex-shrink:0}@keyframes shake{0%,to{transform:rotate(0)}5%{transform:rotate(-15deg)}10%{transform:rotate(15deg)}15%{transform:rotate(-10deg)}20%{transform:rotate(10deg)}25%{transform:rotate(0)}}.call-info[data-astro-cid-tpy5lvyn]{display:flex;flex-direction:column}.call-label[data-astro-cid-tpy5lvyn]{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:1px;opacity:.9;color:#fff;white-space:nowrap}.call-number[data-astro-cid-tpy5lvyn]{font-size:26px;font-weight:700;letter-spacing:1px;color:#fff;line-height:1.2;white-space:nowrap}.call-btn[data-astro-cid-tpy5lvyn]{background:#fff;color:#00a67d;padding:12px 28px;border-radius:30px;font-weight:700;font-size:15px;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 15px #00000026;z-index:1;flex-shrink:0;white-space:nowrap}.call-btn[data-astro-cid-tpy5lvyn]:hover{background:#f0fff8;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.call-btn[data-astro-cid-tpy5lvyn] svg[data-astro-cid-tpy5lvyn]{width:18px;height:18px;flex-shrink:0}@media(max-width:900px){.footer-call-banner[data-astro-cid-tpy5lvyn]{padding:8px 16px 12px;gap:15px}.call-number[data-astro-cid-tpy5lvyn]{font-size:22px}.call-btn[data-astro-cid-tpy5lvyn]{padding:10px 20px;font-size:14px}}@media(max-width:680px){.footer-call-banner[data-astro-cid-tpy5lvyn]{flex-direction:column;padding:8px 16px 12px;gap:10px;align-items:center}.tech-badge[data-astro-cid-tpy5lvyn]{order:-1;padding:6px 12px;max-width:100%}.tech-avatar[data-astro-cid-tpy5lvyn]{width:28px;height:28px}.tech-text[data-astro-cid-tpy5lvyn]{font-size:12px}.status-dot[data-astro-cid-tpy5lvyn]{width:8px;height:8px}.call-section[data-astro-cid-tpy5lvyn]{width:100%;justify-content:center}.call-link[data-astro-cid-tpy5lvyn]{gap:12px}.icon-wrapper[data-astro-cid-tpy5lvyn]{width:44px;height:44px;min-width:44px}.call-number[data-astro-cid-tpy5lvyn]{font-size:24px}.call-label[data-astro-cid-tpy5lvyn]{font-size:10px}.call-btn[data-astro-cid-tpy5lvyn]{width:calc(100% - 32px);max-width:300px;justify-content:center;padding:12px 20px;font-size:15px}}@media(max-width:380px){.footer-call-banner[data-astro-cid-tpy5lvyn]{padding:6px 12px 10px;gap:8px}.tech-badge[data-astro-cid-tpy5lvyn]{padding:5px 10px;gap:6px}.tech-avatar[data-astro-cid-tpy5lvyn]{width:24px;height:24px;margin-left:-8px}.tech-text[data-astro-cid-tpy5lvyn]{font-size:11px}.call-number[data-astro-cid-tpy5lvyn]{font-size:20px}.icon-wrapper[data-astro-cid-tpy5lvyn]{width:40px;height:40px;min-width:40px}.icon-wrapper[data-astro-cid-tpy5lvyn] svg[data-astro-cid-tpy5lvyn]{width:20px;height:20px}.call-btn[data-astro-cid-tpy5lvyn]{padding:10px 16px;font-size:14px;width:calc(100% - 24px)}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}.cta-strip[data-astro-cid-eocq5ynh]{background-image:linear-gradient(81deg,#d33071,#35717a);padding:50px 0;font-family:DM Sans,sans-serif}.cta-strip__inner[data-astro-cid-eocq5ynh]{max-width:1140px;margin:0 auto;padding:0 15px;display:flex;align-items:center;justify-content:center;gap:30px}.cta-strip__title[data-astro-cid-eocq5ynh]{color:#fff;font-size:25px;font-weight:700;margin:0;text-align:center;line-height:1.3;letter-spacing:-1.4px}.cta-strip__button[data-astro-cid-eocq5ynh]{display:inline-flex;align-items:center;gap:10px;background-color:transparent;color:#fff;font-size:20px;font-weight:500;text-decoration:none;padding:12px 30px;border:1px solid #FFFFFF;transition:all .3s;white-space:nowrap}.cta-strip__button[data-astro-cid-eocq5ynh]:hover{background-color:#fff;color:#35717a}.cta-strip__icon[data-astro-cid-eocq5ynh]{width:22px;height:22px;fill:currentColor}@media(max-width:991px){.cta-strip__inner[data-astro-cid-eocq5ynh]{flex-direction:column;gap:25px;text-align:center}.cta-strip__title[data-astro-cid-eocq5ynh]{font-size:24px}}@media(max-width:767px){.cta-strip[data-astro-cid-eocq5ynh]{padding:40px 0}.cta-strip__title[data-astro-cid-eocq5ynh]{font-size:22px}.cta-strip__button[data-astro-cid-eocq5ynh]{width:100%;justify-content:center;font-size:18px}}
