@charset "UTF-8";/*! 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:6rem;-webkit-tap-highlight-color:transparent}@media (min-width:768px){html{scroll-padding:10rem}}body{min-height:100vh}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:'DM Sans',sans-serif;color:#231f20}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{font-weight:800;color:#d9173f}.text-center{text-align:center}.page-title{font-size:1.6rem;margin-bottom:1.2rem;font-weight:800}@media (min-width:768px){.page-title{font-size:1.9rem;margin-bottom:2rem}}.image-text-grid-smaller .intro h2,.section-title{text-align:center;margin-bottom:1.5rem}@media (min-width:768px){.image-text-grid-smaller .intro h2,.section-title{font-size:1.9rem;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 .8rem 0;line-height:1.3}.editor p{margin-bottom:1.2rem}.editor a:not([class]){font-weight:500;color:#d9173f;text-decoration:underline}.editor b,.editor strong{font-weight:600}.editor ol,.editor ul{margin-left:1.3rem;margin-bottom:1.5rem}.editor ol ol,.editor ol ul,.editor ul ol,.editor ul ul{margin-bottom:0}.editor ol li::marker,.editor ul li::marker{color:#d9173f;font-size:1.1rem}.editor ul{list-style-type:disc}.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 .wp-block-separator{border-color:#1f1f1f}.editor table{margin-bottom:1.2rem}.editor table thead{border:none}.editor table th{text-align:left}.editor table *{border-color:#c7c7c7!important}ul.checkmarks{line-height:1.5;margin-left:0}ul.checkmarks li{list-style-type:none;background-image:url(../../svg/checkmark.svg);background-repeat:no-repeat;background-position:0 6px;background-repeat:no-repeat;padding-left:21px}: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:15px 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:#d9173f}.hamburger-box{width:36px;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:36px;height:2px;background-color:#d9173f;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--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color 125ms 175ms ease-in}.hamburger--emphatic .hamburger-inner::before{left:0;transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,left 125ms 175ms ease-in}.hamburger--emphatic .hamburger-inner::after{top:10px;right:0;transition:transform 125ms cubic-bezier(.6,.04,.98,.335),top 50ms 125ms linear,right 125ms 175ms ease-in}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner::before{left:-72px;top:-72px;transform:translate3d(72px,72px,0) rotate(45deg);transition:left 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1)}.hamburger--emphatic.is-active .hamburger-inner::after{right:-72px;top:-72px;transform:translate3d(-72px,72px,0) rotate(-45deg);transition:right 125ms ease-out,top 50ms 125ms linear,transform 125ms 175ms cubic-bezier(.075,.82,.165,1)}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-slider{touch-action:auto!important}.slick-slider .slick-slide>*>*{display:block!important}.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:#d9173f;color:#fff;padding:.6rem 1.3rem .6rem;border-radius:.5rem;text-align:center;font-weight:500;transition:background-color .2s;cursor:pointer}.button:hover,.single_add_to_cart_button:hover,.woocommerce a.button:hover,.wp-block-button__link:hover,input[type=button]:hover{background-color:#ca1237}.button.borders,.single_add_to_cart_button.borders,.woocommerce a.button.borders,.wp-block-button__link.borders,input[type=button].borders{box-shadow:inset 0 0 0 2px #d9173f;background-color:transparent;color:#000}.button.borders:where(:hover,:focus),.single_add_to_cart_button.borders:where(:hover,:focus),.woocommerce a.button.borders:where(:hover,:focus),.wp-block-button__link.borders:where(:hover,:focus),input[type=button].borders:where(:hover,:focus){background-color:#d9173f;color:#fff}.button.arrow,.single_add_to_cart_button.arrow,.woocommerce a.button.arrow,.wp-block-button__link.arrow,input[type=button].arrow{display:inline-flex;justify-content:center;align-items:center}.button.arrow:after,.single_add_to_cart_button.arrow:after,.woocommerce a.button.arrow:after,.wp-block-button__link.arrow:after,input[type=button].arrow:after{content:'';display:inline-block;width:1rem;height:12px;background-image:url(../../svg/arrow-right.svg);background-repeat:no-repeat;background-position:right;background-size:contain;margin-top:1px;transition:.2s}.button.arrow:hover:after,.single_add_to_cart_button.arrow:hover:after,.woocommerce a.button.arrow:hover:after,.wp-block-button__link.arrow:hover:after,input[type=button].arrow:hover:after{transform:translateX(3px)}.button.download:before,.button.email:before,.button.phone:before,.single_add_to_cart_button.download:before,.single_add_to_cart_button.email:before,.single_add_to_cart_button.phone:before,.woocommerce a.button.download:before,.woocommerce a.button.email:before,.woocommerce a.button.phone:before,.wp-block-button__link.download:before,.wp-block-button__link.email:before,.wp-block-button__link.phone:before,input[type=button].download:before,input[type=button].email:before,input[type=button].phone:before{content:'';display:inline-block;background-image:url(../../svg/phone.svg);background-size:100%;background-repeat:no-repeat;background-position:center;margin-right:11px;margin-bottom:-2px}.button.phone:before,.single_add_to_cart_button.phone:before,.woocommerce a.button.phone:before,.wp-block-button__link.phone:before,input[type=button].phone:before{background-image:url(../../svg/phone.svg);width:12px;height:12px}.button.email:before,.single_add_to_cart_button.email:before,.woocommerce a.button.email:before,.wp-block-button__link.email:before,input[type=button].email:before{background-image:url(../../svg/email.svg);width:17px;height:14px}.button.download:before,.single_add_to_cart_button.download:before,.woocommerce a.button.download:before,.wp-block-button__link.download:before,input[type=button].download:before{background-image:url(../../svg/download.svg);width:14px;height:14px}.pagination{text-align:center;display:flex;justify-content:center;flex-wrap:wrap;margin-top:2rem;gap:.5rem}.pagination .page-numbers{border:2px solid #d9173f;border-radius:50%;width:2.2rem;height:2.2rem;color:#d9173f;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:#d9173f;color:#fff}.card-post{position:relative;border-radius:.7rem;overflow:hidden;color:#fff}.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}@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{padding:1rem 1.3rem 1.4rem;background:#d9173f}.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(180deg,#0000003a,#00000021)}.page-header-image h1{position:relative;font-size:2rem;color:#fff;text-shadow:0 0 5px #000;text-align:center}.page-header-image .svg-container{position:absolute;left:50%;transform:translateX(-50%);bottom:-1px;width:100%;overflow:hidden}@media (min-width:768px){.page-header-image{height:40vh}.page-header-image h1{font-size:2.5rem}}.image-text-grid{margin-top:2.5rem;margin-bottom:2.5rem;display:grid;max-width:1200px;margin-left:auto;margin-right:auto;gap:2rem;padding-left:1.2rem;padding-right:1.2rem}.image-text-grid .image{position:relative;aspect-ratio:16/10;background-size:cover;background-position:center;border-radius:.7rem}.image-text-grid .image .badge{position:absolute;top:1rem;left:1rem;background:url(../../svg/badge.svg) no-repeat center/contain;width:5.5rem;aspect-ratio:10/8.9;color:#fff;padding:.8rem;font-size:11px;font-weight:600;font-style:italic;display:flex;align-items:center;justify-content:center;text-align:center;word-break:break-word}.image-text-grid .text{display:grid;place-content:center;justify-items:left}.image-text-grid .item{display:grid;gap:1.1rem}.image-text-grid .item>.text{background-color:#efefef;border-radius:.7rem;padding:1.2rem 1.2rem 1.7rem}.image-text-grid .item:nth-of-type(odd) .text{background-color:#d9173f;color:#fff}.image-text-grid .item:nth-of-type(odd) .text .button{background-color:#fff;color:#231f20}.image-text-grid .item:nth-of-type(odd) .text .button:after{background-image:url(../../svg/arrow-right-dark.svg)}.image-text-grid h2{font-size:1.5rem}.image-text-grid .buttons{display:flex;flex-wrap:wrap;gap:.8rem}@media (min-width:768px){.image-text-grid{margin-top:4.5rem;margin-bottom:4.5rem;gap:1rem}.image-text-grid h2{font-size:1.6rem}.image-text-grid .item{grid-template-columns:1.2fr 1fr;min-height:24rem;gap:1rem}.image-text-grid .item:nth-of-type(odd){grid-template-columns:1fr 1.2fr}.image-text-grid .item:nth-of-type(odd) .text{order:-1}.image-text-grid .item:nth-of-type(odd) .badge{left:auto!important;right:1rem!important}.image-text-grid .item>.text{padding:2rem 2.6rem 2.4rem}.image-text-grid .image{aspect-ratio:auto}.image-text-grid .image .badge{width:8rem;font-size:15px}.image-text-grid .text{position:relative;padding-left:2rem;padding-right:2rem;z-index:0}.image-text-grid img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}.image-text-grid-smaller{margin-top:2rem;margin-bottom:3rem;padding-left:1.2rem;padding-right:1.2rem}.image-text-grid-smaller .intro{text-align:center;max-width:45rem;margin-left:auto;margin-right:auto}.image-text-grid-smaller .intro h2{margin-bottom:1.2rem}.image-text-grid-smaller .intro .editor{max-width:44rem;margin-left:auto;margin-right:auto;text-align:center}.image-text-grid-smaller .intro img{margin-left:auto;margin-right:auto}.image-text-grid-smaller .grid{margin-top:2.1rem;max-width:84rem;margin-left:auto;margin-right:auto;display:grid;gap:1.2rem}.image-text-grid-smaller .item{position:relative;background:#f3f3f3;border-radius:1.2rem;padding:1.5rem;display:grid;gap:1rem;align-items:center}.image-text-grid-smaller .text h2,.image-text-grid-smaller .text h3,.image-text-grid-smaller .text h4{margin-bottom:.6rem;font-size:1.35rem}@media (min-width:768px){.image-text-grid-smaller{margin-top:2.5rem;margin-bottom:4.5rem}.image-text-grid-smaller .grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.9rem}.image-text-grid-smaller .item{grid-template-columns:minmax(auto,12.2rem) 1fr;gap:2rem;padding:1.6rem;min-height:10.5rem}.image-text-grid-smaller .item:nth-of-type(even):not(:last-of-type):after{content:'';position:absolute;left:0;transform:translateX(-62%) translateY(62%);bottom:0;width:65px;height:65px;background:url(../../svg/decoration.svg) center/contain no-repeat;z-index:-1;pointer-events:none}}.form-map{max-width:931px;margin-left:auto;margin-right:auto;display:grid;gap:1.1rem;padding-bottom:3rem;padding-left:1.2rem;padding-right:1.2rem}.form-map .wpgmza_map{height:100%!important}@media (min-width:768px){.form-map{padding-bottom:4rem;grid-template-columns:1fr 1fr}}.testimonials{--arrow-gap:-3rem;margin-top:2rem;margin-bottom:2rem}.testimonials .slick-arrow{display:none!important;position:absolute;top:8rem;width:2.1rem;height:2.1rem;color:transparent;background:#d9173f;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:center;background-repeat:no-repeat;z-index:1;cursor:pointer;transition:opacity .15s;border-radius:50%;background-size:24%}.testimonials .slick-arrow:hover{background-color:#ca1237}.testimonials .slick-prev{background-image:url(../../svg/arrow-left.svg);left:var(--arrow-gap)}.testimonials .slick-next{right:var(--arrow-gap);background-image:url(../../svg/arrow-right.svg)}.testimonials .slick-slide>div{padding:0 7px}.testimonials .content{max-width:75rem;margin-left:auto;margin-right:auto;text-align:center}.testimonials .testimonial{position:relative;background-color:#f6f6f6;padding:1.5rem .8rem 1.6rem;margin-top:2rem;margin-bottom:2rem;cursor:pointer;border-radius:1.3rem}.testimonials h2{margin-bottom:0}.testimonials h2:before{content:'Google arvosana 4.7';display:block;color:#d9173f;font-size:1rem;margin-bottom:.6rem;font-weight:500}@media (min-width:576px){.testimonials h2:before{font-size:1.125rem}}.testimonials .name{margin-top:.6rem;margin-bottom:.6rem;font-size:1.0625rem;font-weight:500}.testimonials p{line-height:1.6;font-size:.9375rem;color:#000;margin-bottom:1rem}.testimonials .stars{display:flex;justify-content:center;margin-bottom:.7rem}@media (min-width:1200px){.testimonials{margin-top:3.7rem;margin-bottom:3.7rem}.testimonials .slick-slide>div{padding:0 15px}.testimonials .slick-arrow{display:block!important}.testimonials .testimonial{padding:2rem 1.3rem 2.1rem}}.expandable-text{position:relative;max-height:33.6rem;overflow:hidden!important}.expandable-text::before{content:'';position:absolute;top:64%;left:0;bottom:0;width:100%;background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0) 30%,#efefef 80%);cursor:pointer}.expandable-text:after{content:'Näytä koko teksti...';display:block;position:absolute;bottom:0;left:0;color:#d9173f;font-weight:600;cursor:pointer;font-size:1rem}.expandable-text.expanded{overflow:auto!important}.expandable-text.expanded::before,.expandable-text.expanded:after{display:none}.expandable-text.table-container{max-height:580px}.expandable-text.table-container::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0) 50%,#fff 95%);cursor:pointer}.site-header{position:relative;background:#fff;z-index:100;position:fixed;top:0;width:100%;max-width:1920px}.site-header .hamburger-box{display:block!important}.site-header .top{display:block;font-weight:500;font-size:13px;white-space:nowrap;border-bottom:1px solid #ebebeb}.site-header .top .content{padding:.5rem .9rem .5rem .7rem;display:flex;justify-content:space-between;gap:1.3rem}.site-header .top .icon-text{align-items:center;gap:.6rem;color:#d9173f}.site-header .top .icon-text.email{display:none}.site-header .top .icon-text img{height:11px}.site-header .top .icon-text a:hover{text-decoration:underline}.site-header .top .opening-hours{opacity:.6;order:-1}.site-header .flex{display:flex;justify-content:space-between;align-items:center}.site-header .logo-container{width:9rem;margin-left:.7rem;padding-top:.5rem;padding-bottom:.5rem}.site-header .desktop-menu{display:none}.site-header .mobile-menu{position:fixed;right:0;height:100%;min-width:16.8rem;max-width:100%;background:#222;padding:1.4em;padding-bottom:7.1rem;transform:translate3d(100%,0,0);transition:all .3s ease-out;visibility:hidden;overflow:auto;box-shadow:-20px 0 20px -23px #0000001e;font-weight:300;z-index:-1;font-weight:300}.site-header .mobile-menu .menu>li{border-bottom:1px solid #ffffff1a}.site-header .mobile-menu a{font-weight:300;padding-left:0;padding-right:0;color:#fff}.site-header .mobile-menu.show{transform:translate3d(0,0,0);visibility:visible}.site-header .mobile-menu .sub-menu{display:none;padding-left:1.3rem}.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 .current-menu-item>a,.site-header .mobile-menu .sub-menu .current-product-parent>a{font-weight:600}.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;white-space:nowrap;padding-top:.6875rem;padding-bottom:.6875rem}.site-header ul.menu .current-menu-item>a,.site-header ul.menu .current-menu-parent:not(.menu-item-has-children)>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:0;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 1rem;font-weight:400;white-space:nowrap}.site-header .box-shadow{position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:0 0 20px #00000012;pointer-events:none}@media (min-width:768px){.site-header .bottom .content,.site-header .top .content{max-width:1300px;margin-left:auto;margin-right:auto}.site-header .top{font-size:.9375rem}.site-header .top .content{gap:3rem;justify-content:flex-end}.site-header .top .icon-text.email{display:grid}.site-header .top .icon-text img{height:13px}.site-header .top .opening-hours{order:1}.site-header .button{margin-right:1rem}.site-header .desktop-menu .menu-item-2319,.site-header .desktop-menu .menu-item-2930{display:none}.site-header .logo-container{width:13.5rem;padding-top:.7rem;padding-bottom:.7rem;margin-left:.9rem}.site-header .hamburger{display:none}.site-header .mobile-menu{display:none}.site-header .desktop-menu{display:block}.site-header .desktop-menu nav{display:flex;align-items:center}.site-header .desktop-menu .button{margin-left:1.2rem}.site-header .desktop-menu .menu{display:flex}.site-header .desktop-menu .menu>li>a{padding-top:2rem;padding-bottom:2rem}.site-header .desktop-menu a{font-weight:400}.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.open>.sub-menu-toggle,.site-header .desktop-menu .menu-item-has-children:hover>.sub-menu-toggle{transform:rotate(180deg)}.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:#231f20}.site-header .desktop-menu .sub-menu{padding:0;background:#222;box-shadow:0 0 10px #00000024;z-index:1}.site-header .desktop-menu .sub-menu a{padding:.9rem .9rem .8rem;white-space:nowrap;color:#fff}.site-header .desktop-menu .sub-menu li:not(:last-of-type) a{border-bottom:1px solid #ffffff10}.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}}.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 #00000038;background:#d9173f;color:#fff;overflow:hidden;background-image:url(../../images/bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:0 50%}.site-footer a{font-weight:400}.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.8}.site-footer .logo-container{width:10rem}.site-footer .logo-container img{width:100%}.site-footer .top .grid{gap:1.8rem;padding-top:2rem;padding-bottom:2rem}.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:900px;margin-left:auto;margin-right:auto}.site-footer .social-icons{display:flex;gap:.7rem;margin-top:1rem}.site-footer .social-icons a{padding:.5rem;border-radius:50%;background-color:#ca1237}.site-footer .social-icons img{height:17px}.site-footer .menu-item a{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;padding-bottom:.5rem;gap:2rem;border-bottom:1px solid rgba(255,255,255,.24)}.site-footer .menu-item a:after{content:'';display:inline-block;width:13px;height:13px;background-image:url(../../svg/arrow-right.svg);background-size:contain;background-repeat:no-repeat;background-position:center;margin-right:3px;transition:transform .2s}.site-footer .menu-item a:hover:after{transform:translateX(3px)}.site-footer .menu-item:last-of-type a{border-bottom:0}.site-footer .bottom .grid{position:relative;margin-left:auto;margin-right:auto;padding-top:10px;padding-bottom:10px}.site-footer .bottom .grid:before{content:'';height:1px;background:#fff;opacity:.1;position:absolute;top:0;left:1.2rem;right:1.2rem}.site-footer .bottom a,.site-footer .bottom p{margin:0;font-weight:300;color:#ffffffb4;font-size:.8125rem;line-height:1.7}@media (min-width:768px){.site-footer .grid{grid-auto-flow:column;justify-content:space-between}.site-footer .top .grid{padding-top:3rem;padding-bottom:3rem}}aside.sidebar-single .sidebar-title{margin-bottom:1rem;font-size:1.4rem;font-weight:700}aside.sidebar-single .grid{display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}aside.sidebar-single article{display:grid;gap:.9rem}aside.sidebar-single .title{font-size:1.1rem;margin-bottom:.5rem;font-weight:600}aside.sidebar-single .date{font-size:.875rem;color:#676767;margin:0}@media (min-width:992px){aside.sidebar-single .sidebar-title{font-size:1.2rem;margin-bottom:1.5rem}aside.sidebar-single article{grid-template-columns:8rem 1fr;gap:1rem}aside.sidebar-single .title{font-size:.9rem}}form{position:relative}form label{display:inline-block;font-size:1rem;font-weight:400;color:#fff;margin-left:.2rem;margin-bottom:.6rem!important}form .asterisk,form .required{color:#d9173f;font-weight:500}form input[type=email],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:none;border-radius:5px;background-color:#fff}form input[type=email]:focus,form input[type=password]:focus,form input[type=tel]:focus,form input[type=text]:focus,form textarea:focus{box-shadow:0 0 12px #0000001a}form textarea{height:100px}form select{width:100%;border:1px solid #ddd;border-radius:6px;display:block;padding:6px 8px;box-shadow:none;color:#4d4d4d!important;background-color:transparent}.wpcf7 form[data-status=submitting] .wpcf7-submit{pointer-events:none}.wpcf7 input{accent-color:#ca1237}.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:#fff!important;border-color:#d9173f!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}.form{background-image:url(../../images/bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:0 50%;padding:1.6rem 1.5rem 1.4rem;border-radius:.7rem}.form h2{font-size:1.4rem;margin-bottom:.9rem;color:#fff}.form p{margin-bottom:0}.form .label{color:#fff}.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 #ca1237;border-radius:8px;background-color:transparent;color:#fff;margin-bottom:0!important;width:100%}.form .image-upload label{margin-bottom:0!important}.form .hidden-fields{max-height:0;overflow:hidden}@media (min-width:768px){.form{padding:2.2rem 2rem 1.2rem}}.home .hero{position:relative;height:70vh;min-height:500px;max-height:750px;background:url(../../images/default-image.jpg);background-size:cover;background-position:center;display:flex;align-items:center}.home .hero .shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#0000004b,#00000086)}.home .hero .content-wrapper{margin-left:auto;margin-right:auto;max-width:43rem;max-width:84rem;width:100%;padding:0 1.2rem}.home .hero .content{display:inline-grid;position:relative;color:#fff}.home .hero .content{display:grid;gap:1rem;position:relative;color:#fff}.home .hero .certificate{max-width:10rem}.home .hero .text{max-width:35rem}.home .hero h1{color:#fff}.home .hero .buttons{display:flex;flex-wrap:wrap;gap:.8rem}.home .hero .svg-container{position:absolute;left:50%;transform:translateX(-50%);bottom:-1px;width:100%;overflow:hidden}.home .hero .button{font-size:1.0625rem}@media (min-width:768px){.home .hero .content{grid-template-columns:13.6rem 1fr;gap:2.2rem;align-items:center}.home .hero .certificate{max-width:none;margin-top:.7rem}.home .hero h1{font-size:2.5rem}.home .hero p{font-size:1.18rem;font-weight:500}.home .hero .buttons{gap:1rem}}.insurance-partners>.content{padding-left:1.2rem;padding-right:1.2rem;padding-top:1.5rem;padding-bottom:1.5rem;max-width:1800px;margin-left:auto;margin-right:auto}.insurance-partners .grid{display:grid;grid-template-columns:auto auto;-moz-column-gap:1.8rem;column-gap:1.8rem;row-gap:1.8rem;justify-items:center;align-items:center}.insurance-partners .grid img{max-height:2.3rem}@media (min-width:576px){.insurance-partners .grid{grid-template-columns:repeat(3,auto)}}@media (min-width:768px){.insurance-partners .grid{grid-template-columns:repeat(4,auto)}}@media (min-width:1200px){.insurance-partners .grid{grid-template-columns:repeat(7,auto)}}.error404 .container,.page-template-default:not(.home) .container{max-width:900px;margin-left:auto;margin-right:auto;padding:1.5rem 1.5rem 3rem;background:#fff}@media (min-width:576px){.error404 .container,.page-template-default:not(.home) .container{padding:2.5rem 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;gap:1.4rem;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{background-color:#efefef}.single-post .main-content{position:relative}.single-post .container{display:grid;align-items:flex-start;max-width:1300px;margin-left:auto;margin-right:auto;padding:2.4rem 1.2rem;gap:4.5rem}.single-post .main-post .text,.single-post .sidebar-single{position:relative;background:#fff;box-shadow:0 0 20px rgba(0,0,0,.15);border-radius:.625rem}.single-post .sidebar-single{padding:1.2rem 1.3rem 1.3rem}.single-post .sidebar-single .image{border-radius:.7rem;overflow:hidden}.single-post .main-post{position:relative}.single-post .main-post .text{padding:1.1rem 1.3rem 1.3rem}.single-post .main-post h1{font-size:1.4rem}.single-post .main-post .image{border-top-right-radius:.7rem;border-top-left-radius:.7rem;overflow:hidden}.single-post .main-post .image img{width:100%}.single-post .date{font-size:.875rem;color:#676767;margin-bottom:.7rem;font-weight:500}.single-post .return{display:block;font-weight:600;color:#d9173f;font-size:1rem;margin-top:1.26rem}.single-post .social-share{position:absolute;top:100%;left:1.2rem}.single-post .social-share .grid{display:grid;justify-content:left;grid-auto-flow:column;gap:.5rem}.single-post .social-share a{padding:.4rem;display:block;background-color:#d9173f;border-radius:0 0 .4rem .4rem;width:-moz-max-content;width:max-content;transition:background-color .2s}.single-post .social-share a:hover{background-color:#d9173f}.single-post .social-share img{height:22px}@media (min-width:992px){.single-post .container{padding:4rem 2rem;grid-template-columns:1fr 400px;gap:2rem}.single-post .main-post .text{padding:1.3rem 1.7rem 1.5rem}.single-post .sidebar-single{padding:1.2rem 1.6rem 1.6rem}}@media (min-width:1300px){.single-post .social-share{position:absolute;top:2rem;right:calc(100% - 1px);bottom:unset;height:calc(100% - 5rem);left:auto}.single-post .social-share a{border-radius:.4rem 0 0 .4rem}.single-post .social-share .grid{grid-auto-flow:unset;position:sticky;top:10rem}}.page-template-palvelusivu .site-content{background-color:#efefef}.page-template-palvelusivu .site-content .intro{margin-top:3rem;margin-bottom:3rem;padding-left:1.2rem;padding-right:1.2rem;max-width:800px;margin-left:auto;margin-right:auto}@media (min-width:768px){.page-template-palvelusivu .site-content .intro{margin-top:4.5rem;margin-bottom:4.5rem}}.page-template-palvelusivu .site-content .main-content{margin-top:2.5rem;margin-bottom:2.5rem;max-width:1200px;margin-left:auto;margin-right:auto;gap:2rem;padding-left:1.2rem;padding-right:1.2rem}.page-template-palvelusivu .site-content .main-content .image{position:relative;aspect-ratio:16/10;background-size:cover;background-position:center;border-radius:.7rem}.page-template-palvelusivu .site-content .main-content .image .badge{position:absolute;top:1rem;left:1rem;background:url(../../svg/badge.svg) no-repeat center/contain;width:5.5rem;aspect-ratio:10/8.9;color:#fff;padding:.8rem;font-size:11px;font-weight:600;font-style:italic;display:flex;align-items:center;justify-content:center;text-align:center;word-break:break-word}.page-template-palvelusivu .site-content .main-content .item{display:grid;gap:1.1rem}.page-template-palvelusivu .site-content .main-content h2{font-size:1.5rem}.page-template-palvelusivu .site-content .main-content .buttons{display:flex;flex-wrap:wrap;gap:.8rem}@media (min-width:768px){.page-template-palvelusivu .site-content .main-content{margin-top:4.5rem;margin-bottom:4.5rem}.page-template-palvelusivu .site-content .main-content h2{font-size:1.6rem}.page-template-palvelusivu .site-content .main-content .item{grid-template-columns:1fr 1fr;min-height:24rem;gap:3.2rem}.page-template-palvelusivu .site-content .main-content .image{aspect-ratio:auto}.page-template-palvelusivu .site-content .main-content .text{position:relative}.page-template-palvelusivu .site-content .main-content img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}.page-template-palvelusivu .site-content .other-services{margin-top:2.6rem;margin-bottom:2.8rem;padding-left:1.2rem;padding-right:1.2rem;display:flex}.page-template-palvelusivu .site-content .other-services>.content{display:inline-block;max-width:1419px;margin-left:auto;margin-right:auto}.image-text-grid-smaller .intro .page-template-palvelusivu .site-content .other-services h2,.page-template-palvelusivu .site-content .other-services .image-text-grid-smaller .intro h2,.page-template-palvelusivu .site-content .other-services .section-title{text-align:left}.page-template-palvelusivu .site-content .other-services .buttons{display:flex;flex-wrap:wrap;gap:.6rem}.page-template-palvelusivu .site-content .other-services .button.arrow{background-color:#fff;color:#d9173f;border:2px solid #efefef}.page-template-palvelusivu .site-content .other-services .button.arrow:after{background-image:url(../../svg/arrow-right-primary.svg)}.page-template-palvelusivu .site-content .other-services .button.arrow:hover{background-color:#d9173f;color:#fff;border-color:transparent}.page-template-palvelusivu .site-content .other-services .button.arrow:hover:after{background-image:url(../../svg/arrow-right.svg)}@media (min-width:768px){.page-template-palvelusivu .site-content .other-services{padding-left:2rem;padding-right:2rem;margin-top:4.5rem;margin-bottom:4.5rem}}@media (min-width:768px){.page-template-palvelusivu .site-content .intro{text-align:center}}.page-template-yhteystiedot .site-content .container{max-width:900px;margin-left:auto;margin-right:auto;padding:1.6rem 1.2rem 0;display:grid;gap:2rem}.page-template-yhteystiedot .site-content h1{margin-bottom:1rem}.page-template-yhteystiedot .site-content h2{font-size:1.5rem;margin-bottom:1.4rem}@media (min-width:768px){.page-template-yhteystiedot .site-content h2{margin-bottom:2rem}}.page-template-yhteystiedot .site-content .contact-info{display:grid;gap:1.7rem}.page-template-yhteystiedot .site-content .contact-info h2{font-size:1.4rem;margin-bottom:.9rem}.page-template-yhteystiedot .site-content .contact-info h3{margin-bottom:.5rem}.page-template-yhteystiedot .site-content .contact-info p{margin-bottom:1rem}.page-template-yhteystiedot .site-content .contact-info .icon-text{color:#d9173f}.page-template-yhteystiedot .site-content .contact-info .icon-text.phone{margin-top:1rem}.page-template-yhteystiedot .site-content .contact-info .icon-text p{font-weight:500;margin:0}.page-template-yhteystiedot .site-content .contact-info .icon-text+.icon-text{margin-top:.8rem}.page-template-yhteystiedot .site-content .contact-grid,.page-template-yhteystiedot .site-content .staff-grid{display:grid;gap:2rem}.page-template-yhteystiedot .site-content .form-map{padding-left:0!important;padding-right:0!important}@media (min-width:768px){.page-template-yhteystiedot .site-content h1{margin-bottom:1.7rem}.page-template-yhteystiedot .site-content .container{padding:3rem 2rem 0;gap:3rem;justify-items:start}.page-template-yhteystiedot .site-content .contact-info{gap:4rem}.page-template-yhteystiedot .site-content .contact-grid,.page-template-yhteystiedot .site-content .staff-grid{grid-template-columns:1fr 1fr 1fr;-moz-column-gap:3.5rem;column-gap:3.5rem;row-gap:2.4rem}}#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;right:18px;bottom:18px;z-index:1000;background-color:#fff!important;border:2px solid #d9173f!important;color:#d9173f!important;font-weight:500;padding:.5rem .9rem .5rem;z-index:10000}.floating-button:after{background-image:url(../../svg/arrow-right-primary.svg)!important;height:11px!important}@media (min-width:768px){.floating-button{display:none!important}}.icon-text{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:start;gap:.7rem}.icon-text.email img{height:15px}.icon-text.phone img{height:17px}.icon-text.address img{height:19px}.icon-text.opening-hours img{height:16px}.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 #00000029;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)}.site-content{padding-top:3.1875rem}@media (min-width:768px){.site-content{padding-top:6rem}}.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;border-radius:.7rem;overflow:hidden}.map .wpgmza-preloader{display:none!important}.noscroll{overflow:hidden}