/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@import url(https://fonts.googleapis.com/css2?family=Montez&family=Acme&family=Emilys+Candy&family=Mulish:wght@200..1000&family=Questrial&display=swap);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:1000px){html{scroll-padding:6rem}}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:Mulish,sans-serif;color:#083028}.emilys-candy{font-family:'Emilys Candy',sans-serif}a{color:inherit;text-decoration:none}p{line-height:1.3}h1,h2,h3,h4,h5,h6{margin:0;font-family:Acme,sans-serif;color:#1e573f;font-weight:400}h1{font-size:2.6rem}h2{font-size:2.4rem}h3{font-size:1.6rem}.text-center{text-align:center}.page-title{text-align:center;font-size:1.6rem;margin-bottom:1.2rem}@media (min-width:768px){.page-title{font-size:1.9rem;margin-bottom:2rem}}.section-title{text-align:center;margin-bottom:1.5rem}@media (min-width:768px){.section-title{font-size:1.8rem;margin-bottom:2.2rem}}.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 ol,.editor p,.editor ul{line-height:1.5}.editor p{margin-bottom:1.2rem}.editor strong{color:#1e573f}.editor a:not([class]){font-weight:600}.editor ol,.editor ul{margin-left:1.1rem;margin-bottom:1.5rem}.editor ol li::marker,.editor ul li::marker{color:#1e573f;font-size:1.1rem}.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 ul,ul.custom-bullets{display:grid;gap:.4rem;line-height:1.5;margin-left:0}.editor ul li,ul.custom-bullets li{list-style-type:none;background-image:url(../../svg/heart.svg);background-repeat:no-repeat;background-position:0 8px;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:#1e573f}.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:#1e573f;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,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,button::-moz-focus-inner{border:0;padding:0}.button{display:inline-block;text-decoration:none;background-color:#1e573f;color:#fff;padding:.6rem 1.3rem;border-radius:2px;text-align:center;transition:background-color .2s;cursor:pointer}.button:hover{background-color:#083028}.button.borders{box-shadow:inset 0 0 0 2px #1e573f;background-color:transparent}.button.borders:where(:hover,:focus){background-color:#1e573f;color:#fff}.button.arrow{display:inline-flex;justify-content:center;align-items:center}.button.arrow:after{content:'';display:inline-block;width:1rem;height:.8rem;background-image:url(../../svg/arrow-right.svg);background-repeat:no-repeat;background-position:right;background-size:contain;margin-top:1px}.button.email:before,.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{background-image:url(../../svg/phone.svg);width:12px;height:12px}.button.email:before{background-image:url(../../svg/email.svg);width:17px;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 #1e573f;border-radius:50%;width:2.2rem;height:2.2rem;color:#1e573f;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:#1e573f;color:#fff}.post-excerpt{padding:1rem;background:#fff}.post-excerpt .date{font-size:.875rem;font-weight:300;color:#676767;margin-bottom:.5rem}.post-excerpt h1{font-size:1rem;margin-top:0;margin-bottom:.7rem}.post-excerpt h2{margin-bottom:1.5rem;font-size:1.7rem}.post-excerpt h3{margin-bottom:.8rem;font-size:1.35rem;font-weight:600}.post-excerpt p{margin-bottom:1.1rem;font-weight:300}.post-excerpt .image{margin-bottom:1rem;overflow:hidden}.post-excerpt .image img{width:100%;aspect-ratio:16/9.5;-o-object-fit:cover;object-fit:cover;transition:all .4s}.post-excerpt:hover .image img{transform:scale(1.1)}.post-excerpt:hover .button{background-color:#1e573f;color:#fff}@media (min-width:768px){.post-excerpt{padding:1.2rem}.post-excerpt h1{font-size:1.2rem}}.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(#00000026,#00000075)}.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}}.site-header{position:relative;background:#fff;z-index:10;position:fixed;top:0;width:100%;max-width:1920px}.site-header .hamburger-box{display:block!important}.site-header .top{padding:.4rem 1rem;text-align:center;background-color:#083028;color:#fff;font-size:.875rem}.site-header .bottom{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin-left:auto;margin-right:auto}.site-header .logo-container{margin-left:1rem;font-size:2rem;color:#083028}.site-header nav{position:absolute;top:100%;width:100%;padding-bottom:1rem;overflow:hidden;pointer-events:none}.site-header nav.open ul{transform:translate(0);pointer-events:all}.site-header ul.menu{width:100%;top:100%;left:0;text-align:center;background:#fff;padding-top:.5rem;padding-bottom:.5rem;transform:translateY(calc(-100% - 5px));transition:all .3s;box-shadow:0 0 5px #00000038}.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 li.current-menu-item>a{font-weight:800;color:#1e573f}.site-header .box-shadow{position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:0 0 5px #00000038;pointer-events:none}@media (min-width:1000px){.site-header .top{padding:.5rem 1rem;font-size:.9375rem}.site-header .bottom{padding:.9rem 0}.site-header .logo-container{font-size:2.4rem}.site-header .hamburger{display:none}.site-header nav{position:relative;padding:0;width:auto;overflow:visible;pointer-events:all}.site-header ul.menu{position:relative;display:flex;align-items:center;background:0 0;box-shadow:none;transform:none;padding:0}}.site-footer{position:relative;box-shadow:0 0 5px #00000038;background:#1e573f;color:#fff}.site-footer .svg-container{position:absolute;bottom:calc(100% - 1px);left:0;right:0;overflow:hidden;pointer-events:none}.site-footer .svg-container img{min-width:877px}.site-footer .logo-container a{display:block;font-size:2.4rem;margin-bottom:.6rem}.site-footer .description{margin-bottom:1rem}.site-footer a{display:inline-block;font-weight:400;line-height:1.5}.site-footer h2{font-size:1.3125rem;font-weight:600;margin-bottom:.9rem}.site-footer a,.site-footer p{font-weight:300;font-size:1rem;color:#e9eaf1;line-height:1.5}.site-footer .top .grid{gap:1.8rem;padding-top:2rem;padding-bottom:2rem}.site-footer .top a{display:block}.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 .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:#80b9a2;font-size:.8125rem;line-height:1.7}@media (min-width:768px){.site-footer .grid{grid-auto-flow:column;justify-content:start;gap:3rem}.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 h2,form h3{margin-bottom:1.2rem}form p{margin-bottom:1.4rem!important}form label{display:inline-block;margin-bottom:.6rem!important;font-size:1rem;margin-bottom:.5625em;color:#1e573f;font-weight:500}form label>span:not([class]){color:red}form input[type=email],form input[type=tel],form input[type=text],form textarea{width:100%;border:none;border:1px solid #b5b5b5;display:block;padding:7px!important;line-height:1.15!important;border-radius:4px}form textarea{height:100px;border:1px solid #b5b5b5;border-radius:4px}form select{width:100%;border:0;border-radius:6px;display:block;padding:4px 8px;box-shadow:0 0 5px #e0e0e0;color:#4d4d4d!important;box-shadow:0;background:#fff}.wpcf7 input{accent-color:#1e573f}.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:#1e573f!important;border-color:#1e573f!important}.wpcf7 br{display:none}.wpcf7 .walcf7-datetimepicker{font-weight:300}.wpcf7 .image-upload p{margin-bottom:.5rem!important}.wpcf7 .image-upload #mfcf7_zl_multifilecontainer{margin:0}.wpcf7 .image-upload #mfcf7_zl_add_file{background-color:transparent!important;border:2px dashed #303030;border-radius:8px;background-color:transparent;color:#303030;margin-bottom:0!important;width:100%}.wpcf7 .image-upload label{margin-bottom:0!important}.form h2{font-size:1.9rem;margin-bottom:1.5rem}.form .row{position:relative}.form .row>div{margin-bottom:1.4rem}@media (min-width:768px){.form .grid{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:2rem;column-gap:2rem}.form .grid .row:last-of-type{grid-column:-1/1}}.home .hero{position:relative;height:80vh;max-height:750px;background:url(../../images/hero.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(#0000002d,rgba(0,0,0,.5))}.home .hero .content{position:relative;padding:0 1.2rem;color:#fff;margin-left:auto;margin-right:auto;max-width:43rem;text-shadow:0 0 10px rgba(0,0,0,.178)}.home .hero h1{color:#fff;font-size:2.4rem;font-weight:400;margin-bottom:1.5rem}.home .hero h1 span{display:block;font-family:'Emilys Candy',cursive;font-weight:400}.home .hero h1::before{content:'- Paskasta lannoitteeksi -';display:block;font-family:Montez,cursive;font-weight:400;font-style:normal;font-size:2.2rem}.home .hero p{font-size:1.2rem}@media (min-width:576px){.home .hero{text-align:center}.home .hero h1{font-size:3.2rem}.home .hero h1:before{font-size:3.4rem}}.home{background-color:#fcf7f1}.home .services{margin-top:2.5rem;margin-bottom:2.5rem}.home .services .content{max-width:1300px;margin-left:auto;margin-right:auto;padding-left:1.2rem;padding-right:1.2rem}@media (min-width:768px){.home .services .content{padding-left:2rem;padding-right:2rem}}.home .services h2{margin-bottom:.8rem}.home .services h3{margin-bottom:.5rem}.home .services h3:after{content:'';display:inline-block;width:2rem;height:1rem;background-image:url(../../svg/arrow-right.svg);background-position:left center;background-repeat:no-repeat;margin-left:1rem}.home .services .intro{margin-bottom:1.4rem}.home .services .grid{position:relative;display:grid;gap:1.4rem;margin-bottom:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));isolation:isolate}.home .services .grid>a{display:block;border:1px solid #447f51;border-radius:15px;padding:1.2rem}@media (min-width:576px){.home .services{margin-top:3.5rem;margin-bottom:5rem}.home .services .intro,.home .services h2{text-align:center;max-width:27rem;margin-left:auto;margin-right:auto}.home .services .intro{margin-bottom:2.5rem}}.testimonials .content{padding-left:1.2rem;padding-right:1.2rem;margin-top:2rem;margin-bottom:4rem;text-align:center;max-width:90rem;margin-left:auto;margin-right:auto}.testimonials h2{margin-bottom:2rem}.testimonials .grid{display:grid;gap:2rem}.testimonials .grid .testimonial .cite{margin-bottom:1rem;color:#1e573f;font-weight:700}.testimonials .grid .testimonial img{margin-left:auto;margin-right:auto;margin-bottom:1.5rem}@media (min-width:768px){.testimonials .content{padding-left:2rem;padding-right:2rem;margin-top:2rem;margin-bottom:8rem}.testimonials .grid{grid-template-columns:1fr 1fr;gap:3rem}.testimonials h2{margin-bottom:3rem}}@media (min-width:1200px){.testimonials .grid{grid-template-columns:1fr 1fr 1fr 1fr}}.error404 .container,.page-template-default:not(.home) .container{max-width:900px;margin-left:auto;margin-right:auto;padding:2em 1.5rem 4rem;background:#fff}@media (min-width:576px){.error404 .container,.page-template-default:not(.home) .container{padding:3rem 2rem 5rem}}.blog .site-content{margin-top:2rem;margin-bottom:2rem}@media (min-width:768px){.blog .site-content{margin-top:3.5rem;margin-bottom:4.5rem}}.blog .site-content .container{max-width:1330px;margin:0 auto 3rem;padding:2em 1.5rem;background:#fff}@media (min-width:576px){.blog .site-content .container{padding:3rem 2.5rem}}@media (min-width:768px){.blog .site-content .container{padding:4.5rem 3rem}}@media (min-width:992px){.blog .site-content .container{padding:6rem 4.3rem}}.blog .site-content .posts{position:relative}.blog .site-content .content{max-width:1300px;margin-left:auto;margin-right:auto;padding-left:1.2rem;padding-right:1.2rem}@media (min-width:768px){.blog .site-content .content{padding-left:2rem;padding-right:2rem}}.blog .site-content .grid{position:relative;display:grid;gap:1.4rem;margin-bottom:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));isolation:isolate}.single-post .main-content{position:relative}.single-post .main-content .decoration{position:absolute;z-index:-1}.single-post .main-content .decoration.first{top:10%;right:0}.single-post .main-content .decoration.second{top:50%;left:0}.single-post .main-content .decoration.third{top:80%;right:0}.single-post .main-content .decoration.fourth{top:100%;left:0}.single-post .container{display:grid;align-items:flex-start;max-width:1300px;margin-left:auto;margin-right:auto;padding:2.4rem 1rem;gap:4.5rem}.single-post .main-post,.single-post .sidebar-single{position:relative;background:#fff;padding:1.2rem;box-shadow:0 0 12px #00000014}.single-post .main-post h1{font-size:1.4rem}.single-post .main-post .image{margin-bottom:.8rem}.single-post .main-post .image img{width:100%}.single-post .date{font-size:.875rem;color:#676767;margin-bottom:1rem}.single-post .return{display:block;font-weight:600;color:#1e573f;font-size:1rem;margin-top:1.26rem}.single-post .social-share{position:absolute;top:100%}.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:#1e573f;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:#1e573f}.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,.single-post .sidebar-single{padding:1.7rem}}@media (min-width:1300px){.single-post .social-share{position:absolute;top:2rem;right:100%;bottom:unset;height:calc(100% - 5rem)}.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-yhteystiedot .site-content{background-color:#fcf7f1;color:#1e573f}.page-template-yhteystiedot .site-content h1{grid-column:1/-1;margin-bottom:2rem;font-size:2.3rem}@media (min-width:768px){.page-template-yhteystiedot .site-content h1{font-size:2.8rem;margin-bottom:2.7rem}}.page-template-yhteystiedot .site-content h2{font-size:1.6rem;margin-bottom:1.4rem;letter-spacing:1px}@media (min-width:768px){.page-template-yhteystiedot .site-content h2{margin-bottom:2rem}}.page-template-yhteystiedot .site-content .contact-info{margin-bottom:2rem}.page-template-yhteystiedot .site-content .contact-info h3{font-size:1.1rem;margin-top:1.7rem;margin-bottom:.9rem;font-weight:500;letter-spacing:0}.page-template-yhteystiedot .site-content .contact-info a{margin-bottom:.6rem}.page-template-yhteystiedot .site-content .contact-info .mb-small{margin-bottom:.4rem}.page-template-yhteystiedot .site-content .container{display:grid;-moz-column-gap:2rem;column-gap:2rem;max-width:850px;margin-left:auto;margin-right:auto;padding:2rem 1.2rem 3rem}@media (min-width:768px){.page-template-yhteystiedot .site-content .container{padding-top:3rem;padding-bottom:3rem;display:grid;-moz-column-gap:3rem;column-gap:3rem;grid-template-columns:14rem auto}}@media (min-width:1200px){.page-template-yhteystiedot .site-content .container{padding-top:4rem;padding-bottom:6.5rem}}@media (min-width:768px){.page-template-yhteystiedot .site-content .form .grid{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:2rem;column-gap:2rem}.page-template-yhteystiedot .site-content .form .grid .row:last-of-type{grid-column:-1/1}}.page-template-sisaltosivu .site-content .intro{background-color:#fcf7f1}.page-template-sisaltosivu .site-content .intro .content{display:grid;max-width:1259px;margin-left:auto;margin-right:auto}.page-template-sisaltosivu .site-content .intro .image{aspect-ratio:16/10;background-size:cover;background-position:center;display:flex}.page-template-sisaltosivu .site-content .intro .image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.page-template-sisaltosivu .site-content .intro .text{padding:1.3rem 1.2rem 1.7rem;display:grid;align-items:center;align-content:center;justify-content:start;justify-items:start}@media (min-width:768px){.page-template-sisaltosivu .site-content .intro .content{grid-template-columns:1fr 1fr}.page-template-sisaltosivu .site-content .intro .image{aspect-ratio:auto;min-height:30rem;margin-top:3rem;margin-bottom:3rem}.page-template-sisaltosivu .site-content .intro .text{padding:4rem 2rem 4rem 4rem}}@media (min-width:992px){.page-template-sisaltosivu .site-content .intro{gap:3rem}}.page-template-sisaltosivu .site-content .container{padding:1.5rem 1.2rem 2rem;max-width:52rem;margin-left:auto;margin-right:auto;margin-bottom:2rem}@media (min-width:768px){.page-template-sisaltosivu .site-content .container{padding:3rem 2rem;margin-bottom:4rem}}.page-terapiamuodot .intro .image{background-position:50% 80%!important}.page-template-hinnasto .site-content{background-color:#fcf7f1}.page-template-hinnasto .site-content .container{padding:1.5rem 1.2rem 4rem;max-width:45rem;margin-left:auto;margin-right:auto}@media (min-width:768px){.page-template-hinnasto .site-content .container{padding:4rem 2rem 8.5rem}}.page-template-hinnasto .site-content table{border-collapse:collapse;width:100%;margin-bottom:1.5rem}.page-template-hinnasto .site-content table tr+tr{border-top:1px solid #d1d1d1}.page-template-hinnasto .site-content table td{padding-top:.625rem;padding-bottom:.625rem}.page-template-hinnasto .site-content table td:last-of-type{padding-left:1rem;text-align:right}.page-template-hinnasto .site-content table p{margin:0}.page-template-hinnasto .site-content .end-title{margin-top:2rem;font-size:1.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;display:grid;place-items:center;right:15px;width:48px;height:48px;background-color:#2c2c2c;z-index:10;box-shadow:1px 1px 13px #00000044;border-radius:100%;border:2px solid #1e573f}.floating-button img{height:54%}.floating-button.whatsapp{bottom:15px}.floating-button.call{bottom:74px}.floating-button.call img{height:36%}@media (min-width:1000px){.floating-button.call{display:none}.floating-button.whatsapp{width:58px;height:58px;bottom:30px;right:30px}}.icon-text{display:grid;grid-template-columns:15px auto;align-items:center;gap:.7rem}.icon-text.email img{height:12px}.icon-text.phone img{height:14px}.icon-text.address img{height:17px}.icon-text.facebook img{height:16px}.icon-text a:hover{text-decoration:underline}.icon-text>*{line-height:1}.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)}.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}.icon-text{display:grid;grid-template-columns:15px 1fr;align-items:center;gap:.6rem}.icon-text img{height:14px}.icon-text a:hover{text-decoration:underline}.icon-text>*{line-height:1}.icon-text.phone img{height:13px}.icon-text.email img{height:9px}.icon-text.opening-hours img{height:12px}.icon-text.address img{height:17px}