*{margin:0;padding:0;box-sizing:border-box}body{height:100%;padding-top:100px;font-family:Inter,Helvetica,sans-serif;background:#fafbfb;color:#181b1a}.page-container{display:flex;flex-direction:column;min-height:100vh}.content{flex:1}.header{position:fixed;top:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100vw;height:100px;background-color:#63a680;padding:0 128px;z-index:1000}.logo img{height:40px;width:auto}.tabs{display:flex;flex-direction:row;justify-content:center;align-items:center;width:fit-content;gap:32px}.current-tab,.highlight-tab,.tab{display:flex;flex-direction:row;width:fit-content;border-radius:32px;padding:8px 16px;font-size:large;text-decoration:none}.current-tab{color:#fafbfb;background-color:#418863}.tab{color:#fafbfb}.tab:hover{background-color:#418863;cursor:pointer}.highlight-tab{background-color:#f6f7f7;border:2px solid #f6f7f7;color:#418863;font-weight:600}.highlight-tab:hover{background-color:#e2e5e3;border:2px solid #e2e5e3;cursor:pointer}.footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:fit-content;padding:24px 128px;font-size:0.9rem;background-color:#e2e5e3;color:#2e3330}.footer a{color:#353a38;text-decoration:none}.footer a:hover{text-decoration:underline}.banner{position:relative;width:100%;height:calc(100vh - 100px)}.banner-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:top;z-index:-1}.banner-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;height:100%;padding:0 16vw;padding-bottom:100px;gap:32px;background:linear-gradient(to bottom, #63a680 0%, transparent 80%, transparent 100%)}.banner-hook{font-size:3.5rem;color:#fafbfb}.banner-action{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;gap:8px}.banner-text{width:60%;font-size:1.2rem;color:#fafbfb}.banner-button{display:flex;flex-direction:row;justify-content:center;align-items:center;width:fit-content;height:56px;border-radius:24px;padding:0 32px;font-size:large;text-decoration:none;background-color:#f6f7f7;color:#418863;font-weight:600}.banner-button:hover{background-color:#e2e5e3;cursor:pointer}.section{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:calc(100vh - 100px);padding:0 16vw 100px 16vw;gap:64px}.section-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;height:100%;gap:32px}.section-title{font-size:2.5rem;color:#418863}.section-text{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;height:fit-content;gap:16px;font-size:1.2rem;line-height:1.5;color:#2e3330}.section-content b{font-weight:700;color:#418863}.section-button{display:flex;flex-direction:row;justify-content:center;align-items:center;width:fit-content;height:56px;border-radius:24px;padding:0 32px;font-size:large;text-decoration:none;background-color:#63a680;color:#fafbfb;font-weight:600}.section-button:hover{background-color:#418863;cursor:pointer}.section-image-container{display:flex;flex-direction:row;justify-content:center;align-items:center;width:400px;height:100%}.section-image{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%}.posts{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;padding:32px 16vw 0 16vw;gap:16px}.posts h1{font-size:1.6rem;font-weight:400;color:#9fa9a2}.post-link{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;padding:16px;border-radius:16px;gap:8px;border:1.5px solid #e2e5e3;text-decoration:none;color:#2e3330}.post-link:hover{background-color:#e2e5e3}.post-link h2{font-size:1.4rem;font-weight:600;color:#353a38}.post-link p{font-size:1rem;font-weight:400;color:#353a38}.post-link strong{font-weight:600;color:#418863}.post{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:32px 16vw 32px 16vw;gap:32px}.post-header{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;gap:16px}.post-header h1{font-size:2.5rem;font-weight:700;color:#418863}.post-header p{font-size:1.2rem;font-weight:400;color:#606c65}.post-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;gap:8px;font-size:1rem;font-weight:400;color:#2e3330}.post-content h2{margin:8px 0;font-size:1.5rem;font-weight:600;color:#3f4643}.post-content p{width:100%;font-size:1rem;font-weight:400;line-height:1.5;color:#2e3330}.post-content strong{font-weight:600;color:#418863}.post-content a{text-decoration:underline;color:#418863;font-weight:600}.post-content img{display:block;margin:16px auto;max-width:100%;max-height:calc(100vh - 100px - 100px);border-radius:16px}.contact-page{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;padding:32px 16vw 32px 16vw;gap:32px}.contact-page h1{font-size:2.5rem;font-weight:700;color:#418863}.contact-section{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;gap:8px}.contact-section h2{font-size:1.6rem;font-weight:600;color:#418863}.contact-section p{font-size:1rem;font-weight:400;color:#2e3330}.contact-section a{font-size:1rem;font-weight:400;color:#418863;text-decoration:none}.contact-section a:hover{text-decoration:underline}
