@import"https://fonts.googleapis.com/css2?family=Tektur:wght@400;600&family=Montserrat:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";.footer-container{width:100%;background:linear-gradient(to right,#2c2c2c,#000);color:#fff;padding:40px 20px}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.footer-section{padding:10px}.footer-logo-img{height:170px}.footer-section-title{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;margin-bottom:10px}.footer-nav-list{list-style:none}.footer-nav-link{color:#fff;font-family:Montserrat,sans-serif;font-size:14px;text-decoration:none;display:block;margin-bottom:8px}.footer-nav-link:hover{color:#ccc}.footer-info-text{font-family:Montserrat,sans-serif;font-size:14px;margin-bottom:8px}.footer-info-link{color:#fff;font-family:Montserrat,sans-serif;font-size:12px;text-decoration:none;display:inline-block;margin-right:10px}.footer-info-link:hover{color:#ccc}.footer-bottom{text-align:center;margin-top:20px}.footer-bottom-text{font-family:Montserrat,sans-serif;font-size:12px;color:#b8b3b3;text-decoration:underline;text-align:center}@media (max-width: 768px){.footer-content{grid-template-columns:1fr}}@media (max-width: 768px){.footer-content{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"logo nav" "info info";align-items:center;gap:12px}.footer-logo-section{grid-area:logo}.footer-nav-section{grid-area:nav}.footer-info-section{grid-area:info}.footer-logo-img{height:110px}.footer-nav-section{justify-self:end}.footer-nav-list{margin:0;padding:0}}:root{--bg-color: #000000}.home-container{width:100%;position:relative;min-height:100vh}.circuit-board-background{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;background-color:#ebeff0;transition:stroke .5s ease}.nav-menu{position:fixed;left:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-start;gap:30px;z-index:1000}.nav-line{position:absolute;top:0;bottom:0;left:9px;width:2px;background:var(--bg-color);transition:clip-path .3s ease,width .3s ease}.nav-item{display:flex;align-items:center;gap:10px;cursor:pointer;position:relative}.nav-circle{width:20px;height:20px;border-radius:50%;background:var(--bg-color);transition:transform .3s ease,box-shadow .3s ease}.nav-item:hover .nav-circle,.nav-item.active .nav-circle{transform:scale(1.2);box-shadow:0 0 8px var(--bg-color)}.nav-item:hover~.nav-line{width:30px;clip-path:ellipse(15px 50% at 100% 50%);background:var(--bg-color)}.nav-label{font-family:Montserrat,sans-serif;font-size:14px;color:#000;transition:text-decoration .3s ease}.nav-item:hover .nav-label{text-decoration:underline}.color-switcher{position:fixed;top:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000;display:none}.color-button{width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.5);cursor:pointer;transition:transform .2s,border-color .2s}.color-button:hover{transform:scale(1.2)}.color-button.active{border-color:#fff;transform:scale(1.2)}.palette-container{position:relative}.palette-button{background:linear-gradient(45deg,red,orange,#ff0,green,#00f);width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.5);cursor:pointer;transition:transform .2s,border-color .2s}.palette-button:hover{transform:scale(1.2)}.palette-button.active{border-color:#fff;transform:scale(1.2)}.color-picker{position:absolute;top:25px;right:0;width:30px;height:30px;padding:0;border:none;cursor:pointer;background:none;opacity:.9}.color-picker::-webkit-color-swatch{border-radius:5px;border:2px solid rgba(255,255,255,.5)}.color-picker::-moz-color-swatch{border-radius:5px;border:2px solid rgba(255,255,255,.5)}.opacity-slider{position:absolute;top:60px;right:0;width:100px;height:10px;background:linear-gradient(to right,#fff,#ccc);border-radius:5px;border:2px solid rgba(255,255,255,.5);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}.opacity-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:#fff;border-radius:50%;border:2px solid rgba(0,0,0,.5);cursor:pointer;transition:background .2s ease}.opacity-slider::-webkit-slider-thumb:hover{background:#f0f0f0}.opacity-slider::-moz-range-thumb{width:16px;height:16px;background:#fff;border-radius:50%;border:2px solid rgba(0,0,0,.5);cursor:pointer;transition:background .2s ease}.opacity-slider::-moz-range-thumb:hover{background:#f0f0f0}.scroll-top-button{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(to right,#2c2c2c,#000);color:#fff;font-size:24px;font-weight:700;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:1000;box-shadow:0 2px 8px #0000004d}.scroll-top-button.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top-button:hover{background:linear-gradient(to right,#3a3a3a,#1a1a1a);transform:translateY(-2px)}.scroll-top-button:active{transform:translateY(0)}.section-hidden{opacity:0;transform:translateY(50px);transition:opacity .6s ease-out,transform .6s ease-out}.section-visible{opacity:1;transform:translateY(0)}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-welcome-section{height:800px;width:100%;max-width:1296px;margin:0 auto;background:transparent}.home-welcome-content{max-width:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:0 20px 0 100px;position:relative;z-index:1;height:100%}.home-welcome-logo{margin-top:150px;height:260px;margin-bottom:20px}.home-welcome-text{max-width:600px}.home-welcome-title{font-family:Copperplate,sans-serif;font-size:54px;font-weight:700;color:#000;margin-bottom:20px;animation:fadeIn 1s ease-out}.home-welcome-subtitle{font-family:Copperplate,sans-serif;font-size:20px;font-weight:400;color:#181818;margin-bottom:30px;animation:fadeIn 1s ease-out .2s forwards;opacity:0}.home-welcome-buttons{display:flex;gap:20px}.home-welcome-button,.home-consultation-button{padding:12px 24px;background:linear-gradient(45deg,#000,#4a4a4a);color:#fff;font-family:Copperplate,sans-serif;font-size:20px;font-weight:500;border:none;border-radius:4px;cursor:pointer;transition:background 1.5s ease-in-out}.home-welcome-button:hover,.home-consultation-button:hover{background:linear-gradient(-45deg,#000,#4a4a4a)}.home-welcome-image-container{height:400px;width:300px;overflow:hidden;position:absolute;left:65%;top:50%;transform:translateY(-50%);border-radius:16px}.home-welcome-image{width:300px;height:1200px;object-fit:cover;position:absolute;top:0;transform:translate(100%);animation:slideInFromRight 1.5s ease-out 2s forwards,autoScroll 18s linear 3.5s infinite}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes autoScroll{0%{transform:translate(0) translateY(0)}83.33%{transform:translate(0) translateY(-700px)}to{transform:translate(100%) translateY(-700px)}}.home-about-section{height:840px;width:100%;max-width:1296px;margin:20px auto;background:#c8cadc70;padding:20px;border-radius:16px;position:relative;z-index:1}.home-about-title{font-family:Copperplate,sans-serif;font-size:36px;font-weight:600;color:#000;margin:20px 0 20px 150px;text-shadow:2px 2px 4px #3b3b3b}.home-about-content{max-width:100%;display:flex;justify-content:space-between;height:100%}.home-about-text-content{max-width:600px;color:#fff;padding-left:100px}.home-about-subtitle{font-family:Copperplate,sans-serif;text-shadow:2px 2px 4px #585757;font-size:24px;font-weight:500;color:#000;margin-bottom:10px;margin-left:35px;animation:fadeIn 1s ease-out .4s forwards;opacity:0}.home-about-text{font-family:Copperplate,sans-serif;text-shadow:1px 1px 4px #363636;font-size:16px;font-weight:400;color:#000;line-height:1.6;margin-bottom:20px;animation:fadeIn 1s ease-out .6s forwards;opacity:0}.home-about-values{font-family:Copperplate,sans-serif;text-shadow:1px 1px 2px #363636;font-size:16px;font-weight:400;color:#000;line-height:1.6;margin-bottom:20px;padding-left:20px;animation:fadeIn 1s ease-out .8s forwards;opacity:0}.home-about-image-container{position:relative;display:flex;justify-content:flex-end;margin-top:20px;height:600px}.image-frame{position:absolute;right:0;transform:translate(100%);transition:transform .5s ease-out,opacity .5s ease-out;opacity:0}.section-visible .image-frame-1{transform:translate(-300px);opacity:1;transition-delay:.4s}.section-visible .image-frame-2{transform:translate(-250px,150px);opacity:1;transition-delay:.8s;margin-right:-50px}.section-visible .image-frame-3{transform:translate(-200px,300px);opacity:1;transition-delay:1.2s;margin-right:-100px}.home-about-image{width:200px;height:300px;object-fit:cover;border-radius:8px;box-shadow:0 4px 8px #0003;position:relative;transition:transform .3s ease-out,z-index .3s ease-out}.home-products-section{height:700px;width:100%;max-width:1296px;margin:50px auto;background:linear-gradient(to right,#00000080,#4682b433);padding:20px;border-radius:16px;position:relative;z-index:1;display:flex;flex-direction:column}.home-products-title{font-family:Cooperplate,sans-serif;font-size:36px;font-weight:600;color:#fff;margin:20px 0 20px 150px;text-shadow:2px 2px 4px #000000}.home-products-grid{max-width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;padding:0 20px;margin-top:25px}.home-product-card{background-color:#000000b3;border:1px solid #474e3e;border-radius:15px;padding:20px;display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;color:#fff;position:relative;overflow:hidden;z-index:1;animation:slideUp .5s ease-out forwards;opacity:0;min-height:400px;cursor:pointer}.home-product-card:nth-child(1){animation-delay:.1s}.home-product-card:nth-child(2){animation-delay:.2s}.home-product-card:nth-child(3){animation-delay:.3s}.home-product-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#000 60%,#666);opacity:0;transition:opacity .5s ease;z-index:0}.home-product-card:hover:not(.home-product-card-disabled):before{opacity:1}.home-product-card>*{position:relative;z-index:1}.home-product-card-disabled{background-color:#64646466;border-color:#666;cursor:default}.home-product-image{width:100%;height:280px;object-fit:cover;border:1px solid #474e3e;border-radius:50px;margin-bottom:16px}.home-product-title{font-family:Copperplate,sans-serif;font-size:24px;font-weight:600;color:#fff;margin-bottom:12px;text-shadow:2px 2px 4px #000000}.home-product-description{font-family:Copperplate,sans-serif;font-size:16px;font-weight:400;color:#ccc;line-height:1.5;margin-bottom:20px;flex-grow:1}.home-product-button{padding:10px 20px;background-color:transparent;border:1px solid #474e3e;border-radius:10px;color:#fff;font-family:Copperplate,sans-serif;font-size:18px;font-weight:500;cursor:pointer;transition:background-color .3s ease,color .3s ease;display:flex;align-items:center;gap:8px}.home-product-button:after{content:"→";font-size:14px}.home-product-button:hover{background-color:#fff;color:#000}.home-product-status{font-family:Copperplate,sans-serif;font-size:18px;font-weight:500;color:#c24f4f}.home-product-picture{display:block;width:100%}.home-product-picture>img.home-product-image{display:block;width:100%}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-content{background:linear-gradient(to right,#00000080,#4682b44d);border-radius:16px;padding:20px;width:500px;max-width:90%;position:relative;animation:scaleIn .3s ease-out}.modal-close{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;color:#fff;cursor:pointer;transition:color .3s ease}.modal-close:hover{color:#ccc}.modal-title{font-family:Copperplate,sans-serif;font-size:28px;font-weight:600;color:#fff;margin-bottom:15px;text-shadow:2px 2px 4px #000000}.modal-description{font-family:Copperplate,sans-serif;font-size:18px;font-weight:400;color:#ccc;line-height:1.5}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.modal-overlay.exit{animation:fadeOut .3s ease-out forwards}.modal-content.exit{animation:scaleOut .3s ease-out forwards}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(.7);opacity:0}}.home-achievements-section{height:700px;width:100%;max-width:1296px;margin:50px auto;background:#00000080;padding:20px;border-radius:16px;position:relative;z-index:1;display:flex;flex-direction:column}.home-achievements-title{font-family:Cooperplate,sans-serif;font-size:36px;font-weight:600;color:#fff;margin:20px 0 20px 150px;text-shadow:2px 2px 4px #000000}.home-achievements-grid{max-width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:0 20px;margin-top:50px}.home-achievements-item{background-color:#f9f9f9cc;padding:20px;border-radius:8px;animation:fadeIn .5s ease-out forwards;opacity:0;transition:transform .3s ease,box-shadow .3s ease}.home-achievements-item:nth-child(1){animation-delay:.1s}.home-achievements-item:nth-child(2){animation-delay:.2s}.home-achievements-item:nth-child(3){animation-delay:.3s}.home-achievements-item:nth-child(4){animation-delay:.4s}.home-achievements-item:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0003}.home-achievements-item-title{font-family:Copperplate,sans-serif;font-size:20px;font-weight:600;color:#2c3e50;margin-bottom:10px}.home-achievements-item-text{font-family:Copperplate,sans-serif;font-size:18px;font-weight:400;color:#34495e}.home-partners-section{height:700px;width:100%;max-width:1296px;margin:50px auto;background:linear-gradient(to right,#00000080,#4682b433);padding:20px;border-radius:16px;position:relative;z-index:1;display:flex;flex-direction:column}.home-partners-title{font-family:Cooperplate,sans-serif;font-size:36px;font-weight:600;color:#fff;margin:20px 0 20px 150px;text-shadow:2px 2px 4px #000000}.home-partners-grid{max-width:100%;margin:0 auto;overflow:hidden;width:100%}.partners-carousel{display:flex;animation:slide 10s linear infinite;margin-top:100px}.partners-carousel:hover{animation-play-state:paused}.home-partner-logo{height:40px;object-fit:contain;margin:0 20px;transition:transform .3s ease,box-shadow .3s ease}.home-partner-logo:hover{transform:scale(1.1);box-shadow:0 0 10px var(--bg-color)}.home-contact-section{min-height:800px;width:100%;max-width:1296px;margin:20px auto;background:#0000001a;padding:20px;border-radius:16px;position:relative;z-index:1;display:flex;flex-direction:column}.home-contact-title{font-family:Cooperplate,sans-serif;font-size:36px;font-weight:600;color:#fff;margin:20px 0 20px 150px;text-shadow:2px 2px 4px #000000}.home-contact-content{position:relative;max-width:800px;margin:0 auto;padding:0 20px;width:100%}.home-contact-form{display:flex;flex-direction:column;gap:20px;max-width:760px;margin:0 auto}.home-contact-form-row{display:flex;gap:20px;max-width:760px;margin:0 auto}.home-contact-field{display:flex;flex-direction:column;gap:8px;width:370px;position:relative}.home-contact-label{font-family:Copperplate,sans-serif;font-size:16px;font-weight:500;color:#000}.required-star{color:#e74c3c}.home-contact-input{padding:12px 16px;font-family:Montserrat,sans-serif;font-size:16px;background:linear-gradient(to right,#fff,#f5f5f5);border:none;border-radius:8px;color:#333;box-shadow:0 2px 10px #0000001a;transition:box-shadow .3s ease;width:100%;max-width:370px}.home-contact-input.home-contact-fullwidth{max-width:760px;width:760px;margin:0 auto}.home-contact-textarea{padding:12px 16px;font-family:Copperplate,sans-serif;font-size:16px;background:linear-gradient(to right,#fff,#f5f5f5);border:none;border-radius:8px;color:#333;box-shadow:0 2px 10px #0000001a;transition:box-shadow .3s ease;resize:vertical;min-height:100px;max-width:760px;width:760px;margin:0 auto}.home-contact-input:focus,.home-contact-textarea:focus{outline:none;background:#fff!important;box-shadow:0 0 8px #4682b480;transform:translateY(-2px)}.home-contact-phone{max-width:370px;width:100%;position:relative}.home-contact-phone-frame{position:absolute;top:25px;left:0;width:100%;height:44px;background:linear-gradient(to right,#fff,#f5f5f5);border-radius:8px;box-shadow:0 2px 10px #0000001a;z-index:-1;transition:box-shadow .3s ease}.home-contact-phone .PhoneInput{display:flex;align-items:center;background:transparent;border-radius:8px;width:100%;height:44px;overflow:hidden;border:none;transition:box-shadow .3s ease;position:relative;z-index:0}.home-contact-phone .PhoneInput:focus-within{box-shadow:0 0 8px #4682b480}.home-contact-phone .PhoneInput:focus-within+.home-contact-phone-frame{background:#fff!important;box-shadow:0 0 8px #4682b480}.home-contact-phone .PhoneInputCountry{display:flex;align-items:center;justify-content:center;width:48px;height:100%;background:transparent;border:none;margin:0;padding:0 4px}.home-contact-phone .PhoneInputCountrySelect{font-family:Copperplate,sans-serif;font-size:14px;color:#333}.home-contact-phone .PhoneInputInput{flex:1;height:100%;padding:12px 16px;font-family:Montserrat,sans-serif;font-size:16px;color:#333;background:transparent;border:none;outline:none;margin:0}.home-contact-phone .PhoneInputInput:focus{outline:none}.home-contact-button{width:160px;padding:12px 24px;background:linear-gradient(45deg,#000,#4a4a4a);color:#fff;font-family:Copperplate,sans-serif;font-size:20px;font-weight:500;border:none;border-radius:4px;cursor:pointer;transition:background .6s ease-in-out;align-self:center}.home-contact-button:hover{background:linear-gradient(-45deg,#000,#4a4a4a)}.home-contact-button:disabled{background-color:#ccc;color:#666;opacity:.6;cursor:not-allowed;border:none}.contact-tabs{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.contact-tab{padding:10px 20px;background-color:#0000004d;color:#fff;font-family:Copperplate,sans-serif;font-size:18px;font-weight:500;border:1px solid #474e3e;border-radius:8px 8px 0 0;cursor:pointer;transition:background-color .3s ease,color .3s ease,opacity .3s ease}.contact-tab.active{background-color:#00000080;color:#fff;border-bottom:none}.contact-tab:hover{background-color:#0009}.home-contact-consent{font-family:Copperplate,sans-serif;font-size:16px;color:#000;display:flex;align-items:center;gap:8px;max-width:760px;margin:0 auto}.home-contact-consent-link{color:#4682b4;text-decoration:none}.home-contact-consent-link:hover{color:#3a6b9a}.home-contact-motivation{font-family:Copperplate,sans-serif;font-size:18px;font-weight:400;color:#000;text-align:center;line-height:1.5;max-width:800px;margin:10px auto 20px}.home-contact-status{font-family:Copperplate,sans-serif;font-size:16px;font-weight:500;text-align:center;padding:10px;margin-bottom:20px;border-radius:8px;max-width:800px;margin-left:auto;margin-right:auto}.home-contact-status.success{background-color:#2ecc711a;color:#2ecc71;border:1px solid #2ecc71}.home-contact-status.error{background-color:#e74c3c1a;color:#e74c3c;border:1px solid #e74c3c}@media (min-width: 1920px){.home-container,.home-welcome-section,.home-about-section,.home-products-section,.home-achievements-section,.home-partners-section,.home-contact-section,.home-welcome-content,.home-about-content,.home-products-grid,.home-achievements-grid,.home-partners-grid,.home-contact-content{max-width:1440px;margin:0 auto}.home-contact-field{width:370px}.home-contact-input,.home-contact-phone{max-width:370px}.home-contact-input.home-contact-fullwidth,.home-contact-textarea{max-width:760px;width:760px;margin:0 auto}.home-contact-form,.home-contact-form-row,.home-contact-consent{max-width:760px;margin:0 auto}.home-contact-button{align-self:center}}@media (max-width: 1440px){.home-welcome-section,.home-about-section,.home-products-section,.home-achievements-section,.home-partners-section,.home-contact-section{max-width:1296px}}@media (max-width: 1280px){.home-welcome-section,.home-about-section,.home-products-section,.home-achievements-section,.home-partners-section,.home-contact-section{max-width:1152px}}@media (max-width: 1024px){.home-welcome-section,.home-about-section,.home-products-section,.home-achievements-section,.home-partners-section,.home-contact-section{max-width:921px}.home-about-image-container{width:300px;height:400px}.home-about-image.image-1{width:200px;height:280px}.home-about-image.image-2{width:160px;height:240px}.home-about-image.image-3{width:140px;height:200px}}@media (max-width: 768px){.home-welcome-section,.home-about-section,.home-products-section,.home-achievements-section,.home-partners-section,.home-contact-section{height:auto;min-height:600px;width:95%;max-width:95%;padding:40px 20px;margin:10px auto}.home-welcome-content{align-items:center;text-align:center;padding-left:20px}.home-welcome-logo{height:180px;margin-top:10px;margin-bottom:20px}.home-welcome-title{font-size:36px}.home-welcome-subtitle{font-size:16px}.home-welcome-buttons{flex-direction:column;gap:10px}.home-welcome-image-container{height:300px;width:200px;left:50%;transform:translate(-50%) translateY(0);top:auto;bottom:20px}.home-welcome-image{width:200px;height:800px}@keyframes autoScroll{0%{transform:translate(0) translateY(0)}83.33%{transform:translate(0) translateY(-500px)}to{transform:translate(100%) translateY(-500px)}}.home-about-content{flex-direction:column;align-items:center}.home-about-text-content{max-width:100%;text-align:center;padding-left:0;margin-bottom:20px}.home-about-subtitle{margin-left:0}.home-about-image-container{position:static;width:100%;height:300px;transform:none}.home-about-image.image-1{width:150px;height:200px;top:-58px;left:24%}.home-about-image.image-2{width:120px;height:160px;top:-193px;left:47%}.home-about-image.image-3{width:100px;height:140px;top:-330px;left:70%}.home-products-grid{grid-template-columns:1fr;padding:0 10px}.home-product-card{max-width:400px;margin:0 auto}.home-product-image{height:200px}.home-achievements-grid{grid-template-columns:1fr}.home-contact-form-row{flex-direction:column;gap:10px;max-width:100%}.home-contact-field{width:100%}.home-contact-input,.home-contact-input.home-contact-fullwidth,.home-contact-textarea,.home-contact-phone{max-width:100%;width:100%}.home-contact-phone .PhoneInput,.home-contact-phone-frame{height:40px}.home-contact-motivation{font-size:14px;margin:10px 20px}.contact-tab{font-size:14px;padding:8px 16px}.nav-menu{position:fixed;top:0;left:0;right:0;transform:none;flex-direction:row;justify-content:center;gap:10px;padding:10px;background:#000000b3}.nav-line{display:none}.nav-circle{width:15px;height:15px}.nav-label{display:none}.nav-menu:hover .nav-circle{transform:none}}@media (max-width: 480px){.home-welcome-section,.home-about-section,.home-products-section,.home-achievements-section,.home-partners-section,.home-contact-section{min-height:500px;max-width:100%;padding-left:10px;padding-right:10px}.home-welcome-title{font-size:28px}.home-about-title,.home-products-title,.home-achievements-title,.home-partners-title,.home-contact-title{font-size:28px;margin:20px auto;text-align:center}.home-about-subtitle{font-size:20px}.home-about-image-container{height:115px}.home-about-image.image-1,.home-about-image.image-2,.home-about-image.image-3{width:120px;height:160px}.home-product-image{height:150px}.home-contact-input,.home-contact-textarea{font-size:14px}.home-contact-button{width:140px;font-size:14px}.home-contact-motivation{font-size:12px}.contact-tab{font-size:12px;padding:6px 12px}.home-contact-phone .PhoneInput,.home-contact-phone-frame{height:36px}.nav-circle{width:12px;height:12px}.color-picker{top:20px;width:25px;height:25px}.opacity-slider{top:50px;width:80px}}@media (max-width: 768px){.home-about-title{margin-top:0}.home-products-title,.home-achievements-title,.home-partners-title,.home-contact-title{margin:0 auto;text-align:center}.home-contact-form-row{flex-direction:column}.home-contact-field,.home-contact-input,.home-contact-input.home-contact-fullwidth,.home-contact-phone{width:100%;max-width:370px}.home-contact-consent{font-size:13px}.home-contact-phone .PhoneInputCountry{top:10px}}.home-about-values,.home-about-values li{font-family:Copperplate,sans-serif;font-size:16px;font-weight:400;line-height:1.6;color:#000;text-shadow:1px 1px 4px #363636}.home-about-values li strong{font-weight:400;text-shadow:inherit}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;background-color:#fff}.app-container{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1;padding-top:0}@font-face{font-family:Copperplate;src:url(../fonts/copperplate.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Copperplate;src:url(../fonts/copperplate_light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Copperplate;src:url(../fonts/copperplate_bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}
