*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.header{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem 0;position:relative;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{color:#333;font-size:2rem;font-style:italic;font-weight:bolder;letter-spacing:-1px;text-decoration:none;transition:color .3s ease}.logo:hover{color:#d73527}.nav-menu{align-items:center;display:flex}.nav-link{border-radius:4px;color:#333;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{background-color:#f8f9fa;color:#d73527}.hamburger-menu{cursor:pointer;display:flex;flex-direction:column;gap:4px}.hamburger-menu span{background-color:#333;height:3px;transition:all .3s ease;width:25px}.hamburger-menu:hover span{background-color:#d73527}@media (max-width:768px){.header-container{padding:0 1rem}.logo{font-size:1.5rem}.nav-menu{display:none}.hamburger-menu{display:flex}}@media (min-width:769px){.hamburger-menu{display:none}}.hero{background-image:linear-gradient(135deg,#2c5282cc 0,#1a365de6 100%),var(--hero-bg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;overflow:hidden;position:relative}.hero,.hero-overlay{align-items:center;display:flex;justify-content:center}.hero-overlay{background:#0003;height:100%;width:100%}.hero-content{color:#fff;max-width:800px;padding:0 2rem;text-align:center}.hero-title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1rem}.hero-subtitle{color:#d73527;display:block}.hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.hero-cta{background-color:#d73527;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:4rem;padding:1rem 2rem;transition:all .3s ease}.hero-cta:hover{background-color:#b8291f;transform:translateY(-2px)}.hero-stats{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;letter-spacing:1px;opacity:.8;text-transform:uppercase}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.hero-stats{gap:2rem}.stat-number{font-size:2rem}}@media (max-width:480px){.hero-content{padding:0 1rem}.hero-title{font-size:2rem}.hero-stats{gap:1.5rem}.stat-number{font-size:1.5rem}}.contact-form-section{background-color:#f8f9fa;padding:5rem 0}.container{margin:0 auto;max-width:800px;padding:0 2rem}.form-header{margin-bottom:3rem;text-align:center}.form-header h2{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.form-header p{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.contact-form{background:#fff;border-radius:10px;box-shadow:0 10px 30px #0000001a;padding:2.5rem}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.form-group{flex:1 1;margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e1e5e9;border-radius:5px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#2c5282;outline:none}.form-group textarea{min-height:100px;resize:vertical}.submit-btn{background-color:#d73527;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){background-color:#b8291f;transform:translateY(-2px)}.submit-btn:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:5px;color:#155724}.error-message,.success-message{margin-bottom:1.5rem;padding:1rem;text-align:center}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:5px;color:#721c24}@media (max-width:768px){.container{padding:0 1rem}.form-header h2{font-size:2rem}.contact-form{padding:1.5rem}.form-row{flex-direction:column;gap:0}}@media (max-width:480px){.contact-form-section{padding:3rem 0}.form-header h2{font-size:1.8rem}.contact-form{padding:1rem}}.privacy-policy{background-color:#f8f9fa;min-height:100vh;padding:2rem 0}.privacy-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;line-height:1.6;margin:0 auto;max-width:800px;padding:2rem}.privacy-policy h1{border-bottom:3px solid #3498db;color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem;padding-bottom:1rem;text-align:center}.privacy-policy section{margin-bottom:2rem}.privacy-policy h2{border-left:4px solid #3498db;color:#2c3e50;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem;padding-left:1rem}.privacy-policy h3{color:#34495e;font-size:1.3rem;margin-bottom:.8rem;margin-top:1.5rem}.privacy-policy p{color:#2c3e50;margin-bottom:1rem;text-align:justify}.privacy-policy ul{margin-bottom:1rem;padding-left:1.5rem}.privacy-policy li{color:#2c3e50;margin-bottom:.5rem}.privacy-policy li strong{color:#2980b9}@media (max-width:768px){.privacy-policy{padding:1rem 0}.privacy-container{margin:0 1rem;padding:1.5rem}.privacy-policy h1{font-size:2rem}.privacy-policy h2{font-size:1.5rem}.privacy-policy h3{font-size:1.2rem}}@media (max-width:480px){.privacy-container{margin:0 .5rem;padding:1rem}.privacy-policy h1{font-size:1.8rem}.privacy-policy h2{font-size:1.3rem}}.terms-conditions{background-color:#f8f9fa;min-height:100vh;padding:2rem 0}.terms-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;line-height:1.6;margin:0 auto;max-width:800px;padding:2rem}.terms-conditions h1{border-bottom:3px solid #3498db;color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem;padding-bottom:1rem;text-align:center}.last-updated{color:#7f8c8d;font-style:italic;text-align:center}.last-updated,.terms-conditions section{margin-bottom:2rem}.terms-conditions h2{border-left:4px solid #3498db;color:#2c3e50;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem;padding-left:1rem}.terms-conditions h3{color:#34495e;font-size:1.3rem;margin-bottom:.8rem;margin-top:1.5rem}.terms-conditions p{color:#2c3e50;margin-bottom:1rem;text-align:justify}.terms-conditions a{color:#3498db;font-weight:500;text-decoration:none}.terms-conditions a:hover{text-decoration:underline}.terms-conditions ul{margin-bottom:1rem;padding-left:1.5rem}.terms-conditions li{color:#2c3e50;margin-bottom:.5rem}.terms-conditions li strong{color:#2980b9}.contact-info{background-color:#ecf0f1;border-left:4px solid #3498db;border-radius:6px;margin-top:1rem;padding:1.5rem}.contact-info p{margin-bottom:.5rem}.contact-info strong{color:#2980b9}@media (max-width:768px){.terms-conditions{padding:1rem 0}.terms-container{margin:0 1rem;padding:1.5rem}.terms-conditions h1{font-size:2rem}.terms-conditions h2{font-size:1.5rem}.terms-conditions h3{font-size:1.2rem}}@media (max-width:480px){.terms-container{margin:0 .5rem;padding:1rem}.terms-conditions h1{font-size:1.8rem}.terms-conditions h2{font-size:1.3rem}}.footer{background-color:#2c3e50;color:#ecf0f1;margin-top:auto;padding:2rem 0 1rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:#3498db;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-section h4{color:#ecf0f1;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#bdc3c7;line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#3498db}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center}.footer-bottom p{color:#95a5a6;font-size:.9rem;margin:0}@media (max-width:768px){.footer-container{padding:0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-section{text-align:center}}
/*# sourceMappingURL=main.204ce35d.css.map*/