@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";
.MobileMenu-module-scss-module__Xb1W3q__closeButton{color:inherit;background:0 0;border:0;padding:0}
:root{--header-bg:#fff;--header-text-normal:#1a2b3c;--header-logo:#141c25;--header-accent:#0050cc;--header-white:#fff}.custom-header{background-color:var(--header-bg);z-index:1000;border-bottom:1px solid #1a2b3c14;align-items:center;width:100%;height:80px;font-family:Plus Jakarta Sans,sans-serif;transition:all .3s;display:flex;position:sticky;top:0;left:0;box-shadow:0 2px 10px #141c250a}.custom-header-container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.custom-header-logo{color:var(--header-logo);letter-spacing:-.8px;-webkit-user-select:none;user-select:none;align-items:center;font-size:26px;font-weight:800;text-decoration:none;transition:opacity .2s;display:flex}.custom-header-logo:hover{opacity:.85}.custom-header-nav{align-items:center;margin-right:48px;display:flex}.custom-header-nav-list{align-items:center;gap:36px;margin:0;padding:0;list-style:none;display:flex}.custom-header-link{color:var(--header-text-normal);cursor:pointer;font-family:inherit;font-size:15px;font-weight:700;line-height:inherit;text-align:left;background:0 0;border:none;padding:8px 0;text-decoration:none;transition:color .2s;position:relative}.custom-header-link:hover{color:var(--header-accent)}.custom-header-link:after{content:"";background-color:var(--header-accent);width:0;height:2px;transition:width .2s;position:absolute;bottom:0;left:0}.custom-header-link:hover:after{width:100%}.custom-header-link.active{color:var(--header-accent)}.custom-header-link.active:after{width:100%}.custom-header-btn{background-color:var(--header-accent);color:var(--header-white);white-space:nowrap;border-radius:50px;justify-content:center;align-items:center;padding:12px 30px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #0050cc33}.custom-header-btn:hover{color:var(--header-white);background-color:#0043aa;transform:translateY(-2px);box-shadow:0 6px 20px #0050cc59}.custom-header-btn:active{transform:translateY(0)}.custom-header-has-dropdown{position:relative}.custom-header-has-dropdown:hover .custom-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.custom-header-has-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-arrow{vertical-align:middle;margin-left:5px;transition:transform .25s;display:inline-block}.custom-dropdown-menu{background-color:var(--header-bg);opacity:0;visibility:hidden;z-index:1001;pointer-events:none;border:1px solid #1a2b3c14;border-radius:12px;min-width:440px;padding-top:12px;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #141c2514,0 1px 3px #141c2505}.custom-dropdown-menu:before{content:"";width:100%;height:12px;position:absolute;top:-12px;left:0}.custom-dropdown-menu-inner{flex-direction:row;gap:8px;padding:8px;display:flex}.custom-dropdown-column{flex-direction:column;flex:1;gap:4px;display:flex}.custom-dropdown-item{color:var(--header-text-normal);white-space:nowrap;text-align:left;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.custom-dropdown-item:hover{color:var(--header-accent);background-color:#0050cc0d}.custom-dropdown-item.active{color:var(--header-accent);background-color:#0050cc14}@media (max-width:1023px){.custom-header{height:70px}.custom-header-container{padding:0 20px}.custom-header-nav{display:none}.custom-header-logo{font-size:23px}.custom-header-actions{display:none}.custom-header-hamburger{display:flex!important}}.custom-header-hamburger{cursor:pointer;color:var(--header-text-normal);justify-content:center;align-items:center;width:28px;height:28px;transition:color .2s;display:none}.custom-header-hamburger:hover{color:var(--header-accent)}.custom-header-hamburger svg{width:24px;height:24px}.custom-mobile-drawer{background-color:var(--header-white);z-index:2000;visibility:hidden;pointer-events:none;flex-direction:column;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;transform:translate(100%);box-shadow:-10px 0 30px #141c250d}.custom-mobile-drawer.open{visibility:visible;pointer-events:auto;transform:translate(0)}.custom-mobile-drawer-header{border-bottom:1px solid #1a2b3c14;justify-content:space-between;align-items:center;height:80px;padding:0 24px;display:flex}.custom-mobile-drawer-close{cursor:pointer;color:var(--header-text-normal);justify-content:center;align-items:center;width:28px;height:28px;transition:color .2s;display:flex}.custom-mobile-drawer-close:hover{color:var(--header-accent)}.custom-mobile-drawer-close svg{width:24px;height:24px}.custom-mobile-drawer-body{flex:1;padding:30px 24px;overflow-y:auto}.custom-mobile-nav-list{flex-direction:column;gap:20px;margin:0;padding:0;list-style:none;display:flex}.custom-mobile-nav-item{border-bottom:1px solid #1a2b3c0d;flex-direction:column;padding-bottom:15px;display:flex}.custom-mobile-nav-item:last-child{border-bottom:none}.custom-mobile-nav-link-wrapper{cursor:pointer;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.custom-mobile-nav-link{color:var(--header-text-normal);font-size:24px;font-weight:700;text-decoration:none;transition:color .2s}.custom-mobile-nav-link:hover{color:var(--header-accent)}.custom-mobile-nav-link-wrapper .submenu-arrow{color:var(--header-text-normal);width:18px;height:18px;transition:transform .25s}.custom-mobile-nav-link-wrapper.open .submenu-arrow{transform:rotate(180deg)}.custom-mobile-submenu{flex-direction:column;gap:12px;max-height:0;margin:0;padding:0 0 0 16px;list-style:none;transition:max-height .3s ease-out,margin-top .3s ease-out;display:flex;overflow:hidden}.custom-mobile-submenu.open{scrollbar-width:thin;max-height:260px;margin-top:12px;overflow-y:auto}.custom-mobile-submenu.open::-webkit-scrollbar{width:4px}.custom-mobile-submenu.open::-webkit-scrollbar-track{background:0 0}.custom-mobile-submenu.open::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.custom-mobile-submenu.open::-webkit-scrollbar-thumb:hover{background:#94a3b8}.custom-submenu-link{color:#4b5563;padding:6px 0;font-size:18px;font-weight:600;text-decoration:none;transition:color .2s;display:block}.custom-submenu-link:hover{color:var(--header-accent)}.custom-submenu-link.active{color:var(--header-accent);font-weight:700}.custom-mobile-drawer-footer{border-top:1px solid #1a2b3c14;padding:24px}.custom-mobile-contact-btn{background-color:var(--header-accent);color:var(--header-white);border-radius:50px;justify-content:center;align-items:center;width:100%;padding:16px;font-size:16px;font-weight:700;text-decoration:none;transition:background-color .2s;display:flex;box-shadow:0 4px 14px #0050cc33}.custom-mobile-contact-btn:hover{background-color:#0043aa}
:root{--footer-bg:#eef4ff;--footer-text-normal:#1a2b3c;--footer-border:#e5e7eb;--footer-accent:#0050cc;--footer-white:#fff}.custom-footer-section{background-color:var(--footer-bg);color:var(--footer-text-normal);border-top:1px solid var(--footer-border);padding:80px 0 40px;font-family:Plus Jakarta Sans,sans-serif}.custom-footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.custom-footer-links{grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:48px;display:grid}.custom-footer-col-double{grid-column:span 2}.custom-footer-subgrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.custom-footer-col h4{color:var(--footer-text-normal);letter-spacing:-.3px;margin-bottom:24px;padding-bottom:8px;font-size:18px;font-weight:700;display:inline-block;position:relative}.custom-footer-col ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.custom-footer-col ul li a{color:#1a2b3cbf;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-block}.custom-footer-col ul li a:hover{color:var(--footer-accent);transform:translate(4px)}.custom-footer-contact-item{color:#1a2b3cbf;align-items:flex-start;gap:12px;margin-bottom:18px;font-size:14px;font-weight:600;line-height:1.5;display:flex}.custom-footer-contact-item svg{width:20px;height:20px;stroke:var(--footer-accent);fill:none;stroke-width:2px;flex-shrink:0;margin-top:2px}.custom-footer-divider{border:none;border-top:1px solid var(--footer-border);margin:0}.custom-footer-middle{justify-content:space-between;align-items:center;padding:24px 0;display:flex}.custom-footer-logo img{width:auto;height:72px;display:block}.custom-footer-socials{align-items:center;gap:20px;display:flex}.custom-footer-socials .follow-text{color:var(--footer-text-normal);font-size:15px;font-weight:700}.custom-footer-social-icons{gap:12px;display:flex}.custom-footer-social-icon{background-color:var(--footer-white);border:1px solid var(--footer-border);width:42px;height:42px;color:var(--footer-text-normal);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 6px #141c2505}.custom-footer-social-icon svg{stroke:currentColor;fill:none;stroke-width:2px;width:18px;height:18px;transition:transform .3s}.custom-footer-social-icon:hover{background-color:var(--footer-accent);border-color:var(--footer-accent);color:var(--footer-white);transform:translateY(-2px);box-shadow:0 4px 12px #0050cc40}.custom-footer-social-icon:hover svg{transform:scale(1.05)}.custom-footer-bottom{padding:32px 0 0}.custom-footer-disclaimer{color:#1a2b3c99;margin-bottom:16px;font-size:12px;line-height:1.6}.custom-footer-disclaimer strong{color:var(--footer-text-normal)}.custom-footer-copyright{color:#1a2b3c99;margin:0;font-size:13px;font-weight:600}@media (max-width:991px){.custom-footer-links{grid-template-columns:repeat(5,1fr);gap:12px}.custom-footer-subgrid{gap:12px}.custom-footer-middle{flex-direction:column;align-items:flex-start;gap:20px}.custom-footer-socials{justify-content:space-between;width:100%}}@media (max-width:767px){.custom-footer-section{padding-top:30px!important}.custom-footer-links{grid-template-columns:repeat(2,1fr);gap:24px}.custom-footer-col-double{grid-column:span 2}.custom-footer-subgrid{grid-template-columns:1fr 1fr;gap:20px}}@media (max-width:575px){.custom-footer-section{padding:60px 0 30px}.custom-footer-links{grid-template-columns:1fr;gap:24px}.custom-footer-col-double{grid-column:span 1}.custom-footer-subgrid{grid-template-columns:1fr;gap:12px}.custom-footer-socials{flex-direction:column;align-items:flex-start;gap:12px}}.mobile-floating-contact-btn{background-color:var(--footer-accent,#0050cc);width:56px;height:56px;color:var(--footer-white,#fff);z-index:9999;border-radius:18px;justify-content:center;align-items:center;text-decoration:none;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),background-color .3s,box-shadow .3s;animation:.4s cubic-bezier(.175,.885,.32,1.275) both floatingScaleIn;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #0050cc4d}.mobile-floating-contact-btn svg{stroke:currentColor;fill:none;stroke-width:2.2px;width:26px;height:26px}.mobile-floating-contact-btn:hover{transform:scale(1.08);box-shadow:0 6px 20px #0050cc66}.mobile-floating-contact-btn:active{transform:scale(.95)}@keyframes floatingScaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}
.contact-section{background:#f8f9ff;padding:0 20px}.contact-container{grid-template-columns:1fr 600px;align-items:center;gap:60px;max-width:1320px;margin:auto;padding:0 40px;display:grid}.contact-title{color:#061627;letter-spacing:-2px;text-align:left;padding:0;font-size:clamp(40px,5.5vw,60px);font-weight:900;line-height:1.1}.contact-title span{white-space:nowrap;display:block}.contact-description{color:#44474c;max-width:600px;margin-bottom:40px;font-size:22px;line-height:1.8}.project-status{color:#061627;background:#fff;border:1px solid #dfe4ea;border-radius:18px;align-items:center;gap:14px;margin-bottom:42px;padding:22px 28px;font-size:20px;font-weight:700;display:inline-flex}.status-dot{background:#28c662;border-radius:50%;width:14px;height:14px}.contact-points{flex-direction:column;gap:26px;display:flex}.point-item{color:#061627;align-items:center;gap:18px;font-size:20px;font-weight:600;display:flex}.check-icon{color:#0050cc;border:2px solid #0050cc;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:flex}.contact-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:46px;box-shadow:0 10px 30px #0000000d}.form-grid{grid-template-columns:1fr 1fr;gap:0 20px;display:grid}.form-group{max-width:max-content;margin-bottom:28px}.form-group label{color:#061627;margin-bottom:5px;font-size:14px;font-weight:700;display:block}.form-group input,.form-group textarea{color:#061627;background:#eef4ff;border:1px solid #d9dfe7;border-radius:16px;outline:none;width:100%;padding:20px;font-size:14px}.form-group input::placeholder,.form-group textarea::placeholder{color:#6b7280}.textarea-group{max-width:90%!important}.textarea-group textarea{resize:none;height:170px}.submit-btn{color:#fff;cursor:pointer;background:#004fcc;border:none;border-radius:18px;width:100%;padding:24px;font-size:28px;font-weight:800;transition:all .3s}.submit-btn:hover{background:#0050cc}@media (max-width:1100px){.contact-container{flex-direction:column;gap:5px;padding:0;display:flex}.contact-content{display:contents}.contact-title{order:1}.contact-form-card{order:2}.contact-description{order:3;margin-bottom:20px;font-size:20px}.project-status{order:4;margin-bottom:20px;padding:18px 24px;font-size:18px}.contact-points{order:5;gap:18px}}@media (max-width:768px){.contact-description{font-size:18px}.form-grid{grid-template-columns:1fr}.contact-form-card{padding:28px}.submit-btn{font-size:20px}.contact-title{text-align:center;font-size:clamp(35px,5.5vw,60px)}.textarea-group{max-width:80%!important}}.iti{width:100%;display:block}.iti input{width:100%!important}.iti__country-list{color:#000;z-index:1000;border:1px solid #e2e8f0;border-radius:12px;margin-top:5px;padding:8px 0;box-shadow:0 10px 30px #0000001a}.iti__country{padding:10px 15px;transition:background .2s}.iti__country:hover{background-color:#f8fafc}.iti__selected-flag{border-radius:12px 0 0 12px}
html{scroll-behavior:smooth}body{margin:0;font-family:Plus Jakarta Sans,Arial,sans-serif}img{max-width:100%;height:auto}button{font-family:inherit}.container{box-sizing:border-box;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.text-center{text-align:center}
