:root{--primary-color:#f33034;--primary-color-hover:#d8292c;--text-color-dark:#111827;--text-color-light:#f8fafc;--nav-height:4.5rem;--nav-scroll-bg:rgba(17,24,39,.8);--nav-blur:10px;--transition-speed:.3s}.navbar-module___nlm1a__navbarContainer{width:100%;height:var(--nav-height);z-index:1000;transition:background-color var(--transition-speed)ease,box-shadow var(--transition-speed)ease,backdrop-filter var(--transition-speed)ease;position:fixed;top:0;left:0}.navbar-module___nlm1a__navbarContainer.navbar-module___nlm1a__scrolled{background-color:var(--nav-scroll-bg);-webkit-backdrop-filter:blur(var(--nav-blur));box-shadow:0 4px 30px rgba(0,0,0,.1)}.navbar-module___nlm1a__skeleton{height:var(--nav-height)}.navbar-module___nlm1a__navbarContent{max-width:1280px;height:100%;color:var(--text-color-dark);grid-template-columns:auto 1fr auto;align-items:center;margin:0 auto;padding:0 1.5rem;display:grid}.navbar-module___nlm1a__navbarContainer.navbar-module___nlm1a__scrolled .navbar-module___nlm1a__navbarContent,.navbar-module___nlm1a__navbarContainer.navbar-module___nlm1a__menuOpen .navbar-module___nlm1a__navbarContent{color:var(--text-color-light)}.navbar-module___nlm1a__brandContainer{color:inherit;z-index:1002;transition:color var(--transition-speed)ease;grid-column:1/2;align-items:center;gap:.75rem;text-decoration:none;display:flex}.navbar-module___nlm1a__logo{display:block}.navbar-module___nlm1a__brandName{font-size:1.125rem;font-weight:600}.navbar-module___nlm1a__centerContent{grid-column:2/3;justify-content:center;display:flex}.navbar-module___nlm1a__desktopNav{display:none}.navbar-module___nlm1a__navList{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.navbar-module___nlm1a__navList li a{color:inherit;transition:color var(--transition-speed)ease;padding:.5rem 0;font-weight:500;text-decoration:none;position:relative}.navbar-module___nlm1a__navList li a:hover{color:var(--primary-color)}.navbar-module___nlm1a__navList li a:after{content:"";background-color:var(--primary-color);transform-origin:100% 100%;width:100%;height:2px;transition:transform .25s ease-out;position:absolute;bottom:0;left:0;transform:scaleX(0)}.navbar-module___nlm1a__navList li a:hover:after{transform-origin:0 100%;transform:scaleX(1)}.navbar-module___nlm1a__actionsContainer{z-index:1002;grid-column:3/4;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.navbar-module___nlm1a__languageSwitcherWrapper{--switcher-color:var(--text-color-dark);--switcher-border-color:#d1d5db;--switcher-hover-bg:#f3f4f6;display:block}.navbar-module___nlm1a__languageSwitcherWrapper.navbar-module___nlm1a__scrolled{--switcher-color:var(--text-color-light);--switcher-border-color:#4b5563;--switcher-hover-bg:#374151}.navbar-module___nlm1a__ctaButton{background-color:var(--primary-color);color:var(--text-color-light);transition:all var(--transition-speed)ease;border-radius:6px;padding:.6rem 1.25rem;font-weight:600;text-decoration:none;display:none}.navbar-module___nlm1a__ctaButton:hover{background-color:var(--primary-color-hover);transform:translateY(-2px);box-shadow:0 4px 12px rgba(243,48,52,.3)}.navbar-module___nlm1a__mobileMenuButton{cursor:pointer;width:40px;height:40px;color:inherit;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.navbar-module___nlm1a__hamburger{width:24px;height:16px;position:relative}.navbar-module___nlm1a__hamburger span{background-color:currentColor;border-radius:2px;width:100%;height:2px;transition:all .3s ease-in-out;display:block;position:absolute}.navbar-module___nlm1a__hamburger span:first-child{top:0}.navbar-module___nlm1a__hamburger span:nth-child(2){top:7px}.navbar-module___nlm1a__hamburger span:nth-child(3){bottom:0}.navbar-module___nlm1a__hamburger.navbar-module___nlm1a__isOpen span:first-child{top:7px;transform:rotate(45deg)}.navbar-module___nlm1a__hamburger.navbar-module___nlm1a__isOpen span:nth-child(2){opacity:0;transform:translate(-10px)}.navbar-module___nlm1a__hamburger.navbar-module___nlm1a__isOpen span:nth-child(3){top:7px;transform:rotate(-45deg)}.navbar-module___nlm1a__mobileMenu{z-index:1001;-webkit-backdrop-filter:blur(var(--nav-blur));opacity:0;pointer-events:none;transition:opacity var(--transition-speed)ease;background-color:rgba(17,24,39,.95);position:fixed;top:0;bottom:0;left:0;right:0}.navbar-module___nlm1a__mobileMenu.navbar-module___nlm1a__isOpen{opacity:1;pointer-events:auto}.navbar-module___nlm1a__mobileNav{flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.navbar-module___nlm1a__mobileNavList{text-align:center;margin:0 0 2rem;padding:0;list-style:none}.navbar-module___nlm1a__mobileNavList li{opacity:0;transition:opacity .4s,transform .4s;transform:translateY(20px)}.navbar-module___nlm1a__mobileMenu.navbar-module___nlm1a__isOpen .navbar-module___nlm1a__mobileNavList li{opacity:1;transition-delay:calc(.1s + var(--stagger-index)*50ms);transform:translateY(0)}.navbar-module___nlm1a__mobileNavList li a{color:var(--text-color-light);transition:color var(--transition-speed)ease;padding:1rem 0;font-size:1.75rem;font-weight:600;text-decoration:none;display:block}.navbar-module___nlm1a__mobileNavList li a:hover{color:var(--primary-color)}.navbar-module___nlm1a__mobileCtaButton{background-color:var(--primary-color);color:var(--text-color-light);transition:all var(--transition-speed)ease;opacity:0;transition:opacity .4s ease,transform .4s ease,background-color var(--transition-speed)ease;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition-delay:.3s;transform:translateY(20px)}.navbar-module___nlm1a__mobileMenu.navbar-module___nlm1a__isOpen .navbar-module___nlm1a__mobileCtaButton{opacity:1;transform:translateY(0)}.navbar-module___nlm1a__mobileCtaButton:hover{background-color:var(--primary-color-hover)}@media (min-width:900px){.navbar-module___nlm1a__desktopNav{display:block}.navbar-module___nlm1a__ctaButton{display:inline-block}.navbar-module___nlm1a__mobileMenuButton{display:none}}@media (max-width:480px){:root{--nav-height:4rem}.navbar-module___nlm1a__navbarContent{padding:0 1rem}.navbar-module___nlm1a__brandName{font-size:12px}}
.LanguageSwitcher-module__kcAi4G__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(5px);background-color:rgba(15,23,42,.6);justify-content:center;align-items:center;animation:.3s ease-out LanguageSwitcher-module__kcAi4G__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.LanguageSwitcher-module__kcAi4G__switcherContainer{z-index:50;position:relative}.LanguageSwitcher-module__kcAi4G__switcherButton{cursor:pointer;white-space:nowrap;color:var(--switcher-color,#374151);border:1px solid var(--switcher-border-color,#d1d5db);background-color:transparent;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;display:flex}.LanguageSwitcher-module__kcAi4G__switcherButton:hover{background-color:var(--switcher-hover-bg,#f3f4f6)}.LanguageSwitcher-module__kcAi4G__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:rgba(15,23,42,.6);justify-content:center;align-items:center;animation:.3s ease-out LanguageSwitcher-module__kcAi4G__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.LanguageSwitcher-module__kcAi4G__modalContent{background-color:#fff;border-radius:1rem;flex-direction:column;width:90%;max-width:640px;animation:.3s ease-out LanguageSwitcher-module__kcAi4G__popIn;display:flex;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.LanguageSwitcher-module__kcAi4G__modalHeader{border-bottom:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.LanguageSwitcher-module__kcAi4G__modalTitle{color:#1e293b;margin:0;font-size:1.125rem;font-weight:600}.LanguageSwitcher-module__kcAi4G__closeButton{color:#64748b;cursor:pointer;background-color:#f1f5f9;border:none;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background-color .2s,color .2s;display:flex}.LanguageSwitcher-module__kcAi4G__closeButton:hover{color:#1e293b;background-color:#e2e8f0}.LanguageSwitcher-module__kcAi4G__tabsWrapper{border-bottom:1px solid #e2e8f0;flex-shrink:0;align-items:center;padding:0 .5rem;display:flex;position:relative}.LanguageSwitcher-module__kcAi4G__tabsContainer{scrollbar-width:none;-ms-overflow-style:none;flex-grow:1;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 30px,#000 calc(100% - 30px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 30px,#000 calc(100% - 30px),transparent 100%)}.LanguageSwitcher-module__kcAi4G__tabsContainer::-webkit-scrollbar{display:none}.LanguageSwitcher-module__kcAi4G__tabButton{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;margin:0 .75rem;padding:1rem .75rem;font-size:.9rem;font-weight:600;transition:color .2s;position:relative}.LanguageSwitcher-module__kcAi4G__tabButton:hover{color:#0f172a}.LanguageSwitcher-module__kcAi4G__tabButton[data-active=true]{color:#f33034}.LanguageSwitcher-module__kcAi4G__tabButton[data-active=true]:after{content:"";background-color:#f33034;height:2px;position:absolute;bottom:-1px;left:0;right:0}.LanguageSwitcher-module__kcAi4G__scrollButton{color:#334155;cursor:pointer;z-index:10;background-color:#fff;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background-color .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.05)}.LanguageSwitcher-module__kcAi4G__scrollButton:hover{background-color:#f1f5f9}.LanguageSwitcher-module__kcAi4G__scrollButtonLeft{margin-right:.25rem}.LanguageSwitcher-module__kcAi4G__scrollButtonRight{margin-left:.25rem}.LanguageSwitcher-module__kcAi4G__languageListContainer{max-height:50vh;padding:1.5rem;overflow-y:auto}.LanguageSwitcher-module__kcAi4G__gridContainer{grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);display:grid}.LanguageSwitcher-module__kcAi4G__gridContainer[data-visible=true]{grid-template-rows:1fr}.LanguageSwitcher-module__kcAi4G__languageList{opacity:0;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;transition:opacity .2s ease-in-out .1s;display:grid;overflow:hidden}.LanguageSwitcher-module__kcAi4G__gridContainer[data-visible=true] .LanguageSwitcher-module__kcAi4G__languageList{opacity:1}.LanguageSwitcher-module__kcAi4G__languageItem{text-align:left;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;align-items:flex-start;width:100%;padding:.75rem 1rem;transition:all .2s;display:flex}.LanguageSwitcher-module__kcAi4G__languageItem:hover{background-color:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.LanguageSwitcher-module__kcAi4G__languageItem[data-active=true]{background-color:#fee2e2;border-color:#fca5a5;box-shadow:0 0 0 1px #fca5a5}.LanguageSwitcher-module__kcAi4G__langName{color:#1e293b;font-weight:600}.LanguageSwitcher-module__kcAi4G__langCountry{color:#64748b;font-size:.875rem}.LanguageSwitcher-module__kcAi4G__languageItem[data-active=true] .LanguageSwitcher-module__kcAi4G__langName{color:#b91c1c}.LanguageSwitcher-module__kcAi4G__languageItem[data-active=true] .LanguageSwitcher-module__kcAi4G__langCountry{color:#ef4444}@keyframes LanguageSwitcher-module__kcAi4G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LanguageSwitcher-module__kcAi4G__popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1}}
.footer-module__pWrwba__footer{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--text-color-dark:#0f172a;--text-color-light:#f8fafc;--text-color-muted:#94a3b8;--border-color:#334155;background-color:var(--text-color-dark);color:var(--text-color-light);padding:5rem 1.5rem 2rem}.footer-module__pWrwba__container{max-width:1200px;margin:0 auto}.footer-module__pWrwba__mainContent{grid-template-columns:1.5fr 2fr 1.5fr;align-items:start;gap:4rem;padding-bottom:3rem;display:grid}.footer-module__pWrwba__brandSection{flex-direction:column;gap:1rem;display:flex}.footer-module__pWrwba__logoLink{color:var(--text-color-light);align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.footer-module__pWrwba__logoText{font-size:1.25rem;font-weight:600}.footer-module__pWrwba__description{color:var(--text-color-muted);font-size:.9rem;line-height:1.6}.footer-module__pWrwba__linksGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.footer-module__pWrwba__sectionTitle{color:var(--text-color-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.footer-module__pWrwba__nav{flex-direction:column;gap:.75rem;display:flex}.footer-module__pWrwba__navLink{color:var(--text-color-muted);font-size:.95rem;text-decoration:none;transition:color .3s,transform .3s}.footer-module__pWrwba__navLink:hover{color:var(--primary-color-main);transform:translate(4px)}.footer-module__pWrwba__socialsNav{flex-direction:row;gap:1rem}.footer-module__pWrwba__socialLink{color:var(--text-color-muted);transition:color .3s,transform .3s}.footer-module__pWrwba__socialLink:hover{color:var(--primary-color-main);transform:scale(1.1)}.footer-module__pWrwba__newsletterText{color:var(--text-color-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.footer-module__pWrwba__emailForm{display:flex}.footer-module__pWrwba__emailInput{border:1px solid var(--border-color);color:var(--text-color-light);background:0 0;border-radius:.5rem 0 0 .5rem;outline:none;flex-grow:1;padding:.75rem 1rem;transition:border-color .3s}.footer-module__pWrwba__emailInput::placeholder{color:var(--text-color-muted)}.footer-module__pWrwba__emailInput:focus{border-color:var(--primary-color-main)}.footer-module__pWrwba__signupButton{border:1px solid var(--primary-color-main);background:var(--primary-color-main);color:#fff;border-radius:0 .5rem .5rem 0;padding:.75rem 1.5rem;font-weight:600;transition:background-color .3s,border-color .3s}.footer-module__pWrwba__signupButton:hover{background:var(--primary-color-dark);border-color:var(--primary-color-dark)}.footer-module__pWrwba__footerBottom{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:3rem;padding-top:2rem;display:flex}.footer-module__pWrwba__footerBottom p{color:var(--text-color-muted);margin:0;font-size:.875rem}.footer-module__pWrwba__attribution{opacity:.8;font-size:.8rem}.footer-module__pWrwba__attributionLink{color:var(--text-color-light);font-weight:500;text-decoration:none;transition:color .3s}.footer-module__pWrwba__attributionLink:hover{color:var(--primary-color-main);text-decoration:underline}@media (max-width:900px){.footer-module__pWrwba__mainContent{text-align:center;grid-template-columns:1fr;gap:3rem}.footer-module__pWrwba__brandSection{align-items:center}.footer-module__pWrwba__linksGrid{grid-template-columns:1fr 1fr}.footer-module__pWrwba__linkSection{text-align:center}.footer-module__pWrwba__nav{align-items:center}.footer-module__pWrwba__socialsNav{justify-content:center}}@media (max-width:768px){.footer-module__pWrwba__footerBottom{flex-direction:column-reverse;gap:.75rem}}@media (max-width:600px){.footer-module__pWrwba__footer{padding-top:4rem}.footer-module__pWrwba__linksGrid{grid-template-columns:1fr;gap:2.5rem}.footer-module__pWrwba__emailForm{flex-direction:column;gap:.5rem}.footer-module__pWrwba__emailInput{text-align:center;border-radius:.5rem}.footer-module__pWrwba__signupButton{border-radius:.5rem}}:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__emailInput{border-radius:0 .5rem .5rem 0}:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__emailInput{border-radius:0 .5rem .5rem 0}:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__emailInput{border-radius:0 .5rem .5rem 0}:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__signupButton{border-radius:.5rem 0 0 .5rem}:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__signupButton{border-radius:.5rem 0 0 .5rem}:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__signupButton{border-radius:.5rem 0 0 .5rem}:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__navLink:hover{transform:translate(-4px)}:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__navLink:hover{transform:translate(-4px)}:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__navLink:hover{transform:translate(-4px)}@media (max-width:600px){:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__emailInput{border-radius:.5rem}:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__emailInput{border-radius:.5rem}:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__emailInput{border-radius:.5rem}:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__signupButton{border-radius:.5rem}:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__signupButton{border-radius:.5rem}:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .footer-module__pWrwba__signupButton{border-radius:.5rem}}
.CookieConsentBanner-module__GvfQgG__banner{color:#f8fafc;z-index:1000;background-color:#1e293b;border-top:1px solid #334155;padding:1.5rem;transition:transform .5s ease-in-out;position:fixed;bottom:0;left:0;right:0;transform:translateY(0);box-shadow:0 -4px 20px rgba(0,0,0,.2)}.CookieConsentBanner-module__GvfQgG__container{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.CookieConsentBanner-module__GvfQgG__content{flex-grow:1}.CookieConsentBanner-module__GvfQgG__title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.CookieConsentBanner-module__GvfQgG__description{color:#cbd5e1;max-width:60ch;margin:0;font-size:.875rem;line-height:1.6}.CookieConsentBanner-module__GvfQgG__actions{flex-shrink:0;gap:1rem;display:flex}.CookieConsentBanner-module__GvfQgG__buttonPrimary,.CookieConsentBanner-module__GvfQgG__buttonSecondary{cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s ease-in-out}.CookieConsentBanner-module__GvfQgG__buttonPrimary{color:#fff;background-color:#f33034}.CookieConsentBanner-module__GvfQgG__buttonPrimary:hover{background-color:#dc2626;transform:translateY(-2px)}.CookieConsentBanner-module__GvfQgG__buttonSecondary{color:#f8fafc;background-color:transparent;border:1px solid #475569}.CookieConsentBanner-module__GvfQgG__buttonSecondary:hover{background-color:#334155}@media (max-width:768px){.CookieConsentBanner-module__GvfQgG__container{text-align:center;flex-direction:column;align-items:flex-start}.CookieConsentBanner-module__GvfQgG__content{text-align:center;width:100%}.CookieConsentBanner-module__GvfQgG__description{max-width:none}.CookieConsentBanner-module__GvfQgG__actions{justify-content:center;width:100%}}
.hero2-module__EjrchW__heroSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--primary-color-light:#ff6b6f;--accent-color-green:#10b981;--accent-color-green-dark:#059669;--text-color-dark:#111827;--text-color-medium:#374151;--text-color-light:#6b7280;--bg-color-main:#fff;--bg-color-soft:#f8fafc;--bg-color-subtle:#f1f5f9;--border-color:#e5e7eb;--navbar-height:80px;background:linear-gradient(135deg,var(--bg-color-main)0%,var(--bg-color-soft)50%,var(--bg-color-subtle)100%);width:100%;min-height:100vh;padding-top:var(--navbar-height);box-sizing:border-box;align-items:center;padding-bottom:5rem;display:flex;position:relative;overflow:hidden}.hero2-module__EjrchW__container{z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.hero2-module__EjrchW__heroGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero2-module__EjrchW__backgroundContainer{z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.hero2-module__EjrchW__backgroundContainer:before{content:"";z-index:1;background:radial-gradient(400px circle at var(--mouse-x,-500px)var(--mouse-y,-500px),rgba(243,48,52,.15) 0%,transparent 80%);opacity:0;transition:opacity .3s ease-out;position:absolute;top:0;bottom:0;left:0;right:0}.hero2-module__EjrchW__mouseInside .hero2-module__EjrchW__backgroundContainer:before{opacity:1}.hero2-module__EjrchW__gridPattern{opacity:.1;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fillRule='evenodd'%3E%3Cg fill='%23000000' fillOpacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;top:0;bottom:0;left:0;right:0}.hero2-module__EjrchW__floatingOrb1,.hero2-module__EjrchW__floatingOrb2,.hero2-module__EjrchW__floatingOrb3{background-color:var(--primary-color-main);filter:blur(3rem);border-radius:50%;animation:8s ease-in-out infinite alternate hero2-module__EjrchW__pulse;position:absolute}.hero2-module__EjrchW__floatingOrb1{opacity:.08;width:12rem;height:12rem;animation-delay:0s;top:10%;left:5%}.hero2-module__EjrchW__floatingOrb2{opacity:.06;width:10rem;height:10rem;animation-delay:-2s;top:20%;right:10%}.hero2-module__EjrchW__floatingOrb3{opacity:.05;width:8rem;height:8rem;animation-delay:-4s;bottom:15%;left:30%}.hero2-module__EjrchW__gradientOverlay{background:radial-gradient(circle at 0 0,rgba(255,255,255,.5),transparent 40%),radial-gradient(circle at 100% 100%,rgba(241,245,249,.5),transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.hero2-module__EjrchW__contentSide,.hero2-module__EjrchW__visualSide{animation:.8s ease-out forwards hero2-module__EjrchW__fadeInUp}.hero2-module__EjrchW__visualSide{animation-delay:.2s}.hero2-module__EjrchW__badge{color:var(--text-color-medium);background-color:rgba(243,48,52,.05);border:1px solid rgba(243,48,52,.1);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero2-module__EjrchW__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.hero2-module__EjrchW__headingContainer{margin:1.5rem 0}.hero2-module__EjrchW__mainHeading{color:var(--text-color-dark);margin:0;font-size:max(2.5rem,min(5vw + 1rem,3.8rem));font-weight:800;line-height:1.1}.hero2-module__EjrchW__headingLine1{display:block}.hero2-module__EjrchW__headingLine2{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hero2-module__EjrchW__headingUnderline{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);border-radius:9999px;width:4rem;height:.25rem;margin-top:1rem}.hero2-module__EjrchW__description{color:var(--text-color-light);max-width:35rem;font-size:1.125rem;line-height:1.6}.hero2-module__EjrchW__statsContainer{flex-wrap:wrap;gap:2rem;margin:2rem 0;display:flex}.hero2-module__EjrchW__statItem{text-align:left}.hero2-module__EjrchW__statNumber{color:var(--primary-color-main);font-size:2.25rem;font-weight:700}.hero2-module__EjrchW__statLabel{color:var(--text-color-light);font-size:.875rem;font-weight:500}.hero2-module__EjrchW__ctaContainer{flex-wrap:wrap;gap:1rem;margin:1.5rem 0;display:flex}.hero2-module__EjrchW__primaryButton,.hero2-module__EjrchW__secondaryButton{cursor:pointer;white-space:nowrap;border:2px solid transparent;border-radius:.5rem;justify-content:center;align-items:center;gap:.75rem;padding:.875rem 1.75rem;font-weight:600;transition:all .3s;display:flex}.hero2-module__EjrchW__primaryButton{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);color:#fff;box-shadow:0 4px 15px -3px rgba(243,48,52,.3)}.hero2-module__EjrchW__primaryButton:hover{transform:translateY(-3px);box-shadow:0 10px 20px -5px rgba(243,48,52,.4)}.hero2-module__EjrchW__primaryButtonIcon{transition:transform .3s}.hero2-module__EjrchW__primaryButton:hover .hero2-module__EjrchW__primaryButtonIcon{transform:translate(4px)}.hero2-module__EjrchW__secondaryButton{background-color:var(--bg-color-main);color:var(--text-color-medium);border-color:var(--border-color)}.hero2-module__EjrchW__secondaryButton:hover{border-color:var(--primary-color-main);color:var(--primary-color-main);transform:translateY(-3px)}.hero2-module__EjrchW__trustIndicators{color:var(--text-color-light);flex-wrap:wrap;gap:1.5rem;margin-top:2rem;display:flex}.hero2-module__EjrchW__trustItem{align-items:center;gap:.5rem;display:flex}.hero2-module__EjrchW__trustIcon{width:1.125rem;height:1.125rem;color:var(--primary-color-main)}.hero2-module__EjrchW__trustText{font-size:.875rem;font-weight:500}.hero2-module__EjrchW__visualSide{justify-content:center;align-items:center;display:flex;position:relative}.hero2-module__EjrchW__visualContainer{perspective:2000px;position:relative}.hero2-module__EjrchW__dashboardShell{border:1px solid var(--border-color);width:550px;transform-style:preserve-3d;background-color:#f8fafc;border-radius:1.5rem;grid-template-columns:60px 1fr;grid-template-areas:"sidebar main";gap:1rem;padding:1rem;transition:transform .6s cubic-bezier(.25,1,.5,1);display:grid;transform:rotateX(10deg)rotateY(-15deg);box-shadow:0 50px 100px -20px rgba(0,0,0,.1),0 30px 60px -30px rgba(0,0,0,.15)}@media (hover:hover) and (pointer:fine){.hero2-module__EjrchW__visualContainer:hover .hero2-module__EjrchW__dashboardShell{transform:rotateX(0)rotateY(0)}}.hero2-module__EjrchW__dashboardSidebar{background-color:var(--bg-color-main);border-radius:1rem;flex-direction:column;grid-area:sidebar;align-items:center;gap:1.5rem;padding:.75rem 0;display:flex}.hero2-module__EjrchW__sidebarLogo{color:var(--primary-color-main)}.hero2-module__EjrchW__sidebarNav{flex-direction:column;align-items:center;gap:1rem;display:flex}.hero2-module__EjrchW__navItem{color:var(--text-color-light);border-radius:.5rem;padding:.5rem;transition:all .3s}.hero2-module__EjrchW__navItem:hover{color:var(--text-color-dark)}.hero2-module__EjrchW__activeNavItem{color:var(--primary-color-main);background-color:rgba(243,48,52,.1)}.hero2-module__EjrchW__dashboardMain{flex-direction:column;grid-area:main;gap:1rem;display:flex}.hero2-module__EjrchW__dashboardHeader{justify-content:space-between;align-items:center;display:flex}.hero2-module__EjrchW__headerTitle h2{color:var(--text-color-dark);margin:0;font-size:1rem;font-weight:600}.hero2-module__EjrchW__headerTitle p{color:var(--text-color-light);margin:0;font-size:.75rem}.hero2-module__EjrchW__headerActions{align-items:center;gap:.75rem;display:flex}.hero2-module__EjrchW__searchBar{background-color:var(--bg-color-main);color:var(--text-color-light);border-radius:.5rem;align-items:center;gap:.5rem;padding:.3rem .6rem;font-size:.75rem;display:flex}.hero2-module__EjrchW__searchIcon{width:.8rem;height:.8rem}.hero2-module__EjrchW__actionIcon{color:var(--text-color-light)}.hero2-module__EjrchW__userAvatar{background-color:var(--border-color);border-radius:50%;width:1.75rem;height:1.75rem}.hero2-module__EjrchW__widgetsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.hero2-module__EjrchW__widgetCard{background-color:var(--bg-color-main);border-radius:1rem;padding:1rem}.hero2-module__EjrchW__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.hero2-module__EjrchW__cardHeader h4{color:var(--text-color-dark);margin:0;font-size:.8rem;font-weight:600}.hero2-module__EjrchW__positiveChange{color:var(--accent-color-green);font-size:.75rem;font-weight:600}.hero2-module__EjrchW__lineChartSvg{width:100%;height:50px}.hero2-module__EjrchW__lineChartSvg path{stroke:var(--primary-color-main);stroke-dasharray:200;stroke-dashoffset:200px;animation:1.5s ease-out .5s forwards hero2-module__EjrchW__draw-line}.hero2-module__EjrchW__barChartArea{justify-content:space-between;align-items:flex-end;height:50px;display:flex}.hero2-module__EjrchW__bar{background:linear-gradient(to top,var(--primary-color-main),var(--primary-color-light));transform-origin:bottom;opacity:0;border-radius:.25rem .25rem 0 0;width:15%;animation:.8s cubic-bezier(.25,1,.5,1) forwards hero2-module__EjrchW__grow-bar}.hero2-module__EjrchW__bar:first-child{animation-delay:.6s}.hero2-module__EjrchW__bar:nth-child(2){animation-delay:.7s}.hero2-module__EjrchW__bar:nth-child(3){animation-delay:.8s}.hero2-module__EjrchW__bar:nth-child(4){animation-delay:.9s}.hero2-module__EjrchW__bar:nth-child(5){animation-delay:1s}.hero2-module__EjrchW__kpiCard{flex-direction:column;justify-content:center;display:flex}.hero2-module__EjrchW__kpiValue{color:var(--text-color-dark);font-size:1.75rem;font-weight:700;animation:.8s ease-out 1.2s both hero2-module__EjrchW__fadeInUp}.hero2-module__EjrchW__kpiUnit{color:var(--text-color-light);font-size:1rem}.hero2-module__EjrchW__floatingWidget{background:linear-gradient(135deg,var(--bg-color-main),var(--bg-color-soft));border-radius:1rem;align-items:center;gap:.75rem;padding:.75rem 1rem;animation:6s ease-in-out infinite hero2-module__EjrchW__float;display:flex;position:absolute;box-shadow:0 15px 30px -10px rgba(0,0,0,.15)}.hero2-module__EjrchW__widgetIcon{color:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.hero2-module__EjrchW__widgetValue{color:var(--text-color-dark);font-size:1rem;font-weight:700}.hero2-module__EjrchW__widgetLabel{color:var(--text-color-light);font-size:.75rem}.hero2-module__EjrchW__floatingWidget1{animation-delay:-1s;top:10%;left:-20%}.hero2-module__EjrchW__floatingWidget1 .hero2-module__EjrchW__widgetIcon{background:linear-gradient(135deg,var(--accent-color-green),var(--accent-color-green-dark))}.hero2-module__EjrchW__floatingWidget2{animation-delay:-3s;bottom:10%;right:-20%}.hero2-module__EjrchW__floatingWidget2 .hero2-module__EjrchW__widgetIcon{background:linear-gradient(135deg,var(--primary-color-main),var(--primary-color-dark))}@keyframes hero2-module__EjrchW__pulse{0%{opacity:.05;transform:scale(.95)}to{opacity:.1;transform:scale(1.05)}}@keyframes hero2-module__EjrchW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero2-module__EjrchW__draw-line{to{stroke-dashoffset:0}}@keyframes hero2-module__EjrchW__grow-bar{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@keyframes hero2-module__EjrchW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:1024px){.hero2-module__EjrchW__heroSection{padding-top:calc(var(--navbar-height) + 2rem);text-align:center;padding-bottom:4rem}.hero2-module__EjrchW__heroGrid{grid-template-columns:1fr;gap:3rem}.hero2-module__EjrchW__contentSide{flex-direction:column;align-items:center;display:flex}.hero2-module__EjrchW__headingUnderline{margin-left:auto;margin-right:auto}.hero2-module__EjrchW__description{max-width:40rem}.hero2-module__EjrchW__statsContainer,.hero2-module__EjrchW__ctaContainer,.hero2-module__EjrchW__trustIndicators{justify-content:center}.hero2-module__EjrchW__statItem{text-align:center}.hero2-module__EjrchW__visualSide{margin-top:2rem}.hero2-module__EjrchW__dashboardShell{width:100%;max-width:500px;transform:none}}@media (max-width:768px){.hero2-module__EjrchW__heroSection{padding-top:calc(var(--navbar-height) + 1rem)}.hero2-module__EjrchW__mainHeading{font-size:max(2rem,min(10vw,2.5rem))}.hero2-module__EjrchW__description{font-size:1rem}.hero2-module__EjrchW__statsContainer{grid-template-columns:1fr 1fr;gap:1rem;width:100%;max-width:400px;display:grid}.hero2-module__EjrchW__statItem{padding:.5rem 1rem}.hero2-module__EjrchW__trustIndicators{text-align:center;grid-template-columns:1fr;align-items:center;gap:.75rem;display:grid}.hero2-module__EjrchW__trustItem{justify-content:center}.hero2-module__EjrchW__ctaContainer{flex-direction:column;align-items:stretch}.hero2-module__EjrchW__primaryButton,.hero2-module__EjrchW__secondaryButton{width:100%;max-width:350px;margin:0 auto}.hero2-module__EjrchW__dashboardShell{grid-template-columns:1fr;grid-template-areas:"sidebar""main";gap:1rem;padding:.75rem}.hero2-module__EjrchW__dashboardSidebar{flex-direction:row;justify-content:space-around}.hero2-module__EjrchW__sidebarNav{flex-direction:row}.hero2-module__EjrchW__widgetsGrid{grid-template-columns:1fr 1fr}.hero2-module__EjrchW__floatingWidget{width:90%;margin:.5rem auto;animation:none;position:relative;top:0;bottom:0;left:0;right:0}.hero2-module__EjrchW__visualContainer{flex-direction:column;align-items:center;display:flex;transform:none}}@media (max-width:480px){.hero2-module__EjrchW__statsContainer{grid-template-columns:1fr}.hero2-module__EjrchW__headerActions{gap:.5rem}.hero2-module__EjrchW__searchBar span{display:none}.hero2-module__EjrchW__searchBar{padding:.3rem}.hero2-module__EjrchW__widgetsGrid{grid-template-columns:1fr}}
.clients2-module__MSNtAq__clientsSection{opacity:0;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);padding:2rem 0;transition:opacity .8s ease-out,transform .8s ease-out;overflow:hidden;transform:translateY(30px)}.clients2-module__MSNtAq__clientsSection.clients2-module__MSNtAq__animate{opacity:1;transform:translateY(0)}.clients2-module__MSNtAq__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.clients2-module__MSNtAq__marqueeWrapper{min-height:70px;position:relative}.clients2-module__MSNtAq__sectionHeader{text-align:center;margin-bottom:4rem}.clients2-module__MSNtAq__badge{color:#475569;background-color:#fff;border:1px solid #e5e7eb;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.clients2-module__MSNtAq__badgeIcon{color:#f33034;width:1rem;height:1rem}.clients2-module__MSNtAq__sectionTitle{color:#0f172a;margin:0 0 1rem;font-size:max(2.25rem,min(5vw,3rem));font-weight:700;line-height:1.1}.clients2-module__MSNtAq__sectionDescription{color:#475569;max-width:35rem;margin:0 auto;font-size:1.125rem;line-height:1.6}.clients2-module__MSNtAq__logoWrapper{justify-content:center;align-items:center;padding:1rem 4rem;display:flex}.clients2-module__MSNtAq__logoImage{filter:grayscale();opacity:.6;transition:filter .3s,opacity .3s,transform .3s}.clients2-module__MSNtAq__logoWrapper:hover .clients2-module__MSNtAq__logoImage{filter:grayscale(0);opacity:1;transform:scale(1.1)}@media (max-width:768px){.clients2-module__MSNtAq__clientsSection{padding:4rem 0}.clients2-module__MSNtAq__sectionHeader{margin-bottom:3rem}.clients2-module__MSNtAq__logoWrapper{padding:1rem 2.5rem}}
.ModernServices-module__p2lU5G__servicesSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--text-color-dark:#0f172a;--text-color-medium:#475569;--bg-color-main:#fff;--bg-color-soft:#f8fafc;--bg-color-subtle:#f1f5f9;--border-color:#e5e7eb;background:linear-gradient(135deg,var(--bg-color-soft)0%,var(--bg-color-subtle)100%);padding:2rem 0;overflow:hidden}.ModernServices-module__p2lU5G__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.ModernServices-module__p2lU5G__sectionHeader{text-align:center;opacity:0;margin-bottom:3rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.ModernServices-module__p2lU5G__sectionHeader.ModernServices-module__p2lU5G__visible{opacity:1;transform:translateY(0)}.ModernServices-module__p2lU5G__badge{background-color:var(--bg-color-main);border:1px solid var(--border-color);color:var(--text-color-medium);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.ModernServices-module__p2lU5G__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.ModernServices-module__p2lU5G__mainHeading{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ModernServices-module__p2lU5G__visualHeading{color:var(--text-color-dark);margin:0 0 1rem;font-size:max(2.25rem,min(5vw,3rem));font-weight:700;line-height:1.1}.ModernServices-module__p2lU5G__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ModernServices-module__p2lU5G__sectionDescription{color:var(--text-color-medium);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.6}.ModernServices-module__p2lU5G__tabContainer{border-bottom:1px solid var(--border-color);justify-content:center;gap:30px;margin-bottom:4rem;display:flex}.ModernServices-module__p2lU5G__tabButton{color:var(--text-color-medium);white-space:nowrap;background:0 0;border:none;padding:0 .5rem 1rem;font-size:1rem;font-weight:600;transition:color .3s;position:relative}.ModernServices-module__p2lU5G__tabButton:after{content:"";background:var(--primary-color-main);height:2px;transition:left .3s ease-out,right .3s ease-out;position:absolute;bottom:-1px;left:50%;right:50%}.ModernServices-module__p2lU5G__tabButton:hover{color:var(--text-color-dark)}.ModernServices-module__p2lU5G__tabButton:hover:after{left:0;right:0}.ModernServices-module__p2lU5G__tabButton[data-active=true]{color:var(--primary-color-main)}.ModernServices-module__p2lU5G__tabButton[data-active=true]:after{left:0;right:0}.ModernServices-module__p2lU5G__contentContainer{position:relative}.ModernServices-module__p2lU5G__servicePanel{opacity:0;animation:.5s ease-out forwards ModernServices-module__p2lU5G__contentFadeIn;display:none}.ModernServices-module__p2lU5G__servicePanel[data-active=true]{display:block}.ModernServices-module__p2lU5G__serviceContentHeader{text-align:center;max-width:45rem;margin-bottom:3rem;margin-left:auto;margin-right:auto}.ModernServices-module__p2lU5G__contentTitle{color:var(--text-color-dark);margin-bottom:1.5rem;font-size:2rem;font-weight:700}.ModernServices-module__p2lU5G__contentDescription{color:var(--text-color-medium);font-size:1.125rem;line-height:1.7}.ModernServices-module__p2lU5G__featuresGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:0 0 3rem;padding:0;list-style:none;display:grid}.ModernServices-module__p2lU5G__featureCard{background:var(--bg-color-main);border:1px solid var(--border-color);border-radius:1rem;align-items:flex-start;gap:1.5rem;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 12px rgba(0,0,0,.03)}.ModernServices-module__p2lU5G__featureCard:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.07)}.ModernServices-module__p2lU5G__featureIconWrapper{width:3rem;height:3rem;color:var(--primary-color-main);background-color:rgba(243,48,52,.1);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ModernServices-module__p2lU5G__featureIcon{width:1.5rem;height:1.5rem}.ModernServices-module__p2lU5G__featureTitle{color:var(--text-color-dark);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.ModernServices-module__p2lU5G__featureDescription{color:var(--text-color-medium);font-size:.9rem;line-height:1.6}.ModernServices-module__p2lU5G__ctaWrapper{text-align:center}.ModernServices-module__p2lU5G__primaryButton{background:var(--primary-color-main);color:#fff;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:600;transition:all .3s;display:inline-flex}.ModernServices-module__p2lU5G__primaryButton:hover{background:var(--primary-color-dark);transform:translateY(-2px);box-shadow:0 4px 15px rgba(243,48,52,.3)}.ModernServices-module__p2lU5G__statsGrid{border-top:1px solid var(--border-color);opacity:0;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:5rem;padding-top:4rem;transition:opacity .6s .2s,transform .6s .2s;display:grid;transform:translateY(20px)}.ModernServices-module__p2lU5G__statsGrid.ModernServices-module__p2lU5G__visible{opacity:1;transform:translateY(0)}.ModernServices-module__p2lU5G__statCard{background:var(--bg-color-main);text-align:center;border:1px solid var(--border-color);border-radius:1rem;padding:2rem}.ModernServices-module__p2lU5G__statNumber{color:var(--primary-color-main);margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:block}.ModernServices-module__p2lU5G__statLabel{color:var(--text-color-medium);font-size:1rem;font-weight:500}@keyframes ModernServices-module__p2lU5G__contentFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.ModernServices-module__p2lU5G__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ModernServices-module__p2lU5G__servicesSection{padding:4rem 0}.ModernServices-module__p2lU5G__featuresGrid{grid-template-columns:1fr}.ModernServices-module__p2lU5G__statsGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:4rem;padding-top:3rem}.ModernServices-module__p2lU5G__tabContainer{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;overflow-x:auto}.ModernServices-module__p2lU5G__tabContainer::-webkit-scrollbar{display:none}.ModernServices-module__p2lU5G__tabButton{flex-shrink:0;padding:0 1.25rem 1rem;font-size:.9rem}}@media (max-width:480px){.ModernServices-module__p2lU5G__statsGrid{grid-template-columns:1fr}}.ModernServices-module__p2lU5G__visuallyHidden{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.about2-module__tLQRTa__aboutSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--text-color-dark:#0f172a;--text-color-medium:#475569;--text-color-light:#f8fafc;--bg-color-main:#fff;--bg-color-soft:#f8fafc;--border-color:#e5e7eb;--transition-speed:.4s;background:var(--bg-color-soft);padding:2rem 0;overflow:hidden}.about2-module__tLQRTa__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.about2-module__tLQRTa__sectionHeader{text-align:center;opacity:0;margin-bottom:4rem;transition:opacity .6s .2s,transform .6s .2s;transform:translateY(20px)}.about2-module__tLQRTa__sectionHeader.about2-module__tLQRTa__visible{opacity:1;transform:translateY(0)}.about2-module__tLQRTa__badge{background-color:var(--bg-color-main);border:1px solid var(--border-color);color:var(--text-color-medium);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.about2-module__tLQRTa__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.about2-module__tLQRTa__sectionTitle{color:var(--text-color-dark);margin:0 0 1rem;font-size:max(2.25rem,min(5vw,3rem));font-weight:700;line-height:1.1}.about2-module__tLQRTa__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about2-module__tLQRTa__sectionDescription{color:var(--text-color-medium);max-width:35rem;margin:0 auto;font-size:1.125rem;line-height:1.6}.about2-module__tLQRTa__cardGrid{grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;display:grid}.about2-module__tLQRTa__card{border-radius:1.5rem;flex-direction:column;min-height:600px;padding:3rem;transition:box-shadow .3s;display:flex;box-shadow:0 10px 25px -5px rgba(0,0,0,.05)}.about2-module__tLQRTa__servicesCard{background:var(--bg-color-main);transform-style:preserve-3d;will-change:transform;transform:perspective(1000px)rotateX(var(--rotate-x,0))rotateY(var(--rotate-y,0));transition:transform .2s ease-out,box-shadow .3s;position:relative;overflow:hidden}@media (hover:hover) and (pointer:fine){.about2-module__tLQRTa__servicesCard:hover{box-shadow:0 20px 40px -10px rgba(0,0,0,.1)}}.about2-module__tLQRTa__servicesCard:after{content:"";pointer-events:none;background:radial-gradient(circle,rgba(243,48,52,.08) 0%,transparent 70%);width:100%;height:100%;position:absolute;bottom:-50%;left:0}.about2-module__tLQRTa__serviceSubtitle{color:var(--text-color-medium);margin:0 0 2.5rem;font-size:1.125rem}.about2-module__tLQRTa__serviceFeatures{flex-direction:column;gap:2rem;display:flex}.about2-module__tLQRTa__feature{align-items:flex-start;gap:1rem;display:flex}.about2-module__tLQRTa__featureIcon{width:3rem;height:3rem;color:var(--primary-color-main);background:rgba(243,48,52,.08);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about2-module__tLQRTa__featureIcon svg{width:1.5rem;height:1.5rem}.about2-module__tLQRTa__feature h4{color:var(--text-color-dark);margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.about2-module__tLQRTa__feature p{color:var(--text-color-medium);margin:0;font-size:1rem;line-height:1.5}.about2-module__tLQRTa__buttonHolder{gap:1rem;margin-top:auto;padding-top:2.5rem;display:flex}.about2-module__tLQRTa__primaryButton,.about2-module__tLQRTa__secondaryButton{border:1px solid transparent;border-radius:.75rem;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.about2-module__tLQRTa__primaryButton{background:var(--primary-color-main);color:#fff;border-color:var(--primary-color-main)}.about2-module__tLQRTa__primaryButton:hover{background:var(--primary-color-dark);border-color:var(--primary-color-dark)}.about2-module__tLQRTa__secondaryButton{background:var(--bg-color-main);color:var(--text-color-medium);border-color:var(--border-color)}.about2-module__tLQRTa__secondaryButton:hover{border-color:var(--text-color-medium)}.about2-module__tLQRTa__testimonialCard{color:var(--text-color-light);justify-content:space-between;padding:3rem;position:relative;overflow:hidden}.about2-module__tLQRTa__carouselWrapper{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0}.about2-module__tLQRTa__carouselSlide{opacity:0;transition:opacity .8s ease-in-out,transform .8s ease-in-out;position:absolute;top:0;bottom:0;left:0;right:0;transform:scale(1.05)}.about2-module__tLQRTa__carouselSlide[data-active=true]{opacity:1;transform:scale(1)}.about2-module__tLQRTa__carouselOverlay{z-index:2;background:linear-gradient(rgba(17,24,39,.2) 0%,rgba(17,24,39,.7) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.about2-module__tLQRTa__testimonialContent{z-index:3;flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex;position:relative}.about2-module__tLQRTa__testimonialHeading{color:#fff;font-size:max(2.25rem,min(5vw,3rem));font-weight:700;line-height:1.1}.about2-module__tLQRTa__testimonialHeading span{display:block}.about2-module__tLQRTa__testimonialBody{-webkit-backdrop-filter:blur(10px);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem}.about2-module__tLQRTa__rating{color:#facc15;gap:.25rem;margin-bottom:1.5rem;display:flex}.about2-module__tLQRTa__starIcon{fill:none;stroke:currentColor;stroke-width:1.5px;width:1.25rem;height:1.25rem}.about2-module__tLQRTa__starIcon[data-filled=true]{fill:currentColor}.about2-module__tLQRTa__testimonialBody blockquote{margin-bottom:1.5rem;margin-left:0;font-size:1.125rem;line-height:1.6}.about2-module__tLQRTa__testimonialBody cite{color:rgba(255,255,255,.8);font-size:1rem;font-style:normal}.about2-module__tLQRTa__statsGrid{opacity:0;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem;transition:opacity .6s .2s,transform .6s .2s;display:grid;transform:translateY(20px)}.about2-module__tLQRTa__statsGrid.about2-module__tLQRTa__visible{opacity:1;transform:translateY(0)}.about2-module__tLQRTa__statCard{background:var(--bg-color-main);text-align:center;border:1px solid var(--border-color);border-radius:1rem;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.03)}.about2-module__tLQRTa__statNumber{color:var(--primary-color-main);margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:block}.about2-module__tLQRTa__statLabel{color:var(--text-color-medium);font-size:1rem;font-weight:500}@media (max-width:900px){.about2-module__tLQRTa__cardGrid{grid-template-columns:1fr}.about2-module__tLQRTa__card{min-height:auto}.about2-module__tLQRTa__testimonialCard{min-height:550px}}@media (max-width:768px){.about2-module__tLQRTa__aboutSection{padding:4rem 0}.about2-module__tLQRTa__card{padding:2rem}.about2-module__tLQRTa__testimonialCard{min-height:500px;padding:2rem}.about2-module__tLQRTa__buttonHolder{flex-direction:column}.about2-module__tLQRTa__statsGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:4rem;padding-top:3rem}}@media (max-width:480px){.about2-module__tLQRTa__statsGrid{grid-template-columns:1fr}}
.CaseStudies-module__otyv4G__caseStudiesSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--text-color-dark:#0f172a;--text-color-medium:#475569;--bg-color-main:#fff;--bg-color-soft:#f8fafc;--bg-color-subtle:#f1f5f9;--border-color:#e5e7eb;background:var(--bg-color-main);padding:2rem 0;overflow:hidden}.CaseStudies-module__otyv4G__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.CaseStudies-module__otyv4G__sectionHeader{text-align:center;opacity:0;margin-bottom:4rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.CaseStudies-module__otyv4G__caseStudiesSection.CaseStudies-module__otyv4G__visible .CaseStudies-module__otyv4G__sectionHeader{opacity:1;transform:translateY(0)}.CaseStudies-module__otyv4G__badge{background-color:var(--bg-color-soft);border:1px solid var(--border-color);color:var(--text-color-medium);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.CaseStudies-module__otyv4G__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.CaseStudies-module__otyv4G__sectionTitle{color:var(--text-color-dark);margin:0 0 1rem;font-size:max(2.25rem,min(5vw,3rem));font-weight:700;line-height:1.2}.CaseStudies-module__otyv4G__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CaseStudies-module__otyv4G__sectionDescription{color:var(--text-color-medium);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.6}.CaseStudies-module__otyv4G__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.CaseStudies-module__otyv4G__card{background:var(--bg-color-main);border:1px solid var(--border-color);opacity:0;border-radius:1rem;flex-direction:column;text-decoration:none;transition:opacity .5s,transform .5s;display:flex;overflow:hidden;transform:translateY(20px);box-shadow:0 4px 12px rgba(0,0,0,.03)}.CaseStudies-module__otyv4G__caseStudiesSection.CaseStudies-module__otyv4G__visible .CaseStudies-module__otyv4G__card{opacity:1;transform:translateY(0)}.CaseStudies-module__otyv4G__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.CaseStudies-module__otyv4G__imageContainer{aspect-ratio:16/10;width:100%;position:relative}.CaseStudies-module__otyv4G__cardImage{object-fit:cover;transition:transform .4s}.CaseStudies-module__otyv4G__card:hover .CaseStudies-module__otyv4G__cardImage{transform:scale(1.05)}.CaseStudies-module__otyv4G__cardContent{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.CaseStudies-module__otyv4G__category{color:var(--primary-color-main);background-color:rgba(243,48,52,.1);border-radius:6px;width:max-content;margin-bottom:1rem;padding:1rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.CaseStudies-module__otyv4G__cardTitle{color:var(--text-color-dark);margin:0 0 .75rem;font-size:1.25rem;font-weight:600;line-height:1.3}.CaseStudies-module__otyv4G__cardDescription{color:var(--text-color-medium);flex-grow:1;font-size:.95rem;line-height:1.6}.CaseStudies-module__otyv4G__readMoreLink{color:var(--primary-color-main);align-items:center;gap:.5rem;margin-top:1.5rem;font-weight:600;transition:gap .3s;display:inline-flex}.CaseStudies-module__otyv4G__card:hover .CaseStudies-module__otyv4G__readMoreLink{gap:.75rem}.CaseStudies-module__otyv4G__buttonHolder{justify-content:center;gap:1rem;margin-top:auto;padding-top:2.5rem;display:flex}.CaseStudies-module__otyv4G__primaryButton{color:#fff;cursor:pointer;background:var(--primary-color-main);border:none;border-color:var(--primary-color-main);border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:600;transition:all .3s;display:inline-flex}.CaseStudies-module__otyv4G__primaryButton:hover{background:var(--primary-color-dark);border-color:var(--primary-color-dark)}@media (max-width:1024px){.CaseStudies-module__otyv4G__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.CaseStudies-module__otyv4G__caseStudiesSection{padding:4rem 0}.CaseStudies-module__otyv4G__grid{grid-template-columns:1fr}}
.booking-module__BgmQCG__bookNowSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--text-color-dark:#0f172a;--text-color-medium:#475569;--bg-color-main:#fff;--bg-color-soft:#f8fafc;--bg-color-subtle:#f1f5f9;--border-color:#e5e7eb;background:linear-gradient(135deg,var(--bg-color-soft)0%,var(--bg-color-subtle)100%);padding:2rem 0;overflow:hidden}.booking-module__BgmQCG__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.booking-module__BgmQCG__sectionHeader{text-align:center;opacity:0;margin-bottom:4rem;transition:opacity .6s,transform .6s;transform:translateY(20px)}.booking-module__BgmQCG__bookNowSection.booking-module__BgmQCG__visible .booking-module__BgmQCG__sectionHeader{opacity:1;transform:translateY(0)}.booking-module__BgmQCG__badge{background-color:var(--bg-color-main);border:1px solid var(--border-color);color:var(--text-color-medium);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.booking-module__BgmQCG__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.booking-module__BgmQCG__sectionTitle{color:var(--text-color-dark);margin:0 0 1rem;font-size:max(2.25rem,min(5vw,3rem));font-weight:700;line-height:1.2}.booking-module__BgmQCG__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.booking-module__BgmQCG__sectionDescription{color:var(--text-color-medium);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.6}.booking-module__BgmQCG__bookNowGrid{opacity:0;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;transition:opacity .6s .1s,transform .6s .1s;display:grid;transform:translateY(20px)}.booking-module__BgmQCG__bookNowSection.booking-module__BgmQCG__visible .booking-module__BgmQCG__bookNowGrid{opacity:1;transform:translateY(0)}.booking-module__BgmQCG__benefitsList{flex-direction:column;gap:1rem;margin:0 0 2.5rem;padding:0;list-style:none;display:flex}.booking-module__BgmQCG__benefitsList li{color:var(--text-color-medium);align-items:center;gap:.75rem;font-weight:500;display:flex}.booking-module__BgmQCG__checkIcon{width:1.25rem;height:1.25rem;color:var(--primary-color-main)}.booking-module__BgmQCG__bookButton{background:var(--primary-color-main);color:#fff;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px rgba(243,48,52,.3)}.booking-module__BgmQCG__bookButton:hover{background:var(--primary-color-dark);transform:translateY(-3px);box-shadow:0 8px 25px rgba(243,48,52,.4)}.booking-module__BgmQCG__imageContainer{border-radius:1.5rem;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px rgba(0,0,0,.15)}.booking-module__BgmQCG__bookingImage{width:100%;height:auto;display:block}@media (max-width:900px){.booking-module__BgmQCG__bookNowGrid{grid-template-columns:1fr;gap:3rem}.booking-module__BgmQCG__textSide{text-align:center}.booking-module__BgmQCG__benefitsList{flex-direction:column;align-items:flex-start;display:inline-flex}.booking-module__BgmQCG__visualSide{order:-1}}@media (max-width:768px){.booking-module__BgmQCG__bookNowSection{padding:4rem 0}}
.BookNow-module___Kv30a__bookNowPage{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--text-color-dark:#111827;--text-color-medium:#4b5563;--bg-color-main:#fff;--bg-color-soft:#f8fafc;--bg-color-subtle:#f1f5f9;--border-color:#e5e7eb;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif}.BookNow-module___Kv30a__bookNowPage *,.BookNow-module___Kv30a__bookNowPage :before,.BookNow-module___Kv30a__bookNowPage :after{box-sizing:border-box}.BookNow-module___Kv30a__heroSection{text-align:center;background:linear-gradient(135deg,var(--bg-color-soft)0%,var(--bg-color-subtle)100%);padding:8rem 1.5rem 6rem}.BookNow-module___Kv30a__heroContent{max-width:50rem;margin:0 auto}.BookNow-module___Kv30a__badge{background-color:var(--bg-color-main);border:1px solid var(--border-color);color:var(--text-color-medium);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.BookNow-module___Kv30a__heroTitle{color:var(--text-color-dark);margin-bottom:1.5rem;font-size:max(2.5rem,min(5vw,4rem));font-weight:800;line-height:1.2}.BookNow-module___Kv30a__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.BookNow-module___Kv30a__heroSubtitle{color:var(--text-color-medium);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.BookNow-module___Kv30a__heroBenefits{justify-content:center;gap:2rem;margin-top:2rem;display:flex}.BookNow-module___Kv30a__benefitItem{color:var(--text-color-medium);align-items:center;gap:.5rem;font-weight:500;display:flex}.BookNow-module___Kv30a__benefitItem svg{color:var(--primary-color-main)}.BookNow-module___Kv30a__mainContentSection{background:var(--bg-color-main);opacity:0;padding:6rem 0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(20px)}.BookNow-module___Kv30a__mainContentSection.BookNow-module___Kv30a__visible{opacity:1;transform:translateY(0)}.BookNow-module___Kv30a__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.BookNow-module___Kv30a__sectionTitle{color:var(--text-color-dark);text-align:center;margin-bottom:4rem;font-size:max(2rem,min(4vw,2.5rem));font-weight:700}.BookNow-module___Kv30a__bookingGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.BookNow-module___Kv30a__bookingInfo .BookNow-module___Kv30a__sectionTitle{text-align:left;margin-bottom:2rem}.BookNow-module___Kv30a__infoText{color:var(--text-color-medium);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.BookNow-module___Kv30a__bookingWidget{background-color:var(--bg-color-soft);border:1px solid var(--border-color);border-radius:1.5rem;padding:3rem;box-shadow:0 20px 50px -10px rgba(0,0,0,.1)}.BookNow-module___Kv30a__extraInfoSection{background:var(--bg-color-soft);padding:6rem 0}.BookNow-module___Kv30a__processSection{margin-bottom:6rem}.BookNow-module___Kv30a__processGrid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.BookNow-module___Kv30a__processCard{text-align:center}.BookNow-module___Kv30a__processIcon{width:3.5rem;height:3.5rem;color:var(--primary-color-main);background-color:rgba(243,48,52,.1);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.BookNow-module___Kv30a__processCard h4{color:var(--text-color-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.BookNow-module___Kv30a__processCard p{color:var(--text-color-medium);font-size:.95rem;line-height:1.6}.BookNow-module___Kv30a__faqGrid{grid-template-columns:1fr;gap:2rem;max-width:800px;margin:0 auto;display:grid}.BookNow-module___Kv30a__faqItem{background:var(--bg-color-main);border:1px solid var(--border-color);border-radius:1rem;padding:1.5rem}.BookNow-module___Kv30a__faqItem h4{color:var(--text-color-dark);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.BookNow-module___Kv30a__faqItem p{color:var(--text-color-medium);line-height:1.6}.BookNow-module___Kv30a__stepContainer{transition:height .4s ease-in-out;position:relative}.BookNow-module___Kv30a__stepPanel{opacity:0;pointer-events:none;flex-direction:column;width:100%;transition:opacity .4s ease-in-out,transform .4s ease-in-out;display:flex;position:absolute;top:0;left:0;transform:translateY(50px)}.BookNow-module___Kv30a__calendarPanel{align-items:center}.BookNow-module___Kv30a__stepPanelActive{opacity:1;pointer-events:auto;transform:translateY(0)}.BookNow-module___Kv30a__widgetHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.BookNow-module___Kv30a__backButton{background:var(--bg-color-subtle);border:1px solid var(--border-color);color:var(--text-color-medium);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.BookNow-module___Kv30a__headerSpacer{width:36px}.BookNow-module___Kv30a__widgetTitle{font-family:var(--font-sans);color:var(--text-color-dark);text-align:center;flex-grow:1;font-size:1.5rem;font-weight:600}.BookNow-module___Kv30a__selectionSummary{color:var(--text-color-dark);background-color:var(--bg-color-main);border:1px solid var(--border-color);border-radius:.5rem;justify-content:center;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.75rem;font-size:.9rem;font-weight:500;display:flex}.BookNow-module___Kv30a__timeGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.BookNow-module___Kv30a__timeSlot{border:1px solid var(--border-color);cursor:pointer;background-color:#fff;border-radius:.5rem;padding:1rem;font-weight:500;transition:all .2s}.BookNow-module___Kv30a__detailsForm{flex-direction:column;flex-grow:1;display:flex}.BookNow-module___Kv30a__formGroup{margin-bottom:1.5rem}.BookNow-module___Kv30a__formGroup label{color:var(--text-color-medium);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:flex}.BookNow-module___Kv30a__formGroup input{border:1px solid var(--border-color);background-color:var(--bg-color-main);border-radius:.75rem;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.BookNow-module___Kv30a__submitButton{background-color:var(--primary-color-main);color:#fff;cursor:pointer;border:none;border-radius:.75rem;width:100%;margin-top:auto;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.BookNow-module___Kv30a__confirmationScreen{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:auto;display:flex}.BookNow-module___Kv30a__confirmationIcon{color:var(--primary-color-main);margin-bottom:1.5rem}.BookNow-module___Kv30a__errorMessage{text-align:center;color:#ef4444;background-color:#fee2e2;border:1px solid #fca5a5;border-radius:.5rem;margin-top:1rem;padding:.75rem;font-size:.875rem}.BookNow-module___Kv30a__calendar{max-width:100%;margin:1rem 0 0!important}.rdp{--rdp-font-family:var(--font-sans);font-size:1rem;--rdp-accent-color:var(--primary-color-main)!important;--rdp-background-color:#ffebee!important}.rdp-day{width:2.5rem;height:2.5rem;border-radius:50%!important}.rdp-day_selected{color:#fff!important;font-weight:700!important}.rdp-day_today{border:1px solid var(--primary-color-main);color:var(--primary-color-main)!important;background-color:transparent!important;font-weight:700!important}.rdp-day_disabled{opacity:.3}.rdp-head_cell{color:var(--text-color-medium)!important;font-size:.875rem!important;font-weight:600!important}.rdp-day:not(.rdp-day_disabled):hover{background-color:var(--bg-color-subtle)!important}@media (max-width:900px){.BookNow-module___Kv30a__bookingGrid{grid-template-columns:1fr}.BookNow-module___Kv30a__bookingInfo,.BookNow-module___Kv30a__bookingInfo .BookNow-module___Kv30a__sectionTitle{text-align:center}}@media (max-width:768px){.BookNow-module___Kv30a__mainContentSection,.BookNow-module___Kv30a__extraInfoSection{padding:4rem 0}.BookNow-module___Kv30a__heroTitle{font-size:2.25rem}.BookNow-module___Kv30a__heroSubtitle,.BookNow-module___Kv30a__infoText{font-size:1rem}.BookNow-module___Kv30a__heroBenefits{flex-direction:column;align-items:center;gap:1rem}.BookNow-module___Kv30a__bookingWidget{padding:2rem 1.5rem}.BookNow-module___Kv30a__widgetTitle,.BookNow-module___Kv30a__bookingInfo .BookNow-module___Kv30a__sectionTitle,.BookNow-module___Kv30a__sectionTitle{font-size:1.75rem}.BookNow-module___Kv30a__timeGrid,.BookNow-module___Kv30a__processGrid{grid-template-columns:1fr}.rdp{font-size:.875rem}.rdp-day{width:2.2rem;height:2.2rem}}
.development-module__SnQaxa__container{color:#fff;background:linear-gradient(135deg,#1a202c 0%,#2d3748 50%,#1a202c 100%);min-height:100vh;font-family:Helvetica;position:relative;overflow:hidden}.development-module__SnQaxa__backgroundElements{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.development-module__SnQaxa__bgShape1{filter:blur(3rem);background:linear-gradient(90deg,rgba(239,68,68,.05),rgba(249,115,22,.05));border-radius:50%;width:18rem;height:18rem;animation:3s ease-in-out infinite development-module__SnQaxa__pulse;position:absolute;top:5rem;left:5rem}.development-module__SnQaxa__bgShape2{filter:blur(3rem);background:linear-gradient(270deg,rgba(248,113,113,.05),rgba(236,72,153,.05));border-radius:50%;width:24rem;height:24rem;animation:3s ease-in-out 1s infinite development-module__SnQaxa__pulse;position:absolute;bottom:5rem;right:5rem}.development-module__SnQaxa__gridPattern{opacity:.1;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:60px 60px;position:absolute;top:0;bottom:0;left:0;right:0}.development-module__SnQaxa__mainContent{z-index:10;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex;position:relative}.development-module__SnQaxa__contentWrapper{text-align:center;max-width:80rem;margin:0 auto}.development-module__SnQaxa__headerSection{margin-bottom:4rem}.development-module__SnQaxa__logoContainer{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background:linear-gradient(135deg,rgba(30,41,59,.8),rgba(55,65,81,.8));border:1px solid rgba(71,85,105,.3);border-radius:1.5rem;justify-content:center;align-items:center;width:6rem;height:6rem;margin-bottom:2rem;display:inline-flex;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.development-module__SnQaxa__logoIcon{color:#f87171;width:3rem;height:3rem}.development-module__SnQaxa__brandSection{margin-bottom:1.5rem}.development-module__SnQaxa__brandTitle{color:transparent;background:linear-gradient(90deg,#fff,#f3f4f6,#e5e7eb);-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.25rem;font-weight:700}.development-module__SnQaxa__brandSubtitle{color:#d1d5db;font-size:1.25rem;font-weight:500}.development-module__SnQaxa__upgradeSection{margin-bottom:2rem}.development-module__SnQaxa__upgradeTitle{color:#fff;margin-bottom:1rem;font-size:1.875rem;font-weight:700}.development-module__SnQaxa__upgradeDescription{color:#d1d5db;max-width:32rem;margin:0 auto;font-size:1.125rem;line-height:1.625}.development-module__SnQaxa__statusBadge{color:#f87171;background:linear-gradient(90deg,rgba(239,68,68,.2),rgba(249,115,22,.2));border:1px solid rgba(239,68,68,.3);border-radius:9999px;align-items:center;padding:.75rem 1.5rem;font-weight:500;display:inline-flex}.development-module__SnQaxa__statusIcon{width:1.25rem;height:1.25rem;margin-right:.5rem}.development-module__SnQaxa__launchDateCard{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:rgba(30,41,59,.4);border:1px solid rgba(71,85,105,.3);border-radius:1rem;margin-bottom:2rem;padding:1.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.development-module__SnQaxa__launchDateHeader{justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.development-module__SnQaxa__calendarIcon{color:#f87171;width:1.25rem;height:1.25rem;margin-right:.75rem}.development-module__SnQaxa__launchDateLabel{color:#d1d5db;font-weight:500}.development-module__SnQaxa__launchDateText{color:#fff;font-size:1.25rem;font-weight:700}.development-module__SnQaxa__countdownCard{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:rgba(30,41,59,.4);border:1px solid rgba(71,85,105,.3);border-radius:1rem;margin-bottom:3rem;padding:2rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.development-module__SnQaxa__countdownHeader{justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.development-module__SnQaxa__clockIcon{color:#f87171;width:1.5rem;height:1.5rem;margin-right:.75rem}.development-module__SnQaxa__countdownLabel{color:#d1d5db;font-size:1.125rem;font-weight:500}.development-module__SnQaxa__countdownGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.development-module__SnQaxa__countdownItem{background:linear-gradient(135deg,rgba(51,65,85,.5),rgba(30,41,59,.5));border:1px solid rgba(71,85,105,.4);border-radius:.75rem;padding:1rem;transition:all .3s}.development-module__SnQaxa__countdownItem:hover{border-color:rgba(248,113,113,.4);transform:scale(1.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.development-module__SnQaxa__countdownValue{color:#fff;margin-bottom:.25rem;font-family:Courier New,monospace;font-size:1.875rem;font-weight:700}.development-module__SnQaxa__countdownUnit{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.development-module__SnQaxa__featuresGrid{grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.development-module__SnQaxa__featureCard{-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background:rgba(30,41,59,.3);border:1px solid rgba(71,85,105,.3);border-radius:.75rem;padding:1.5rem;transition:all .3s}.development-module__SnQaxa__featureCard:hover{background:rgba(30,41,59,.5)}.development-module__SnQaxa__featureIcon{color:#f87171;justify-content:center;margin-bottom:1rem;transition:transform .3s;display:flex}.development-module__SnQaxa__featureCard:hover .development-module__SnQaxa__featureIcon{transform:scale(1.1)}.development-module__SnQaxa__featureTitle{color:#fff;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.development-module__SnQaxa__featureDescription{color:#9ca3af;font-size:.875rem;line-height:1.625}.development-module__SnQaxa__newsletterSection{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:linear-gradient(90deg,rgba(30,41,59,.5),rgba(51,65,85,.5),rgba(30,41,59,.5));border:1px solid rgba(71,85,105,.3);border-radius:1rem;margin-bottom:2rem;padding:2rem}.development-module__SnQaxa__newsletterTitle{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.development-module__SnQaxa__newsletterDescription{color:#d1d5db;max-width:32rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.development-module__SnQaxa__newsletterForm{flex-direction:column;gap:1rem;max-width:32rem;margin:0 auto;display:flex}.development-module__SnQaxa__inputContainer{flex:1;position:relative}.development-module__SnQaxa__mailIcon{color:#9ca3af;width:1.25rem;height:1.25rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.development-module__SnQaxa__emailInput{color:#fff;box-sizing:border-box;background:rgba(51,65,85,.5);border:1px solid rgba(71,85,105,.5);border-radius:.75rem;width:100%;padding:1rem 1rem 1rem 3rem;transition:all .3s}.development-module__SnQaxa__emailInput::placeholder{color:#9ca3af}.development-module__SnQaxa__emailInput:focus{border-color:#f87171;outline:none;box-shadow:0 0 0 2px rgba(248,113,113,.2)}.development-module__SnQaxa__notifyButton{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ef4444,#dc2626);border:none;border-radius:.75rem;justify-content:center;align-items:center;padding:1rem 2rem;font-weight:600;transition:all .3s;display:flex}.development-module__SnQaxa__notifyButton:hover{background:linear-gradient(90deg,#dc2626,#b91c1c);transform:scale(1.05);box-shadow:0 20px 25px -5px rgba(239,68,68,.2)}.development-module__SnQaxa__arrowIcon{width:1.25rem;height:1.25rem;margin-left:.5rem;transition:transform .3s}.development-module__SnQaxa__notifyButton:hover .development-module__SnQaxa__arrowIcon{transform:translate(.25rem)}.development-module__SnQaxa__footer{text-align:center}.development-module__SnQaxa__contactText{color:#9ca3af;margin-bottom:.5rem;font-size:.875rem}.development-module__SnQaxa__copyrightText{color:#6b7280;font-size:.875rem}@media (min-width:768px){.development-module__SnQaxa__brandTitle{font-size:3.75rem}.development-module__SnQaxa__brandSubtitle{font-size:1.5rem}.development-module__SnQaxa__upgradeTitle{font-size:2.25rem}.development-module__SnQaxa__countdownGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.development-module__SnQaxa__countdownItem{padding:1.5rem}.development-module__SnQaxa__countdownValue{font-size:2.25rem}.development-module__SnQaxa__featuresGrid{grid-template-columns:repeat(3,1fr)}.development-module__SnQaxa__newsletterForm{flex-direction:row}}@keyframes development-module__SnQaxa__pulse{0%,to{opacity:1}50%{opacity:.5}}.development-module__SnQaxa__container{opacity:1;width:100%;min-height:100vh;transition:opacity 1s ease-in-out;position:relative}.development-module__SnQaxa__fadeOut{opacity:0;pointer-events:none}
.contact-module__I_P8OW__contactSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--text-color-dark:#0f172a;--text-color-medium:#475569;--bg-color-main:#fff;--bg-color-soft:#f8fafc;--bg-color-subtle:#f1f5f9;--border-color:#e5e7eb;background:linear-gradient(135deg,var(--bg-color-soft)0%,var(--bg-color-subtle)100%);opacity:0;padding:6rem 0;transition:opacity .6s,transform .6s;overflow:hidden;transform:translateY(20px)}.contact-module__I_P8OW__contactSection.contact-module__I_P8OW__visible{opacity:1;transform:translateY(0)}.contact-module__I_P8OW__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.contact-module__I_P8OW__sectionHeader{text-align:center;margin-bottom:4rem}.contact-module__I_P8OW__badge{background-color:var(--bg-color-main);border:1px solid var(--border-color);color:var(--text-color-medium);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.contact-module__I_P8OW__badgeIcon{width:1rem;height:1rem;color:var(--primary-color-main)}.contact-module__I_P8OW__sectionTitle{color:var(--text-color-dark);margin:0 0 1rem;font-size:max(2.25rem,min(5vw,3.5rem));font-weight:700;line-height:1.2}.contact-module__I_P8OW__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-module__I_P8OW__sectionDescription{color:var(--text-color-medium);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.6}.contact-module__I_P8OW__contactGrid{grid-template-columns:1.1fr 1fr;align-items:center;gap:4rem;display:grid}.contact-module__I_P8OW__leftContent{flex-direction:column;display:flex}.contact-module__I_P8OW__contactInfo{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.contact-module__I_P8OW__contactItem{background-color:var(--bg-color-main);border:1px solid var(--border-color);border-radius:.75rem;align-items:center;gap:1.5rem;padding:1rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.contact-module__I_P8OW__contactItem:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgba(0,0,0,.05)}.contact-module__I_P8OW__contactIconWrapper{width:2.5rem;height:2.5rem;color:var(--primary-color-main);background-color:rgba(243,48,52,.1);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-module__I_P8OW__contactIcon{width:1.25rem;height:1.25rem}.contact-module__I_P8OW__label{color:var(--text-color-dark);font-size:.9rem;font-weight:600;display:block}.contact-module__I_P8OW__value{color:var(--text-color-medium);font-size:1rem}.contact-module__I_P8OW__mapContainer{aspect-ratio:16/9;border-radius:1rem;width:100%;overflow:hidden;box-shadow:0 10px 20px rgba(0,0,0,.07)}.contact-module__I_P8OW__map{border:none;width:100%;height:100%}.contact-module__I_P8OW__rightContent{width:100%;height:100%}.contact-module__I_P8OW__imageContainer{border-radius:1.5rem;width:100%;height:100%;min-height:500px;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px rgba(0,0,0,.15)}.contact-module__I_P8OW__officeImage{object-fit:cover}@media (max-width:900px){.contact-module__I_P8OW__contactGrid{grid-template-columns:1fr;gap:3.5rem}.contact-module__I_P8OW__imageContainer{aspect-ratio:4/3;min-height:auto}}@media (max-width:768px){.contact-module__I_P8OW__contactSection{padding:4rem 0}}
.About-module__vlCJNG__aboutPage,.About-module__vlCJNG__mainContentSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--text-color-dark:#0f172a;--text-color-medium:#475569;--bg-color-main:#fff;--bg-color-soft:#f8fafc;--bg-color-subtle:#f1f5f9;--border-color:#e5e7eb}.About-module__vlCJNG__heroSection{text-align:center;background:linear-gradient(135deg,var(--bg-color-soft)0%,var(--bg-color-subtle)100%);padding:8rem 1.5rem 6rem;position:relative}.About-module__vlCJNG__heroContent{max-width:50rem;margin:0 auto}.About-module__vlCJNG__badge{background-color:var(--bg-color-main);border:1px solid var(--border-color);color:var(--text-color-medium);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.About-module__vlCJNG__heroTitle{color:var(--text-color-dark);margin-bottom:1.5rem;font-size:max(2.5rem,min(5vw,4rem));font-weight:800;line-height:1.2}.About-module__vlCJNG__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.About-module__vlCJNG__heroSubtitle{color:var(--text-color-medium);font-size:1.25rem;line-height:1.7}.About-module__vlCJNG__mainContentSection{background:var(--bg-color-main);opacity:0;padding:6rem 0;transition:opacity .8s,transform .8s;transform:translateY(20px)}.About-module__vlCJNG__mainContentSection.About-module__vlCJNG__visible{opacity:1;transform:translateY(0)}.About-module__vlCJNG__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.About-module__vlCJNG__sectionTitle{color:var(--text-color-dark);text-align:center;margin-bottom:4rem;font-size:max(2rem,min(4vw,2.5rem));font-weight:700}.About-module__vlCJNG__missionVision{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:6rem;display:grid}.About-module__vlCJNG__missionCard,.About-module__vlCJNG__visionCard{background:var(--bg-color-soft);border:1px solid var(--border-color);border-radius:1rem;padding:2rem}.About-module__vlCJNG__missionCard h3,.About-module__vlCJNG__visionCard h3{color:var(--text-color-dark);margin-bottom:1rem;font-size:1.5rem}.About-module__vlCJNG__missionCard p,.About-module__vlCJNG__visionCard p{color:var(--text-color-medium);font-size:1rem;line-height:1.6}.About-module__vlCJNG__valuesSection{margin-bottom:6rem}.About-module__vlCJNG__valuesGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.About-module__vlCJNG__valueCard{text-align:center}.About-module__vlCJNG__valueIcon{width:3.5rem;height:3.5rem;color:var(--primary-color-main);background-color:rgba(243,48,52,.1);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.About-module__vlCJNG__valueCard h4{color:var(--text-color-dark);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.About-module__vlCJNG__valueCard p{color:var(--text-color-medium);font-size:.9rem;line-height:1.6}.About-module__vlCJNG__teamGrid{justify-content:center;gap:2rem;display:flex}.About-module__vlCJNG__teamCard{background:var(--bg-color-soft);border:1px solid var(--border-color);text-align:center;border-radius:1rem;max-width:400px;padding:2rem;transition:transform .3s,box-shadow .3s}.About-module__vlCJNG__teamCard:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.07)}.About-module__vlCJNG__teamImageContainer{width:120px;height:120px;box-shadow:0 0 0 4px var(--bg-color-main),0 0 0 5px var(--border-color);border-radius:50%;margin:0 auto 1.5rem;overflow:hidden}.About-module__vlCJNG__teamImage{object-fit:cover}.About-module__vlCJNG__teamName{color:var(--text-color-dark);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.About-module__vlCJNG__teamTitle{color:var(--primary-color-main);margin-bottom:1rem;font-size:.9rem;font-weight:500}.About-module__vlCJNG__teamBio{color:var(--text-color-medium);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.About-module__vlCJNG__socialLinks{justify-content:center;gap:1rem;display:flex}.About-module__vlCJNG__socialLinks a{color:var(--text-color-medium);transition:color .3s}.About-module__vlCJNG__socialLinks a:hover{color:var(--primary-color-main)}@media (max-width:900px){.About-module__vlCJNG__valuesGrid{grid-template-columns:1fr 1fr}.About-module__vlCJNG__teamGrid{margin:0 auto}}@media (max-width:768px){.About-module__vlCJNG__missionVision{grid-template-columns:1fr}}@media (max-width:480px){.About-module__vlCJNG__valuesGrid{grid-template-columns:1fr}}
.CaseStudies-module__2LSJcW__caseStudiesPage,.CaseStudies-module__2LSJcW__heroSection,.CaseStudies-module__2LSJcW__featuredSection,.CaseStudies-module__2LSJcW__gridSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--text-color-dark:#0f172a;--text-color-medium:#475569;--bg-color-main:#fff;--bg-color-soft:#f8fafc;--bg-color-subtle:#f1f5f9;--border-color:#e5e7eb}.CaseStudies-module__2LSJcW__container,.CaseStudies-module__2LSJcW__container2{max-width:1100px;margin:0 auto;padding:0 1.5rem}.CaseStudies-module__2LSJcW__heroSection{text-align:center;background:linear-gradient(135deg,var(--bg-color-soft)0%,var(--bg-color-subtle)100%);padding:8rem 0 6rem}.CaseStudies-module__2LSJcW__actionsContainer{justify-content:center;align-items:center;gap:30px;display:flex}.CaseStudies-module__2LSJcW__badge{background-color:var(--bg-color-main);border:1px solid var(--border-color);color:var(--text-color-medium);border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.CaseStudies-module__2LSJcW__badgeIcon{color:var(--primary-color-main)}.CaseStudies-module__2LSJcW__heroTitle{color:var(--text-color-dark);margin-bottom:1.5rem;font-size:max(2.5rem,min(5vw,4rem));font-weight:800;line-height:1.2}.CaseStudies-module__2LSJcW__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CaseStudies-module__2LSJcW__heroSubtitle{color:var(--text-color-medium);max-width:50rem;margin:0 auto;font-size:1.25rem;line-height:1.7}.CaseStudies-module__2LSJcW__backLink{color:var(--text-color-medium);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.CaseStudies-module__2LSJcW__backLink:hover{color:var(--primary-color-main)}.CaseStudies-module__2LSJcW__featuredSection{background-color:var(--bg-color-main);padding:6rem 0}.CaseStudies-module__2LSJcW__featuredCard{color:inherit;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;text-decoration:none;display:grid}.CaseStudies-module__2LSJcW__featuredImage{aspect-ratio:4/3;border-radius:1rem;position:relative;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.CaseStudies-module__2LSJcW__featuredTag{color:var(--primary-color-main);margin-bottom:1rem;font-size:.9rem;font-weight:600;display:block}.CaseStudies-module__2LSJcW__featuredTitle{color:var(--text-color-dark);margin-bottom:1.5rem;font-size:max(1.75rem,min(3vw,2.25rem));font-weight:700;line-height:1.2}.CaseStudies-module__2LSJcW__featuredDescription{color:var(--text-color-medium);font-size:1.125rem;line-height:1.7}.CaseStudies-module__2LSJcW__readMoreLink{color:var(--primary-color-main);align-items:center;gap:.5rem;margin-top:2rem;font-weight:600;transition:gap .3s;display:inline-flex}.CaseStudies-module__2LSJcW__featuredCard:hover .CaseStudies-module__2LSJcW__readMoreLink{gap:.75rem}.CaseStudies-module__2LSJcW__gridSection{background-color:var(--bg-color-soft);padding:6rem 0}.CaseStudies-module__2LSJcW__filterBar{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.CaseStudies-module__2LSJcW__filterButton{border:1px solid var(--border-color);background:var(--bg-color-main);color:var(--text-color-medium);border-radius:9999px;padding:.6rem 1.25rem;font-weight:600;transition:all .3s}.CaseStudies-module__2LSJcW__filterButton:hover{background-color:var(--bg-color-subtle);border-color:var(--text-color-medium)}.CaseStudies-module__2LSJcW__filterButton[data-active=true]{background-color:var(--primary-color-main);color:#fff;border-color:var(--primary-color-main)}.CaseStudies-module__2LSJcW__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.CaseStudies-module__2LSJcW__card{background:var(--bg-color-main);border:1px solid var(--border-color);opacity:0;border-radius:1rem;flex-direction:column;text-decoration:none;animation:.5s ease-out forwards CaseStudies-module__2LSJcW__fadeIn;display:flex;overflow:hidden;transform:scale(.95);box-shadow:0 4px 12px rgba(0,0,0,.03)}.CaseStudies-module__2LSJcW__imageContainer{aspect-ratio:16/10;width:100%;position:relative}.CaseStudies-module__2LSJcW__cardImage{object-fit:cover;transition:transform .4s}.CaseStudies-module__2LSJcW__card:hover .CaseStudies-module__2LSJcW__cardImage{transform:scale(1.05)}.CaseStudies-module__2LSJcW__cardContent{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.CaseStudies-module__2LSJcW__category{color:var(--primary-color-main);margin-bottom:1rem;font-size:.8rem;font-weight:600;display:inline-block}.CaseStudies-module__2LSJcW__cardTitle{color:var(--text-color-dark);flex-grow:1;margin:0;font-size:1.25rem;font-weight:600;line-height:1.3}.CaseStudies-module__2LSJcW__card:hover .CaseStudies-module__2LSJcW__readMoreLink{gap:.75rem}@keyframes CaseStudies-module__2LSJcW__fadeIn{to{opacity:1;transform:scale(1)}}@media (max-width:900px){.CaseStudies-module__2LSJcW__featuredCard{grid-template-columns:1fr}.CaseStudies-module__2LSJcW__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.CaseStudies-module__2LSJcW__featuredSection,.CaseStudies-module__2LSJcW__gridSection{padding:4rem 0}.CaseStudies-module__2LSJcW__grid{grid-template-columns:1fr}}
.CaseStudyDetail-module__k2MWQq__caseStudyPage{--primary-color-main:#f33034;--text-color-dark:#0f172a;--text-color-medium:#475569;--bg-color-main:#fff;--bg-color-soft:#f8fafc;--border-color:#e5e7eb;--bg-color-subtle:#f1f5f9}.CaseStudyDetail-module__k2MWQq__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.CaseStudyDetail-module__k2MWQq__sectionHeader{text-align:center;background:linear-gradient(135deg,var(--bg-color-soft)0%,var(--bg-color-subtle)100%);padding:8rem 0 4rem}.CaseStudyDetail-module__k2MWQq__backLink{color:var(--text-color-medium);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.CaseStudyDetail-module__k2MWQq__backLink:hover{color:var(--primary-color-main)}.CaseStudyDetail-module__k2MWQq__badge{background-color:var(--bg-color-main);border:1px solid var(--border-color);color:var(--text-color-medium);border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.CaseStudyDetail-module__k2MWQq__badgeIcon{color:var(--primary-color-main)}.CaseStudyDetail-module__k2MWQq__sectionTitle{text-shadow:0 2px 10px rgba(0,0,0,.05);font-size:max(2.5rem,min(5vw,4rem));font-weight:800;line-height:1.1}.CaseStudyDetail-module__k2MWQq__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CaseStudyDetail-module__k2MWQq__sectionDescription{color:var(--text-color-medium);max-width:50rem;margin:0 auto;font-size:1.25rem;line-height:1.7}.CaseStudyDetail-module__k2MWQq__mainBodySection{background-color:var(--bg-color-main);padding:5rem 0}.CaseStudyDetail-module__k2MWQq__layoutGrid{grid-template-columns:220px 1fr;align-items:flex-start;gap:4rem;display:grid}.CaseStudyDetail-module__k2MWQq__tocSidebar{z-index:200;border-right:1px solid var(--border-color);background:rgba(255,255,255,.847);position:-webkit-sticky;position:sticky;top:4rem}.CaseStudyDetail-module__k2MWQq__tocNav{position:-webkit-sticky;position:sticky;top:6rem}.CaseStudyDetail-module__k2MWQq__tocNav h4{color:var(--text-color-dark);margin-bottom:1rem;padding-left:.5rem;font-size:1rem;font-weight:600}.CaseStudyDetail-module__k2MWQq__tocNav ul{padding:0;list-style:none;position:relative}.CaseStudyDetail-module__k2MWQq__tocHighlight{top:var(--highlight-top,0);height:var(--highlight-height,0);border-left:3px solid var(--primary-color-main);z-index:1;background-color:rgba(243,48,52,.08);border-radius:0 .5rem .5rem 0;width:calc(100% + 2px);transition:top .3s cubic-bezier(.25,1,.5,1),height .3s cubic-bezier(.25,1,.5,1);position:absolute;left:0}.CaseStudyDetail-module__k2MWQq__tocNav li{z-index:2;position:relative}.CaseStudyDetail-module__k2MWQq__tocNav a{color:var(--text-color-medium);border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:color .2s ease-in-out,background-color .2s ease-in-out;display:block}.CaseStudyDetail-module__k2MWQq__tocNav a[data-active=true]{color:var(--primary-color-main);border-left:3px solid var(--primary-color-main);background-color:rgba(243,48,52,.08);border-radius:0 .5rem .5rem 0;font-weight:600;transition:top .3s cubic-bezier(.25,1,.5,1),height .3s cubic-bezier(.25,1,.5,1)}.CaseStudyDetail-module__k2MWQq__tocNav a:hover:not([data-active=true]){color:var(--text-color-dark);background-color:var(--bg-color-soft)}.CaseStudyDetail-module__k2MWQq__mainContent{min-width:0}.CaseStudyDetail-module__k2MWQq__imageContainer{aspect-ratio:16/9;border-radius:1.5rem;width:100%;margin-bottom:4rem;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px rgba(0,0,0,.1)}.CaseStudyDetail-module__k2MWQq__contentSection{margin-bottom:4rem}.CaseStudyDetail-module__k2MWQq__contentSection h3{color:var(--text-color-dark);border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:.75rem;scroll-margin-top:5rem;font-size:1.75rem;font-weight:700}.CaseStudyDetail-module__k2MWQq__contentSection p{color:var(--text-color-medium);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.CaseStudyDetail-module__k2MWQq__resultsSection h3{text-align:center}.CaseStudyDetail-module__k2MWQq__resultsSection p{text-align:center;max-width:40rem;margin-left:auto;margin-right:auto}.CaseStudyDetail-module__k2MWQq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin:2.5rem 0;display:grid}.CaseStudyDetail-module__k2MWQq__statCard{background:var(--bg-color-soft);text-align:center;border:1px solid var(--border-color);border-radius:1rem;padding:2rem 1.5rem}.CaseStudyDetail-module__k2MWQq__statIcon{color:var(--primary-color-main);width:2rem;height:2rem;margin:0 auto 1rem}.CaseStudyDetail-module__k2MWQq__statValue{color:var(--text-color-dark);font-size:2.5rem;font-weight:800;display:block}.CaseStudyDetail-module__k2MWQq__statLabel{color:var(--text-color-medium);font-size:.9rem}.CaseStudyDetail-module__k2MWQq__testimonialSection{background-color:var(--bg-color-soft);text-align:center;border-radius:1.5rem;margin-top:4rem;padding:4rem 1.5rem}.CaseStudyDetail-module__k2MWQq__testimonial p{color:var(--text-color-dark);max-width:45rem;margin:0 auto;font-size:1.5rem;font-style:italic;font-weight:500;line-height:1.7}.CaseStudyDetail-module__k2MWQq__testimonial footer{margin-top:2rem;font-style:normal}.CaseStudyDetail-module__k2MWQq__citeAuthor{color:var(--text-color-dark);font-weight:700;display:block}.CaseStudyDetail-module__k2MWQq__citeTitle{color:var(--text-color-medium);font-size:.9rem}.CaseStudyDetail-module__k2MWQq__notFound{text-align:center;padding:8rem 1.5rem}@media (max-width:900px){.CaseStudyDetail-module__k2MWQq__layoutGrid{grid-template-columns:1fr}.CaseStudyDetail-module__k2MWQq__tocSidebar{border-bottom:1px solid var(--border-color);border-right:none;border-bottom:1px solid var(--border-color);border-right:none}.CaseStudyDetail-module__k2MWQq__tocNav{position:static}.CaseStudyDetail-module__k2MWQq__tocNav ul{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.CaseStudyDetail-module__k2MWQq__tocHighlight{display:none}.CaseStudyDetail-module__k2MWQq__tocNav a{border:1px solid var(--border-color);border-radius:.5rem;flex-grow:0;flex-shrink:1;margin:0;padding:.5rem 1rem}.CaseStudyDetail-module__k2MWQq__tocNav a[data-active=true]{background-color:var(--primary-color-main);color:#fff;border-color:var(--primary-color-main);border-radius:.5rem;transform:none}}.CaseStudyDetail-module__k2MWQq__titleLink{justify-content:center;align-items:center;gap:20px;display:flex}
.Contact-module__DnfCzW__contactPage{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--text-color-dark:#0f172a;--text-color-medium:#475569;--bg-color-main:#fff;--bg-color-soft:#f8fafc;--bg-color-subtle:#f1f5f9;--border-color:#e5e7eb}.Contact-module__DnfCzW__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.Contact-module__DnfCzW__contactPage{opacity:1}.Contact-module__DnfCzW__heroSection{text-align:center;background:linear-gradient(135deg,var(--bg-color-soft)0%,var(--bg-color-subtle)100%);padding:8rem 0 6rem}.Contact-module__DnfCzW__badge{background-color:var(--bg-color-main);border:1px solid var(--border-color);color:var(--text-color-medium);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.Contact-module__DnfCzW__heroTitle{color:var(--text-color-dark);margin-bottom:1.5rem;font-size:max(2.5rem,min(5vw,4rem));font-weight:800;line-height:1.2}.Contact-module__DnfCzW__heroSubtitle{color:var(--text-color-medium);max-width:50rem;margin:0 auto;font-size:1.25rem;line-height:1.7}.Contact-module__DnfCzW__infoSection{opacity:0;background-color:var(--bg-color-main);padding:6rem 0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.Contact-module__DnfCzW__infoSection.Contact-module__DnfCzW__visible{opacity:1;transform:translateY(0)}.Contact-module__DnfCzW__infoGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.Contact-module__DnfCzW__infoCard{background-color:var(--bg-color-soft);border:1px solid var(--border-color);text-align:center;border-radius:1rem;padding:2rem;transition:transform .3s,box-shadow .3s}.Contact-module__DnfCzW__infoCard:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.07)}.Contact-module__DnfCzW__infoIcon{width:3rem;height:3rem;color:var(--primary-color-main);background-color:rgba(243,48,52,.1);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.Contact-module__DnfCzW__infoTitle{color:var(--text-color-dark);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.Contact-module__DnfCzW__infoLines{color:var(--text-color-medium);flex-direction:column;gap:.5rem;font-size:1rem;display:flex}.Contact-module__DnfCzW__infoLines a{color:inherit;text-decoration:none;transition:color .3s}.Contact-module__DnfCzW__infoLines a:hover{color:var(--primary-color-main)}.Contact-module__DnfCzW__mapContainer{aspect-ratio:21/9;border-radius:1rem;width:100%;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.07)}.Contact-module__DnfCzW__map{border:none;width:100%;height:100%}.Contact-module__DnfCzW__formSection{background-color:var(--bg-color-soft);padding:6rem 0}.Contact-module__DnfCzW__formGrid{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}.Contact-module__DnfCzW__formInfoSide{flex-direction:column;justify-content:center;display:flex}.Contact-module__DnfCzW__formTitle{color:var(--text-color-dark);margin-bottom:1.5rem;font-size:max(2rem,min(5vw,2.5rem));font-weight:700;line-height:1.2}.Contact-module__DnfCzW__formSubtitle{color:var(--text-color-medium);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7}.Contact-module__DnfCzW__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Contact-module__DnfCzW__benefitsList{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.Contact-module__DnfCzW__benefitItem{color:var(--text-color-dark);align-items:center;gap:1rem;font-size:1rem;font-weight:500;display:flex}.Contact-module__DnfCzW__benefitIcon{color:var(--primary-color-main);flex-shrink:0}.Contact-module__DnfCzW__formWrapper{background-color:var(--bg-color-main);border:1px solid var(--border-color);border-radius:1rem;padding:2.5rem;box-shadow:0 10px 30px rgba(0,0,0,.05)}.Contact-module__DnfCzW__contactForm{grid-template-columns:1fr 1fr;gap:2rem 1.5rem;display:grid}.Contact-module__DnfCzW__fullWidth{grid-column:1/-1}.Contact-module__DnfCzW__formGroup{position:relative}.Contact-module__DnfCzW__formInput,.Contact-module__DnfCzW__formTextarea{border:none;border-bottom:2px solid var(--border-color);box-sizing:border-box;background-color:transparent;width:100%;padding:1.25rem .5rem .5rem 2.5rem;font-size:1rem;transition:border-color .3s}.Contact-module__DnfCzW__formInput:focus,.Contact-module__DnfCzW__formTextarea:focus{border-color:var(--primary-color-main);outline:none}.Contact-module__DnfCzW__formTextarea{resize:vertical;padding-top:1.5rem}.Contact-module__DnfCzW__formLabel{color:var(--text-color-medium);pointer-events:none;transform-origin:0;transition:all .2s ease-out;position:absolute;top:1rem;left:2.5rem}.Contact-module__DnfCzW__formIcon{width:1.25rem;height:1.25rem;color:var(--text-color-medium);transition:color .3s;position:absolute;top:1.1rem;left:.5rem}.Contact-module__DnfCzW__formInput:focus+.Contact-module__DnfCzW__formLabel,.Contact-module__DnfCzW__formInput:not(:placeholder-shown)+.Contact-module__DnfCzW__formLabel,.Contact-module__DnfCzW__formTextarea:focus+.Contact-module__DnfCzW__formLabel,.Contact-module__DnfCzW__formTextarea:not(:placeholder-shown)+.Contact-module__DnfCzW__formLabel{color:var(--primary-color-main);transform:translateY(-.8rem)scale(.8)}.Contact-module__DnfCzW__formInput:focus~.Contact-module__DnfCzW__formIcon,.Contact-module__DnfCzW__formTextarea:focus~.Contact-module__DnfCzW__formIcon{color:var(--primary-color-main)}.Contact-module__DnfCzW__submitButton{background:var(--primary-color-main);color:#fff;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.Contact-module__DnfCzW__submitButton:hover{background:var(--primary-color-dark);transform:translateY(-2px);box-shadow:0 4px 15px rgba(243,48,52,.3)}.Contact-module__DnfCzW__desktopOnlyText{display:inline}@media (max-width:768px){.Contact-module__DnfCzW__infoSection,.Contact-module__DnfCzW__formSection{padding:4rem 0}.Contact-module__DnfCzW__infoGrid{grid-template-columns:1fr}.Contact-module__DnfCzW__formGrid{grid-template-columns:1fr;gap:3rem}.Contact-module__DnfCzW__formInfoSide{text-align:center}.Contact-module__DnfCzW__benefitsList{text-align:left;display:inline-flex}.Contact-module__DnfCzW__contactForm{grid-template-columns:1fr}.Contact-module__DnfCzW__formSubtitle{font-size:1.125rem}.Contact-module__DnfCzW__desktopOnlyText{display:none}}
.Services-module__tgVc1G__servicesPage,.Services-module__tgVc1G__heroSection,.Services-module__tgVc1G__serviceCategory,.Services-module__tgVc1G__ctaSection{--primary-color-main:#f33034;--primary-color-dark:#dc2626;--text-color-dark:#0f172a;--text-color-medium:#475569;--bg-color-main:#fff;--bg-color-soft:#f8fafc;--bg-color-subtle:#f1f5f9;--border-color:#e5e7eb}.Services-module__tgVc1G__container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.Services-module__tgVc1G__heroSection{text-align:center;background:linear-gradient(135deg,var(--bg-color-soft)0%,var(--bg-color-subtle)100%);padding:8rem 0 6rem}.Services-module__tgVc1G__badge{background-color:var(--bg-color-main);border:1px solid var(--border-color);color:var(--text-color-medium);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.Services-module__tgVc1G__heroTitle{color:var(--text-color-dark);margin-bottom:1.5rem;font-size:max(2.5rem,min(5vw,4rem));font-weight:800;line-height:1.2}.Services-module__tgVc1G__gradientText{background:linear-gradient(135deg,var(--primary-color-main)0%,var(--primary-color-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Services-module__tgVc1G__heroSubtitle{color:var(--text-color-medium);max-width:50rem;margin:0 auto;font-size:1.25rem;line-height:1.7}.Services-module__tgVc1G__serviceCategory{border-bottom:1px solid var(--border-color);opacity:1;padding:6rem 0;transition:opacity .8s,transform .8s;position:relative;transform:translateY(20px)}.Services-module__tgVc1G__servicesPage.Services-module__tgVc1G__visible .Services-module__tgVc1G__serviceCategory{opacity:1;transform:translateY(0)}.Services-module__tgVc1G__servicesPage.Services-module__tgVc1G__visible .Services-module__tgVc1G__serviceCategory:nth-child(2){transition-delay:.1s}.Services-module__tgVc1G__servicesPage.Services-module__tgVc1G__visible .Services-module__tgVc1G__serviceCategory:nth-child(3){transition-delay:.2s}.Services-module__tgVc1G__categoryHeader{z-index:2;max-width:45rem;margin-bottom:4rem;position:relative}.Services-module__tgVc1G__categoryNumber{color:var(--bg-color-subtle);top:-3rem;z-index:-1;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:6rem;font-weight:800;position:absolute}.Services-module__tgVc1G__categoryNumber:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:-2rem}.Services-module__tgVc1G__categoryNumber:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:-2rem}.Services-module__tgVc1G__categoryNumber:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:-2rem}.Services-module__tgVc1G__categoryNumber:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:-2rem}.Services-module__tgVc1G__categoryNumber:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:-2rem}.Services-module__tgVc1G__categoryNumber:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:-2rem}.Services-module__tgVc1G__categoryTitle{color:var(--text-color-dark);margin-bottom:1rem;font-size:max(2rem,min(4vw,2.5rem));font-weight:700}.Services-module__tgVc1G__categoryDescription{color:var(--text-color-medium);font-size:1.125rem;line-height:1.6}.Services-module__tgVc1G__featuresGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.Services-module__tgVc1G__featureCard{background:var(--bg-color-main);border:1px solid var(--border-color);text-align:center;border-radius:1rem;padding:2rem;transition:transform .3s,box-shadow .3s}.Services-module__tgVc1G__featureCard:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.07)}.Services-module__tgVc1G__featureIcon{color:var(--primary-color-main);width:2rem;height:2rem;margin:0 auto 1.5rem}.Services-module__tgVc1G__featureTitle{color:var(--text-color-dark);font-size:1.125rem;font-weight:600}.Services-module__tgVc1G__ctaSection{text-align:center;padding:6rem 0}.Services-module__tgVc1G__ctaTitle{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Services-module__tgVc1G__ctaSubtitle{color:var(--text-color-medium);margin-bottom:2.5rem;font-size:1.125rem}.Services-module__tgVc1G__ctaButton{background:var(--primary-color-main);color:#fff;border:none;border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px rgba(243,48,52,.3)}.Services-module__tgVc1G__ctaButton:hover{background:var(--primary-color-dark);transform:translateY(-3px);box-shadow:0 8px 25px rgba(243,48,52,.4)}
.LandingPage-module__FAbHmG__mainContent{animation:.8s ease-out forwards LandingPage-module__FAbHmG__fadeIn}@keyframes LandingPage-module__FAbHmG__fadeIn{0%{opacity:0}to{opacity:1}}
