:root{--stimulastik-primary: #aaeaa3;--stimulastik-secondary: #2e402d;--stimulastik-tertiary: #6c9568;--color-background: #faf9f7;--color-text: #000;--color-white: #fff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%;width:100%}body{color:var(--color-text);background:var(--color-background);font-family:Segoe UI,Inter,Arial,sans-serif;min-height:100vh;font-style:italic}h1{font-family:Gabriola,serif}h2,h3,h4,h5,h6{font-style:italic;font-weight:300}.base-view{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:1rem}.base-title{font-size:2.5rem;font-weight:500;margin-bottom:1rem;color:var(--stimulastik-secondary);letter-spacing:-1px;text-align:center}.base-subheader{font-size:1.5rem;color:var(--stimulastik-secondary);text-align:center;margin-bottom:1.5rem}@media (max-width: 600px){.base-title{font-size:1.7rem}.base-subheader{font-size:1.2rem}}.app-layout[data-v-f5134497]{display:flex;flex-direction:column;min-height:100vh}.slide-left-enter-active[data-v-f5134497],.slide-left-leave-active[data-v-f5134497]{transition:transform .2s cubic-bezier(.55,0,.1,1),opacity .2s}.slide-left-enter-from[data-v-f5134497]{transform:translate(-100%);opacity:0}.slide-left-leave-to[data-v-f5134497]{transform:translate(100%);opacity:0}.slide-right-enter-active[data-v-f5134497],.slide-right-leave-active[data-v-f5134497]{transition:transform .2s cubic-bezier(.55,0,.1,1),opacity .2s}.slide-right-enter-from[data-v-f5134497]{transform:translate(100%);opacity:0}.slide-right-leave-to[data-v-f5134497]{transform:translate(-100%);opacity:0}.navbar[data-v-f5134497]{position:sticky;top:0;z-index:100;border-bottom:1px solid var(--stimulastik-secondary);height:55px;flex-shrink:0;background:var(--stimulastik-primary);color:#fff;display:flex;align-items:center;padding:0 2rem}.navbar a[data-v-f5134497]{color:var(--color-text);text-decoration:none;margin-right:2rem;font-size:1rem;font-weight:400;border-radius:.5rem;padding:.5rem 1rem;transition:box-shadow .2s,background .2s,color .2s}.navbar a[data-v-f5134497]:hover{background:var(--stimulastik-tertiary);color:var(--color-white);box-shadow:0 2px 12px #6c956826;text-decoration:none}.navbar a.router-link-exact-active[data-v-f5134497]{color:var(--color-white);background:var(--stimulastik-secondary);box-shadow:0 2px 12px #6c956826}.navbar-logo[data-v-f5134497]{margin-left:auto;height:40px;width:auto;display:block;cursor:pointer}.main-content[data-v-f5134497]{flex:1 0 auto;padding-bottom:1rem;overflow:hidden}.footer[data-v-f5134497]{flex-shrink:0;height:48px;width:100%;background:var(--stimulastik-primary);border-top:1px solid var(--stimulastik-secondary);color:var(--color-text);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;font-size:.95rem;font-style:italic;letter-spacing:.5px}.linkedin-link[data-v-f5134497]{color:inherit;text-decoration:underline}.linkedin-link[data-v-f5134497]:hover{color:#0a66c2}@media (max-width: 600px){.navbar[data-v-f5134497]{flex-direction:row;height:auto;padding:.5rem 1rem;gap:.5rem}.navbar a[data-v-f5134497]{margin-right:0;font-size:.9rem;padding:.5rem .8rem}.navbar-logo[data-v-f5134497]{height:28px}.main-content[data-v-f5134497]{padding-bottom:.5rem}.footer[data-v-f5134497]{flex-direction:column;height:auto;padding:.5rem 1rem;font-size:.9rem;gap:.3rem;text-align:center}.slide-left-enter-active[data-v-f5134497],.slide-left-leave-active[data-v-f5134497],.slide-right-enter-active[data-v-f5134497],.slide-right-leave-active[data-v-f5134497]{transition:transform .09s cubic-bezier(.55,0,.1,1),opacity .09s}}.info-section[data-v-b91e3ad2]{display:flex;align-items:stretch;width:100%;max-width:1000px;min-height:280px;max-height:360px;height:360px;margin:1.5rem 0;overflow:hidden;flex-direction:row}.info-section--mirrored[data-v-b91e3ad2]{flex-direction:row-reverse}.info-section-image[data-v-b91e3ad2]{width:50%;height:100%;object-fit:cover;display:block}.info-section-content[data-v-b91e3ad2]{flex:1 1 55%;padding:2.2rem 2rem;display:flex;flex-direction:column;justify-content:center;color:var(--stimulastik-secondary);background:var(--stimulastik-primary)}.info-section-header[data-v-b91e3ad2]{font-size:1.7rem;font-weight:500;margin-bottom:.7rem;color:var(--stimulastik-secondary);font-family:Gabriola,serif}.info-section-body-wrapper[data-v-b91e3ad2]{margin-bottom:1.5rem}.info-section-body[data-v-b91e3ad2]{font-size:1rem;font-weight:350;margin:0;color:var(--stimulastik-secondary)}.info-section-button[data-v-b91e3ad2]{align-self:flex-end;background:var(--stimulastik-tertiary);color:#fff;border:none;padding:.6rem 1.4rem;margin-top:1rem;font-size:1rem;font-weight:300;font-family:Segoe UI,Inter,Arial,sans-serif;cursor:pointer;transition:background .2s}.info-section-button[data-v-b91e3ad2]:hover{background:var(--stimulastik-secondary)}@media (max-width: 900px){.info-section[data-v-b91e3ad2],.info-section--mirrored[data-v-b91e3ad2]{flex-direction:column;min-height:0;max-height:none;height:auto}.info-section-image[data-v-b91e3ad2]{width:100%;height:180px}.info-section-content[data-v-b91e3ad2],.info-section--mirrored .info-section-content[data-v-b91e3ad2]{padding:1.2rem 1rem}}
