.notFound-module__1SAzbW__container{color:#fff;background:#0d0d0d;justify-content:center;align-items:center;min-height:100vh;padding:80px 20px 30px;font-family:Outfit,sans-serif;display:flex;position:relative;overflow:hidden}.notFound-module__1SAzbW__backgroundGlow{filter:blur(60px);z-index:0;pointer-events:none;background:radial-gradient(circle,#0066ff26 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.notFound-module__1SAzbW__backgroundGlow2{filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle,#e83e8c1a 0%,#0000 70%);width:400px;height:400px;position:absolute;top:20%;right:10%}.notFound-module__1SAzbW__content{text-align:center;z-index:10;max-width:600px}.notFound-module__1SAzbW__errorCode{background:linear-gradient(135deg,#fff 30%,#4a90e2 100%);-webkit-text-fill-color:transparent;letter-spacing:-5px;filter:drop-shadow(0 0 30px #4a90e24d);-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(120px,20vw,220px);font-weight:900;line-height:1}.notFound-module__1SAzbW__title{color:#fff;margin:20px 0 15px;font-size:clamp(24px,5vw,42px);font-weight:700}.notFound-module__1SAzbW__description{color:#a0a0a0;margin-bottom:40px;font-size:1.1rem;line-height:1.6}.notFound-module__1SAzbW__buttonGroup{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.notFound-module__1SAzbW__homeButton{color:#fff;background:#06f;border-radius:50px;align-items:center;gap:10px;padding:16px 36px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 10px 20px #0066ff4d}.notFound-module__1SAzbW__homeButton:hover{background:#0052cc;transform:translateY(-3px);box-shadow:0 15px 30px #06f6}.notFound-module__1SAzbW__contactButton{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:10px;padding:16px 36px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.notFound-module__1SAzbW__contactButton:hover{background:#ffffff1a;border-color:#ffffff4d}.notFound-module__1SAzbW__illustration{opacity:.5;margin-top:60px}@media (max-width:768px){.notFound-module__1SAzbW__errorCode{letter-spacing:-2px}.notFound-module__1SAzbW__buttonGroup{flex-direction:column;align-items:stretch}.notFound-module__1SAzbW__homeButton,.notFound-module__1SAzbW__contactButton{justify-content:center}}
.header-module__PVG-wa__header{color:var(--color-white);z-index:1000;justify-content:space-between;align-items:center;margin:0 auto;padding:20px 0;display:flex;top:0}.header-module__PVG-wa__logo img{width:auto;height:auto;display:block}.header-module__PVG-wa__nav{align-items:center;gap:25px;display:flex}.header-module__PVG-wa__nav a{color:var(--color-white);font-size:var(--size-16);font-family:var(--font-primary);font-weight:600;text-decoration:none;transition:color .3s}.header-module__PVG-wa__nav a:hover{color:#a78bfa}.header-module__PVG-wa__quoteBtn{background:var(--color-white);border-radius:4px;padding:10px 15px;font-weight:600;color:var(--color-black)!important}.header-module__PVG-wa__dropdown{position:relative}.header-module__PVG-wa__dropdown button{color:var(--color-white);font-family:var(--font-primary);font-size:var(--size-16);cursor:pointer;background:0 0;border:none;font-weight:600}.header-module__PVG-wa__dropdownMenu,.header-module__PVG-wa__dropdownMenu2{opacity:0;visibility:hidden;z-index:100;background:#111;border-radius:6px;transition:all .3s;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #0000004d}.header-module__PVG-wa__dropdownMenu{grid-template-columns:repeat(3,1fr);gap:0;min-width:490px;padding:10px;display:grid;transform:translate(-10%,10px)}.header-module__PVG-wa__dropdownMenu a{color:var(--color-white);padding:10px 15px;font-size:16px;display:block}.header-module__PVG-wa__dropdownMenu2{gap:40px;padding:20px 30px;display:flex;transform:translate(-26%,10px)}.header-module__PVG-wa__dropdownCategory{flex-direction:column;gap:10px;min-width:200px;display:flex}.header-module__PVG-wa__dropdownCategory h4{color:#a78bfa;margin-bottom:10px;font-size:16px;font-weight:600}.header-module__PVG-wa__dropdownCategory a{color:var(--color-white);padding:5px 0;transition:color .2s}.header-module__PVG-wa__dropdownCategory a:hover{color:#a78bfa}.header-module__PVG-wa__dropdown:hover .header-module__PVG-wa__dropdownMenu{opacity:1;visibility:visible;transform:translate(-8%,9px)}.header-module__PVG-wa__dropdown:hover .header-module__PVG-wa__dropdownMenu2{opacity:1;visibility:visible;transform:translate(-26%,9px)}.header-module__PVG-wa__iconhiden{transition:all .3s;display:none}.header-module__PVG-wa__dropdownMenu a:hover .header-module__PVG-wa__iconhiden,.header-module__PVG-wa__dropdownCategory a:hover .header-module__PVG-wa__iconhiden{transition:all .3s;display:inline-block}.header-module__PVG-wa__mobileToggle{color:var(--color-white);cursor:pointer;background:0 0;border:none;font-size:26px;display:none}@media (max-width:768px){.header-module__PVG-wa__nav{background:#000;flex-direction:column;align-items:flex-start;padding:20px;display:none;position:absolute;top:65px;left:0;right:0}.header-module__PVG-wa__nav.header-module__PVG-wa__open{display:flex}.header-module__PVG-wa__mobileToggle{display:block}.header-module__PVG-wa__header{padding:30px 20px}.header-module__PVG-wa__header img{object-fit:contain;width:165px;height:auto}.header-module__PVG-wa__dropdownMenu,.header-module__PVG-wa__dropdownMenu2{box-shadow:none;opacity:1;visibility:visible;background:0 0;padding:10px 0;display:none;position:relative;transform:none}.header-module__PVG-wa__dropdownCategory{min-width:100%}.header-module__PVG-wa__mobiledropdownActive{flex-direction:column;gap:5px;display:flex!important}.header-module__PVG-wa__dropdownCategory h4{color:#a78bfa;margin-top:10px}.header-module__PVG-wa__dropdownCategory a{color:var(--color-white);padding-left:15px}.header-module__PVG-wa__dropdown button{text-align:left;width:100%}}
.footer-module__Z-5RLW__footer{color:#fff;background:#29292973;padding:60px}.footer-module__Z-5RLW__container{max-width:1200px;margin:auto}.footer-module__Z-5RLW__logo{background:linear-gradient(90deg,#e83e8c,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:22px;font-weight:700}.footer-module__Z-5RLW__icon{margin-right:10px}.footer-module__Z-5RLW__about{max-width:370px}.footer-module__Z-5RLW__contact{flex-direction:column;justify-content:space-around;gap:20px;width:265px;margin-top:20px;display:flex}.footer-module__Z-5RLW__cities{align-items:end;width:320px;display:flex}.footer-module__Z-5RLW__legal{width:280px}.footer-module__Z-5RLW__linksWrapper{flex:2;justify-content:space-between;gap:40px;margin-bottom:30px;display:flex}.footer-module__Z-5RLW__linksWrapper2{flex:2;justify-content:space-between;gap:40px;display:flex}.footer-module__Z-5RLW__bottom{text-align:center;color:#bbb;border-top:1px solid #444;margin-top:30px;padding-top:15px;font-size:14px}.footer-module__Z-5RLW__footer p,.footer-module__Z-5RLW__footer a{font-size:18px;font-weight:400}.footer-module__Z-5RLW__footer ul li{margin:0 0 5px;padding:0;font-size:18px;font-weight:400;list-style:none}.footer-module__Z-5RLW__footer ul{margin:0}.footer-module__Z-5RLW__footer h4{margin-bottom:12px;font-size:22px;font-weight:700}.footer-module__Z-5RLW__about img{width:221px;height:auto;margin-bottom:30px}.footer-module__Z-5RLW__footer a{text-decoration:none}@media (max-width:768px){.footer-module__Z-5RLW__footer{padding:30px 20px}.footer-module__Z-5RLW__container{flex-direction:column}.footer-module__Z-5RLW__linksWrapper,.footer-module__Z-5RLW__linksWrapper2{flex-direction:column;gap:20px}.footer-module__Z-5RLW__about{text-align:left;max-width:100%}.footer-module__Z-5RLW__about img{width:180px;margin-bottom:20px}.footer-module__Z-5RLW__about p{font-size:16px;line-height:1.6}.footer-module__Z-5RLW__contact{text-align:left;gap:12px;width:100%}.footer-module__Z-5RLW__contact a{justify-content:flex-start;font-size:16px}.footer-module__Z-5RLW__cities{flex-direction:column;align-items:flex-start;width:100%}.footer-module__Z-5RLW__cities h4{text-align:left}.footer-module__Z-5RLW__legal{text-align:left;width:100%}.footer-module__Z-5RLW__footer h4{text-align:left;font-size:18px}.footer-module__Z-5RLW__footer ul li{text-align:left;font-size:16px}.footer-module__Z-5RLW__bottom{text-align:center;margin-top:20px;font-size:12px}.footer-module__Z-5RLW__linksWrapper{margin-bottom:0}}
