.header{display:flex;background-color:#dc2626;border-bottom:#dc2626 1px solid;width:100%;justify-content:center;align-items:center;padding:1rem 0;margin-bottom:0;box-sizing:border-box}.header_container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;padding:0 2rem;gap:2rem}.header_logo{display:flex;align-items:center}.header_logo img{width:80px;height:80px;cursor:pointer;transition:transform .2s;filter:brightness(0) invert(1)}.header_logo img:hover{transform:scale(1.05)}.header_nav{display:flex;gap:2rem;align-items:center;flex:1;justify-content:center}.nav_link{color:#fff;text-decoration:none;font-weight:500;font-size:1.1rem;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s,color .2s}.nav_link:hover{background-color:#ffffff1a;color:#f9f8fd}.nav_link.active{background-color:#fff3}@media(max-width:768px){.header_container{padding:0 1rem;gap:1rem}.header_logo img{width:60px;height:60px}.header_nav{gap:1rem}.nav_link{font-size:1rem;padding:.4rem .8rem}}@media(max-width:480px){.header{padding:.8rem 0}.header_container{flex-direction:column;padding:0 .5rem;gap:.8rem}.header_logo img{width:50px;height:50px}.header_nav{gap:.5rem;flex-wrap:wrap;justify-content:center}.nav_link{font-size:.9rem;padding:.3rem .6rem}}.footer{display:flex;color:#fff;background-color:#dc2626;border-top:#dc2626 1px solid;width:100%;justify-content:center;align-items:center;flex-direction:row;padding:1rem 0;margin-top:auto;gap:1rem;box-sizing:border-box}.footer_logo{display:flex;justify-content:center;align-items:center}.footer_logo img{width:60px;height:60px}.footer ul{display:inline-flex;list-style:none;margin:0;padding:0;gap:1rem}.footer_container img{width:50px;height:50px;cursor:pointer;filter:brightness(0) invert(1);transition:transform .2s}.footer_container img:hover{transform:scale(1.1)}.footer_copyright{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:.9rem}@media(max-width:768px){.footer{flex-direction:column;gap:.8rem;padding:1rem}.footer_container{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer_links{display:flex;justify-content:center}.footer_logo img{width:50px;height:50px}.footer_container img{width:40px;height:40px}.footer ul{gap:.8rem;justify-content:center}.footer_copyright{font-size:.8rem;text-align:center}.footer_title{display:none}}@media(max-width:480px){.footer{flex-direction:column;gap:.6rem;padding:.8rem}.footer_container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.footer_links{display:flex;justify-content:center;width:100%}.footer_logo img{width:40px;height:40px}.footer_container img{width:35px;height:35px}.footer ul{gap:.6rem;justify-content:center;flex-wrap:wrap}.footer_copyright{font-size:.7rem;text-align:center}}:root{font-family:Montserrat,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#f9f8fd;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}html{overflow-x:hidden}body{margin:0;display:flex;flex-direction:column;justify-content:flex-start;min-width:320px;min-height:100vh;width:100%;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}main{padding:2rem;position:relative;background-image:url(/Logo/Logo.jpg);background-position:center center;background-repeat:no-repeat;background-size:50%;background-attachment:fixed}main:before{content:"";position:absolute;inset:0;background-color:#f9f8fdd9;pointer-events:none;z-index:0}main>*{position:relative;z-index:1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}form label{display:block;margin-bottom:1rem}input,textarea{width:100%;padding:.5rem;margin-top:.25rem}@media(max-width:768px){main{background-size:60%;background-position:center center;background-attachment:fixed}}@media(max-width:480px){main{background-size:70%;background-position:center center;background-attachment:fixed}}@media(prefers-color-scheme:light){:root{color:#303b31;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{display:flex;flex-direction:column;min-height:100vh}main[data-astro-cid-37fxchfa]{flex:1}.hero-section{text-align:center;padding:4rem 2rem 3rem;max-width:800px;margin:0 auto}.hero-section h1{font-size:3rem;margin-bottom:1rem;color:#000}.hero-subtitle{font-size:1.3rem;color:#666;margin:0}.content-section{max-width:900px;margin:0 auto;padding:3rem 2rem}.content-section p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.5rem;text-align:justify}.section-header{margin-bottom:2rem}.section-header h2{font-size:2.2rem;color:#000;border-bottom:3px solid #dc2626;display:inline-block;padding-bottom:.5rem;margin-bottom:1.5rem}.values-grid,.grid-2,.grid-3,.grid-4{display:grid;gap:2rem;margin-top:2rem}.values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card,.value-card{padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.card:hover,.value-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026}.card h3,.value-card h3{font-size:1.5rem;color:#dc2626;margin-bottom:1rem}.card p,.value-card p{font-size:1rem;line-height:1.6;color:#555;text-align:left;margin:0}.cta-section{text-align:center;padding:4rem 2rem;background-color:#dc26261a;border-radius:12px;margin-top:3rem}.cta-section h2{font-size:2rem;color:#000;margin-bottom:1rem}.cta-section p{font-size:1.2rem;color:#666;margin-bottom:2rem;text-align:center}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.8rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent}.btn-primary{background-color:#dc2626;color:#fff}.btn-primary:hover{background-color:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.btn-secondary{background-color:#fff;color:#dc2626;border:2px solid #dc2626}.btn-secondary:hover{background-color:#dc2626;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.btn-outline{background-color:transparent;color:#dc2626;border:2px solid #dc2626}.btn-outline:hover{background-color:#dc2626;color:#fff}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}@media(max-width:768px){.hero-section h1{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.section-header h2{font-size:1.8rem}.content-section{padding:2rem 1rem}.values-grid,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr;gap:1.5rem}.cta-section{padding:3rem 1rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem;padding:0 1rem}.btn{width:calc(100% - 2rem);max-width:300px;box-sizing:border-box}}
