.Header-module__KHjLKa__header{z-index:1000;background-color:#fff;padding:24px 0;position:sticky;top:0;box-shadow:0 2px 4px #0000000d}.Header-module__KHjLKa__container{max-width:100%;margin:0 auto;padding:0 64px}.Header-module__KHjLKa__headerContent{justify-content:space-between;align-items:center;gap:40px;display:flex}.Header-module__KHjLKa__logoImg{object-fit:contain;width:auto;height:63px}.Header-module__KHjLKa__navigation{flex:1;justify-content:center;display:flex}.Header-module__KHjLKa__navList{flex-wrap:wrap;align-items:center;gap:32px;list-style:none;display:flex}.Header-module__KHjLKa__navLink{color:#000;font-family:var(--font-ubuntu),sans-serif;align-items:center;gap:4px;padding-bottom:4px;font-size:14px;font-weight:700;text-decoration:none;transition:color .3s;display:flex;position:relative}.Header-module__KHjLKa__navLink:hover,.Header-module__KHjLKa__navLink.Header-module__KHjLKa__active{color:#f36e4a}.Header-module__KHjLKa__navLink.Header-module__KHjLKa__active:after{content:"";background-color:#f36e4a;width:60%;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Header-module__KHjLKa__dropdownArrow{margin-left:4px;font-size:10px;transition:transform .3s;display:inline-block}.Header-module__KHjLKa__dropdownArrowOpen{transform:rotate(180deg)}.Header-module__KHjLKa__navItemDropdown{position:relative}.Header-module__KHjLKa__dropdownMenu{z-index:1000;pointer-events:auto;background:#fff;min-width:138px;margin-top:0;padding:16px 0 12px;list-style:none;display:none;position:absolute;top:calc(100% - 4px);left:0;box-shadow:0 4px 4px #00000040}.Header-module__KHjLKa__navItemDropdown:hover .Header-module__KHjLKa__dropdownMenu,.Header-module__KHjLKa__dropdownMenu.Header-module__KHjLKa__show{display:block}.Header-module__KHjLKa__dropdownMenu li{padding:0}.Header-module__KHjLKa__dropdownMenu a{color:#000;font-family:var(--font-ubuntu),sans-serif;padding:8px 16px;font-size:12px;font-weight:500;text-decoration:none;transition:background-color .3s;display:block}.Header-module__KHjLKa__dropdownMenu a:hover{background-color:#f5f5f5}.Header-module__KHjLKa__headerCta{box-sizing:border-box;flex-shrink:0;justify-content:flex-end;align-items:center;gap:40px;width:500px;min-width:500px;min-height:48px;display:flex}.Header-module__KHjLKa__loadingPlaceholder{flex-shrink:0;justify-content:flex-end;align-items:center;gap:40px;width:500px;min-width:500px;display:flex}.Header-module__KHjLKa__loadingText{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;flex-shrink:0;width:320px;height:24px;animation:1.5s ease-in-out infinite Header-module__KHjLKa__loading}.Header-module__KHjLKa__loadingButton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:27px;flex-shrink:0;width:140px;height:48px;animation:1.5s ease-in-out infinite Header-module__KHjLKa__loading}@keyframes Header-module__KHjLKa__loading{0%{background-position:200% 0}to{background-position:-200% 0}}.Header-module__KHjLKa__loginText{font-family:var(--font-ubuntu),sans-serif;color:#000;text-align:right;white-space:nowrap;flex-shrink:0;width:320px;min-width:320px;font-size:18px}.Header-module__KHjLKa__loginText .Header-module__KHjLKa__highlight{color:#f36e4a;cursor:pointer;font-weight:700;font-family:var(--font-ubuntu),sans-serif;background:0 0;border:none;padding:0;font-size:18px;text-decoration:none;transition:color .3s}.Header-module__KHjLKa__loginText .Header-module__KHjLKa__highlight:hover{color:#e05a3a;text-decoration:none}.Header-module__KHjLKa__btnDemo{color:#fff;font-family:var(--font-ubuntu),sans-serif;cursor:pointer;white-space:nowrap;background-color:#f36e4a;border:none;border-radius:27px;padding:12px 24px;font-size:18px;font-weight:700;text-decoration:none;transition:background-color .3s;display:inline-block}.Header-module__KHjLKa__btnDemo:hover{background-color:#e05a3a}.Header-module__KHjLKa__userMenuWrapper{flex-shrink:0;position:relative}.Header-module__KHjLKa__userMenuTrigger{cursor:pointer;font-family:var(--font-ubuntu),sans-serif;color:#1a1a1a;background:#fff;border:1px solid #e8e8e8;border-radius:9999px;align-items:center;gap:10px;min-width:0;padding:6px 12px;font-size:14px;font-weight:500;transition:border-color .2s,box-shadow .2s;display:flex}.Header-module__KHjLKa__userMenuTrigger:hover{border-color:#f36e4a;box-shadow:0 2px 8px #f36e4a1f}.Header-module__KHjLKa__userMenuTrigger[aria-expanded=true]{border-color:#f36e4a;box-shadow:0 2px 12px #f36e4a2e}.Header-module__KHjLKa__userMenuAvatar{background:#f0f0f0;border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden}.Header-module__KHjLKa__userMenuAvatarImg{object-fit:cover;width:100%;height:100%}.Header-module__KHjLKa__userMenuAvatarPlaceholder{color:#666;background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;font-weight:700;display:flex}.Header-module__KHjLKa__userMenuName{text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.Header-module__KHjLKa__userMenuChevron{opacity:.7;font-size:10px;transition:transform .2s}.Header-module__KHjLKa__userMenuChevronOpen{transform:rotate(180deg)}.Header-module__KHjLKa__userMenuDropdown{z-index:1000;opacity:0;visibility:hidden;background:#fff;border:1px solid #eee;border-radius:12px;min-width:240px;padding:8px 0;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-4px);box-shadow:0 10px 40px #0000001f,0 2px 10px #00000014}.Header-module__KHjLKa__userMenuDropdownOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__KHjLKa__userMenuHeader{flex-direction:column;gap:2px;padding:12px 16px 8px;display:flex}.Header-module__KHjLKa__userMenuHeaderName{font-family:var(--font-ubuntu),sans-serif;color:#1a1a1a;font-size:14px;font-weight:600}.Header-module__KHjLKa__userMenuHeaderEmail{font-family:var(--font-karla),sans-serif;color:#666;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.Header-module__KHjLKa__userMenuDivider{background:#eee;height:1px;margin:8px 0}.Header-module__KHjLKa__userMenuLink{font-family:var(--font-karla),sans-serif;color:#333;padding:10px 16px;font-size:14px;text-decoration:none;transition:background .15s,color .15s;display:block}.Header-module__KHjLKa__userMenuLink:hover{color:#f36e4a;background:#f8f8f8}.Header-module__KHjLKa__userMenuSignOut{text-align:left;width:100%;font-family:var(--font-karla),sans-serif;color:#c0392b;cursor:pointer;background:0 0;border:none;padding:10px 16px;font-size:14px;transition:background .15s;display:block}.Header-module__KHjLKa__userMenuSignOut:hover{background:#fef5f5}@media (min-width:769px) and (max-width:1366px){.Header-module__KHjLKa__container{padding:0 48px}.Header-module__KHjLKa__header{padding:20px 0}.Header-module__KHjLKa__headerContent{flex-direction:column;align-items:center;gap:24px}.Header-module__KHjLKa__logo{order:1;justify-content:center;width:100%;display:flex}.Header-module__KHjLKa__logoImg{height:50px}.Header-module__KHjLKa__navigation{order:2;justify-content:center;width:100%}.Header-module__KHjLKa__navList{flex-wrap:wrap;justify-content:center;gap:24px}.Header-module__KHjLKa__headerCta{flex-direction:row;order:3;justify-content:center;align-items:center;gap:16px;width:100%;min-width:auto}.Header-module__KHjLKa__loadingPlaceholder{justify-content:center;width:100%;min-width:auto}.Header-module__KHjLKa__loginText{text-align:center;white-space:nowrap;width:auto;min-width:auto;margin:0;font-size:16px}.Header-module__KHjLKa__btnDemo{flex-shrink:0;width:auto;min-width:auto}.Header-module__KHjLKa__userMenuWrapper{align-self:center}.Header-module__KHjLKa__userMenuName{max-width:120px}.Header-module__KHjLKa__loadingText{flex:1;width:auto;max-width:300px}}.Header-module__KHjLKa__mobileMenuButton{cursor:pointer;z-index:1001;background:0 0;border:none;padding:8px;display:none;position:relative}.Header-module__KHjLKa__hamburger{flex-direction:column;gap:5px;width:24px;height:18px;display:flex;position:relative}.Header-module__KHjLKa__hamburger span{background-color:#000;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.Header-module__KHjLKa__hamburgerOpen span:first-child{transform:rotate(45deg)translate(7px,7px)}.Header-module__KHjLKa__hamburgerOpen span:nth-child(2){opacity:0}.Header-module__KHjLKa__hamburgerOpen span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.Header-module__KHjLKa__mobileDropdownToggle,.Header-module__KHjLKa__mobileOverlay{display:none}@media (max-width:768px){.Header-module__KHjLKa__header{padding:16px 0}.Header-module__KHjLKa__container{padding:0 24px}.Header-module__KHjLKa__headerContent{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;position:relative}.Header-module__KHjLKa__logoImg{height:40px}.Header-module__KHjLKa__mobileMenuButton{display:block}.Header-module__KHjLKa__navigation{z-index:1000;background-color:#fff;width:85%;max-width:400px;height:100vh;padding:80px 24px 24px;transition:right .3s ease-in-out;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-2px 0 10px #0000001a}.Header-module__KHjLKa__navigationOpen{right:0}.Header-module__KHjLKa__navList{flex-direction:column;align-items:flex-start;gap:0;width:100%}.Header-module__KHjLKa__navList li{border-bottom:1px solid #f0f0f0;width:100%}.Header-module__KHjLKa__navLink{cursor:pointer;justify-content:space-between;align-items:center;width:100%;padding:16px 0;font-size:16px;display:flex}.Header-module__KHjLKa__navLink .Header-module__KHjLKa__dropdownArrow{margin-left:8px;font-size:12px}.Header-module__KHjLKa__navLink.Header-module__KHjLKa__active:after{display:none}.Header-module__KHjLKa__navLink.Header-module__KHjLKa__active{color:#f36e4a;font-weight:700}.Header-module__KHjLKa__dropdownMenu{box-shadow:none;background:#f9f9f9;border-radius:0;width:100%;margin:0;padding:0;display:none;position:static}.Header-module__KHjLKa__dropdownMenu.Header-module__KHjLKa__show{display:block}.Header-module__KHjLKa__dropdownMenu li{border-bottom:1px solid #e0e0e0}.Header-module__KHjLKa__dropdownMenu a{color:#666;padding:12px 16px;font-size:14px}.Header-module__KHjLKa__dropdownMenu a:hover{color:#f36e4a;background-color:#f0f0f0}.Header-module__KHjLKa__navItemDropdown{width:100%}.Header-module__KHjLKa__headerCta{z-index:1001;box-sizing:border-box;background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px;width:100%;min-width:auto;min-height:auto;padding:16px 24px;transition:transform .3s ease-in-out;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -2px 10px #0000001a}.Header-module__KHjLKa__headerCtaMobile{transform:translateY(0)}.Header-module__KHjLKa__loadingPlaceholder{flex-direction:column;align-items:stretch;gap:12px;width:100%;min-width:auto}.Header-module__KHjLKa__loadingText{width:100%;height:20px}.Header-module__KHjLKa__loadingButton{width:100%;height:44px}.Header-module__KHjLKa__loginText{text-align:center;width:100%;min-width:auto;margin:0 0 8px;font-size:14px;display:block}.Header-module__KHjLKa__btnDemo{text-align:center;width:100%;padding:14px 20px;font-size:16px}.Header-module__KHjLKa__userMenuWrapper{width:100%}.Header-module__KHjLKa__userMenuTrigger{justify-content:center;width:100%;padding:10px 16px}.Header-module__KHjLKa__userMenuName{max-width:180px}.Header-module__KHjLKa__userMenuDropdown{width:calc(100vw - 48px);min-width:auto;max-width:360px;inset:auto 24px calc(100% + 8px);transform:translateY(4px)}.Header-module__KHjLKa__userMenuDropdownOpen{transform:translateY(0)}.Header-module__KHjLKa__mobileOverlay{z-index:999;background-color:#00000080;animation:.3s ease-in-out Header-module__KHjLKa__fadeIn;display:block;position:fixed;inset:0}@keyframes Header-module__KHjLKa__fadeIn{0%{opacity:0}to{opacity:1}}}@media (max-width:480px){.Header-module__KHjLKa__container{padding:0 16px}.Header-module__KHjLKa__logoImg{height:36px}.Header-module__KHjLKa__navigation{width:90%;padding:70px 20px 20px}.Header-module__KHjLKa__navLink{padding:14px 0;font-size:15px}.Header-module__KHjLKa__headerCta{padding:12px 16px}}
.Footer-module__yg9ahW__footer{color:#fff;background-color:#383838;padding:102px 0 0}.Footer-module__yg9ahW__container{max-width:1728px;margin:0 auto;padding:0 171px}.Footer-module__yg9ahW__footerContent{grid-template-columns:auto repeat(4,1fr);align-items:start;gap:0 60px;margin-bottom:0;padding-top:20px;display:grid}.Footer-module__yg9ahW__logoSection{align-items:flex-start;width:259px;display:flex}.Footer-module__yg9ahW__logo{object-fit:contain;width:259px;max-width:100%;height:50px}.Footer-module__yg9ahW__footerSection{flex-direction:column;gap:0;min-height:350px;display:flex}.Footer-module__yg9ahW__footerHeading{font-family:var(--font-karla),sans-serif;color:#f36e4a;text-transform:uppercase;margin:0 0 28px;font-size:20px;font-weight:700;line-height:28px}.Footer-module__yg9ahW__footerHeadingButton{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;margin-bottom:0;padding:0;display:none}.Footer-module__yg9ahW__footerHeadingMobile{font-family:var(--font-karla),sans-serif;color:#f36e4a;text-transform:uppercase;margin:0;font-size:18px;font-weight:700;line-height:24px}.Footer-module__yg9ahW__accordionIcon{color:#f36e4a;flex-shrink:0;margin-left:12px;font-size:12px;transition:transform .3s;display:none}.Footer-module__yg9ahW__accordionIconOpen{transform:rotate(180deg)}.Footer-module__yg9ahW__footerContentWrapper{transition:max-height .3s ease-in-out;overflow:visible}.Footer-module__yg9ahW__footerLinks{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.Footer-module__yg9ahW__footerLinks li{margin-bottom:0}.Footer-module__yg9ahW__footerLinks a{color:#fff;font-family:var(--font-karla),sans-serif;font-size:16px;font-weight:400;line-height:35px;text-decoration:none;transition:color .3s;display:block}.Footer-module__yg9ahW__footerLinks a:hover{color:#f36e4a}.Footer-module__yg9ahW__socialLinks{flex-direction:row;align-items:center;gap:19px;display:flex}.Footer-module__yg9ahW__socialLink{transition:opacity .3s;display:inline-block}.Footer-module__yg9ahW__socialLink:hover{opacity:.7}.Footer-module__yg9ahW__socialIcon{object-fit:contain;width:auto;height:auto}.Footer-module__yg9ahW__footerBottom{text-align:center;border-top:none;padding-top:0;padding-bottom:0;position:relative}.Footer-module__yg9ahW__copyright{font-family:var(--font-ubuntu),sans-serif;color:#fff;text-align:center;width:100%;margin:0;padding:0;font-size:14px;font-weight:400;line-height:58.682px}@media (min-width:769px) and (max-width:1440px){.Footer-module__yg9ahW__container{padding:0 48px}.Footer-module__yg9ahW__footerContent{grid-template-columns:auto repeat(4,1fr);gap:0 40px}.Footer-module__yg9ahW__logoSection{width:200px}.Footer-module__yg9ahW__logoSection .Footer-module__yg9ahW__logo{object-fit:contain;width:170px!important;height:50px!important}}@media (max-width:768px){.Footer-module__yg9ahW__footer{min-height:auto;padding:48px 0 32px}.Footer-module__yg9ahW__container{padding:0 24px}.Footer-module__yg9ahW__footerContent{grid-template-columns:1fr;gap:0;padding-top:0}.Footer-module__yg9ahW__logoSection{margin-bottom:32px}.Footer-module__yg9ahW__footerSection{border-bottom:1px solid #ffffff1a;height:auto;min-height:auto;padding:20px 0}.Footer-module__yg9ahW__footerSection:last-of-type{border-bottom:none}.Footer-module__yg9ahW__footerHeading{display:none}.Footer-module__yg9ahW__footerHeadingButton{margin-bottom:0;padding:8px 0;display:flex}.Footer-module__yg9ahW__accordionIcon{display:block}.Footer-module__yg9ahW__footerContentWrapper{max-height:0;overflow:hidden}.Footer-module__yg9ahW__footerContentOpen{max-height:1000px;padding-top:16px}.Footer-module__yg9ahW__footerLinks{gap:8px}.Footer-module__yg9ahW__footerLinks a{padding:4px 0;font-size:14px;line-height:28px}.Footer-module__yg9ahW__socialLinks{justify-content:center;gap:16px;padding:8px 0}.Footer-module__yg9ahW__footerBottom{border-top:1px solid #ffffff1a;margin-top:40px;padding-top:24px}.Footer-module__yg9ahW__copyright{font-size:12px;line-height:20px}}
