.AboutUs_globalTitle__IHIJs{color:#2c8fa2;font-family:Lato-Bold,serif;font-size:65px;line-height:78px;text-align:center;margin-top:50px;margin-bottom:100px;padding-top:110px}.AboutUs_main__2s_RR{padding-top:80px;min-height:100vh;background:linear-gradient(180deg,#f8f9fa,#e9ecef);color:#212529}.AboutUs_container__l9BTq{max-width:1200px;margin:0 auto;padding:2rem}.AboutUs_section__XOzw8{margin-bottom:4rem}.AboutUs_title__SGn_w{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#2c8fa2;text-shadow:0 2px 10px rgba(44,143,162,.1)}.AboutUs_aboutContent__MpvbB{display:flex;gap:3rem;align-items:center;margin-bottom:4rem}.AboutUs_textContent__RH2ZE{flex:1 1;display:flex;flex-direction:column;gap:1.5rem}.AboutUs_paragraph__5ZZ2v{font-size:1.1rem;line-height:1.8;color:#495057}.AboutUs_imageContent__LR_AZ{flex:1 1;position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.1);aspect-ratio:16/9}.AboutUs_imageContent__LR_AZ img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease;background:#fff}.AboutUs_imageContent__LR_AZ:hover img{transform:scale(1.05)}.AboutUs_carouselSection__WYXTe{margin-bottom:4rem}.AboutUs_carouselContainer__Ku5w0{position:relative;margin:0 -1rem;padding:0 1rem}.AboutUs_carousel__FdYLg{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none}.AboutUs_carousel__FdYLg::-webkit-scrollbar{display:none}.AboutUs_carouselItem__Pcln_{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - .5rem);scroll-snap-align:start;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .3s ease;aspect-ratio:16/9;background:#fff}.AboutUs_carouselItem__Pcln_:hover{transform:translateY(-5px)}.AboutUs_carouselItem__Pcln_ img{width:100%;height:100%;object-fit:contain;background:#fff}.AboutUs_carouselControls__UoSQd{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.AboutUs_carouselButton__Qp1rZ{background:#2c8fa2;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.AboutUs_carouselButton__Qp1rZ:hover{background:#247a8a;transform:scale(1.1)}.AboutUs_carouselButton__Qp1rZ:disabled{background:#e9ecef;cursor:not-allowed;transform:none}@media only screen and (max-width:1024px){.AboutUs_aboutContent__MpvbB{flex-direction:column;gap:2rem}.AboutUs_carouselItem__Pcln_{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - .5rem)}}@media only screen and (max-width:768px){.AboutUs_container__l9BTq{padding:1rem}.AboutUs_title__SGn_w{font-size:2rem}.AboutUs_paragraph__5ZZ2v{font-size:1rem}.AboutUs_carouselControls__UoSQd{margin-top:1.5rem}}@media only screen and (max-width:480px){.AboutUs_title__SGn_w{font-size:1.75rem}.AboutUs_carouselButton__Qp1rZ{width:35px;height:35px}}.AboutUs_loaderOverlay__gPOI6{position:fixed;top:0;left:0;width:100vw;height:100vh;background:hsla(0,0%,100%,.8);z-index:9999;display:flex;align-items:center;justify-content:center}.AboutUs_imageWithLoader__IRlXl{position:relative;width:100%;height:100%;min-height:200px}.AboutUs_imgLoader__UR2uy{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.7);z-index:2}.AboutUs_loaderSpinner__64PCC{width:48px;height:48px;border:5px solid #e0e0e0;border-top-color:#333;border-radius:50%;animation:AboutUs_spin__Ap73D 1s linear infinite}@keyframes AboutUs_spin__Ap73D{to{transform:rotate(1turn)}}.Header_header__eoMlk{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1)}.Header_header__eoMlk.Header_homePage__5JdjK{background:transparent;box-shadow:none;border-bottom:none}.Header_header__eoMlk.Header_scrolled__Mbmnl{background:rgba(0,0,0,.95);box-shadow:0 2px 10px rgba(0,0,0,.3);border-bottom:1px solid rgba(255,255,255,.1)}.Header_header__eoMlk nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1440px;margin:0 auto;position:relative}.Header_logo__PtrH0{width:50px;height:50px;transition:transform .3s ease;z-index:2}.Header_logo__PtrH0:hover{transform:scale(1.05)}.Header_desktopNav__y_6i0{display:flex;gap:2rem;align-items:center;list-style:none;margin:0;padding:0;position:absolute;left:50%;transform:translateX(-50%)}.Header_desktopNav__y_6i0 li a{color:white;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease;position:relative;padding:.5rem 0;white-space:nowrap}.Header_desktopNav__y_6i0 li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:white;transition:width .3s ease}.Header_desktopNav__y_6i0 li a.Header_activeNav__qhK8d:after,.Header_desktopNav__y_6i0 li a:hover:after{width:100%}.Header_networks__hn_Gl{display:flex;gap:1.5rem;align-items:center;z-index:2}.Header_networks__hn_Gl a{color:white;transition:all .3s ease}.Header_networks__hn_Gl a:hover{transform:translateY(-2px);opacity:.8}.Header_mobileMenu__nXM22{display:none;z-index:2}.Header_menuButton__9xxIZ{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.Header_burger__QykCB,.Header_close__ZNvef{width:30px;height:30px;display:flex;align-items:center;justify-content:center}.Header_rightBurgerMenu__38z0V{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:rgba(0,0,0,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:2rem;overflow-y:auto;box-shadow:-5px 0 25px rgba(0,0,0,.3)}.Header_rightBurgerMenu__38z0V.Header_menuOpen__mutsF{right:0}.Header_menuHeader__M68a_{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;position:relative}.Header_burgerLogo__pEEFI{width:80px;height:80px;transition:transform .3s ease;position:absolute;left:50%;transform:translateX(-50%)}.Header_burgerLogo__pEEFI:hover{transform:translateX(-50%) scale(1.05)}.Header_closeButton__VBULE{background:none;border:none;cursor:pointer;padding:.5rem;color:white;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;width:40px;height:40px;margin-left:auto}.Header_closeButton__VBULE:hover{transform:scale(1.1)}.Header_mobileNav__Hdqb0{display:flex;flex-direction:column;gap:1.5rem;list-style:none;margin:0;padding:0}.Header_mobileNav__Hdqb0 li a{color:white;text-decoration:none;font-size:1.25rem;font-weight:500;transition:all .3s ease;display:block;padding:.75rem 1rem;border-radius:8px;background:rgba(255,255,255,.05)}.Header_mobileNav__Hdqb0 li a.Header_activeNav__qhK8d,.Header_mobileNav__Hdqb0 li a:hover{color:#ffd700;background:rgba(255,255,255,.1);transform:translateX(5px)}.Header_contactLink__tVLz8{cursor:pointer}.Header_mobileNetworks__0GC3z{display:flex;gap:1.5rem;justify-content:center;margin-top:auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.Header_mobileNetworks__0GC3z a{color:white;transition:all .3s ease;padding:.5rem;border-radius:50%;background:rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center}.Header_mobileNetworks__0GC3z a:hover{transform:translateY(-3px);background:rgba(255,255,255,.1);color:#ffd700}.Header_mobileNetworks__0GC3z svg{width:24px;height:24px}@media only screen and (max-width:1024px){.Header_header__eoMlk nav{padding:1rem}.Header_desktopNav__y_6i0{gap:1.5rem}.Header_networks__hn_Gl{gap:1rem}}@media only screen and (max-width:960px){.Header_desktopNav__y_6i0,.Header_networks__hn_Gl{display:none}.Header_mobileMenu__nXM22{display:block}.Header_rightBurgerMenu__38z0V{width:100%;max-width:100%}.Header_burgerLogo__pEEFI{width:60px;height:60px}.Header_mobileNav__Hdqb0 li a{font-size:1.1rem}}@media only screen and (max-width:480px){.Header_header__eoMlk nav{padding:.75rem}.Header_logo__PtrH0{width:40px;height:40px}.Header_burgerLogo__pEEFI{width:50px;height:50px}.Header_rightBurgerMenu__38z0V{padding:1.5rem}.Header_mobileNav__Hdqb0 li a{font-size:1rem;padding:.5rem .75rem}.Header_mobileNetworks__0GC3z{gap:1rem}.Header_mobileNetworks__0GC3z svg{width:20px;height:20px}}.Footer_footer__0nYx7{background:#23221D;font-family:Lato-Regular,serif;font-style:normal;font-weight:400;color:#FFFFFF;margin-top:100px;position:relative}.Footer_footer__0nYx7 .Footer_container__C_Y2B{padding:4rem 6rem 5rem;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:3rem;max-width:1440px;margin:0 auto}.Footer_footer__0nYx7 .Footer_container__C_Y2B .Footer_col__MFJOg{flex:1 1;min-width:250px;display:flex;flex-direction:column;gap:1.5rem}.Footer_footer__0nYx7 .Footer_logo__bl5An{width:120px;height:120px;margin-bottom:1rem;transition:transform .3s ease}.Footer_footer__0nYx7 .Footer_logo__bl5An:hover{transform:scale(1.05)}.Footer_footer__0nYx7 .Footer_title__ZP8ei{font-size:1.5rem;font-weight:700;color:#2C8FA2;margin:0;font-family:Lato-Bold,serif}.Footer_footer__0nYx7 .Footer_subtitle__ZznzP{font-size:1.25rem;color:#2C8FA2;margin:0;font-family:Lato-Bold,serif}.Footer_footer__0nYx7 .Footer_description__FfcUK{font-size:1rem;line-height:1.6;margin:0;opacity:.9}.Footer_footer__0nYx7 .Footer_address__NQxkn,.Footer_footer__0nYx7 .Footer_contactInfo__sAVpv{font-style:normal;margin:0}.Footer_footer__0nYx7 .Footer_address__NQxkn p,.Footer_footer__0nYx7 .Footer_contactInfo__sAVpv p{margin:0 0 1rem;font-size:1rem;line-height:1.6}.Footer_footer__0nYx7 .Footer_contactLink__nCXWT{color:#FFFFFF;text-decoration:none;transition:all .3s ease;font-size:1rem;line-height:1.6;position:relative;padding:.25rem 0}.Footer_footer__0nYx7 .Footer_contactLink__nCXWT:after{content:"";position:absolute;width:0;height:1px;bottom:0;left:0;background-color:#2C8FA2;transition:width .3s ease}.Footer_footer__0nYx7 .Footer_contactLink__nCXWT:hover{color:#2C8FA2}.Footer_footer__0nYx7 .Footer_contactLink__nCXWT:hover:after{width:100%}.Footer_footer__0nYx7 .Footer_networks__ny3xV{display:flex;gap:1.5rem;margin-top:.5rem}.Footer_footer__0nYx7 .Footer_socialLink__6fktC{transition:all .3s ease;opacity:.9}.Footer_footer__0nYx7 .Footer_socialLink__6fktC:hover{transform:translateY(-3px);opacity:1}.Footer_footer__0nYx7 .Footer_bottom___82PI{background:rgba(0,0,0,.2);padding:1.5rem 0;margin-top:2rem}.Footer_footer__0nYx7 .Footer_bottom___82PI .Footer_container__C_Y2B{padding:0 6rem;justify-content:space-between;align-items:center;gap:1rem}.Footer_footer__0nYx7 .Footer_copyright__IHG9n{font-size:.875rem;margin:0;opacity:.8}.Footer_footer__0nYx7 .Footer_legal__fiJ5u{display:flex;gap:2rem}.Footer_footer__0nYx7 .Footer_legalLink__gy_vh{color:#FFFFFF;text-decoration:none;font-size:.875rem;transition:color .3s ease;opacity:.8}.Footer_footer__0nYx7 .Footer_legalLink__gy_vh:hover{color:#2C8FA2;opacity:1}@media only screen and (max-width:960px){.Footer_footer__0nYx7 .Footer_container__C_Y2B{padding:3rem 3rem 4rem;gap:2.5rem}.Footer_footer__0nYx7 .Footer_container__C_Y2B .Footer_col__MFJOg{min-width:300px}.Footer_footer__0nYx7 .Footer_title__ZP8ei{font-size:2rem}.Footer_footer__0nYx7 .Footer_subtitle__ZznzP{font-size:1.5rem}.Footer_footer__0nYx7 .Footer_address__NQxkn p,.Footer_footer__0nYx7 .Footer_contactInfo__sAVpv p,.Footer_footer__0nYx7 .Footer_contactLink__nCXWT,.Footer_footer__0nYx7 .Footer_description__FfcUK{font-size:1.125rem}.Footer_footer__0nYx7 .Footer_bottom___82PI .Footer_container__C_Y2B{padding:0 3rem;flex-direction:column;text-align:center}.Footer_footer__0nYx7 .Footer_legal__fiJ5u{justify-content:center}}@media only screen and (max-width:480px){.Footer_footer__0nYx7{margin-top:50px}.Footer_footer__0nYx7 .Footer_container__C_Y2B{padding:2rem 1.5rem 3rem;flex-direction:column;gap:2rem}.Footer_footer__0nYx7 .Footer_container__C_Y2B .Footer_col__MFJOg{min-width:100%;gap:1rem}.Footer_footer__0nYx7 .Footer_logo__bl5An{width:100px;height:100px}.Footer_footer__0nYx7 .Footer_title__ZP8ei{font-size:1.75rem}.Footer_footer__0nYx7 .Footer_subtitle__ZznzP{font-size:1.25rem}.Footer_footer__0nYx7 .Footer_address__NQxkn p,.Footer_footer__0nYx7 .Footer_contactInfo__sAVpv p,.Footer_footer__0nYx7 .Footer_contactLink__nCXWT,.Footer_footer__0nYx7 .Footer_description__FfcUK{font-size:1rem}.Footer_footer__0nYx7 .Footer_networks__ny3xV{gap:1.25rem}.Footer_footer__0nYx7 .Footer_bottom___82PI .Footer_container__C_Y2B{padding:0 1.5rem}.Footer_footer__0nYx7 .Footer_legal__fiJ5u{flex-direction:column;gap:1rem}}.Map_mapContainer__dDZzk{width:100%;height:min(800px,80vh);position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.Map_loadingContainer__nWXKI{width:100%;height:min(800px,80vh);display:flex;justify-content:center;align-items:center;background:#f5f5f5;border-radius:12px}.Map_loadingSpinner__Y8MNf{width:50px;height:50px;border:3px solid #f3f3f3;border-top-color:#2c8fa2;border-radius:50%;animation:Map_spin__exSu1 1s linear infinite}.Map_infoWindow__iu4px{padding:16px;max-width:250px}.Map_infoWindow__iu4px h3{color:#2C8FA2;font-family:Lato-Bold,serif;font-size:18px;margin:0 0 12px}.Map_infoWindow__iu4px p{color:#23221D;font-family:Lato-Regular,serif;font-size:14px;margin:0 0 16px;line-height:1.5}.Map_routeButton__pKs_R{width:100%;padding:10px 16px;background-color:#2C8FA2;color:white;border:none;border-radius:6px;font-family:Lato-Bold,serif;font-size:14px;cursor:pointer;transition:background-color .3s ease}.Map_routeButton__pKs_R:hover{background-color:#247A8C}.Map_routeButton__pKs_R:active{transform:scale(.98)}@keyframes Map_spin__exSu1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media only screen and (max-width:960px){.Map_loadingContainer__nWXKI,.Map_mapContainer__dDZzk{height:min(700px,70vh)}.Map_infoWindow__iu4px{max-width:220px}.Map_infoWindow__iu4px h3{font-size:16px}.Map_infoWindow__iu4px p{font-size:13px}}@media only screen and (max-width:480px){.Map_loadingContainer__nWXKI,.Map_mapContainer__dDZzk{height:min(600px,60vh);border-radius:8px}.Map_infoWindow__iu4px{max-width:180px;padding:12px}.Map_infoWindow__iu4px h3{font-size:15px;margin:0 0 8px}.Map_infoWindow__iu4px p{font-size:12px;margin:0 0 12px}.Map_routeButton__pKs_R{padding:8px 12px;font-size:13px}}.RecordForm_dialog__BA95T{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:1rem;padding:2rem;border:none;box-shadow:0 4px 20px rgba(0,0,0,.1);max-width:500px;width:90%;z-index:1000}.RecordForm_dialog__BA95T::-webkit-backdrop{background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.RecordForm_dialog__BA95T::backdrop{background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.RecordForm_form__nBdTH{display:flex;flex-direction:column;gap:1.5rem}.RecordForm_formHeader__su0zO{display:flex;justify-content:space-between;align-items:center}.RecordForm_logo__FaY_1{width:60px;height:60px}.RecordForm_close__cfX_I{background:none;border:none;cursor:pointer;padding:.5rem;color:#666;transition:color .3s ease}.RecordForm_close__cfX_I:hover{color:#2C8FA2}.RecordForm_formContent__uR94m{display:flex;flex-direction:column;gap:1.5rem}.RecordForm_title__8vQbt{font-size:1.5rem;font-weight:600;color:#333;margin:0}.RecordForm_subtitle__m5Cub{color:#666;margin:0}.RecordForm_formGroup__hUUeQ{display:flex;flex-direction:column;gap:.5rem}.RecordForm_inputWrapper__vEv1N{position:relative}.RecordForm_inputIcon__r0Fv_{left:1rem}.RecordForm_formLabel__H_JBI,.RecordForm_inputIcon__r0Fv_{position:absolute;top:50%;transform:translateY(-50%);color:#666;z-index:1}.RecordForm_formLabel__H_JBI{left:3rem;transition:all .3s ease;pointer-events:none}.RecordForm_formTextareaLabel___utx4{top:1.5rem;transform:none;left:3rem}.RecordForm_formFocusLabel__LStdj,.RecordForm_formTextareaFocusLabel__D1Qf6{top:0;left:1rem;transform:translateY(-50%) scale(.8);color:#2C8FA2;background:#fff;padding:0 .5rem}.RecordForm_labelError__H6_IO{color:#ff4d4f}.RecordForm_formInput__SBx8t{width:100%;padding:1rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem;transition:all .3s ease;background:transparent;color:#1a1a1a}.RecordForm_formTextareaInput__3OX6H{min-height:120px;resize:vertical}.RecordForm_inputWithIcon__jK2im{padding-left:3rem}.RecordForm_inputError__xKig_{border-color:#ff4d4f}.RecordForm_errorMessage__JxKrN{color:#ff4d4f;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.RecordForm_submitError__Exr0Z{color:#ff4d4f;background:rgba(255,77,79,.1)}.RecordForm_submitError__Exr0Z,.RecordForm_successMessage__fS7cd{display:flex;align-items:center;gap:.5rem;padding:1rem;border-radius:.5rem}.RecordForm_successMessage__fS7cd{color:#52c41a;background:rgba(82,196,26,.1)}.RecordForm_submitButton__FIgTc{padding:1rem;background:#2C8FA2;color:white;border:none;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.RecordForm_submitButton__FIgTc:hover:not(:disabled){background:#237a8a}.RecordForm_submitButton__FIgTc:disabled{opacity:.7;cursor:not-allowed}.RecordForm_loading__vqRmj{position:relative}.RecordForm_spinner___1_Xc{width:20px;height:20px;animation:RecordForm_rotate___R802 2s linear infinite}.RecordForm_spinnerPath__hCQgd{stroke:currentColor;stroke-linecap:round;animation:RecordForm_dash__JqXJd 1.5s ease-in-out infinite}@keyframes RecordForm_rotate___R802{to{transform:rotate(1turn)}}@keyframes RecordForm_dash__JqXJd{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.RecordForm_success__nqlt7{background:#52c41a}@media (max-width:768px){.RecordForm_dialog__BA95T{width:95%;padding:1.5rem}.RecordForm_title__8vQbt{font-size:1.25rem}.RecordForm_formInput__SBx8t{font-size:.875rem}}