body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#01262e;font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#01262e;font-family:Noto Sans,sans-serif;font-weight:600}:root{--primary-yellow:#f4e0a6;--primary-teal:#abe3e4;--primary-dark-blue:#01262e;--white:#fff;--light-gray:#f8f9fa;--medium-gray:#7f8c8d}.container{margin:0 auto;max-width:1200px;padding:0 20px}.row{display:flex;flex-wrap:wrap;margin:0 -15px}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}[class*=col-]{padding:0 15px}.navbar{background:#fff;background:var(--white);box-shadow:0 2px 10px #01262e1a;padding:.75rem 0;position:fixed;top:0;width:100%;z-index:1000}.navbar .container{justify-content:space-between}.navbar .container,.navbar-brand{align-items:center;display:flex}.navbar-brand img{height:60px;width:auto}.navbar-nav{align-items:center;display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar-nav a{color:#01262e;color:var(--primary-dark-blue);font-family:Noto Sans,sans-serif;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.navbar-nav a:hover{color:#abe3e4;color:var(--primary-teal)}.navbar-nav a:after{background:#f4e0a6;background:var(--primary-yellow);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-nav a:hover:after{width:100%}.navbar-right{align-items:center}.navbar-right,.social-links{display:flex;gap:1rem}.social-links a{color:#abe3e4;color:var(--primary-teal);font-size:1.2rem;transition:color .3s ease}.social-links a:hover{color:#01262e;color:var(--primary-dark-blue)}.hero{align-items:center;background:url(/static/media/heroImage.2e9f5f25965f744cc64c.jpg);background-attachment:fixed;background-position:50%;background-size:cover;color:#fff;display:flex;height:100vh;position:relative;text-align:center}.hero-mobile-logo{display:none;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10}.hero-mobile-logo img{height:auto;max-width:80vw;width:200px}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-content p{font-size:1.3rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.btn{background:#f4e0a6;background:var(--primary-yellow);border:none;border-radius:5px;color:#01262e;color:var(--primary-dark-blue);cursor:pointer;display:inline-block;font-family:Noto Sans,sans-serif;font-size:1rem;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn:hover{background:#abe3e4;background:var(--primary-teal);color:#fff;color:var(--white);transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:#2c3e50}.features{background:#f8f9fa;padding:80px 0}.section-title{margin-bottom:3rem;text-align:center}.section-title h2{color:#01262e;color:var(--primary-dark-blue);font-size:2.5rem;margin-bottom:1rem}.section-title p{color:#7f8c8d;color:var(--medium-gray);font-size:1.1rem;margin:0 auto;max-width:600px}.feature-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;margin-bottom:2rem;padding:2rem;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{color:#abe3e4;color:var(--primary-teal);font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#01262e;color:var(--primary-dark-blue);font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:#7f8c8d;color:var(--medium-gray);line-height:1.6}.about{background:#fff;padding:80px 0}.about-content{align-items:center;display:flex;gap:3rem}.about-text h2{color:#01262e;color:var(--primary-dark-blue);font-size:2.5rem;margin-bottom:1.5rem}.about-text p{color:#7f8c8d;color:var(--medium-gray);line-height:1.8;margin-bottom:1.5rem}.about-image{text-align:center}.about-image img{border-radius:10px;box-shadow:0 10px 30px #0000001a;max-width:100%}.contact{background:#f8f9fa;padding:80px 0}.contact-form{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;margin:0 auto;max-width:600px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#01262e;color:var(--primary-dark-blue);display:block;font-family:Noto Sans,sans-serif;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:12px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#abe3e4;border-color:var(--primary-teal);box-shadow:0 0 0 2px #82e0d233;outline:none}.form-group textarea{height:120px;resize:vertical}.honeypot{display:none}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.about-content{flex-direction:column}.col-md-4{flex:0 0 100%;max-width:100%}.navbar .container{flex-direction:column;gap:1rem}.navbar-nav{flex-wrap:wrap;gap:1rem;justify-content:center}.navbar-brand img{height:52px}.navbar{padding:.5rem 0}.hero-mobile-logo{display:block}}@media (min-width:769px){.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}}
/*# sourceMappingURL=main.abfa56a4.css.map*/