@import"https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap";.nav:where(.astro-CF5DRFXN){display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;margin:0;background-color:#fff;box-shadow:0 0 10px #0000001a;width:100%;box-sizing:border-box}.nav-container:where(.astro-CF5DRFXN){display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}a:where(.astro-CF5DRFXN){margin-left:1rem}.navRight:where(.astro-CF5DRFXN){display:flex;align-items:center;gap:1rem}.navLink:where(.astro-CF5DRFXN){color:#000;text-decoration:none;padding:.5rem;transition:color .2s,border-bottom .2s}.navLink:where(.astro-CF5DRFXN):hover{border-bottom:1px solid var(--harmaa)}.navLink:where(.astro-CF5DRFXN):active{color:#484747}.buttonContainer:where(.astro-CF5DRFXN){display:flex;gap:1rem;margin:1rem}.logo:where(.astro-CF5DRFXN){display:flex;align-items:center;text-decoration:none;margin:var(--space-base);gap:var(--space-sm);transition:transform .2s ease}.logo:where(.astro-CF5DRFXN):hover{transform:scale(1.02)}.logo-symbol:where(.astro-CF5DRFXN){height:40px;width:auto;object-fit:contain}.logo-text:where(.astro-CF5DRFXN){display:flex;flex-direction:column;align-items:flex-start}.logo-text:where(.astro-CF5DRFXN) h1:where(.astro-CF5DRFXN){font-size:2rem;margin:0;text-transform:uppercase;color:var(--tummanvihrea);font-weight:600}.logo-text:where(.astro-CF5DRFXN) h4:where(.astro-CF5DRFXN){font-size:.8rem;margin:0;color:var(--harmaa);font-weight:400}.mobile-menu-btn:where(.astro-CF5DRFXN){display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:10}.mobile-menu-btn:where(.astro-CF5DRFXN) span:where(.astro-CF5DRFXN){display:block;height:3px;width:100%;background-color:var(--tummanvihrea);border-radius:3px;transition:all .3s ease}.mobile-menu-btn:where(.astro-CF5DRFXN).open span:where(.astro-CF5DRFXN):nth-child(1){transform:translateY(9px) rotate(45deg)}.mobile-menu-btn:where(.astro-CF5DRFXN).open span:where(.astro-CF5DRFXN):nth-child(2){opacity:0}.mobile-menu-btn:where(.astro-CF5DRFXN).open span:where(.astro-CF5DRFXN):nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width: 768px){.mobile-menu-btn:where(.astro-CF5DRFXN){display:flex}.navRight:where(.astro-CF5DRFXN){position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background-color:#fff;flex-direction:column;padding:80px 20px 20px;transition:right .3s ease;box-shadow:-5px 0 15px #0000001a;z-index:5}.navRight:where(.astro-CF5DRFXN).open{right:0}.navLink:where(.astro-CF5DRFXN){width:100%;padding:1rem 0;border-bottom:1px solid var(--vaaleanharmaa);margin:0}.buttonContainer:where(.astro-CF5DRFXN){flex-direction:column;width:100%;margin:1rem 0;gap:.5rem}.logo-symbol:where(.astro-CF5DRFXN){height:32px}.logo-text:where(.astro-CF5DRFXN) h1:where(.astro-CF5DRFXN){font-size:1.5rem}.logo-text:where(.astro-CF5DRFXN) h4:where(.astro-CF5DRFXN){font-size:.7rem}}.footer:where(.astro-B2AVYOW5){width:100%;box-sizing:border-box;position:relative;bottom:0;left:0;text-align:center;background-color:var(--vaaleanharmaa);margin-top:5rem;padding-top:1rem}h3:where(.astro-B2AVYOW5){padding:2rem}.footerLinks:where(.astro-B2AVYOW5){display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.footerLinks:where(.astro-B2AVYOW5) a:where(.astro-B2AVYOW5){cursor:pointer;text-decoration:none;color:#000}.industryLinks:where(.astro-B2AVYOW5){margin-bottom:2rem}.industryLinks:where(.astro-B2AVYOW5) h4:where(.astro-B2AVYOW5){margin:1rem 0;color:var(--tummanvihrea);font-size:1.1rem}.industryLinksGrid:where(.astro-B2AVYOW5){display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;justify-items:center;max-width:800px;margin:0 auto;padding-bottom:1.5rem}.industryLinksGrid:where(.astro-B2AVYOW5) a:where(.astro-B2AVYOW5){cursor:pointer;text-decoration:none;color:#000;font-size:.9rem}.industryLinksGrid:where(.astro-B2AVYOW5) a:where(.astro-B2AVYOW5):hover{color:var(--tummanvihrea)}@media (max-width: 768px){h3:where(.astro-B2AVYOW5){font-size:1rem;padding:1rem}.footerLinks:where(.astro-B2AVYOW5){flex-direction:column;gap:.5rem;padding:0 1rem}.footerLinks:where(.astro-B2AVYOW5) p:where(.astro-B2AVYOW5){margin:.5rem 0}.industryLinksGrid:where(.astro-B2AVYOW5){grid-template-columns:1fr;gap:.5rem}.industryLinks:where(.astro-B2AVYOW5) h4:where(.astro-B2AVYOW5){font-size:1rem}}:root{--accent: 124, 58, 237;--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), #da62c4 30%, white 60%);--tummanvihrea: #2d3a35;--harmaa: #4a5d58;--hiekka: #acad94ff;--ruskeaharmaa: #d8d4d5ff;--vaaleanharmaa: #e2e2e2ff;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--space-xs: .5rem;--space-sm: .75rem;--space-base: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem}html{font-family:Work Sans,sans-serif;background-color:#f6f6f6;font-size:16px;line-height:1.6}code{font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace}body{margin:0;padding:0;color:var(--harmaa)}h1,h2,h3,h4,h5,h6{text-wrap:balance;font-weight:500;color:var(--tummanvihrea);margin:0;line-height:1.2}h1{font-size:var(--text-4xl);font-weight:600}h2{font-size:var(--text-3xl);font-weight:500}h3{font-size:var(--text-2xl);font-weight:500}h4{font-size:var(--text-xl);font-weight:500}p{font-size:var(--text-base);line-height:1.6;margin:0;color:var(--harmaa)}.wrapper{display:flex;flex-direction:column;align-items:center;margin-top:var(--space-3xl)}.blogWrapper{display:flex;flex-direction:column;max-width:800px;margin:0 auto;margin-top:var(--space-xl);padding:var(--space-xl)}.blogWrapper img{margin-top:var(--space-2xl)}@media (max-width: 768px){html{font-size:14px}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}p{font-size:var(--text-base);line-height:1.7}.wrapper{margin-top:var(--space-2xl)}}
