@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{font-family:Lexend,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#4d362e;font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#3b95a5;text-decoration:inherit}a:hover{color:#2b6c7d}body{margin:0;min-width:320px;min-height:100vh;background-color:#fefcf9;display:flex;justify-content:center;overflow-x:hidden;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f1b576;cursor:pointer;transition:border-color .25s}button:hover{border-color:#ffcb87}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#6c7a47;background-color:#fefcf9}a:hover{color:#a8ccd2}button{background-color:#c3dbaf}}.nav{background-color:#3b95a5;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0003;width:100%;position:fixed;top:0;left:0;right:0;z-index:1000;box-sizing:border-box}.nav__burger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}@media (max-width: 768px){.nav__burger{display:flex}}.nav__burger-line{width:100%;height:3px;background-color:#fefcf9;border-radius:3px;transition:all .3s ease-in-out}.nav__burger-line.open:first-child{transform:translateY(9px) rotate(45deg)}.nav__burger-line.open:nth-child(2){opacity:0}.nav__burger-line.open:last-child{transform:translateY(-9px) rotate(-45deg)}.nav__logo-container{display:flex;align-items:center}.nav__logo{display:flex;align-items:center;text-decoration:none}.nav__logo-img{margin-right:.7rem;width:72px;height:72px;display:block}.nav__logo-text{display:flex;flex-direction:column;justify-content:center;line-height:1.1}.nav__logo-line{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:.01em;text-align:left}.nav__links{display:flex;gap:2rem;align-items:center}@media (max-width: 768px){.nav__links{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#3b95a5;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transition:transform .3s ease-in-out;transform:translate(100%);padding:0;z-index:1000;margin:0}.nav__links.open{transform:translate(0)}}.nav__link{color:#fefcf9;text-decoration:none;font-weight:500;transition:color .2s ease;font-size:1.1rem}@media (max-width: 768px){.nav__link{font-size:1.8rem;text-align:center;width:100%;padding:.5rem 0}}.nav__link:hover{color:#f1b576}.nav__button{background-color:#f1b576;border:1px solid transparent;border-radius:8px;padding:.6em 1.2em;cursor:pointer;transition:all .25s;color:#4d362e;font-weight:600}@media (max-width: 768px){.nav__button{font-size:1.4rem;padding:.8em 1.6em;margin-top:1rem}}.nav__button:hover{background-color:#ffcb87;border-color:#fefcf9}.home{padding-top:80px;min-height:100vh;background-color:#fefcf9;width:100%;box-sizing:border-box;overflow-x:hidden}.home__hero{position:relative;text-align:right;padding:4rem 0;color:#fefcf9;margin-bottom:3rem;background-image:url(/assets/hero-image-Bh9lla4L.jpg),url(/assets/logo-Cjz7HdrU.png);background-size:cover,320px;background-position:center,center;background-repeat:no-repeat,no-repeat;background-attachment:fixed;width:100%;box-sizing:border-box}.home__hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff26;pointer-events:none;z-index:1}@media (max-width: 768px){.home__hero{padding:3rem 0;text-align:center;background-attachment:scroll;background-size:cover,160px}}.home__hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0006}.home__hero-content{position:relative;z-index:2;max-width:600px;margin-left:auto;padding:0 2rem;margin-right:2rem;box-sizing:border-box}@media (max-width: 768px){.home__hero-content{margin:0 auto;padding:0 1rem;text-align:center;max-width:100%}}.home__title{font-size:3rem;margin-bottom:.5rem;color:#fefcf9;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.home__title{font-size:2.5rem}}@media (max-width: 480px){.home__title{font-size:2rem}}.home__subtitle{font-size:1.5rem;margin-bottom:1.5rem;color:#ffcb87;text-shadow:1px 1px 2px rgba(0,0,0,.3)}@media (max-width: 768px){.home__subtitle{font-size:1.2rem}}.home__cta{background-color:#f1b576;color:#4d362e;font-size:1.2rem;padding:1rem 2rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.home__cta:hover{background-color:#ffcb87;transform:translateY(-2px);box-shadow:0 6px 8px #00000026}.home__hero-buttons{display:flex;gap:1rem}.home__button{padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.home__button--primary{background-color:#f1b576;color:#fefcf9}.home__button--primary:hover{background-color:#ec9c48;transform:translateY(-2px)}.home__button--secondary{background-color:transparent;color:#fefcf9;border:2px solid #fefcf9}.home__button--secondary:hover{background-color:#fefcf91a;transform:translateY(-2px)}.home__features{padding:1rem 0;background-color:#fefcf9;text-align:center;width:100%;box-sizing:border-box}.home__overview{margin:4rem auto 5rem;padding:0 2rem;text-align:center}.home__overview h2{font-size:1.8rem;color:#3b95a5;margin-bottom:1rem;font-weight:700;line-height:1.2}@media (max-width: 768px){.home__overview h2{font-size:1.6rem}}.home__overview p{font-size:1.2rem;color:#4d362e;line-height:1.6;margin:0;opacity:.9}.home__feature-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:3rem auto;width:100%;box-sizing:border-box;padding:0 2rem}@media (max-width: 768px){.home__feature-cards{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}}.home__feature-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease;padding:2rem}@media (max-width: 768px){.home__feature-card{padding:1.5rem}}.home__feature-card:hover{transform:translateY(-5px)}.home__feature-card h3{font-size:1.5rem;margin:1rem 0;color:#2a2a2a}@media (max-width: 768px){.home__feature-card h3{font-size:1.3rem}}.home__feature-card p{color:#4d362e;line-height:1.6}.home__feature-card ul{list-style:none;padding:0;margin:1rem 0}.home__feature-card li{position:relative;padding-left:1.5rem;margin-bottom:.8rem;font-size:1rem;line-height:1.6;color:#4d362e}.home__feature-card li:before{content:"•";position:absolute;left:0;top:0;color:#3b95a5;font-size:1.3rem;font-weight:700;line-height:1.4}.home__feature-image{width:100%;height:200px;object-fit:cover}.home__what_is_ABA{padding:4rem 0;background-color:#f3f1efcc;color:#4d362e;text-align:center;position:relative;width:100%;box-sizing:border-box;margin-bottom:3rem;overflow:visible}@media (max-width: 768px){.home__what_is_ABA{padding:3rem 0;margin-bottom:2rem}}.home__what_is_ABA:before{content:"";position:absolute;top:-25px;left:0;width:100%;height:25px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23f3f1ef' fill-opacity='0.8' d='M0,160L48,165.3C96,171,192,181,288,176C384,171,480,149,576,149.3C672,149,768,171,864,176C960,181,1056,171,1152,165.3C1248,160,1344,160,1392,160L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");background-size:cover;background-position:center;background-repeat:no-repeat}.home__what_is_ABA:after{content:"";position:absolute;left:0;bottom:-25px;width:100%;height:25px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23f3f1ef' fill-opacity='0.8' d='M0,160L48,165.3C96,171,192,181,288,176C384,171,480,149,576,149.3C672,149,768,171,864,176C960,181,1056,171,1152,165.3C1248,160,1344,160,1392,160L1440,160L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z'%3E%3C/path%3E%3C/svg%3E");background-size:cover;background-position:center;background-repeat:no-repeat;z-index:2}.home__what_is_ABA-title{font-size:2rem;margin-bottom:2rem;color:#4d362e;text-align:center}@media (max-width: 768px){.home__what_is_ABA-title{font-size:1.8rem;margin-bottom:1.5rem}}.home__what_is_ABA-content{display:flex;align-items:center;justify-content:center;gap:2.5rem;margin-top:2rem;flex-wrap:wrap;width:100%;box-sizing:border-box;padding:0 2rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.home__what_is_ABA-content{flex-direction:column;gap:2rem;padding:0 1rem}}.home__recommendations{flex:1;min-width:0;text-align:center;max-width:600px;margin:0 auto;position:relative}@media (max-width: 768px){.home__recommendations{order:2}}.home__recommendations ul{list-style:none;padding:0;margin:1.5rem 0}.home__recommendations li{position:relative;padding-left:1.5rem;margin-bottom:.8rem;font-size:1.1rem;line-height:1.6;color:#4d362e}.home__recommendations li:before{content:"•";position:absolute;left:0;top:0;color:#3b95a5;font-size:1.5rem;font-weight:700;line-height:1.4}.home__recommendations p{font-size:1.1rem;line-height:1.7;color:#4d362e;margin-bottom:1rem}.home__recommendations-container{margin-top:2rem}.home__recommendation{opacity:1;transition:opacity .5s ease;text-align:center;margin-bottom:2rem}.home__recommendation.active{opacity:1}.home__recommendation-text{font-size:1.2rem;line-height:1.6;margin-bottom:1rem;color:#4d362e;font-style:italic;max-width:100%;word-wrap:break-word}.home__recommendation-author{font-weight:600;color:#4d362e;margin-top:1rem}.home__what_is_ABA-image-wrapper{flex:0 0 340px;display:flex;justify-content:center;align-items:center;min-width:0;max-width:340px;width:100%;position:relative;margin:0 auto;box-sizing:border-box}@media (max-width: 768px){.home__what_is_ABA-image-wrapper{max-width:400px;order:1;margin-bottom:2rem}}.home__what_is_ABA-image{width:100%;max-width:320px;max-height:320px;height:auto;border-radius:1.2rem;box-shadow:0 4px 24px #0000001a;object-fit:cover;transform:rotate(-7deg);box-sizing:border-box}@media (max-width: 768px){.home__what_is_ABA-image{max-width:400px;max-height:400px;transform:none}}.home__what_is_ABA-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0006;border-radius:1.2rem;transform:rotate(-7deg);box-sizing:border-box}@media (max-width: 768px){.home__what_is_ABA-image-overlay{max-width:400px;max-height:400px;transform:none}}@media (max-width: 800px){.home__what_is_ABA-content{flex-direction:column;gap:1.5rem}.home__what_is_ABA-image-wrapper,.home__what_is_ABA-image{max-width:100%}}.home__sticky-button{display:none;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background-color:#f1b576;color:#4d362e;font-size:1.2rem;padding:1rem 2rem;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026;z-index:1000}@media (max-width: 768px){.home__sticky-button{display:block;opacity:0;visibility:hidden;transform:translate(-50%) translateY(100%)}.home__sticky-button.visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}}.home__sticky-button:hover{background-color:#ffcb87;transform:translate(-50%) translateY(-2px);box-shadow:0 6px 16px #0003}.home__hero-watermark{position:absolute;top:50%;left:58%;transform:translate(-50%,-50%);width:340px;max-width:80vw;opacity:.13;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.home__hero-watermark{width:160px}}.home__what_is_ABA-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;max-width:90%;opacity:.07;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.home__what_is_ABA-watermark{width:180px}}.app{min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:1440px;margin:0 auto;box-sizing:border-box}.main-content{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.footer{background-color:#3b95a5b3;padding:3rem 0 1.5rem;margin-top:4rem;border-top:1px solid rgba(77,54,46,.1);text-align:center;width:100vw;max-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;box-sizing:border-box;overflow-x:visible!important}.footer__content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:0 2rem;box-sizing:border-box}@media (max-width: 768px){.footer__content{grid-template-columns:1fr;padding:0 1rem}}.footer__section h3{color:#f1b576;margin-bottom:1rem;font-size:1.5rem}.footer__section h4{color:#f1b576;margin-bottom:1rem;font-size:1.2rem}.footer__section p{color:#fefcf9e6;line-height:1.6}.footer__section ul{list-style:none;padding:0;margin:0}.footer__section ul li{margin-bottom:.5rem}.footer__section ul li a{color:#fefcf9e6;text-decoration:none;transition:color .3s ease}.footer__section ul li a:hover{color:#f1b576}.footer__social{display:flex;gap:1rem;justify-content:center}.footer__social a{color:#fefcf9e6;font-size:1.5rem;transition:color .3s ease}.footer__social a:hover{color:#f1b576}.footer__bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(254,252,249,.2);text-align:center;color:#fefcf9b3;font-size:.9rem}.footer__bottom p{margin:.5rem 0}.footer__bottom a{color:#fefcf9b3;text-decoration:none;transition:color .3s ease}.footer__bottom a:hover{color:#fefcf9}.footer__contact-button-wrapper{display:none;margin-top:1rem}@media (max-width: 768px){.footer__contact-button-wrapper{display:block}}.footer__contact-button{background-color:#f1b576;color:#4d362e;font-size:1.1rem;padding:.8rem 1.6rem;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026;width:100%;max-width:200px}.footer__contact-button:hover{background-color:#ffcb87;transform:translateY(-2px);box-shadow:0 6px 16px #0003}@media (max-width: 600px){.about{margin-top:2rem}.about__watermark{width:2000px!important}.contact__watermark{display:none}}.about{padding:5rem 0;background:#fefcf9}.about__container{display:flex;align-items:center;justify-content:center;gap:3rem;max-width:900px;margin:5rem auto;padding:2rem;background:#fff;border-radius:1.5rem;box-shadow:0 4px 24px #00000012;position:relative;z-index:1;flex-wrap:wrap}@media (max-width: 768px){.about__container{flex-direction:column;padding:1rem;gap:2rem}}.about__image-wrapper{flex:0 0 260px;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.about__image-wrapper{flex:none;width:100%}}.about__image{width:240px;height:320px;object-fit:cover;border-radius:1.2rem;box-shadow:0 4px 24px #00000021}@media (max-width: 768px){.about__image{width:100%;height:auto;max-width:320px;margin:0 auto}}.about__content{flex:1 1 320px;min-width:0;text-align:left;position:relative}@media (max-width: 768px){.about__content{text-align:center}}.about__title{font-size:2.2rem;margin-bottom:1.2rem;color:#3b95a5;font-weight:700}.about__bio{font-size:1.1rem;line-height:1.7;margin-bottom:1.2rem;color:#4d362e}.about__watermark{position:absolute;bottom:0;right:0;width:220px;max-width:60%;opacity:.07;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.about__watermark{width:120px}}.services{margin-top:3rem;padding:3rem 2rem;background:#fefcf9}.services__intro-row{display:flex;align-items:center;justify-content:center;gap:3rem;max-width:1100px;margin:4rem auto 3rem;padding:2rem;background:#fff;border-radius:1.5rem;box-shadow:0 4px 24px #00000012;flex-wrap:wrap}@media (max-width: 900px){.services__intro-row{flex-direction:column;padding:1rem;gap:2rem}}.services__intro-text{flex:1 1 320px;min-width:0;text-align:left}@media (max-width: 900px){.services__intro-text{text-align:center}}.services__intro-text ul{list-style:none;padding:0;margin:1.5rem 0}.services__intro-text li{position:relative;padding-left:1.5rem;margin-bottom:.8rem;font-size:1.1rem;line-height:1.6;color:#4d362e}.services__intro-text li:before{content:"•";position:absolute;left:0;top:0;color:#3b95a5;font-size:1.5rem;font-weight:700;line-height:1.4}.services__intro-text p{font-size:1.1rem;line-height:1.7;color:#4d362e;margin-bottom:1rem}.services__intro-title{font-size:2rem;margin-bottom:1.2rem;color:#3b95a5;font-weight:700}.services__intro-blurb{font-size:1.1rem;line-height:1.7;color:#4d362e}.services__intro-image-wrapper{flex:0 0 320px;display:flex;justify-content:center;align-items:center}@media (max-width: 900px){.services__intro-image-wrapper{width:100%;margin-bottom:1.5rem}}.services__intro-image{width:300px;height:320px;object-fit:cover;border-radius:1.2rem;box-shadow:0 4px 24px #00000021;transform:rotate(-7deg)}@media (max-width: 900px){.services__intro-image{width:100%;height:auto;max-width:340px;margin:0 auto;transform:none}}.services__container{max-width:1200px;margin:0 auto 3rem;padding:2rem 0;position:relative}.services__watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;max-width:90vw;opacity:.07;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}@media (max-width: 900px){.services__watermark{width:300px}}.services__title{font-size:1.7rem;margin-bottom:2rem;color:#3b95a5;font-weight:600;text-align:center}.services__cards{display:flex;gap:2rem;justify-content:center;align-items:stretch;flex-wrap:wrap;position:relative;z-index:1}@media (max-width: 900px){.services__cards{flex-direction:column;gap:1.5rem;align-items:center}}.services__card{flex:1 1 260px;max-width:320px;min-width:220px;display:flex;flex-direction:column;align-items:flex-start;background:#fff;border-radius:1.2rem;box-shadow:0 4px 20px #00000014;padding:2rem 1.5rem;text-align:left;transition:transform .2s;position:relative;z-index:1}.services__card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 8px 32px #00000021}.services__card-title{font-size:1.2rem;color:#3b95a5;font-weight:700;margin-bottom:.7rem}.services__card-text{font-size:1rem;color:#4d362e;line-height:1.6}.services__wavy-divider{width:100%;height:80px;line-height:0}.services__wavy-divider svg{display:block;width:100%;height:80px}.services__wavy-divider--flip{transform:scaleY(-1)}.services__image-section{background:#fefcf9;padding:0;overflow:visible}.services__image-wrapper{width:100%;margin:2.5rem 0;display:flex;justify-content:center;align-items:center}.services__image{width:100%;max-width:900px;height:auto;border-radius:1.2rem;box-shadow:0 4px 24px #00000021;object-fit:cover;display:block}.contact{position:relative;padding:3rem 2rem;background:#fefcf9}.contact__container{max-width:480px;margin:3rem 0;background:#fff;border-radius:1.5rem;box-shadow:0 4px 24px #00000017;padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.contact__title{font-size:2rem;margin-bottom:.5rem;color:#3b95a5;font-weight:700;text-align:center}.contact__intro{font-size:1.1rem;color:#4d362e;margin-bottom:2rem;text-align:center}.contact__form{width:100%;display:flex;flex-direction:column;gap:1.3rem}.contact__label{display:flex;flex-direction:column;font-weight:600;color:#3b95a5;margin-bottom:.2rem;font-size:1rem}.contact__input,.contact__textarea{margin-top:.5rem;padding:.9rem 1rem;border:1px solid #e0e0e0;border-radius:.8rem;font-size:1rem;font-family:inherit;background:#f9f9f9;transition:border-color .2s;resize:none;box-shadow:0 2px 8px #00000008}.contact__input:focus,.contact__textarea:focus{border-color:#3b95a5;outline:none;background:#fff}.contact__textarea{min-height:120px;max-height:300px}.contact__submit{margin-top:.5rem;background:#f1b576;color:#4d362e;font-size:1.1rem;font-weight:700;border:none;border-radius:8px;padding:.9rem 2.2rem;cursor:pointer;box-shadow:0 4px 12px #0000001c;transition:background .2s,transform .2s}.contact__submit:hover{background:#ffcb87;transform:translateY(-2px) scale(1.03)}.contact__thankyou{color:#3b95a5;font-size:1.2rem;font-weight:600;text-align:center;margin:2rem 0}.contact__watermark{position:absolute;top:50%;right:-140px;transform:translateY(-50%);width:60%;max-width:500px;min-width:220px;opacity:.08;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;height:auto}
