@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap";@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap";:root{--black: #121212;--black-50: #12121210;--white: #FDFDFD;--white-0: #FDFDFD00;--white-50: #fdfdfdc5;--green: #141C10;--green-50: #141c1080;--green-0: #141c1000;--green-light: #F4FFAD;--green-light-25: #f4ffad27;--green-lighter: #FBFFE1;--purple: #241430;--purple-light: #D9C6E9;--purple-lighter: #F0E9F6;--pink: #710931;--pink-light: #F8B4CD;--pink-lighter: #F7D6DC;--red: #401714;--red-light: #EE8782;--red-lighter: #F1D4D5;--logo-height: 4.5rem;--primary: var(--white);--primary-50:var(--white-50);--primary-0: var(--white-0);--secondary:var(--green);--secondary-50:var(--green-50);--accent:var(--green-lighter);--easeOutQuint:cubic-bezier(.22, 1, .36, 1)}.dark{--primary: var(--green);--primary-50:var(--green-50);--primary-0: var(--green-0);--secondary:var(--green-lighter);--secondary-50:var(--green-light-25);--accent:var(--green-);--black-50: var(--black-50)}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth;transition:background-color .5s var(--easeOutQuint),color .5s var(--easeOutQuint),border-color .5s var(--easeOutQuint),box-shadow .5s var(--easeOutQuint)}body{font-family:"Instrument Serif",serif;background-color:var(--primary);color:var(--secondary)}img{width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none}h1,h2,h3{font-family:"Instrument Serif",serif;font-weight:400;font-style:italic;line-height:1.1}h1{font-size:5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-family:Inter,sans-serif;font-weight:400;font-size:.7rem}a{text-decoration:none;color:inherit}p{font-family:Instrument Sans,sans-serif;font-size:1.12rem;font-weight:400}.container{width:100%;height:100%;padding:5rem 2.75rem;max-width:2000px;margin:0 auto}.symbol svg{height:.8rem}@media (max-width: 800px){h1{font-size:3rem}h2{font-size:1.5rem}h3{font-size:1.25rem}p{font-size:.9rem}.container{padding:3rem 1.5rem}}.nav{position:fixed;top:2rem;left:50%;transform:translate(-50%);width:100%;z-index:1000;transition:transform .4s ease;padding:0rem 2.75rem}.nav-flex{display:flex;justify-content:space-between;align-items:center}.nav-dark-mode{cursor:pointer;display:flex;justify-content:center}.nav-lang{cursor:pointer;background-color:var(--primary);border-radius:15rem;padding:.25rem .5rem}.nav-lang a{font-size:1.125rem;color:var(--secondary)}.nav-header{position:relative;display:flex;justify-content:space-between;align-items:center;background-color:var(--primary);border-radius:1.5rem;padding:.5rem 1.5rem}.nav-header-links ul{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-header-links ul li a{font-size:1.125rem;color:var(--secondary);cursor:pointer}#links1{margin-right:var(--logo-height)}#links2{margin-left:var(--logo-height)}.nav-header-logo{position:absolute;left:50%;transform:translate(-50%);top:50%;transform:translate(-50%,-50%);background:none;pointer-events:none}.nav-header-logo img{height:var(--logo-height)}.nav-menu{display:none;position:fixed;left:50%;transform:translate(-50%);width:50%;max-width:600px;z-index:1000;transition:transform .4s ease;box-shadow:0 .5rem 1rem var(--black-25)}.nav.hidden{transform:translate(-50%) translateY(-300%)}@media (max-width: 800px){.nav.hidden .nav-menu{transform:translate(-50%) translateY(-300%)}.nav-flex{display:none}.nav-menu-header{position:relative;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;background-color:var(--primary);border-radius:10rem;z-index:2;cursor:pointer;box-shadow:0 .2rem 1rem var(--secondary-50)}.nav-menu{display:block;width:90%;max-width:none}.nav-menu-logo img{width:3rem;transition:transform .5s ease}.nav-menu-logo img.rotated{transform:rotate(360deg)}.nav-menu-toggle{position:relative;background:none;border:none;cursor:pointer;padding:.5rem;display:flex;justify-content:center;align-items:center;width:28px;height:28px}.nav-menu-hamburger-icon{width:20px;height:25px;position:absolute;top:10px;right:0;cursor:pointer}.nav-menu-item{transition:all .2s ease;display:block;width:20px;height:2px;margin:0 0 4px;background:var(--secondary);border-radius:1px}.nav-menu-hamburger-icon.open .nav-menu-item{background:var(--secondary)}.nav-menu-hamburger-icon.open .nav-menu-item:first-child{transform:rotate(45deg);transform-origin:5px}.nav-menu-hamburger-icon.open .nav-menu-item:nth-child(2){transform:rotate(-45deg);transform-origin:6px}.nav-menu-overlay{position:absolute;top:100%;left:0;right:0;background-color:var(--green-light);box-shadow:0 .5rem 1.5rem var(--black-50);border-radius:0 0 1rem 1rem;margin-top:-3rem;padding-top:1rem;transform-origin:top;transform:scaleY(0);overflow:hidden;will-change:transform}.nav-menu-flex{padding:2rem 0 3rem}.nav-menu-flex ul{list-style:none;margin:0;padding:0}.nav-menu-flex li{margin:-4px 0;opacity:0}.nav-menu-flex a{display:block;padding:.5rem 1.5rem;position:relative;text-decoration:none;color:var(--green);font-size:4rem;overflow:hidden}.nav-menu-flex a div div{position:relative;will-change:transform}.nav-menu-footer{padding:1rem 1.75rem 1.5rem;opacity:0;display:flex;justify-content:space-between;align-items:center}.nav-menu-dark{flex:1}.nav-menu-lang a{text-decoration:none;background-color:var(--green);border-radius:15rem;padding:.5rem 1rem;border:none;font-family:inherit;color:var(--white);font-size:2rem}}.section-bottom-bar{position:absolute;bottom:1rem;left:0;width:100%;z-index:2}.section-symbol-bar{display:flex;justify-content:center}.section-symbol-bar svg{height:.8rem;fill:red!important}.section-symbol-bar svg *{fill:var(--secondary)!important}.hero{position:relative;width:100%;height:100svh;padding-top:3rem;overflow:hidden}.hero-bottom{height:1rem}.hero-content:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,var(--primary) 0vh,var(--primary-50) 40vh,var(--primary-0) 60vh);z-index:1;pointer-events:none}.hero .hero-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.hero .hero-content .hero-content-main{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:2}.hero .hero-content .hero-logo svg{width:50vw;margin:0 auto}svg .hero-logo-1{fill:transparent;-webkit-transition:fill .7s cubic-bezier(.47,0,.745,.715) .8s;transition:fill .7s cubic-bezier(.47,0,.745,.715) .8s}svg.active .hero-logo-1{fill:var(--secondary)}svg .hero-logo-2{fill:transparent;-webkit-transition:fill .7s cubic-bezier(.47,0,.745,.715) .9s;transition:fill .7s cubic-bezier(.47,0,.745,.715) .9s}svg.active .hero-logo-2{fill:var(--secondary)}svg .hero-logo-3{fill:transparent;-webkit-transition:fill .7s cubic-bezier(.47,0,.745,.715) 1s;transition:fill .7s cubic-bezier(.47,0,.745,.715) 1s}svg.active .hero-logo-3{fill:var(--secondary)}svg .hero-logo-4{fill:transparent;-webkit-transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.1s;transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.1s}svg.active .hero-logo-4{fill:var(--secondary)}svg .hero-logo-5{fill:transparent;-webkit-transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.2000000000000002s;transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.2000000000000002s}svg.active .hero-logo-5{fill:var(--secondary)}svg .hero-logo-6{fill:transparent;-webkit-transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.3s;transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.3s}svg.active .hero-logo-6{fill:var(--secondary)}svg .hero-logo-7{fill:transparent;-webkit-transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.4000000000000001s;transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.4000000000000001s}svg.active .hero-logo-7{fill:var(--secondary)}svg .hero-logo-8{fill:transparent;-webkit-transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.5s;transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.5s}svg.active .hero-logo-8{fill:var(--secondary)}svg .hero-logo-9{fill:transparent;-webkit-transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.6s;transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.6s}svg.active .hero-logo-9{fill:var(--secondary)}svg .hero-logo-10{fill:transparent;-webkit-transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.7000000000000002s;transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.7000000000000002s}svg.active .hero-logo-10{fill:var(--secondary)}svg .hero-logo-11{fill:transparent;-webkit-transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.8s;transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.8s}svg.active .hero-logo-11{fill:var(--secondary)}svg .hero-logo-12{fill:transparent;-webkit-transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.9000000000000001s;transition:fill .7s cubic-bezier(.47,0,.745,.715) 1.9000000000000001s}svg.active .hero-logo-12{fill:var(--secondary)}svg .hero-logo-13{fill:transparent;-webkit-transition:fill .7s cubic-bezier(.47,0,.745,.715) 2s;transition:fill .7s cubic-bezier(.47,0,.745,.715) 2s}svg.active .hero-logo-13{fill:var(--secondary)}.hero .hero-content .hero-footer{display:flex;justify-content:space-between;align-items:flex-end;z-index:2}.hero .hero-cards{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);width:65vw;display:flex;justify-content:center;gap:1rem}.hero .hero-cards .card{flex:1;position:relative;aspect-ratio:5/7;transform:scale(0)}.hero .hero-cards .card .hero-card-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;padding:.5rem;border-radius:8px;animation:floating 2s infinite ease-in-out}.hero .hero-cards .card#hero-card-1{z-index:4}.hero .hero-cards .card#hero-card-2{z-index:2}.hero .hero-cards .card#hero-card-3{z-index:1}.hero .hero-cards .card#hero-card-4{z-index:0}.hero .hero-cards .card#hero-card-1 .hero-card-inner{animation-delay:0}.hero .hero-cards .card#hero-card-2 .hero-card-inner{animation-delay:.25s}.hero .hero-cards .card#hero-card-3 .hero-card-inner{animation-delay:.5s}.hero .hero-cards .card#hero-card-4 .hero-card-inner{animation-delay:.75s}@keyframes floating{0%{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-55%)}to{transform:translate(-50%,-50%)}}.about{position:relative;width:100%;height:100vh;background:linear-gradient(180deg,var(--primary) 0,var(--accent) 10%,var(--accent) 90%,var(--white) 100%);color:var(--secondary);overflow:hidden}.about-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-around;align-items:center;text-align:center;color:var(--secondary)}.about-title h1{z-index:1;text-shadow:0px .5rem 1rem var(--black-50)}.about-title,.about-text{z-index:1}.about-text{margin-top:1rem}.about-text p{max-width:60vw}.about-card{display:flex;justify-content:center;width:100%}.about-card-container{width:15em;aspect-ratio:5 / 7;position:relative}.card{width:100%;height:100%;perspective:1000px;will-change:transform}.card-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;transform:preserve-3d}.flip-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;box-shadow:0 .5rem 1rem var(--black-50);border-radius:.8rem}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;overflow:hidden}.flip-card-front:before,.flip-card-back:before{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 .0825rem color-mix(in hsl,var(--black),transparent 85%);border-radius:.8rem;pointer-events:none}.flip-card-front img,.flip-card-back img{width:100%;height:100%;object-fit:cover}.flip-card-front{box-shadow:0 0 3vw var(--green-light-25);border-radius:.8rem}.flip-card-back{transform:rotateY(180deg)}.services{width:100%;height:100svh;padding:8rem 2rem;background:linear-gradient(180deg,var(--primary) 0,var(--primary-0) 100%)}.services-header{position:relative;width:100%;text-align:center;transform:translateY(400%);will-change:transform}.services-cards{position:fixed;top:0;left:0;width:100%;height:100svh;display:flex;justify-content:center;z-index:-1;background-color:var(--primary)}.services-cards-container{position:relative;width:90%;height:100%;margin-top:4rem;display:flex;justify-content:center;align-items:center;gap:2rem}.services-card{flex:1;position:relative;aspect-ratio:5/7;perspective:1000px}.services-card-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;animation:floating 2s infinite ease-in-out}#services-card-1 .services-card-wrapper{animation-delay:0s}#services-card-2 .services-card-wrapper{animation-delay:.25s}#services-card-3 .services-card-wrapper{animation-delay:.5s}#services-card-4 .services-card-wrapper{animation-delay:.75s}.services-flip-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d}.services-flip-card-front,.services-flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;overflow:hidden}.services-flip-card-front{padding:.5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.services-flip-card-back{padding:.8rem;display:flex;flex-direction:column;gap:.8rem;border-radius:1rem;transform:rotateY(180deg);color:var(--green);height:100%}.services-card-title{order:1;flex-shrink:0}.services-card-desc{order:2;flex-shrink:0}.services-card-img{order:3;flex:1;min-height:0;display:flex;align-items:center}.services-card-img img{width:100%;height:100%;object-fit:cover;aspect-ratio:3/2;border-radius:1rem;backface-visibility:hidden;transform:translateZ(0);will-change:transform,opacity}.services #services-card-1 .services-flip-card-back{background-color:var(--pink-lighter)}.services #services-card-2 .services-flip-card-back{background-color:var(--purple-lighter)}.services #services-card-3 .services-flip-card-back{background-color:var(--green-lighter)}.services #services-card-4 .services-flip-card-back{background-color:var(--red-lighter)}.services .services-cards #services-card-1{transform:translate(100%) translateY(-100%) rotate(-5deg) scale(.25);z-index:3}.services .services-cards #services-card-2{transform:translate(100%) translateY(-100%) rotate(-5deg) scale(.25);z-index:2}.services .services-cards #services-card-3{transform:translate(100%) translateY(-100%) rotate(-5deg) scale(.25);z-index:1}.services .services-cards #services-card-4{transform:translate(100%) translateY(-100%) rotate(-5deg) scale(.25);z-index:0}.services .services-cards .services-cards-container .services-card{opacity:0}.home-spotlight{position:relative;width:100%;height:100svh;background-color:var(--primary);color:var(--secondary);overflow:hidden}.home-spotlight .spotlight-intro-header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:50%}.home-spotlight .home-spotlight-images{position:absolute;top:0;left:0;width:100%;height:auto;display:flex;flex-direction:column;justify-content:space-between;transform:translateY(5%);will-change:transform;z-index:-1}.home-spotlight .home-spotlight-images-row{width:100%;padding:2rem;display:flex;gap:2rem}.home-spotlight .home-spotlight-image{flex:1;aspect-ratio:5/7;border-radius:8px;overflow:hidden}.home-spotlight .home-spotlight-image img{object-fit:cover}.home-spotlight .home-spotlight-image.image-holder{opacity:.85}.home-spotlight .spotlight-mask-image-container{position:absolute;top:0;left:0;width:100%;height:100svh;overflow:hidden;z-index:10;-webkit-mask:url(/global/spotlight-mask.svg) center/contain no-repeat;mask:url(/global/spotlight-mask.svg) center/contain no-repeat;-webkit-mask-size:0%;mask-size:0%}.home-spotlight .spotlight-mask-header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40%;text-align:center;color:var(--secondary)}.home-spotlight-top-bar{position:absolute;top:0;left:0;width:100%}.home-spotlight-bottom-bar{position:absolute;bottom:0;left:0;width:100%}.contact{position:relative;width:100%;height:max-content;background:linear-gradient(180deg,var(--primary) 0,var(--accent) 10%,var(--accent) 90%,var(--primary) 100%);color:var(--secondary);overflow:hidden}.contact-wrapper{padding:2.75rem 0rem;display:flex}.contact-title{flex:1}.contact-form{max-width:40vw;flex:2;display:flex;flex-direction:column;position:relative;z-index:2;padding:2rem 0;height:max-content}.contact-form label{font-size:1.5rem;color:var(--secondary);text-align:left;margin-bottom:.5rem}.contact-form input,.contact-form textarea{width:100%;padding:.9rem 1rem;border:none;border-radius:.6rem;background:var(--accent);color:var(--secondary);font-size:1rem;box-shadow:inset 0 0 0 .0825rem var(--secondary-50);transition:all .2s ease;margin-bottom:1.25rem}.contact-form input:focus,.contact-form textarea:focus{outline:none;background:var(--green-light);color:var(--green)}.contact-form textarea{resize:vertical;min-height:6rem;font-family:Instrument Sans,serif}.contact-form button{align-self:center;width:100%;padding:.9rem 2rem;background:var(--secondary);color:var(--primary);border:2px solid transparent;border-radius:2rem;cursor:pointer;box-shadow:0 .5rem 1rem var(--secondary-50);transition:all .3s ease}.contact-form button:hover{background:var(--green-light);border-color:var(--secondary);color:var(--green)}#form-result{margin-top:1rem;font-size:.95rem;font-weight:500;color:var(--secondary);text-align:center}.footer-wrapper{display:flex;gap:2rem;justify-content:space-between}.footer-logo{display:flex;align-items:center}.footer-logo svg{width:20vw;height:auto}.footer-logo svg *{fill:var(--secondary)!important}.footer-contact,.footer-info-tunnus{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 2800px){.hero .hero-cards{width:60vw}}@media (max-width: 1200px){.hero .hero-cards{width:75vw}.hero .hero-content .hero-logo svg{height:max-content;width:70vw}.about{height:max-content;padding:4rem 2rem;gap:2rem}.contact{height:max-content}.contact-wrapper{flex-direction:column;align-items:center}.contact-form{width:100%;max-width:none;padding:1rem .5rem}.footer-wrapper{display:grid;grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:1.5rem;justify-items:center;text-align:center}.footer-logo{order:1}.footer-logo img{width:50vw}.footer-contact{order:2}.footer-info{order:3}}@media (max-width: 1000px){.about{height:max-content}.home-services-header{transform:translateY(0)}.home-spotlight .spotlight-mask-header,.home-spotlight .spotlight-intro-header{width:90%;text-align:center}.home-spotlight .home-spotlight-images{position:absolute;left:-75vw;width:250vw}.home-spotlight .home-spotlight-images-row{gap:1rem}}@media (max-width: 600px){.hero .hero-cards{flex-wrap:wrap;gap:1rem;width:70vw;justify-content:center}.hero .hero-cards .card{flex:1 1 calc(50% - 1rem);max-width:calc(50% - 1rem);margin-bottom:1rem}}@media (max-width: 1000px){.services{height:max-content;background:none;padding:6rem 2rem}.about-text p{max-width:80vw}.services-header{transform:translateY(0);margin-bottom:2rem}.services .services-cards{position:relative;width:100%;height:max-content}.services .services-cards-container{flex-direction:column;gap:2rem;width:100%;display:block;margin:0}.services .services-card{opacity:1!important;transform:none!important;max-width:400px;width:100%;margin:2rem auto}.services .services-flip-card-inner,.services .services-cards-container .services-card .services-card-wrapper{animation:none}.services .services-flip-card-front{display:none}.services .services-flip-card-back{transform:none!important;position:relative}}
