.Page-module__BRX3nG__container{text-align:center;max-width:1200px;margin:0 auto;padding:20px}.Page-module__BRX3nG__container+.Page-module__BRX3nG__container{margin-top:-10px}.Page-module__BRX3nG__title{color:var(--text-primary);margin-bottom:.5rem;font-size:3rem;font-weight:700}.Page-module__BRX3nG__subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.Page-module__BRX3nG__section{text-align:left;max-width:800px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.Page-module__BRX3nG__section h2{color:var(--product-color);text-align:center;margin-bottom:.8rem;font-size:2rem;font-weight:600}.Page-module__BRX3nG__section p{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem;line-height:1.7}.Page-module__BRX3nG__valuesGrid,.Page-module__BRX3nG__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.Page-module__BRX3nG__list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.Page-module__BRX3nG__list li{background-color:var(--background);text-align:center;color:var(--text-primary);border-radius:8px;padding:1rem}.Page-module__BRX3nG__valueCard,.Page-module__BRX3nG__card{background-color:var(--background);text-align:center;border:2px solid #0000;border-radius:12px;padding:1.5rem;transition:transform .3s;box-shadow:0 4px 12px #0000001a}.Page-module__BRX3nG__valueCard:hover,.Page-module__BRX3nG__card:hover{border-color:var(--product-color);transform:translateY(-5px)}.Page-module__BRX3nG__valueCard h3,.Page-module__BRX3nG__card h3{color:var(--product-color);margin-bottom:.5rem}.Page-module__BRX3nG__contactInfo{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:1.5rem 0;display:grid}.Page-module__BRX3nG__contactInfo address{font-style:normal}.Page-module__BRX3nG__formGroup{text-align:left;margin-bottom:1rem}.Page-module__BRX3nG__formGroup label{margin-bottom:.3rem;font-weight:600;display:block}.Page-module__BRX3nG__formGroup input,.Page-module__BRX3nG__formGroup textarea{box-sizing:border-box;border:2px solid #e1e5e9;border-radius:8px;width:100%;padding:.75rem}.Page-module__BRX3nG__button{background-color:var(--product-color);color:#fff;cursor:pointer;box-shadow:var(--shadow);border:none;border-radius:8px;padding:1rem 2rem;font-weight:600;transition:all .3s}.Page-module__BRX3nG__button:hover{box-shadow:var(--shadow-lg);filter:brightness(1.05);transform:translateY(-1px)}@media (max-width:768px){.Page-module__BRX3nG__container{padding:20px 15px}.Page-module__BRX3nG__container+.Page-module__BRX3nG__container{margin-top:-15px}.Page-module__BRX3nG__title{font-size:2.2rem}.Page-module__BRX3nG__subtitle{margin-bottom:1.5rem}.Page-module__BRX3nG__formGroup input,.Page-module__BRX3nG__formGroup textarea{padding:.7rem}.Page-module__BRX3nG__button{width:100%;padding:.9rem 1.5rem}}@media (max-width:480px){.Page-module__BRX3nG__container{padding:15px 10px}.Page-module__BRX3nG__container+.Page-module__BRX3nG__container{margin-top:-20px}.Page-module__BRX3nG__formGroup input,.Page-module__BRX3nG__formGroup textarea{padding:.6rem;font-size:16px}.Page-module__BRX3nG__button{width:100%;padding:.8rem 1rem;font-size:1rem}}
.Header-module__KppamW__header{background-color:var(--product-color);box-shadow:0 2px 4px var(--shadow-color);z-index:1000;width:100vw;position:fixed;top:0;left:0;right:0}.Header-module__KppamW__container{justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;padding:0 20px;display:flex}.Header-module__KppamW__logo{align-items:center;display:flex}.Header-module__KppamW__logoLink,.Header-module__KppamW__logoLink:hover{color:var(--text-white);text-decoration:none}.Header-module__KppamW__logo h1{color:var(--text-white);margin:0;font-size:1.8rem;font-weight:700;line-height:1}.Header-module__KppamW__nav{display:flex}.Header-module__KppamW__navOpen{display:flex!important}.Header-module__KppamW__navList{gap:30px;margin:0;padding:0;list-style:none;display:flex}.Header-module__KppamW__navItem{justify-content:center;width:100%;display:flex}.Header-module__KppamW__navLink{color:var(--text-white);padding:10px 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Header-module__KppamW__navLink:hover{color:var(--primary-blue)}.Header-module__KppamW__navLink:after{content:"";background-color:var(--primary-blue);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__KppamW__navLink:hover:after{width:100%}.Header-module__KppamW__hamburger{cursor:pointer;flex-direction:column;gap:4px;display:none}.Header-module__KppamW__hamburger span{background-color:var(--text-white);width:25px;height:3px;transition:all .3s}@media (max-width:768px){.Header-module__KppamW__nav{background-color:var(--product-color);box-shadow:0 4px 6px var(--shadow-color);flex-direction:column;padding:2px 0;display:none;position:absolute;top:100%;left:0;right:0}.Header-module__KppamW__navOpen{display:flex!important}.Header-module__KppamW__navList{flex-direction:column;gap:0;width:100%}.Header-module__KppamW__navItem{justify-content:center;width:100%;display:flex}.Header-module__KppamW__navLink{color:var(--text-white);text-align:center;border-bottom:1px solid #ffffff1a;width:100%;padding:15px 20px;display:block}.Header-module__KppamW__navLink:hover{color:var(--text-white);background-color:#ffffff1a}.Header-module__KppamW__navLink:after{display:none}.Header-module__KppamW__hamburger{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:25px;height:20px;padding:5px;display:none;position:relative}.Header-module__KppamW__hamburger span{background-color:var(--text-white);border-radius:2px;width:25px;height:3px;transition:all .3s ease-in-out;display:block}@media (max-width:768px){.Header-module__KppamW__hamburger{display:flex}.Header-module__KppamW__hamburgerOpen{transform:none}.Header-module__KppamW__hamburgerOpen span:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__KppamW__hamburgerOpen span:nth-child(2){opacity:0;transform:translate(-20px)}.Header-module__KppamW__hamburgerOpen span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}}.Header-module__KppamW__container{padding:0 15px}.Header-module__KppamW__logo h1{font-size:1.5rem}}@media (max-width:480px){.Header-module__KppamW__container{height:60px;padding:0 10px}.Header-module__KppamW__logo h1{font-size:1.3rem}}
.Footer-module__UDEoiW__footer{color:#fff;background-color:#1a1a1a;margin-top:auto;padding:20px 0}.Footer-module__UDEoiW__container{max-width:1200px;margin:0 auto;padding:0 10px}.Footer-module__UDEoiW__content{grid-template-columns:1fr 2fr;gap:40px;margin-bottom:40px;display:grid}.Footer-module__UDEoiW__brand h3{color:var(--product-color);margin:0 0 10px;font-size:1.8rem;font-weight:700}.Footer-module__UDEoiW__brand p{color:#ccc;margin:0;line-height:1.5}.Footer-module__UDEoiW__links{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;display:grid}.Footer-module__UDEoiW__linkGroup h4{color:#fff;margin:0 0 15px;font-size:1.1rem;font-weight:600}.Footer-module__UDEoiW__linkGroup ul{margin:0;padding:0;list-style:none}.Footer-module__UDEoiW__linkGroup li{margin-bottom:8px}.Footer-module__UDEoiW__linkGroup a{color:#ccc;text-decoration:none;transition:color .3s}.Footer-module__UDEoiW__linkGroup a:hover{color:var(--product-color)}.Footer-module__UDEoiW__bottom{border-top:1px solid #333;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:20px;display:flex}.Footer-module__UDEoiW__bottom p{color:#ccc;margin:0;font-size:.9rem}.Footer-module__UDEoiW__legal{gap:20px;display:flex}.Footer-module__UDEoiW__legal a{color:#ccc;font-size:.9rem;text-decoration:none;transition:color .3s}.Footer-module__UDEoiW__legal a:hover{color:var(--product-color)}@media (max-width:768px){.Footer-module__UDEoiW__footer{padding:40px 0 20px}.Footer-module__UDEoiW__content{grid-template-columns:1fr;gap:30px}.Footer-module__UDEoiW__links{grid-template-columns:1fr;gap:25px}.Footer-module__UDEoiW__bottom{text-align:center;flex-direction:column;gap:15px}.Footer-module__UDEoiW__legal{justify-content:center}}@media (max-width:480px){.Footer-module__UDEoiW__container{padding:0 15px}.Footer-module__UDEoiW__brand h3{font-size:1.5rem}.Footer-module__UDEoiW__links{gap:20px}}
.ImageZoomModal-module__cjPSFq__overlay{z-index:1000;background-color:#000000e6;justify-content:center;align-items:center;animation:.3s ease-out ImageZoomModal-module__cjPSFq__fadeIn;display:flex;position:fixed;inset:0}.ImageZoomModal-module__cjPSFq__modal{background-color:#0000;border-radius:8px;width:auto;max-width:90vw;height:auto;max-height:90vh;animation:.3s ease-out ImageZoomModal-module__cjPSFq__zoomIn;position:relative;overflow:hidden}.ImageZoomModal-module__cjPSFq__imageContainer{width:100%;min-width:300px;max-width:1280px;height:auto;min-height:169px;max-height:720px;position:relative}.ImageZoomModal-module__cjPSFq__closeButton{color:#333;cursor:pointer;z-index:1001;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:24px;font-weight:700;transition:all .2s;display:flex;position:absolute;top:-40px;right:0}.ImageZoomModal-module__cjPSFq__closeButton:hover{background:#fff;transform:scale(1.1)}@keyframes ImageZoomModal-module__cjPSFq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ImageZoomModal-module__cjPSFq__zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.ImageZoomModal-module__cjPSFq__modal{max-width:95vw;max-height:95vh}.ImageZoomModal-module__cjPSFq__closeButton{width:28px;height:28px;font-size:20px;top:-35px}.ImageZoomModal-module__cjPSFq__imageContainer{min-width:250px;max-width:100vw;min-height:141px;max-height:70vh}}@media (max-width:480px){.ImageZoomModal-module__cjPSFq__imageContainer{min-width:200px;min-height:113px;max-height:60vh}.ImageZoomModal-module__cjPSFq__closeButton{width:24px;height:24px;font-size:18px}}
.Carousel-module__9iTCja__carouselContainer{border-radius:12px;flex-direction:column;justify-content:center;align-items:center;max-width:1200px;height:500px;margin:0 auto 20px;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000001a}.Carousel-module__9iTCja__imageWrapper{width:100%;height:100%;position:relative}.Carousel-module__9iTCja__textOverlay{background-color:var(--primary-blue);color:#fff;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;border:1px solid #ffffff1a;border-radius:12px;max-width:80%;padding:20px 30px;position:absolute;bottom:60px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0000004d}.Carousel-module__9iTCja__textOverlay h3{margin:0 0 8px;font-size:1.6rem;font-weight:700}.Carousel-module__9iTCja__textOverlay p{opacity:.95;margin:0;font-size:1.1rem}.Carousel-module__9iTCja__indicators{z-index:10;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.Carousel-module__9iTCja__indicator{cursor:pointer;background-color:#ffffff80;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.Carousel-module__9iTCja__indicator.Carousel-module__9iTCja__active{background-color:#fff;transform:scale(1.2)}@media (max-width:768px){.Carousel-module__9iTCja__carouselContainer{height:400px}.Carousel-module__9iTCja__navButton{width:40px;height:40px;font-size:1.4rem}.Carousel-module__9iTCja__textOverlay{padding:15px;bottom:50px}}@media (max-width:480px){.Carousel-module__9iTCja__carouselContainer{height:300px}.Carousel-module__9iTCja__navButton{display:none}.Carousel-module__9iTCja__textOverlay h3{font-size:1.1rem}.Carousel-module__9iTCja__textOverlay p{font-size:.85rem}}
