@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");:root{--primary-color:#a3c64a;--primary:#a3c64a;--primary-dark:#8bab3e;--primary-light:#b4d35f;--primary-glow:rgba(163,198,74,0.4);--primary-bg:rgba(163,198,74,0.1);--secondary:#333333;--secondary-dark:#222222;--secondary-light:#555555;--text-dark:#222222;--text-light:#ffffff;--bg-light:#f8f8f8;--bg-white:#ffffff;--bg-gradient:linear-gradient(135deg,#111111,#333333);--accent-blue:#3e8bab;--shadow-sm:0 4px 6px rgba(0,0,0,0.1);--shadow-md:0 8px 16px rgba(0,0,0,0.1);--shadow-lg:0 12px 24px rgba(0,0,0,0.15);--shadow-xl:0 20px 40px rgba(0,0,0,0.2);--shadow-hover:0 16px 32px rgba(163,198,74,0.3);--shadow-primary:0 8px 16px rgba(163,198,74,0.25);--transition:all 0.3s cubic-bezier(0.25,0.8,0.25,1);--transition-bounce:all 0.5s cubic-bezier(0.68,-0.55,0.265,1.55)}*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}body{overflow-x:hidden}.reveal{opacity:0;transform:translateY(30px);transition:all .8s ease}.reveal.active{opacity:1;transform:translateY(0)}.highlight{color:#a3c64a;font-weight:700}.company-section{margin-top:9.5%;background:var(--bg-white);position:relative;overflow:hidden}.company-section:before{top:0;right:0;width:300px;height:300px;filter:blur(100px);opacity:.5}.company-section:after,.company-section:before{content:"";position:absolute;background-color:var(--primary-glow);border-radius:50%;z-index:0}.company-section:after{bottom:0;left:0;width:200px;height:200px;filter:blur(80px);opacity:.3}.text_header{text-align:center;padding:80px 20px 40px;position:relative;z-index:1}.text_header h1{font-size:3rem;font-weight:800;color:var(--text-dark);text-transform:uppercase;letter-spacing:2px;position:relative;display:inline-block;padding-bottom:20px;margin-bottom:20px}.text_header h1:before{width:120px;background:var(--primary)}.text_header h1:after,.text_header h1:before{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:4px;border-radius:2px}.text_header h1:after{width:60px;margin-bottom:8px}.two_image{display:flex;align-items:stretch;justify-content:space-between;padding:60px 10%;gap:60px;background:linear-gradient(135deg,var(--bg-light) 0,var(--bg-white) 100%);position:relative;z-index:1}.backword_div,.backword_div_1,.backword_div_2{min-height:400px;display:flex;align-items:center;justify-content:center;background:none;box-shadow:none}.backword_div,.backword_div_1,.backword_div_2,.forword_div{flex:1 1;position:relative;border-radius:16px;overflow:hidden;transition:var(--transition-bounce)}.forword_div{padding:50px;background:var(--bg-white);box-shadow:var(--shadow-lg);border-left:6px solid var(--primary);transform:translateY(0) rotate(0);z-index:1}.forword_div:before{content:"";position:absolute;top:-30px;right:-30px;width:100px;height:100px;background-color:var(--primary-bg);border-radius:50%;z-index:-1}.forword_div p{font-size:1.2rem;line-height:1.9;color:var(--text-dark);text-align:justify;position:relative}.forword_div p:first-letter{font-size:3rem;font-weight:700;color:var(--primary);float:left;line-height:1;padding-right:10px}.two_image_1{display:flex;align-items:stretch;justify-content:space-between;padding:60px 10%;gap:60px;background:linear-gradient(135deg,var(--bg-white) 0,var(--bg-light) 100%);position:relative;z-index:1}.forword_div_1{flex:1 1;padding:50px;background:var(--bg-white);border-radius:16px;box-shadow:var(--shadow-lg);border-left:6px solid var(--primary);transform:translateY(0) rotate(0);transition:var(--transition-bounce);position:relative;overflow:hidden;z-index:1}.forword_div_1:before{content:"";position:absolute;top:-30px;right:-30px;width:100px;height:100px;background-color:var(--primary-bg);border-radius:50%;z-index:-1}.forword_div_1 p{font-size:1.2rem;line-height:1.9;color:var(--text-dark);text-align:justify;position:relative}.forword_div_1 p:first-letter{font-size:3rem;font-weight:700;color:var(--primary);float:left;line-height:1;padding-right:10px}.two_image_2{display:flex;align-items:stretch;justify-content:space-between;padding:60px 10%;gap:60px;background:linear-gradient(135deg,var(--bg-light) 0,var(--bg-white) 100%);position:relative;z-index:1;margin-bottom:80px}.forword_div_2{flex:1 1;padding:50px;background:var(--bg-white);border-radius:16px;box-shadow:var(--shadow-lg);border-left:6px solid var(--primary);transform:translateY(0) rotate(0);transition:var(--transition-bounce);position:relative;overflow:hidden;z-index:1}.forword_div_2:before{content:"";position:absolute;top:-30px;right:-30px;width:100px;height:100px;background-color:var(--primary-bg);border-radius:50%;z-index:-1}.forword_div_2 p{font-size:1.2rem;line-height:1.9;color:var(--text-dark);text-align:justify;position:relative}.forword_div_2 p:first-letter{font-size:3rem;font-weight:700;color:var(--primary);float:left;line-height:1;padding-right:10px}.backword_div:hover,.backword_div_1:hover,.backword_div_2:hover{transform:translateY(-15px);box-shadow:none}.forword_div:hover,.forword_div_1:hover,.forword_div_2:hover{transform:translateY(-15px) rotate(1deg);box-shadow:var(--shadow-hover)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.backword_div,.forword_div,.two_image{animation:fadeInUp .8s ease-out forwards}.backword_div_1,.forword_div_1,.two_image_1{animation:fadeInUp .8s ease-out forwards;animation-delay:.2s}.backword_div_2,.forword_div_2,.two_image_2{animation:fadeInUp .8s ease-out forwards;animation-delay:.4s}@media screen and (max-width:1400px){.text_header h1{font-size:2.8rem}.two_image,.two_image_1,.two_image_2{padding:50px 8%;gap:50px}.forword_div,.forword_div_1,.forword_div_2{padding:40px}.forword_div p,.forword_div_1 p,.forword_div_2 p{font-size:1.1rem}}@media screen and (max-width:1200px){.text_header h1{font-size:2.5rem}.two_image,.two_image_1,.two_image_2{padding:40px 5%;gap:40px}.forword_div,.forword_div_1,.forword_div_2{padding:35px}.forword_div p,.forword_div_1 p,.forword_div_2 p{font-size:1rem}}@media screen and (max-width:1024px){.text_header h1{font-size:2.2rem}.two_image,.two_image_1,.two_image_2{padding:35px 4%;gap:30px}.forword_div,.forword_div_1,.forword_div_2{padding:30px}.forword_div p,.forword_div_1 p,.forword_div_2 p{font-size:.95rem;line-height:1.8}.forword_div p:first-letter,.forword_div_1 p:first-letter,.forword_div_2 p:first-letter{font-size:2.5rem}}@media screen and (max-width:820px){.company-section{margin-top:10%}.text_header h1{font-size:2rem}}@media screen and (max-width:768px){.text_header h1{font-size:1.8rem}.two_image,.two_image_1,.two_image_2{flex-direction:column;padding:30px 4%;gap:30px}.backword_div,.backword_div_1,.backword_div_2{min-height:300px;background:none;box-shadow:none}.forword_div,.forword_div_1,.forword_div_2{padding:25px}.forword_div p,.forword_div_1 p,.forword_div_2 p{font-size:.95rem}.forword_div p:first-letter,.forword_div_1 p:first-letter,.forword_div_2 p:first-letter{font-size:2.2rem}}@media screen and (max-width:540px){.company-section{margin-top:12%}.text_header h1{font-size:1.6rem}.two_image,.two_image_1,.two_image_2{padding:25px 3%;gap:25px}.backword_div,.backword_div_1,.backword_div_2{min-height:250px}.forword_div,.forword_div_1,.forword_div_2{padding:20px}.forword_div p,.forword_div_1 p,.forword_div_2 p{font-size:.9rem;line-height:1.7}.forword_div p:first-letter,.forword_div_1 p:first-letter,.forword_div_2 p:first-letter{font-size:2rem}}@media screen and (max-width:430px){.text_header h1{font-size:1.4rem}.backword_div,.backword_div_1,.backword_div_2{min-height:200px}.forword_div p,.forword_div_1 p,.forword_div_2 p{font-size:.85rem;line-height:1.6}.forword_div p:first-letter,.forword_div_1 p:first-letter,.forword_div_2 p:first-letter{font-size:1.8rem}}@media screen and (max-width:375px){.text_header h1{font-size:1.3rem}.forword_div,.forword_div_1,.forword_div_2{padding:15px}.forword_div p,.forword_div_1 p,.forword_div_2 p{font-size:.8rem;line-height:1.5}.forword_div p:first-letter,.forword_div_1 p:first-letter,.forword_div_2 p:first-letter{font-size:1.6rem}}@media (prefers-reduced-motion:reduce){.backword_div:hover,.backword_div_1:hover,.backword_div_2:hover,.forword_div:hover,.forword_div_1:hover,.forword_div_2:hover,.reveal,.reveal.active{transition:none;transform:none}.backword_div,.backword_div_1,.backword_div_2,.forword_div,.forword_div_1,.forword_div_2,.two_image,.two_image_1,.two_image_2{animation:none}}.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px;width:100%}.loading-spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{display:flex;justify-content:center;align-items:center;min-height:200px;width:100%;color:#e74c3c;font-size:1.2rem;text-align:center;padding:20px}.backword_div img,.backword_div_1 img,.backword_div_2 img{transition:opacity .3s ease-in-out}.backword_div img[loading],.backword_div_1 img[loading],.backword_div_2 img[loading]{opacity:.6}.company-page{padding:4rem 8%;background-color:#f9f9f9}.company-content-section{display:flex;gap:3rem;align-items:center;margin-bottom:4rem}.content-half{flex:1 1}.content-half h2{font-size:2.5rem;font-weight:700;color:#a3c64a;margin-bottom:1.5rem}.content-half p{font-size:1.1rem;line-height:1.8;color:#333}.image-half{flex:1 1;display:flex;justify-content:center;align-items:center}.image-half img{max-width:100%;height:auto;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.1);object-fit:contain}.horizontal-section{flex-direction:row}.reverse-layout{flex-direction:row-reverse}@media (max-width:768px){.company-content-section,.reverse-layout{flex-direction:column}}.company-page-container{width:100%;overflow-x:hidden;background-color:#fff}.main-company-title{text-align:center;font-size:2.8rem;font-weight:800;color:#333;margin-top:2rem;margin-bottom:2.5rem;position:relative}.main-company-title:after{content:"";display:block;margin:1.2rem auto 0;width:120px;height:5px;background:#a3c64a;border-radius:3px}.company-section{padding:4rem 8%}.about-section .text-card{max-width:1100px;margin:0 auto 4rem}.banner-image-container{width:100%;height:400px;position:relative}.text-card{background-color:#fff;border-radius:20px;padding:2rem 3rem;box-shadow:0 10px 40px rgba(0,0,0,.08);border-left:8px solid var(--primary-color)}.text-card p{font-size:1.1rem;line-height:1.8;color:#333;text-align:justify}.text-card .first-letter{color:#a3c64a;font-weight:700;font-size:2.5rem;float:left;margin-right:.5rem;line-height:1}.vision-mission-section,.why-us-section{background-color:#f9f9f9}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:80px;height:4px;background-color:#a3c64a}.content-layout{display:flex;gap:3rem;align-items:center;margin-top:4rem}.content-layout.reverse{flex-direction:row-reverse}.image-container,.text-card{flex:1 1}.content-image,.hoverable-image{width:100%;height:auto;border-radius:10px;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px rgba(0,0,0,.1)}.hoverable-image:hover{transform:scale(1.045);box-shadow:0 16px 40px rgba(163,198,74,.18),0 2px 8px rgba(0,0,0,.18);z-index:2}@media (max-width:1024px){.company-section{padding:3rem 2%}.banner-image-container{height:250px}}@media (max-width:768px){.main-company-title{font-size:2rem}.section-title{font-size:1.5rem}.company-section{padding:2rem 1rem}.content-layout,.content-layout.reverse{flex-direction:column;gap:2rem}.banner-image-container{height:180px}.text-card{padding:1.2rem 1rem}.text-card .first-letter{font-size:1.5rem}}@media (max-width:480px){.main-company-title{font-size:1.2rem}.section-title{font-size:1rem}.text-card{padding:.7rem .5rem;font-size:.9rem}.banner-image-container{height:100px}}.company-img-hover{transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .25s;border-radius:32px;box-shadow:0 4px 24px rgba(163,198,74,.1);background:#fff}.company-img-hover:hover{transform:scale(1.045) translateY(-6px);box-shadow:0 12px 36px rgba(163,198,74,.18),0 2px 12px rgba(0,0,0,.1);z-index:2}.vertical-main-section{flex-direction:column!important;align-items:center!important;gap:0!important;padding-bottom:0!important}.vertical-main-section .forword_div{width:100%;padding-bottom:0;margin-bottom:0}.vertical-main-section .backword_div{width:100%;display:flex;justify-content:center;align-items:flex-start;margin-top:0}@media (max-width:900px){.vertical-main-section .company-img-hover{width:98%!important;max-width:98vw!important}}