/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&family=Source+Serif+4:opsz,wght@8..60,200..900&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:1024px){html{scroll-padding:6rem}}body{min-height:100vh;background-color:#161617}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:'Source serif 4',sans-serif;color:#fff}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;font-family:Roboto,sans-serif}.text-center{text-align:center}.page-title{font-size:1.6rem;margin-bottom:1.2rem}@media (min-width:768px){.page-title{font-size:1.9rem;margin-bottom:2rem}}.section-title{margin-bottom:1.5rem;font-size:1.6rem}@media (min-width:768px){.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 .8rem 0;line-height:1.3}.editor p{margin-bottom:1.2rem}.editor a:not([class]){font-weight:600}.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:#2b75e4;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:#2b75e4}.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:#2b75e4;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)}.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,.home .hero .slick-dots button,.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,.home .hero .slick-dots 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:#2b75e4;color:#fff;padding:.7rem 1.3rem .6rem;border-radius:0;text-align:center;transition:background-color .2s;cursor:pointer;font-family:Roboto,sans-serif}.button:hover,.single_add_to_cart_button:hover,.woocommerce a.button:hover,.wp-block-button__link:hover,input[type=button]:hover{background-color:#236ad4}.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 #2b75e4;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:#2b75e4;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:.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,.single_add_to_cart_button.email:before,.single_add_to_cart_button.phone:before,.woocommerce a.button.email:before,.woocommerce a.button.phone:before,.wp-block-button__link.email:before,.wp-block-button__link.phone: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}.pagination{text-align:center;display:flex;justify-content:center;flex-wrap:wrap;margin-top:2rem;gap:.5rem}.pagination .page-numbers{border:2px solid #2b75e4;border-radius:50%;width:2.2rem;height:2.2rem;color:#2b75e4;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:#2b75e4;color:#fff}.card-post{position:relative;border-radius:1rem;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:#2b75e4}.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(#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}}.card-expert{background:#fff;color:#161617;border-radius:.6rem;overflow:hidden;height:100%;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr}.card-expert .image{position:relative;overflow:hidden;background:#f2f2f2;height:318px}.card-expert .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 25%;object-position:50% 25%;display:block}.card-expert .text{padding:1.2rem 1.4rem;display:grid;align-content:start}.card-expert .title{font-weight:800;margin-bottom:.6rem;font-size:1.25rem}.card-expert .title::before{content:'Kompetenssi';font-family:'Source Sans 3',sans-serif;display:block;color:#2b75e4;font-weight:600;font-size:1rem;margin-bottom:.35rem}.card-expert p{font-size:.9375rem}@media (min-width:500px){.card-expert{grid-template-columns:38% 1fr;grid-template-rows:1fr}.card-expert .image{height:auto}}@media (min-width:768px){.card-expert .title{font-size:1.5rem}}.site-header{position:relative;background:#161617;z-index:1000;position:fixed;top:0;width:100%;max-width:1920px;font-family:Roboto,sans-serif}.site-header .hamburger-box{display:block!important}.site-header .top{display:none;font-weight:400;font-size:13px;white-space:nowrap}.site-header .top .content{padding:1.2rem 1rem 0;display:flex;justify-content:space-between;gap:2rem;max-width:1380px;margin-left:auto;margin-right:auto}.site-header .top .icon-text{display:flex;align-items:center;gap:.6rem;font-weight:400}.site-header .top .icon-text a:hover{text-decoration:underline}.site-header .flex{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin-left:auto;margin-right:auto}.site-header .logo-container{width:10rem;margin-left:1rem;padding-top:.7rem;padding-bottom:.7rem}.site-header .logo-container img{width:100%}.site-header .desktop-menu{display:none}.site-header .mobile-menu{position:fixed;right:0;height:100%;min-width:15rem;max-width:100%;background:#161617;color:#fff;padding:1.4em 1.4rem 7rem;transform:translate3d(100%,0,0);transition:all .3s ease-out;visibility:hidden;overflow:auto;box-shadow:-20px 0 20px -23px #0000006e;font-weight:300;z-index:-1}.site-header .mobile-menu .menu>li{border-bottom:1px solid #333}.site-header .mobile-menu a{font-weight:300;padding-left:0;padding-right:0}.site-header .mobile-menu.show{transform:translate3d(0,0,0);visibility:visible}.site-header ul.menu li{position:relative;list-style:none}.site-header ul.menu li a{color:#fff;position:relative;display:block;text-decoration:none;white-space:nowrap;padding-top:.6875rem;padding-bottom:.6875rem;font-size:1.0625rem}.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 .sub-menu{display:none;padding-left:1.3rem}.site-header ul.menu .sub-menu li.current-menu-item>a{font-weight:500}.site-header ul.menu .sub-menu.depth-0 a{font-size:.9375rem}.site-header ul.menu .sub-menu.depth-1 a{font-size:.875rem}.site-header ul.menu .sub-menu .current-menu-item>a,.site-header ul.menu .sub-menu .current-product-parent>a{font-weight:600}.site-header ul.menu .sub-menu>a{padding-left:2.5em}.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 1.2rem;font-weight:400;white-space:nowrap}.site-header .box-shadow{position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:0 0 29px #0000001e;pointer-events:none}@media (min-width:1024px){.site-header .top{display:block;font-size:1rem}.site-header .top .content{justify-content:end}.site-header .top .icon-text{display:grid}.site-header .flex{padding:0 1.5rem}.site-header .logo-container{width:19rem;margin-top:-2rem;margin-left:0}.site-header .hamburger{display:none}.site-header .mobile-menu{display:none}.site-header .desktop-menu{display:block;color:#000}.site-header .desktop-menu .menu{display:flex;align-items:center}.site-header .desktop-menu .menu>li>a{padding-top:2.3rem;padding-bottom:2.3rem}.site-header .desktop-menu .menu li a{font-weight:400;font-size:1.125rem;color:#fff}.site-header .desktop-menu .menu-item-has-children>a{padding-right:2rem}.site-header .desktop-menu .menu-item-has-children.open .sub-menu.depth-0,.site-header .desktop-menu .menu-item-has-children:hover .sub-menu.depth-0{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:#2b75e4}.site-header .desktop-menu .sub-menu{padding:0;background-color:#fff}.site-header .desktop-menu .sub-menu a{padding:.4rem 0;white-space:nowrap;font-size:18px!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;padding:.8rem 1.3rem;box-shadow:0 0 7px #00000021}.site-header .desktop-menu .sub-menu.depth-0 .sub-menu-toggle{display:none}.site-header .desktop-menu .sub-menu.depth-1{display:block}.site-header .menu>li:last-of-type a{background-color:#2b75e4;padding:.7rem 1.5rem .6rem!important;transition:background-color .2s;margin-left:1.1rem;font-weight:400!important;color:#fff}.site-header .menu>li:last-of-type a:hover{background-color:#236ad4}}.site-footer{background:#161617;color:#fff;overflow:hidden}.site-footer a{color:inherit}.site-footer .content{max-width:49.6rem;margin-left:auto;margin-right:auto;padding-left:1.3rem;padding-right:1.3rem}.site-footer .top{padding:3rem 0 3.5rem}.site-footer .section-title{text-align:center;font-weight:800;letter-spacing:.02em;margin:0 0 3rem;color:#fff}.site-footer h3{margin:0 0 1.4rem;font-size:1.4rem;font-weight:700;text-transform:none}.site-footer .info-grid{display:grid;gap:2.5rem;margin-bottom:2.5rem}.site-footer .col .editor p{margin:0 0 .35rem;opacity:.9;line-height:1.6}.site-footer .col .editor strong{display:inline-block;margin-top:1rem;letter-spacing:.02em}.site-footer .icon-text{align-items:start}.site-footer .icon-text img{margin-top:.35rem}.site-footer .icon-text strong{color:#2b75e4;font-weight:700;font-size:1.2rem}.site-footer .icon-text span{opacity:.95}.site-footer .icon-text>*{line-height:1.4}.site-footer .icon-text+.icon-text{margin-top:1.2rem}.site-footer .form-area{display:grid;gap:1.6rem}.site-footer .form-intro h3{margin-bottom:.7rem}.site-footer .form-intro p{margin:0;opacity:.9}.site-footer .bottom{padding:1.1rem 0 1.3rem;border-top:1px solid rgba(255,255,255,.041)}.site-footer .bottom .grid{display:grid;gap:.5rem;justify-items:center;text-align:center}.site-footer .bottom a,.site-footer .bottom p{margin:0;font-size:.85rem;opacity:.75;font-weight:300}@media (min-width:768px){.site-footer .info-grid{grid-template-columns:1fr 1fr;gap:4rem}.site-footer .form-area{gap:2rem}.site-footer h3{font-size:1.6rem}.site-footer .bottom .grid{grid-auto-flow:column;justify-content:space-between;text-align:left;justify-items:start}}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 h2,form h3{font-weight:600;color:#fff;margin-bottom:1rem}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:#2b75e4;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!important;border-radius:0;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:#236ad4}.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:#2b75e4!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 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 #236ad4;border-radius:8px;background-color:transparent;color:#236ad4;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;overflow:hidden}.home .hero .shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));z-index:1;pointer-events:none}.home .hero .slider{opacity:0;visibility:hidden;transition:opacity .3s ease;-webkit-transition:opacity .3s ease;z-index:0}.home .hero .slider.slick-initialized{visibility:visible;opacity:1}.home .hero .slide{display:flex!important;justify-content:center;align-items:center;background-size:cover;background-position:50%;background-repeat:no-repeat;height:60vh;min-height:600px;max-height:800px;position:relative}.home .hero .slide::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(60deg,#00000070,#00000005)}.home .hero .slick-dots{position:absolute;z-index:2;display:flex;bottom:2rem;left:50%;transform:translateX(-50%)}.home .hero .slick-dots li{list-style:none}.home .hero .slick-dots button{font-size:0;width:18px;height:18px;background:#ffffff94;border-radius:50%;cursor:pointer;margin:0 .4rem;transition:all .2s}.home .hero .slick-dots button:hover{background:#fff}.home .hero .slick-dots .slick-active button{background:#2b75e4}.home .hero .slick-initialized .slick-slide{visibility:visible;display:block}.home .hero .content{position:absolute;top:50%;transform:translateY(-50%);padding:0 1.2rem;color:#fff;margin-left:auto;margin-right:auto;max-width:41rem;z-index:2}.home .hero .hero-box{background:rgba(0,0,0,.75);border-radius:16px;padding:2rem 2.2rem;display:inline-block}.home .hero h1{color:#fff;font-size:1.8rem;line-height:1.4;text-shadow:0 3px 6px #00000059}.home .hero .hero-sub{font-weight:300}.home .hero .prevent-line-break{white-space:nowrap}.home .hero .button{margin-top:1.2rem}@media (min-width:700px){.home .hero .content{margin-left:4rem}.home .hero h1{font-size:2.4rem}.home .hero .slide{height:76vh}.home .hero .hero-box{background:rgba(0,0,0,.75);border-radius:16px;padding:2.6rem 2.6rem;display:inline-block}}@media (min-width:1200px){.home .hero .content{margin-left:10rem}}.values{background:#161617;color:#fff;padding:3rem 1.3rem}.values>.content{display:grid;gap:2.5rem;max-width:97rem;margin-left:auto;margin-right:auto}.values .intro{border-left:3px solid #fff;padding-left:1.6rem;max-width:28rem}.values .intro h1{color:#fff;margin-bottom:1rem;font-weight:800;letter-spacing:.02em}.values .intro p{margin-bottom:1.3rem;opacity:.9;line-height:1.55}.values .blocks{display:grid;gap:2rem}.values .block{display:grid;gap:1.2rem;align-content:start}.values .block .icon{height:4rem}.values .block .icon img{height:100%;width:auto}.values .block h3{margin-bottom:.75rem;font-size:1.2rem;font-weight:500}.values .block p{line-height:1.55}@media (min-width:768px){.values{padding:5rem 3rem}.values .blocks{grid-template-columns:1fr 1fr;gap:2.5rem}.values .block h3{font-size:1.5rem}}@media (min-width:1200px){.values>.content{grid-template-columns:28rem 1fr;align-items:start;gap:4rem}.values .blocks{grid-template-columns:1fr 1fr}}.video-introduction{background:#161617;color:#fff;padding:1rem 1.3rem 4.5rem;overflow:hidden}.video-introduction>.content{max-width:97rem;margin-left:auto;margin-right:auto;display:grid;gap:3rem;align-items:center}.video-introduction .text{border-left:3px solid #fff;padding-left:1.6rem;max-width:28rem}.video-introduction h2 span{font-weight:400}.video-introduction .video{position:relative}.video-introduction .video::after{content:'';position:absolute;right:-1.2rem;bottom:-1.2rem;width:6rem;height:6rem;background:#2b75e4;z-index:0}.video-introduction .video .full-width-embed-container{z-index:1}@media (min-width:768px){.video-introduction{padding:5rem 3rem}.video-introduction>.content{grid-template-columns:1fr 1.2fr;gap:4rem}.video-introduction .text{max-width:none}}@media (min-width:1200px){.video-introduction .video::after{width:12rem;height:8rem;right:-1.3rem;bottom:-1.3rem}}.image-text-grid{position:relative;display:grid;margin-left:auto;margin-right:auto;color:#1c1c1c;background-color:#fff}.image-text-grid .item{position:relative}.image-text-grid .image{position:relative;overflow:hidden;aspect-ratio:16/10;background-size:cover;background-position:center;background-repeat:no-repeat}.image-text-grid .text{display:grid;align-items:center;align-content:center;padding:1.2rem 1.2rem 1.8rem}.image-text-grid h2,.image-text-grid h3,.image-text-grid h4{font-size:1.4rem}.image-text-grid .buttons{display:grid;justify-items:left;gap:1rem}@media (min-width:768px){.image-text-grid h2,.image-text-grid h3,.image-text-grid h4{font-size:2rem}.image-text-grid .item{display:grid;grid-template-columns:1fr 1fr;min-height:31rem;gap:0}.image-text-grid .item:nth-of-type(even) .text{order:-1;margin-left:auto}.image-text-grid .item:not(:last-of-type):after{content:'';position:absolute;left:50%;top:100%;transform:translate(-50%,-50%);width:2.35rem;height:2.35rem;background:#2b75e4;z-index:1;pointer-events:none}.image-text-grid .image{aspect-ratio:auto}.image-text-grid .text{padding-left:3rem;padding-right:3rem;max-width:60rem;padding-top:4rem;padding-bottom:4rem}}@media (min-width:992px){.image-text-grid .text{padding-left:6rem;padding-right:6rem}}.experts{background:#161617;color:#fff;padding:4rem 0;overflow:hidden}.experts .section-title{text-align:center;margin-bottom:2.2rem;color:#fff;font-weight:800;letter-spacing:.02em}.experts .grid{display:grid;gap:2rem}.experts .group{display:grid;gap:2rem;min-width:0;margin-bottom:1.7rem}.experts .group:nth-of-type(3n+1) .title h3{background:#5d7498}.experts .group:nth-of-type(3n+2) .title h3{background:#767676}.experts .group:nth-of-type(3n+3) .title h3{background:#6693d7}.experts .title{padding-right:2rem}.experts .title h3{margin:0;background:rgba(255,255,255,.22);color:#fff;padding:1.2rem 1.4rem;font-weight:500;border-radius:0 .5rem .5rem 0;max-width:20rem;text-align:center;font-size:1.5rem}.experts .carousel{min-width:0}.experts .carousel .swiper-container{position:relative;overflow:visible}.experts .carousel .swiper{width:100%;min-width:0;padding-left:1.5rem;padding-right:1.5rem}.experts .carousel .swiper-slide{height:auto}.experts .carousel .custom-swiper-button{display:none;justify-content:center;align-items:center;width:40px;height:40px;background:#2b75e4;position:absolute;top:50%;transform:translate(-50%,-50%);border-radius:50%;cursor:pointer;transition:opacity .3s;z-index:10}.experts .carousel .custom-swiper-button:before{content:'';display:block;width:40%;height:40%;background-size:contain;background-position:center;background-repeat:no-repeat}.experts .carousel .custom-swiper-button.prev:before{background-image:url(../../svg/arrow-left.svg)}.experts .carousel .custom-swiper-button.next:before{background-image:url(../../svg/arrow-right.svg)}.experts .carousel .custom-swiper-button.swiper-button-disabled{opacity:0;pointer-events:none}@media (min-width:1000px){.experts{padding:5rem 0}.experts .section-title{margin-bottom:4rem}.experts .grid{gap:5rem}.experts .group{grid-template-columns:18rem 1fr;align-items:center;gap:3rem;margin-bottom:0}.experts .title{padding-right:0}.experts .title h3{height:100%;display:grid;align-items:center;max-width:none;padding:1.7rem;font-size:1.7rem}.experts .carousel .swiper{padding-left:0;padding-right:2rem}}@media (min-width:1100px){.experts .carousel .custom-swiper-button{display:flex}.experts .carousel .custom-swiper-button.prev{left:0}.experts .carousel .custom-swiper-button.next{right:0}}@media (min-width:1500px){.experts .group{grid-template-columns:20rem 1fr}}.image-bg-text{position:relative;overflow:hidden;color:#fff;padding:5rem 1.2rem;text-align:center}.image-bg-text .bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.02)}.image-bg-text .shade{position:absolute;top:0;right:0;bottom:0;left:0;background:#191c2b99}.image-bg-text .content{position:relative;z-index:1;justify-items:center;max-width:60rem;margin-left:auto;margin-right:auto}.image-bg-text .text{max-width:35rem}.image-bg-text h2{font-size:2rem}.image-bg-text .button{margin-top:.6rem}@media (min-width:768px){.image-bg-text{padding:6.5rem 2.5rem}.image-bg-text h2{font-size:3rem}}.error404 .container,.page-template-default:not(.home) .container{max-width:900px;margin-left:auto;margin-right:auto;padding:2.5rem 1.3rem 3rem}@media (min-width:576px){.error404 .container,.page-template-default:not(.home) .container{padding: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:#e9e9e9}.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:1rem;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:1rem;border-top-left-radius:1rem;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:#2b75e4;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:#2b75e4;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:#2b75e4}.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-yhteystiedot .site-content h1,.page-template-yhteystiedot .site-content h2{font-size:1.5rem;margin-bottom:1.4rem;letter-spacing:1px}@media (min-width:768px){.page-template-yhteystiedot .site-content h1,.page-template-yhteystiedot .site-content h2{margin-bottom:2rem}}.page-template-yhteystiedot .site-content .contact-info h2{font-size:1.0625rem;margin-top:1.7rem;margin-bottom:.9rem;font-weight:600;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;gap:2rem;max-width:1000px;margin-left:auto;margin-right:auto;padding:2rem 1.2rem}@media (min-width:768px){.page-template-yhteystiedot .site-content .container{padding-top:3rem;padding-bottom:3rem;display:grid;gap:3rem;grid-template-columns:20rem auto}}@media (min-width:1200px){.page-template-yhteystiedot .site-content .container{padding-top:4rem;padding-bottom:3.2rem}}#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 #0000001f;border-radius:100%;border:2px solid #2b75e4;z-index:100}.floating-button img{height:55%}.floating-button.whatsapp{bottom:15px}.floating-button.call{bottom:74px}.floating-button.call img{height:40%}@media (min-width:1024px){.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;font-family:Roboto,sans-serif}.icon-text.email img{height:14px}.icon-text.phone img{height:16px}.icon-text.address img{height:17px}.icon-text.opening-hours img{height:12px}.icon-text.facebook img{height:16px}.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:1024px){.site-content{padding-top:6rem}}.full-width-embed-container{position:relative;overflow:hidden;width:100%;padding-top:56.25%}.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}