/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2rem;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1rem}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1rem}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25rem}sup{top:-.5rem}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625rem}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-itrem}template{display:none}[hidden]{display:none}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding:4rem;-webkit-tap-highlight-color:transparent}@media (min-width:1231px){html{scroll-padding:6rem}}body{min-height:100vh;background-color:#f9f6f0}body.resize-animation-stopper *{transition:none!important}img{max-width:100%;height:auto;display:block}ul{list-style:none}hr{background-color:#dfdfdf;border:0;height:1px;margin:1.5rem 0}body{font-family:Catamaran,sans-serif;color:#1a1a1a;font-size:1.0625rem}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0}.text-center{text-align:center}.page-title{font-size:1.7rem;margin-bottom:1.2rem}@media (min-width:768px){.page-title{font-size:2.2rem;margin-bottom:2rem}}.home .intro h2,.section-title{text-align:center;margin-bottom:1.5rem;font-size:1.8rem}@media (min-width:768px){.home .intro h2,.section-title{font-size:2.2rem;margin-bottom:2.2rem}}.editor{line-height:1.5}.editor>:first-child{margin-top:0!important}.editor>:last-child{margin-bottom:0!important}.editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.editor h6{margin:1.25rem 0 1rem 0;line-height:1.3}.editor p{margin-bottom:1rem}.editor a:not([class]){font-weight:600}.editor b,.editor strong{font-weight:600}.editor ol{margin-left:1.2rem;margin-bottom:1.5rem}.editor ol ol,.editor ol ul{margin-bottom:0}.editor ol li{padding-left:.5rem}.editor ol li::marker{color:#1f1f1f;font-size:1.1rem;font-weight:700;padding-right:1rem}.editor ul:not([class]){margin-bottom:1.3rem}.editor ul:not([class]) ul{margin-top:.4rem;margin-bottom:0}.editor .wp-block-image figcaption{font-size:.875rem}.editor pre.wp-block-code{border-left:6px solid #313131;background-color:#f5f7f9;padding:.8em .6rem;margin-bottom:1.2rem}.editor .wp-block-pullquote{border-top:4px solid #3b3b3b;border-bottom:4px solid #3b3b3b;margin-bottom:1.2rem}.editor .wp-block-buttons{margin-bottom:1.2rem}.editor table{margin-bottom:1.2rem}.editor table thead{border:none}.editor table th{text-align:left}.editor table *{border-color:#c7c7c7!important}.editor .wp-block-separator{border:none!important}.editor ul:not([class]),ul.checkmarks{line-height:1.5;margin-left:0;display:grid;gap:.4rem}.editor ul:not([class]) li,ul.checkmarks li{list-style-type:none;background-image:url(../../svg/checkmark.svg);background-repeat:no-repeat;background-position:0 3px;background-repeat:no-repeat;padding-left:26px}:focus{outline:0}body.using-keyboard :focus{outline:#000 auto 2px}.skip-link:focus{outline:#000 auto 2px!important}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:18px 15px;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#fff}.hamburger-box{width:34px;height:22px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:34px;height:2px;background-color:#fff;border-radius:1px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 75ms .12s ease,opacity 75ms ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms .12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1)}.button,.button-reset,.single_add_to_cart_button,.woocommerce a.button,.wp-block-button__link,button,input[type=button]{border:none;margin:0;padding:0;width:auto;overflow:visible;background:0 0;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none}.button-reset::-moz-focus-inner,.button::-moz-focus-inner,.single_add_to_cart_button::-moz-focus-inner,.woocommerce a.button::-moz-focus-inner,.wp-block-button__link::-moz-focus-inner,button::-moz-focus-inner,input[type=button]::-moz-focus-inner{border:0;padding:0}.button,.single_add_to_cart_button,.woocommerce a.button,.wp-block-button__link,input[type=button]{display:inline-block;text-decoration:none;background-color:#1f1f1f!important;color:#030303!important;padding:.5rem 1.4rem!important;border-radius:.5rem!important;text-align:center;transition:background-color .2s;font-weight:400!important;cursor:pointer;line-height:normal!important}.button:hover,.single_add_to_cart_button:hover,.woocommerce a.button:hover,.wp-block-button__link:hover,input[type=button]:hover{background-color:#0e0e0e!important}.button.accent,.single_add_to_cart_button.accent,.woocommerce a.button.accent,.wp-block-button__link.accent,input[type=button].accent{background-color:#b89c6d!important}.button.accent:hover,.single_add_to_cart_button.accent:hover,.woocommerce a.button.accent:hover,.wp-block-button__link.accent:hover,input[type=button].accent:hover{background-color:#a88d5d!important}.button.outline,.single_add_to_cart_button.outline,.woocommerce a.button.outline,.wp-block-button__link.outline,input[type=button].outline{background-color:transparent!important;color:inherit!important;box-shadow:inset 0 0 0 1px currentColor}.button.outline:hover,.single_add_to_cart_button.outline:hover,.woocommerce a.button.outline:hover,.wp-block-button__link.outline:hover,input[type=button].outline:hover{background-color:rgba(255,255,255,.12)!important}.buttons{display:flex;flex-wrap:wrap;gap:.6rem}.pagination{text-align:center;display:flex;justify-content:center;flex-wrap:wrap;margin-top:2rem;gap:.5rem}.pagination .page-numbers{border:2px solid #1f1f1f;border-radius:50%;width:2.2rem;height:2.2rem;color:#1f1f1f;font-weight:600;font-size:1.0625rem;display:inline-flex;justify-content:center;align-items:center}.pagination .page-numbers.current,.pagination .page-numbers:hover{background-color:#1f1f1f;color:#fff}.card-post{display:grid;grid-template-rows:auto 1fr;gap:1rem;position:relative;overflow:hidden}.card-post .date{font-size:.9375rem;margin-bottom:.5rem;color:#3d3d3d;font-weight:500}.card-post .title{font-size:1.2rem;margin-top:0;margin-bottom:.7rem}.card-post p{margin-bottom:1.1rem}.card-post .image{overflow:hidden;border-top-left-radius:1rem;border-top-right-radius:1rem}@supports not (aspect-ratio:1/1){.card-post .image{height:17rem}}.card-post .image img{width:100%;height:100%;aspect-ratio:16/11;-o-object-fit:cover;object-fit:cover;transition:all .4s}.card-post .text{display:flex;flex-direction:column;align-items:flex-start}.card-post .button{margin-top:auto}.card-post:hover .image img{transform:scale(1.1)}.card-post:hover .button{background-color:#ececec}@media (min-width:768px){.card-post .title{font-size:1.35rem}}.page-header-image{position:relative;height:32vh;min-height:200px;max-height:500px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-left:1rem;padding-right:1rem}.page-header-image .shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(0,0,0,.3019607843),rgba(0,0,0,0))}.page-header-image h1{position:relative;font-size:2rem;color:#fff;text-shadow:0 0 5px #000;text-align:center}@media (min-width:768px){.page-header-image{height:35vh}.page-header-image h1{font-size:2.5rem}}.palvelut{padding:2.5rem 1.2rem}.palvelut>.content{max-width:1000px;margin-left:auto;margin-right:auto}.home .intro .palvelut h2,.palvelut .home .intro h2,.palvelut .section-title{text-align:center;margin-bottom:1.8rem}.palvelut .grid{display:grid;gap:1.5rem}.palvelut .palvelu{position:relative;background-color:#fff;padding:1.5rem 1.4rem;border-radius:1rem;display:flex;flex-direction:column;border:1px solid #e3e3e3}.palvelut .palvelu:hover .button{background-color:#a88d5d!important}.palvelut .palvelu.laaja{background-color:#1f1f1f;border-color:#1f1f1f;color:#fff}.palvelut .palvelu.laaja .title{font-size:1.6rem}.palvelut .palvelu.laaja .kuvaus{font-size:1.15rem}.palvelut .palvelu.laaja .kuvaus strong{color:#b89c6d}.palvelut .title{font-size:1.3rem;margin-bottom:1rem;word-break:break-word}.palvelut .kuvaus{margin-bottom:1.4rem}.palvelut .kuvaus p:first-child{margin-top:0}.palvelut .kuvaus p:last-child{margin-bottom:0}.palvelut .footer{margin-top:auto}.palvelut .button{width:100%}@media (min-width:576px){.palvelut .grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.palvelut{padding:3.5rem 2rem}.palvelut>.content{max-width:1211px}.palvelut .grid{grid-template-columns:repeat(3,1fr)}.palvelut .palvelu{padding:2rem 2.3rem}.palvelut .title{font-size:1.4rem}}.employee{position:relative;background-color:#fff;padding:1rem 1.2rem;display:grid;gap:.5rem;border:1px solid #e3e3e3;border-radius:.7rem}.employee .image{display:flex;justify-content:center;align-items:flex-end}.employee .image img{max-height:12rem}.employee .name{font-size:1.15rem;font-weight:600;margin-bottom:.2rem}.employee a,.employee p{line-height:1.5}.employee .title{color:#414141;margin-top:.5rem}.employee .email{word-break:break-word}@media (min-width:768px){.employee{display:grid;grid-template-columns:9rem 1fr;text-align:left;align-items:start;gap:1.4rem;padding:1rem 1.1rem 0 1rem}.employee .image{height:100%}.employee .image img{-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom}.employee .title{margin-bottom:1rem}}.palvelu-hero{position:relative;background-size:cover;background-repeat:no-repeat;color:#fff}.palvelu-hero .shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,0) 7rem),linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.55))}.palvelu-hero>.content{position:relative;max-width:75rem;margin-left:auto;margin-right:auto;padding:7rem 1.2rem 2.5rem;display:grid;gap:2rem}.palvelu-hero .slogan{font-size:1.3rem;font-weight:600;color:#b89c6d;margin-bottom:.5rem}@media (min-width:1231px){.palvelu-hero .slogan{font-size:1.55rem}}.palvelu-hero h1{font-size:1.8rem;line-height:1.2;margin-bottom:1rem}.palvelu-hero .text{text-shadow:0 0 15px rgba(0,0,0,.2)}.palvelu-hero .price-box{align-self:start;background-color:#fff;color:#1a1a1a;border-radius:1rem;padding:1.5rem 1.4rem;box-shadow:0 0 20px rgba(0,0,0,.15)}.palvelu-hero .price-box h2,.palvelu-hero .price-box h3{font-size:1.2rem;margin:0 0 .3rem}.palvelu-hero .price-box p{margin-bottom:.8rem}.palvelu-hero .price-box a:not([class]){color:#a88d5d}.palvelu-hero .price-box a:not([class])::after{content:"";display:inline-block;width:.45em;height:.7em;vertical-align:middle;background-color:currentColor;-webkit-mask:url(../../svg/arrow-right.svg) center/contain no-repeat;mask:url(../../svg/arrow-right.svg) center/contain no-repeat;transform:rotate(90deg);margin-left:.4rem}.palvelu-hero .price-box .buttons{margin-top:1.3rem}.palvelu-hero .price-box .button.outline{color:#1f1f1f!important}.palvelu-hero .price-box .button.outline:hover{background-color:#f9f6f0!important}@media (min-width:768px){.palvelu-hero>.content{padding:8rem 2rem 4rem}.palvelu-hero h1{font-size:2.3rem}.palvelu-hero .price-box{padding:2rem}}@media (min-width:992px){.palvelu-hero>.content{grid-template-columns:1fr 23rem;gap:4rem;align-items:center;padding-bottom:6rem}}@media (min-width:1231px){.palvelu-hero>.content{padding-top:15rem}}.osiot{padding-bottom:1rem}@media (min-width:768px){.osiot{padding-bottom:2rem}}.container+.osiot>.osio:first-child{margin-top:0}.osio{margin-top:2.5rem;margin-bottom:2.5rem;padding-left:1.2rem;padding-right:1.2rem}.osio>.content{max-width:52.25rem;margin-left:auto;margin-right:auto}.osio .editor h2{font-size:1.7rem;margin-top:0}.osio .editor h3{font-size:1.25rem}.osio .intro{margin-bottom:1.5rem}.osio .outro{margin-top:1.5rem}.osio .buttons{margin-top:1.5rem}.osio.laatikko>.content{background-color:#fff;border:1px solid #e3e3e3;border-radius:1rem;padding:1.6rem 1.4rem}.osio.korostus{margin-top:1.5rem;margin-bottom:1.5rem}.osio.korostus>.content{border-left:5px solid #b89c6d;padding:0 0 0 1.3rem}.osio.korostus>.content .editor{font-size:1.15rem}.osio .steps{display:grid}.osio .step{position:relative;display:grid;grid-template-columns:2.6rem 1fr;gap:1rem;padding-bottom:1.6rem}.osio .step:not(:last-child)::before{content:"";position:absolute;top:2.6rem;bottom:0;left:calc(1.3rem - 1px);width:2px;background-color:rgba(184,156,109,.45)}.osio .step .number{display:grid;place-items:center;width:2.6rem;height:2.6rem;border-radius:50%;background-color:#b89c6d;color:#1a1a1a;font-weight:700;font-size:1.15rem}.osio .step .editor{padding-top:.35rem}.osio .step .editor h3{margin:0 0 .5rem;font-size:1.2rem}.osio.kortit .grid{display:grid;gap:1.2rem}.osio.kortit .card{background-color:#fff;border:1px solid #e3e3e3;border-radius:1rem;padding:1.4rem 1.3rem;display:flex;flex-direction:column}.osio.kortit .card .editor h3{margin-top:0;font-size:1.2rem}.osio.kortit .card .buttons{margin-top:auto;padding-top:1.2rem}.osio .price-table{width:100%;border-collapse:collapse;background-color:#fff;border:1px solid #e3e3e3;border-radius:1rem;overflow:hidden}.osio .price-table td,.osio .price-table th{padding:.7rem .75rem;text-align:left;vertical-align:top;border-bottom:1px solid #e3e3e3;hyphens:auto;overflow-wrap:anywhere}.osio .price-table tr:last-child td,.osio .price-table tr:last-child th{border-bottom:0}.osio .price-table th{font-weight:600}.osio .price-table td{text-align:right;font-weight:700}.osio .price-table .addon th{font-weight:400;padding-left:1.5rem}.osio .price-table .addon td{font-weight:400}.osio .ukk-items{display:grid;gap:.6rem}.osio .employee-introductions{display:grid;gap:2.5rem}.osio .employee-introduction{display:grid;gap:1rem;align-items:start}.osio .employee-introduction .meta .image{border-radius:.5rem;overflow:hidden}.osio .employee-introduction .meta .icon-text{margin-top:.8rem}.osio .employee-introduction .editor h3{margin:0 0 .2rem;font-size:1.4rem}@media (min-width:576px){.osio.laatikko>.content{padding:2rem 2.2rem}.osio .price-table td,.osio .price-table th{padding:.75rem 1rem}.osio .price-table td{white-space:nowrap}.osio .price-table .addon th{padding-left:2rem}}@media (min-width:768px){.osio{margin-top:4rem;margin-bottom:4rem;padding-left:2rem;padding-right:2rem}.osio .editor h2{font-size:2rem}.osio.kortit .grid{grid-template-columns:1fr 1fr}}@media (min-width:992px){.osio .employee-introductions{gap:3.5rem}.osio .employee-introduction{grid-template-columns:1fr .6fr;gap:3rem}.osio .employee-introduction .meta{order:1;display:grid;justify-items:center}.osio .employee-introduction .meta .icon-text{margin-top:.9rem}}.ukk-item{border:1px solid #e3e3e3;border-radius:8px;overflow:hidden;background-color:#fff}.ukk-item.is-open .ukk-item__icon{transform:rotate(-90deg)}.ukk-item__question{width:100%;color:#1a1a1a;padding:1.1rem 1.2rem;text-align:left;font-weight:600;font-size:1.0625rem;display:flex;gap:1rem;justify-content:space-between;align-items:center;cursor:pointer}.ukk-item__icon{flex-shrink:0;margin:0;transition:transform .3s ease}.ukk-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.ukk-item__answer-inner{padding:0 1.2rem 1.2rem}.yhteydenotto{background-color:#f9f6f0;border-top:1px solid #e3e3e3;padding:3rem 1.2rem}.yhteydenotto>.content{max-width:928px;margin-left:auto;margin-right:auto;display:grid;gap:2rem}.yhteydenotto .contact-info .editor h2{font-size:1.5rem;margin:0 0 1.4rem}.yhteydenotto .contact-info .icon-texts{display:grid;gap:.6rem;margin-top:1.5rem}.yhteydenotto .palvelut-valinta .wpcf7-checkbox{display:grid;gap:.4rem}.yhteydenotto .palvelut-valinta .wpcf7-checkbox label{display:flex;align-items:center;gap:.4rem;margin:0!important;cursor:pointer}.yhteydenotto .wpcf7-submit{width:100%}@media (min-width:576px){.yhteydenotto .palvelut-valinta .wpcf7-checkbox{grid-template-columns:1fr 1fr}}@media (min-width:768px){.yhteydenotto{padding:4.5rem 2rem}.yhteydenotto>.content{grid-template-columns:20rem auto;-moz-column-gap:3rem;column-gap:3rem}.yhteydenotto .contact-info .editor h2{font-size:1.7rem;margin-bottom:1.9rem}}.full-width-map iframe{display:block;width:100%;height:26rem;border:0}.site-header{position:relative;z-index:100000;position:fixed;top:0;width:100%;max-width:1920px;transition:background-color .3s}.site-header.menu-open,.site-header.nav-scrolled{background-color:#fff}.site-header.menu-open .box-shadow,.site-header.nav-scrolled .box-shadow{box-shadow:0 0 20px rgba(0,0,0,.137254902)}.site-header.menu-open .hamburger-inner,.site-header.menu-open .hamburger-inner::after,.site-header.menu-open .hamburger-inner::before,.site-header.nav-scrolled .hamburger-inner,.site-header.nav-scrolled .hamburger-inner::after,.site-header.nav-scrolled .hamburger-inner::before{background-color:#1f1f1f}.site-header.menu-open .logo-container svg *,.site-header.nav-scrolled .logo-container svg *{fill:#000}.site-header.menu-open .cart path,.site-header.nav-scrolled .cart path{fill:#b89c6d}.site-header.menu-open .my-account path,.site-header.nav-scrolled .my-account path{stroke:#b89c6d}.site-header .hamburger-box{display:block!important}.site-header .top .content{position:relative;display:flex;justify-content:flex-end;align-items:center}.site-header .logo-container{margin-left:.5rem;margin-right:auto;transition:transform .2s;position:absolute;left:0;top:0;width:5rem}.site-header .logo-container a{display:flex;align-items:center}.site-header .logo-container svg{width:100%;height:100%}.site-header .logo-container.desktop{display:none}.site-header .icon-text{display:none}.site-header .language-switcher{width:1.5rem;height:1.5rem;margin-left:1.2rem;margin-right:.55rem}.site-header .bottom .button,.site-header .bottom .language-switcher{display:none}.site-header .desktop-menu{display:none}.site-header .mobile-menu{position:fixed;right:0;height:100%;background:#1f1f1f;padding:2.3rem 1.8rem;padding-bottom:7.1rem;transform:translate3d(100%,0,0);transition:all .3s ease-out;visibility:hidden;overflow:auto;box-shadow:0 0 10px 0 rgba(0,0,0,.1803921569);font-weight:300;z-index:-1;font-weight:300;color:#fff;width:100%;max-width:19rem}.site-header .mobile-menu .menu>li{border-bottom:1px solid #313131}.site-header .mobile-menu a{font-weight:300;padding-left:0;padding-right:0;white-space:normal!important;line-height:1.2}.site-header .mobile-menu.show{transform:translate3d(0,0,0);visibility:visible}.site-header .mobile-menu .sub-menu{display:none;padding-left:1.3rem;padding-bottom:.2rem}.site-header .mobile-menu .sub-menu.depth-0 a{font-size:.9375rem}.site-header .mobile-menu .sub-menu.depth-1 a{font-size:.875rem}.site-header .mobile-menu .sub-menu>a{padding-left:2.5em}.site-header ul.menu li{position:relative;list-style:none}.site-header ul.menu li a{position:relative;display:block;text-decoration:none;padding-top:.6875rem;padding-bottom:.6875rem}.site-header ul.menu .current-menu-item>a{font-weight:600}.site-header ul.menu .open>.sub-menu-toggle{transform:rotate(180deg)}.site-header ul.menu .open>.sub-menu{display:block}.site-header ul.menu .sub-menu-toggle{display:grid;place-items:center;width:40px;height:40px;border:0;cursor:pointer;background:0 0;position:absolute;top:0;right:.6rem;transition:transform .2s}.site-header li{position:relative;list-style:none}.site-header li a{position:relative;display:inline-block;text-decoration:none;padding:.6875rem .9rem;font-weight:400}.site-header .box-shadow{position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:0;pointer-events:none;z-index:-1}.site-header .cart,.site-header .my-account{position:relative;display:flex;padding:.5rem}.site-header .my-account path{transition:stroke .3s}.site-header .cart div{display:none}.site-header .cart .count{position:absolute;background:#1f1f1f;border-radius:50%;height:17px;width:17px;display:flex;font-size:12px;font-weight:500;align-items:center;justify-content:center;color:#fff;top:-1px;right:-1px;text-shadow:0 0 4px rgba(0,0,0,.3019607843)}@media (min-width:1231px){.site-header.nav-scrolled .top{color:#1a1a1a}.site-header.nav-scrolled .desktop-menu a{color:#1a1a1a!important}.site-header.nav-scrolled .sub-menu-toggle svg path{stroke:#1f1f1f!important}.site-header.nav-scrolled .phone path{fill:#1a1a1a}.site-header.nav-scrolled .email path{fill:#1a1a1a}.site-header .bottom .content,.site-header .top .content{max-width:1400px;margin-left:auto;margin-right:auto}.site-header .bottom{display:block}.site-header .bottom .button,.site-header .bottom .language-switcher{display:block}.site-header .bottom>.content{position:relative;display:flex;justify-content:flex-end;align-items:center}.site-header .top{color:#fff;font-weight:400;transition:background-color .3s}.site-header .top .content{padding-top:1.1rem;gap:3rem;padding-right:.6rem}.site-header .top .icon-texts{display:flex;justify-content:end;gap:3rem}.site-header .top .icon-text{display:grid}.site-header .top .cart,.site-header .top .language-switcher,.site-header .top .my-account{display:none}.site-header .logo-container{width:10rem;top:-1.5rem}.site-header .logo-container.mobile{display:none}.site-header .logo-container.desktop{display:block}.site-header .hamburger{display:none}.site-header .language-switcher{margin-left:1rem;width:1.3rem;height:1.3rem}.site-header .mobile-menu{display:none}.site-header .desktop-menu{display:flex;align-items:center;gap:.3rem;padding-right:.6rem}.site-header .desktop-menu .menu{display:flex}.site-header .desktop-menu .menu .current-menu-item>a,.site-header .desktop-menu .menu .current-menu-parent:not(.menu-item-has-children)>a{font-weight:700}.site-header .desktop-menu .menu>li>a{padding-top:1.8rem;padding-bottom:1.8rem}.site-header .desktop-menu a{transition:color .2s;font-size:1.0625rem;font-weight:500;color:#fff}.site-header .desktop-menu .menu-item-has-children>a{padding-right:2rem!important}.site-header .desktop-menu .menu-item-has-children.open>.sub-menu,.site-header .desktop-menu .menu-item-has-children:hover>.sub-menu{transform:translateY(0);opacity:1;visibility:visible}.site-header .desktop-menu .menu-item-has-children .sub-menu-toggle{right:0;width:30px;height:100%}.site-header .desktop-menu .menu-item-has-children .sub-menu-toggle svg path{stroke:#fff}.site-header .desktop-menu .sub-menu{padding:0;background:#fff;box-shadow:0 0 15px rgba(0,0,0,.0549019608);min-width:17.5rem}.site-header .desktop-menu .sub-menu a{padding:.9rem .9rem .8rem;border-bottom:1px solid #ebebeb;color:#1a1a1a!important}.site-header .desktop-menu .sub-menu.depth-0{position:absolute;transform:translateY(15px);opacity:0;visibility:hidden;transition:transform .2s,opacity .2s,visibility .2s;display:grid}.site-header .desktop-menu .sub-menu.depth-0 .sub-menu-toggle svg{transform-origin:center;transform:rotate(270deg) translateY(-3px)}.site-header .desktop-menu .sub-menu.depth-1{opacity:0;visibility:hidden;position:absolute;left:100%;top:0}}@media (min-width:1200px){.site-header .button{margin-left:.5rem;margin-right:.5rem}.site-header .language-switcher{margin-right:1.5rem}}.admin-bar .site-header{margin-top:2.875rem;position:fixed!important}@media (min-width:783px){.admin-bar .site-header{margin-top:2rem}}@media screen and (max-width:600px){#wpadminbar{position:fixed}}.site-footer{position:relative;box-shadow:0 0 5px rgba(0,0,0,.2196078431);background:#1f1f1f;color:#fff;overflow:hidden}.site-footer a{font-weight:400;line-height:1.5}.site-footer h2{font-size:1.4rem;font-weight:600;margin-bottom:1.2rem}.site-footer h3{margin-top:1.1rem;font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.site-footer a,.site-footer p{font-size:1rem;line-height:1.7}.site-footer .logo-container{width:7rem;margin-bottom:1rem}.site-footer .logo-container img{width:100%}.site-footer .top .grid{gap:1.8rem;padding-top:1.7rem;padding-bottom:1.7rem}.site-footer .bottom>.grid,.site-footer .top>.grid{display:grid;align-items:start;justify-items:start;padding-left:1.2rem;padding-right:1.2rem;max-width:700px;margin-left:auto;margin-right:auto}.site-footer .icon-text+.icon-text{margin-top:.1rem}.site-footer .collaborators{margin-top:.5rem}.site-footer .collaborators *{font-size:.875rem;color:#9c9c9c}.site-footer .collaborators a{text-decoration:underline}.site-footer .social-icons{display:flex;gap:.6rem;margin-top:1.2rem}.site-footer .social-icons a{padding:.7rem;border-radius:50%;background-color:#0e0e0e}.site-footer .social-icons img{height:18px}.site-footer .bottom .grid{margin-left:auto;margin-right:auto;padding-top:10px;padding-bottom:10px}.site-footer .bottom a,.site-footer .bottom p{margin:0;font-weight:300;color:#9c9c9c;font-size:.875rem;line-height:1.7}@media (min-width:768px){.site-footer .logo-container{width:8rem}.site-footer .grid{grid-auto-flow:column;justify-content:space-between}.site-footer .top .grid{padding-top:3rem;padding-bottom:3rem;max-width:529px!important}}.home .intro aside.sidebar-single h2,aside.sidebar-single .home .intro h2,aside.sidebar-single .section-title{font-size:2rem}aside.sidebar-single>.grid{display:grid;gap:1.5rem}@media (min-width:620px){aside.sidebar-single>.grid{grid-template-columns:1fr 1fr;gap:1.7rem}}@media (min-width:1000px){aside.sidebar-single>.grid{grid-template-columns:1fr 1fr 1fr}}form{position:relative}form h2,form h3{font-weight:600;color:#000;margin-bottom:1rem}form label{display:inline-block;font-size:1.0625rem;font-weight:500;color:#000;margin-left:.2rem;margin-bottom:.7rem!important}form .asterisk,form .required{color:#ce1111;font-weight:300;font-style:normal}form input[type=email],form input[type=number],form input[type=password],form input[type=tel],form input[type=text],form textarea{width:100%;display:block;padding:7px!important;color:#000;line-height:1.15!important;border:1px solid #e3e3e3!important;border-radius:5px;background-color:#fff!important}form input[type=email]:focus,form input[type=number]:focus,form input[type=password]:focus,form input[type=tel]:focus,form input[type=text]:focus,form textarea:focus{box-shadow:0 0 12px rgba(0,0,0,.1019607843)}form textarea{height:100px}form select{width:100%;border:1px solid #e3e3e3!important;border-radius:6px!important;display:block;padding:6px 8px!important;box-shadow:none;color:#4d4d4d!important;background-color:#fff}.wpcf7 form[data-status=submitting] .wpcf7-submit{pointer-events:none}.wpcf7 input{accent-color:#0e0e0e}.wpcf7 .wpcf7-list-item{margin:0}.wpcf7 .wpcf7-not-valid-tip{margin-top:.5rem;color:#e31c1c;font-weight:500}.wpcf7 .wpcf7-spinner{position:absolute!important;bottom:-1rem;left:50%;transform:translateX(calc(-50% - 24px))}.wpcf7 .wpcf7-response-output{color:#1b1b1b!important;border-color:#1f1f1f!important}.wpcf7 br{display:none}.wpcf7 .wpcf7-checkbox,.wpcf7 .wpcf7-radio{display:grid;gap:.2rem;margin-top:.4rem}.wpcf7 .wpcf7-checkbox input,.wpcf7 .wpcf7-radio input{margin-right:.3rem}.wpcf7 .wpcf7-checkbox label,.wpcf7 .wpcf7-radio label{font-weight:400}.form h2{font-size:1.1rem}.form p{margin-bottom:0}.form .row{position:relative}.form .row>div{margin-bottom:1.4rem}.form .full-width{grid-column:1/-1}@media (min-width:576px){.form .two-columns{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:1.5rem;column-gap:1.5rem}}.form .radio-buttons{margin-bottom:1rem}.form .radio-buttons label{margin-bottom:1rem}.form .additional-info{display:block;font-size:.9375rem;font-style:italic;color:#3d3d3d;margin-top:.55rem;margin-bottom:.3rem}.form .image-upload p{margin-bottom:.5rem}.form .image-upload #mfcf7_zl_multifilecontainer{margin:0}.form .image-upload #mfcf7_zl_add_file{background-color:transparent!important;border:2px dashed #0e0e0e;border-radius:8px;background-color:transparent;color:#0e0e0e;margin-bottom:0!important;width:100%}.form .image-upload label{margin-bottom:0!important}.form .hidden-fields{max-height:0;overflow:hidden}.home .hero{position:relative;background-size:cover;background-repeat:no-repeat}.home .hero .shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,0) 7rem),linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.4))}.home .hero .content-wrapper{position:relative;margin-left:auto;margin-right:auto;max-width:85rem;padding:7rem 1.2rem 0;display:grid;gap:2rem}.home .hero .text{color:#fff;max-width:42rem;text-shadow:0 0 15px rgba(0,0,0,.2)}.home .hero .slogan{font-size:1.3rem;font-weight:600;color:#b89c6d;margin-bottom:.5rem}@media (min-width:1231px){.home .hero .slogan{font-size:1.55rem}}.home .hero h1{color:#fff;font-size:1.8rem;line-height:1.2;margin:0 0 1rem}.home .hero p{font-size:1.0625rem;margin-bottom:1.5rem}.home .hero .image{display:flex;justify-content:center}.home .hero .image img{width:100%;max-width:26rem}@media (min-width:576px){.home .hero .content-wrapper{padding:8rem 2rem 0}.home .hero h1{font-size:2.1rem}}@media (min-width:992px){.home .hero .image img{max-width:32rem}}@media (min-width:1231px){.home .hero .shade{background:linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,0) 7rem),linear-gradient(to right,rgba(0,0,0,.72) 0,rgba(0,0,0,.5) 45%,rgba(0,0,0,.2) 75%,rgba(0,0,0,.1) 100%)}.home .hero .content-wrapper{padding:11rem 2rem 0;grid-template-columns:1fr auto;align-items:center}.home .hero .text{padding-bottom:3rem}.home .hero h1{font-size:2.5rem}.home .hero p{font-size:1.2rem}.home .hero .image{align-self:end}.home .hero .image img{width:auto;max-width:none;max-height:32rem}}.home .intro{text-align:center;max-width:40rem;margin-left:auto;margin-right:auto;margin-top:2rem;padding-left:1.2rem;padding-right:1.2rem}.home .intro h2{margin-bottom:1.2rem}@media (min-width:768px){.home .intro{margin-top:3rem}}.home .intro .wp-block-buttons{justify-content:center}.error404 .container,.page-template-default:not(.home) .container{max-width:900px;margin-left:auto;margin-right:auto;padding:2.7rem 1.5rem 3rem}@media (min-width:576px){.error404 .container,.page-template-default:not(.home) .container{padding:4rem 2rem 4rem}}.archive .site-content .container,.blog .site-content .container,.search .site-content .container{max-width:1300px;margin-left:auto;margin-right:auto;padding:2em 1.2rem 3.2rem}@media (min-width:768px){.archive .site-content .container,.blog .site-content .container,.search .site-content .container{padding:3.2rem 2rem 4.5rem}}.archive .site-content .posts,.blog .site-content .posts,.search .site-content .posts{position:relative;display:grid;-moz-column-gap:1.7rem;column-gap:1.7rem;row-gap:2.3rem;isolation:isolate;max-width:1300px;margin-left:auto;margin-right:auto}@media (min-width:620px){.archive .site-content .posts,.blog .site-content .posts,.search .site-content .posts{grid-template-columns:1fr 1fr}}@media (min-width:1000px){.archive .site-content .posts,.blog .site-content .posts,.search .site-content .posts{grid-template-columns:1fr 1fr 1fr}}.single-post .site-content .page-header-image-container{overflow:hidden}.single-post .site-content .page-header-image{background-image:url(../../images/default-image.jpg);transform:scale(1.1);transform-origin:center;overflow:hidden;filter:blur(10px)}.single-post .site-content .post-content{position:relative;margin-top:-6rem;max-width:51rem;margin-left:auto;margin-right:auto;border-radius:1rem;overflow:hidden}.single-post .site-content .post-content .image{overflow:hidden}.single-post .site-content .post-content .text{padding:1.2rem 1.3rem 1.6rem;background-color:#f9f6f0}.single-post .site-content .post-content h1{font-size:1.7rem;margin-top:.4rem;margin-bottom:1rem}.single-post .site-content .post-content .date{font-size:.9375rem;margin-bottom:.2rem;color:#1f1f1f;font-weight:600;font-size:.9375rem}.single-post .site-content .container{display:grid;gap:2rem;padding:0 1.1rem 3rem;max-width:80rem;margin-left:auto;margin-right:auto}.single-post .site-content .read-also .grid{display:grid;gap:1.5rem}@media (min-width:768px){.single-post .site-content .post-content{margin-top:-10rem}.single-post .site-content .post-content .text{padding:2rem 2.4rem 2.6rem}.single-post .site-content .container{gap:4rem;padding:0 2rem 5rem}.single-post .site-content .read-also .grid{grid-template-columns:1fr 1fr 1fr;gap:1.5rem}}.page-template-yhteystiedot .container{max-width:1000px;margin-left:auto;margin-right:auto;padding:2.7rem 1.2rem 1rem}.page-template-yhteystiedot .employees>.grid{display:grid;gap:2rem}.page-template-yhteystiedot .yhteydenotto{border-top:0;padding-top:2rem}@media (min-width:768px){.page-template-yhteystiedot .container{padding:4rem 2rem 1rem}.page-template-yhteystiedot .page-title{margin-bottom:2.5rem;text-align:center}.page-template-yhteystiedot .employees>.grid{grid-template-columns:1fr 1fr}.page-template-yhteystiedot .yhteydenotto{padding-top:3rem}}.page-template-asiakirjat .container{max-width:700px;margin-left:auto;margin-right:auto;padding:2.6rem 1.2rem 0}.page-template-asiakirjat .products{padding-top:2rem;padding-bottom:3rem}@media (min-width:576px){.page-template-asiakirjat .container{padding:4rem 2rem 0}.page-template-asiakirjat .products{padding-top:3.5rem;padding-bottom:4.7rem}}#page{max-width:1920px;margin:0 auto}.hide{display:none}.first-last-marginless>:first-child{margin-top:0!important}.first-last-marginless>:last-child{margin-bottom:0!important}.floating-button{position:fixed;display:grid;place-items:center;right:15px;width:48px;height:48px;background-color:#b89c6d;z-index:10;box-shadow:1px 1px 13px rgba(0,0,0,.2666666667);border-radius:100%;border:2px solid #b89c6d}.floating-button img{height:54%}.floating-button.whatsapp{bottom:15px}.floating-button.call{bottom:15px}.floating-button.call img{height:36%}@media (min-width:1231px){.floating-button.call{display:none}.floating-button.whatsapp{width:58px;height:58px;bottom:30px;right:30px}}.icon-text{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:start;gap:.7rem}.icon-text.email img{height:12px}.icon-text.phone img{height:14px}.icon-text.address img{height:17px}.icon-text.opening-hours img{height:12px}.icon-text.facebook img{height:16px}.icon-text:hover{text-decoration:underline}.icon-text>*{line-height:1}.global-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10}.scroll-to-top-button{position:fixed;display:flex;justify-content:center;align-items:center;bottom:1rem;right:1rem;height:3rem;width:3rem;border-radius:50%;background-color:#fff;box-shadow:0 0 9px rgba(0,0,0,.1607843137);visibility:hidden;opacity:0;transition:all .15s;z-index:1000}@media (min-width:576px){.scroll-to-top-button{right:2rem;bottom:2rem}}.scroll-to-top-button:hover{background-color:#ececec;transform:scale(1.05)}.full-width-embed-container{position:relative;overflow:hidden;width:100%;padding-top:56.25%;border-radius:.5rem}.full-width-embed-container iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.map{display:flex}.map .wpgmza-preloader{display:none!important}.noscroll{overflow:hidden}.arrow{content:"";display:inline-block;width:.45em;height:.7em;vertical-align:middle;background-color:currentColor;-webkit-mask:url(../../svg/arrow-right.svg) center/contain no-repeat;mask:url(../../svg/arrow-right.svg) center/contain no-repeat;margin-left:.3rem}.arrow.down{transform:rotate(90deg)}