.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
}  .wpcf7_hp_field {
position: absolute !important;
left: -9999px !important;
top: -9999px !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}
@media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}} html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}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}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}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-item}template{display:none}[hidden]{display:none}@font-face{font-family:"Kaski Seasons";src:url(//kaskiagency.fi/wp-content/themes/kaski2026/fonts/KaskiSeasonSans-Medium.woff2);font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Kaski Seasons";src:url(//kaskiagency.fi/wp-content/themes/kaski2026/fonts/KaskiSeasonSans-SemiBold.woff2);font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Kaski Seasons";src:url(//kaskiagency.fi/wp-content/themes/kaski2026/fonts/KaskiSeasonSans-Light.woff2);font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Kaski Seasons";src:url(//kaskiagency.fi/wp-content/themes/kaski2026/fonts/KaskiSeasonSans-Bold.woff2);font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Kaski Seasons";src:url(//kaskiagency.fi/wp-content/themes/kaski2026/fonts/KaskiSeasonSans-Regular.woff2);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Blitz Script";src:url(//kaskiagency.fi/wp-content/themes/kaski2026/fonts/BlitzScript.woff2);font-weight:400;font-style:normal;font-display:swap}.alignnone{margin-left:0;margin-right:0;max-width:100%;height:auto}.aligncenter{display:block;margin:1em auto;height:auto}.alignleft,.alignright{margin-bottom:1em;height:auto}@media screen and (min-width: 900px){.alignleft{float:left;margin-right:1em}.alignright{float:right;margin-left:1em}}.wp-block-embed__wrapper{display:block}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe,.video-container object,.video-container embed,.video-container video{position:absolute;top:0;left:0;width:100%;height:100%;max-height:none !important}.has-white-color{color:#fff}.has-white-color a{color:#fff}.has-white-color a:hover{color:#fff}a.has-white-color{color:#fff}.has-white-background-color{background-color:#fff}.has-black-color{color:#000}.has-black-color a{color:#000}a.has-black-color{color:#000}.has-black-background-color{background-color:#000}.has-pink-color{color:#ecd8e9}.has-pink-color a{color:#ecd8e9}a.has-pink-color{color:#ecd8e9}.has-pink-background-color{background-color:#ecd8e9}.has-darkpink-color{color:#ea65f8}.has-darkpink-color a{color:#ea65f8}a.has-darkpink-color{color:#ea65f8}.has-darkpink-background-color{background-color:#ea65f8}p.has-normal-font-size{font-size:1em}p.has-x-large-font-size,div.has-x-large-font-size p{font-size:1.6em}@media screen and (min-width: 900px){p.has-x-large-font-size,div.has-x-large-font-size p{font-size:2.15em}}@media screen and (min-width: 1700px){p.has-x-large-font-size,div.has-x-large-font-size p{font-size:2.3em}}a.has-large-font-size,p.has-large-font-size,div.has-large-font-size p{font-size:1.3em !important}@media screen and (min-width: 900px){a.has-large-font-size,p.has-large-font-size,div.has-large-font-size p{font-size:1.5em !important}}@media screen and (max-width: 900px){a.has-large-font-size.intro2-text,p.has-large-font-size.intro2-text,div.has-large-font-size p.intro2-text{font-size:1em !important}}a.has-large-font-size b,a.has-large-font-size strong,p.has-large-font-size b,p.has-large-font-size strong,div.has-large-font-size p b,div.has-large-font-size p strong{font-family:"Kaski Seasons";font-family:"Kaski Seasons"}p.has-small-font-size,div.has-small-font-size p{font-size:1em !important}@media screen and (min-width: 900px){p.has-small-font-size,div.has-small-font-size p{font-size:1em !important}}.wp-block-column>p:first-child,.wp-block-column h1:first-child,.wp-block-column h2:first-child,.wp-block-column h3:first-child,.wp-block-column h4:first-child,.wp-block-column h5:first-child,.wp-block-column h6:first-child,.wp-block-column ul:first-child,.wp-block-column ol:first-child{margin-top:0}.container-page>*.alignfull,.container-work>*.alignfull,.container-referenssit>*.alignfull{padding-left:0;padding-right:0;width:100vw;transform:translateX(-50%);left:50%;position:relative;box-sizing:border-box;clear:both}.container-page>*.alignfull:after,.container-work>*.alignfull:after,.container-referenssit>*.alignfull:after{display:block;content:"";clear:both}@media screen and (min-width: 900px){.container-page>*.alignfull,.container-work>*.alignfull,.container-referenssit>*.alignfull{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.container-page>*:not(.alignfull),.container-work>*:not(.alignfull),.container-referenssit>*:not(.alignfull){margin-left:-50vw;margin-right:-50vw;padding-left:50vw;padding-right:50vw;clear:both}.container-page>*:not(.alignfull).alignwide,.container-work>*:not(.alignfull).alignwide,.container-referenssit>*:not(.alignfull).alignwide{margin-left:-50vw;margin-right:-50vw;padding-left:50vw;padding-right:50vw;clear:both}.wp-block-quote{margin:0;text-align:center}.wp-block-quote p{font-weight:500;font-family:"Kaski Seasons";font-size:3em;margin-bottom:.2em;margin-top:.2em;font-family:"Kaski Seasons"}.wp-block-quote cite{font-weight:bold;text-transform:uppercase;font-size:1.125em;font-style:normal;font-family:"Kaski Seasons"}.wp-block-button__link{font-size:1em;font-family:"Kaski Seasons";font-weight:bold;padding:.2em 1em}.wp-block-button__link:after{content:" →";padding-left:0;padding-right:.1em;transition:padding .5s}.wp-block-button__link:hover:after{padding-left:.1em;padding-right:0}.wp-block-button__link.has-white-background-color:hover{background-color:#ecd8e9;color:#000;text-decoration:none}.wp-block-button{margin-bottom:.1em !important;margin-top:.1em !important}@media screen and (min-width: 900px){.wp-block-button{margin:0;margin-right:.5em !important}.wp-block-button:first-child{margin-left:0 !important}.wp-block-button:last-child{margin-right:0 !important}}.wp-block-latest-posts__list li{display:flex;flex-direction:column}.wp-block-latest-posts__post-date{order:1;font-size:.8125em}.wp-block-latest-posts__featured-image{order:2;padding:1em 0}.wp-block-latest-posts__featured-image a{border-bottom:0 !important}.wp-block-latest-posts__featured-image a:hover{border-bottom:0 !important}.wp-block-latest-posts__post-title{order:3;font-size:.875em;text-transform:uppercase;border-bottom:0 !important}.wp-block-latest-posts__post-title:hover{border-bottom:0 !important}.wp-block-latest-posts__post-title:after{content:"-";display:block}.wp-block-latest-posts__post-excerpt{order:4;font-size:.875em}.wp-block-latest-posts__post-excerpt a{font-weight:bold}html{margin-top:0 !important;text-size-adjust:none;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;-moz-text-size-adjust:none}html{margin:0;padding:0;overflow-x:hidden}html.open{overflow-y:hidden}body{background-color:#fff;font-family:"Kaski Seasons";font-weight:500;font-size:16px;margin:0;padding:0;color:#000;opacity:1 !important;overflow-x:hidden;line-height:1.2;position:relative;overflow:hidden;transition:opacity .2s}body.pink{background-color:#ecd8e9}::-moz-selection{color:#000;background:#ecd8e9}::selection{color:#000;background:#ecd8e9}.has-pink-background-color ::-moz-selection{color:#fff;background:#000}.has-pink-background-color ::selection{color:#fff;background:#000}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-family:"Kaski Seasons";font-weight:500;font-family:"Kaski Seasons";line-height:1.1;color:inherit;width:100%}h1,.intro-text,p.intro-text{font-size:2em}@media screen and (min-width: 900px){h1,.intro-text,p.intro-text{font-size:3.2em}}@media screen and (min-width: 1700px){h1,.intro-text,p.intro-text{font-size:3.6em}}@media screen and (min-width: 900px){.container-page:not(.container-narrow)>h1:not(.alignfull):not(.alignwide){padding-right:70vw}}h2,.h2{font-size:1.6em}@media screen and (min-width: 900px){h2,.h2{font-size:2.15em}}@media screen and (min-width: 1700px){h2,.h2{font-size:2.3em}}h3{font-size:1.3em;text-transform:uppercase}@media screen and (min-width: 1700px){h3{font-size:1.5625em}}b,strong{font-weight:700}div{box-sizing:border-box}img{max-width:100%;height:auto}ul{list-style-type:none;list-style-image:url(//kaskiagency.fi/wp-content/themes/kaski2026/dist/images/list.png)}ul li{margin-bottom:.5em}iframe{width:100%}a{color:#000;text-decoration:none}a:hover{text-decoration:underline;text-decoration-color:#ecd8e9;color:#000}.arrow{display:inline-block;text-decoration:none}.arrow:after{content:"→";display:inline-block;padding-left:.3em;padding-right:.3em;transition:padding .5s}.arrow:hover{text-decoration:none}.arrow:hover:after{padding-right:0;padding-left:.6em}.wrap{width:100%;max-width:100%;box-sizing:border-box;padding-left:16px;padding-right:16px;margin:0 auto}@media screen and (min-width: 900px){.wrap{width:100%;padding-left:16px;padding-right:16px}}@media screen and (min-width: 900px){.wrap-full{width:100%;max-width:100%}}@media screen and (max-width: 900px){.mobile-hide{display:none}}@media screen and (min-width: 900px){.desktop-hide{display:none}}.titlefont{font-family:"Kaski Seasons";font-family:"Kaski Seasons";font-weight:500}.glyphs{font-feature-settings:"ss01"}.no-font-feature{font-feature-settings:normal}.no-underline a{border-bottom:0}.no-underline a:hover{border-bottom:0}.no-margin{margin-bottom:0;margin-top:0}@media screen and (max-width: 900px){.mobile-center{text-align:center}}@media screen and (max-width: 900px){.flex-left-mobile{justify-content:flex-start !important}}@media screen and (min-width: 900px){.big{font-size:1.3em}}.intro-text{font-family:"Kaski Seasons";font-weight:500;font-family:"Kaski Seasons";margin-top:-0.1em !important}@media screen and (max-width: 900px){.intro-text-small{font-size:1.5em !important}}@media screen and (max-width: 900px){#container p.intro2-text{font-size:1em !important}}@media screen and (min-width: 900px){.small-h2{font-size:2.15em}}.centered{text-align:center}.uppercase{text-transform:uppercase}.smalltitle h1,.smalltitle h2,.smalltitle h3,.smalltitle h4,.smalltitle h5{font-size:1.5em}.white{color:#fff}.white a{color:#fff}.white a:hover{color:#fff}@media screen and (max-width: 900px){.collapse-rtl{flex-direction:column-reverse !important}}.padding{padding:1.5em}@media screen and (min-width: 900px){.padding{padding:2em}}.cli-bar-message a{border-bottom:1px solid #000}.cli-tab-footer .wt-cli-privacy-accept-btn{background-color:#000;color:#fff;border-bottom:0 !important}.cli-style-v2 .cli-bar-btn_container .cli-plugin-button{border-bottom:0 !important}#cookie-law-info-again{font-size:.6em !important;padding:.4em !important;box-shadow:none !important;border:1px solid #000 !important;border-bottom:0 !important}@media screen and (min-width: 900px){#cookie-law-info-again{font-size:.8em !important}}#cookie-law-info-again{transform:rotate(-90deg) !important;right:0 !important;transform-origin:bottom right !important;bottom:auto !important;top:20vh !important}#cmplz-manage-consent .cmplz-manage-consent{position:absolute !important;bottom:0 !important;left:1em !important;right:auto !important;box-shadow:none !important;background-color:rgba(0,0,0,0) !important;font-size:14px !important;font-weight:500 !important}@media screen and (min-width: 900px){#cmplz-manage-consent .cmplz-manage-consent{right:1em !important;left:auto !important}}.page-transition{position:fixed;inset:0;background:#000;opacity:0;pointer-events:none;z-index:9999;transition:opacity .4s ease}¨ .wp-block-separator:not(.is-style-wide){background-color:rgba(0,0,0,0) !important;color:rgba(0,0,0,0) !important;border-top:none}¨ .wp-block-separator:not(.is-style-wide):after{content:"";display:block;background-color:#000;height:1px}¨ .wp-block-separator:not(.is-style-wide).has-pink-background-color:after{background-color:#ecd8e9}¨ .wp-block-separator:not(.is-style-wide).has-white-background-color:after{background-color:#fff}.form__container{max-width:500px;margin:0 auto}.form__koko{max-width:100px}.nf-form-cont{max-width:600px;margin:0 auto;padding:1em;background-color:#fff}@media screen and (min-width: 900px){.nf-form-cont{padding:2em}}.nf-before-form-content{padding-bottom:1em}.ninja-forms-field{background-color:#fff;border:1px solid hsl(204,4.347826087%,72.5490196078%);padding:.5em}.ninja-forms-field[type=button]{background-color:#373a3c;color:#fff;text-transform:uppercase;padding:1em 2em;font-weight:500;border:0}.ninja-forms-field[type=button]:hover{cursor:pointer;background-color:hsl(204,4.347826087%,32.5490196078%)}.nf-form-title h3{text-transform:uppercase;text-align:center;padding-bottom:2em}.nf-field-label a{text-decoration:underline}.wpcf7 input[type=email],.wpcf7 input[type=text]{padding:.5em;color:#000;background-color:#fff;border:1px solid #000}.wpcf7 textarea{padding:.5em;color:#000;background-color:#fff;border:1px solid #000;width:100%;box-sizing:border-box}.wpcf7 input[type=submit]{font-size:1.4em;font-family:"Kaski Seasons";font-weight:500;font-family:"Kaski Seasons";padding:.5em 1.5em;background-color:#000;border:0;border-radius:0;color:#fff;margin-top:1em}.wpcf7 input[type=submit]:after{content:" →";padding-left:0;padding-right:.1em;transition:padding .5s}.wpcf7 input[type=submit]:hover:after{padding-left:.1em;padding-right:0}.wpcf7 input[type=submit]:hover:enabled{cursor:pointer}.wpcf7 .wpcf7-list-item{margin-left:0}.wpcf7 p{margin:0}.wpcf7 .wpcf7-email{margin-bottom:1em}.wpcf7.submitted form>*{opacity:.3}.wpcf7 form.sent .wpcf7-response-output{border:0;padding:0;opacity:1 !important}.aamiaistilaisuus{text-align:center}.aamiaistilaisuus p{margin-bottom:1.5em}.aamiaistilaisuus .has-spinner{margin-left:72px}.aamiaistilaisuus .wpcf7-submit{font-size:2em !important}.aamiaistilaisuus .wpcf7-submit:disabled{opacity:.5}.container{margin:0 auto;padding:3.5em 1em 0 1em;padding:0 1em 0 1em;margin-top:3em}@media screen and (min-width: 900px){.container{padding-top:4.6vw;padding-top:0;margin-top:10em}}.container-etusivu,.container-front-page{margin-top:0 !important}.container-transparent{padding-top:0}.container-referenssit{margin-top:0 !important}.container-case{max-width:none;padding-right:0;padding-left:0;margin-top:0 !important}@media screen and (min-width: 900px){.container-case{width:auto}}.container-narrow{max-width:60em}.container-wide{max-width:none}.header{position:fixed;top:0;left:0;width:100%;height:3.5em;z-index:9996;color:#000;transition:all .5s;font-family:"Kaski Seasons";font-family:"Kaski Seasons";font-weight:500;opacity:1}@media screen and (min-width: 900px){.header{min-height:4.6vw}}.header.barba-hide{opacity:0}.header.open{top:0;color:#000}.header.open .header__slogan{filter:brightness(10)}.header-hidden:not(.open){top:-4.6vw !important}.header-scrolled{top:0 !important;position:fixed !important}.header__wrap{position:relative;height:100%}.header__svgtitle svg:first-child,.header__navtoggleicon svg:first-child,.header__navtoggleicon svg:nth-child(3),.header__langlink svg:nth-child(2),.header__tyotlink svg:nth-child(2){opacity:0;z-index:9997;clip-path:none;mix-blend-mode:unset;backdrop-filter:unset}.header__svg{mix-blend-mode:difference;backdrop-filter:blur(5px) grayscale(1) contrast(100);background-color:#fff;z-index:9998}.header__svg-logo{clip-path:url(#svglogoclip);position:fixed;left:16px;top:16px;transform-origin:top left;transform:scale(0.9)}@media screen and (min-width: 600px){.header__svg-logo{transform:scale(1)}}@media screen and (min-width: 900px){.header__svg-logo{transform:scale(1.1)}}@media screen and (min-width: 1200px){.header__svg-logo{transform:scale(1.2)}}@media screen and (min-width: 1700px){.header__svg-logo{transform:scale(1.3)}}.header__svg-menu{clip-path:url(#svgmenuclip);position:fixed;right:16px;top:16px;transform-origin:top right;transform:scale(1);cursor:pointer}@media screen and (min-width: 600px){.header__svg-menu{transform-origin:top left;transform:scale(1.1);left:20em;right:auto}}@media screen and (min-width: 900px){.header__svg-menu{transform:scale(1.2)}}@media screen and (min-width: 1200px){.header__svg-menu{transform:scale(1.3);left:22em}}@media screen and (min-width: 1700px){.header__svg-menu{transform:scale(1.4);left:25em}}.header__svg-sulje{display:none;cursor:pointer;clip-path:url(#svgsuljeclip);position:fixed;right:16px;top:16px;transform-origin:top right;transform:scale(1)}@media screen and (min-width: 600px){.header__svg-sulje{transform-origin:top left;transform:scale(1.1);left:20em;right:auto}}@media screen and (min-width: 900px){.header__svg-sulje{transform:scale(1.2)}}@media screen and (min-width: 1200px){.header__svg-sulje{transform:scale(1.3);left:22em}}@media screen and (min-width: 1700px){.header__svg-sulje{transform:scale(1.4);left:25em}}.header__svg-takaisin{display:none}@media screen and (min-width: 1200px){.header__svg-takaisin{display:block;transform-origin:top left;cursor:pointer;clip-path:url(#svgtakaisinclip);position:fixed;transform:scale(1.3);top:16px;left:34em}}@media screen and (min-width: 1700px){.header__svg-takaisin{transform:scale(1.4);left:37em}}.header__svg-partof{display:none}@media screen and (min-width: 900px){.header__svg-partof{display:block;clip-path:url(#svgpartofclip);position:fixed;right:13em;right:16px;top:calc(16px + .2em);transform-origin:top right;transform:scale(0.8)}}@media screen and (min-width: 1200px){.header__svg-partof{transform:scale(0.9)}}@media screen and (min-width: 1700px){.header__svg-partof{transform:scale(1)}}.header__svg-vali{display:none}@media screen and (min-width: 900px){.header__svg-vali{display:block;clip-path:url(#svgvaliclip);position:fixed;right:25em;right:12em;top:calc(16px + .25em);transform-origin:top right;transform:scale(0.7)}}@media screen and (min-width: 1200px){.header__svg-vali{transform:scale(0.8);right:29.4em;right:16.4em}}@media screen and (min-width: 1700px){.header__svg-vali{transform:scale(0.9)}}.header__svg-en{display:none}@media screen and (min-width: 900px){.header__svg-en{display:block;clip-path:url(#svgenclip);position:fixed;right:23em;right:10em;top:calc(16px + .25em);transform-origin:top right;transform:scale(0.7)}}@media screen and (min-width: 1200px){.header__svg-en{transform:scale(0.8);right:27em;right:14em}}@media screen and (min-width: 1700px){.header__svg-en{transform:scale(0.9)}}.header__svg-fi{display:none}@media screen and (min-width: 900px){.header__svg-fi{display:block;clip-path:url(#svgficlip);position:fixed;top:calc(16px + .25em);transform-origin:top right;transform:scale(0.7);right:26em;right:13em}}@media screen and (min-width: 1200px){.header__svg-fi{transform:scale(0.8);right:30.7em;right:17.7em}}@media screen and (min-width: 1700px){.header__svg-fi{transform:scale(0.9)}}.header__nav{display:block;background-color:#ea65f8;position:fixed;z-index:99;text-align:left;padding:3em 1em 1em 1em;color:#000;transition:top .5s;top:0;box-sizing:border-box;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;left:0}@media screen and (min-width: 900px){.header__nav{padding:5em 2em 2em 20em}}@media screen and (min-width: 1200px){.header__nav{padding-left:22em}}@media screen and (min-width: 1700px){.header__nav{padding-left:25em}}.header__nav.closed{top:-100% !important}.header__nav.closed .gradient-menu{opacity:0;height:0 !important}.header__nav.closed .header__navlink{opacity:0;transition:opacity .2s .2s !important}.header__navlink{opacity:1;transition:opacity .8s .2s !important;display:block;font-size:1.4em;padding-bottom:.6em;text-decoration:none !important;position:relative}.header__navlink:nth-child(1){transition-delay:0.1s !important}.header__navlink:nth-child(2){transition-delay:0.2s !important}.header__navlink:nth-child(3){transition-delay:0.3s !important}.header__navlink:nth-child(4){transition-delay:0.4s !important}.header__navlink:nth-child(5){transition-delay:0.5s !important}.header__navlink:nth-child(6){transition-delay:0.6s !important}.header__navlink:nth-child(7){transition-delay:0.7s !important}.header__navlink:nth-child(8){transition-delay:0.8s !important}.header__navlink:nth-child(9){transition-delay:0.9s !important}.header__navlink:nth-child(10){transition-delay:1s !important}@media screen and (min-width: 900px){.header__navlink{font-size:3.5vw}}.header__navlink:after{content:" →";padding-left:0;transition:padding .5s}.header__navlink:hover:after{padding-left:.1em}.header__navlink.current_page_item{text-decoration:underline}.header__mobilelang{display:inline-block;font-family:"Kaski Seasons";font-family:"Kaski Seasons";text-transform:uppercase;padding:0 .3em 0 0;font-size:1em;margin-top:1em}.header__mobilelang:first-child{padding-left:0}.header__mobilelang:after{display:none}.header__mobilelang-current{text-decoration:underline !important}.header__mobilelang-current:hover{text-decoration:underline;cursor:auto}@media screen and (min-width: 900px){.header__mobilelang{display:none}}.header__langspacer-mobile{font-size:.8em;padding-right:.3em}@media screen and (min-width: 900px){.header__langspacer-mobile{display:none}}.footer{margin-top:3em;margin-bottom:3em;padding-top:16px;padding-bottom:16px}@media screen and (min-width: 900px){.footer{margin-top:6em;margin-bottom:6em;padding-left:1em;padding-right:1em}}.footer__title{font-size:1.75em;font-family:"Kaski Seasons";font-family:"Kaski Seasons";margin-top:0;margin-bottom:1em}@media screen and (min-width: 900px){.footer__title{font-size:2.5em}}@media screen and (min-width: 1200px){.footer__title{font-size:3.3em}}.footer__toimistot{padding:2em 0}@media screen and (min-width: 900px){.footer__toimistot{display:flex;width:100%;box-sizing:border-box;padding:0;padding-right:5%;margin-bottom:3em}}@media screen and (min-width: 1200px){.footer__toimistot{width:70%;margin-bottom:0}}@media screen and (min-width: 1700px){.footer__toimistot{padding-right:15%;width:70%}}.footer__column{padding-bottom:2em}@media screen and (min-width: 900px){.footer__column{padding-bottom:0;flex-grow:1}.footer__column-1{width:30%}.footer__column-2{width:30%}.footer__column-3{width:30%}}.footer__osoite{font-size:1em}.footer__contact{font-size:1em}.footer__end{margin-top:2em;font-size:1em}@media screen and (min-width: 900px){.footer__end{display:flex;margin-top:0;flex-wrap:wrap;font-size:.9em}}@media screen and (min-width: 1200px){.footer__end{flex-wrap:nowrap;justify-content:space-between}}@media screen and (min-width: 1700px){.footer__end{font-size:1em}}@media screen and (min-width: 900px){.footer__endleft{width:12em}}.footer__endright{padding-top:3em}@media screen and (min-width: 900px){.footer__endright{padding-top:0}}.footer__some a{display:inline-block;text-decoration:none;padding:.1em 0}.footer__some a:after{content:"→";font-weight:500;padding-left:.3em;padding-right:.3em;transition:padding .5s}.footer__some a:hover:after{padding-left:.6em;padding-right:0em}.footer__tietosuoja{font-size:1em;text-decoration:none;display:block}.footer__tietosuoja:hover{text-decoration:underline}.footer__newsletter{padding:0}.footer__newsletterlink{display:block;padding-bottom:.3em}.footer__newsletterlink:hover{cursor:pointer;text-decoration:underline}.footer__newsletterform{display:grid;grid-template-rows:0fr;transition:all .3s ease;overflow:hidden}.footer__newsletterform.open{grid-template-rows:1fr;padding-bottom:1.5em}.footer__newsletterform>*{min-height:0;overflow:hidden}.footer__input{padding:.2em 0;border:0;color:#000;display:inline-block;font-size:1em;font-family:"Kaski Seasons";width:10em;border-bottom:1px solid #000;background-color:rgba(0,0,0,0)}.footer__input::placeholder{color:#000;opacity:1}.footer__button{border:0;color:#000;padding:.2em;display:inline-block;font-size:1em;transition:all .5s;background-color:rgba(0,0,0,0);font-family:"Kaski Seasons";border-bottom:1px solid #000}.footer__button:hover{border:0;border-bottom:1px solid #000;color:#000;padding:.2em 0em .2em .4em;cursor:pointer}.footer__buttontext{position:relative}.footer__ribbon{position:fixed;bottom:0;left:0;width:100%;overflow:hidden;background-color:#f295ff;color:#000;padding:1em 0;height:3em;font-size:.9em;box-sizing:border-box;font-weight:500}.footer__ribbon a{color:#000}.footer__ribbon a:hover{text-decoration:none}.footer__ribbon p{margin:0;display:inline-block}@media screen and (min-width: 900px){.footer__ribbon{font-size:1em}}.footer__ribboncontainer{margin:0 auto;white-space:nowrap;overflow:hidden;position:absolute;min-width:100%}.footer__ribbontext{padding-right:5em;height:1em;display:inline-block;padding-left:100%;animation:marquee 20s linear infinite}.footer__ribbontext-1{animation-delay:-10s}@keyframes marquee{0%{transform:translate(0, 0)}100%{transform:translate(-100%, 0)}}@keyframes infiniteScroll{0%{transform:translateX(0)}100%{transform:translateX(-33.33%)}}@keyframes infiniteScrollMobile{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes gradient{0%{width:110vw;height:110vh}20%{width:140vw}25%{height:70vh}50%{width:100vw}55%{height:120vh}75%{width:80vw}80%{height:105vh}100%{width:110vw;height:110vh}}@keyframes gradientmobile{0%{width:200vw;height:100vh}20%{height:60vh}25%{width:230vw}50%{height:110vh}55%{width:190vw}75%{height:95vh}80%{width:170vw}100%{width:200vw;height:100vh}}.gradient{animation-name:gradientmobile;animation-iteration-count:infinite;animation-duration:10s;z-index:0;position:absolute;left:0;bottom:0;background-image:url(//kaskiagency.fi/wp-content/themes/kaski2026/assets/images/menu-bg.png);background-repeat:no-repeat;background-size:100% 100%;background-position:left bottom;width:100vw;height:100vh;z-index:-1}@media screen and (min-width: 900px){.gradient{animation-name:gradient}}.gradient-right{left:auto;right:0;transform:scale(-1, 1)}.gradient-menu{background-size:150% 150%}@keyframes fadeIn{0%{opacity:0}20%{opacity:0}100%{opacity:100}}.fullscreen{position:relative;width:100%;animation:1.5s ease-out 0s 1 fadeIn;visibility:visible !important;height:100vh}@media screen and (min-width: 900px){.fullscreen{color:#fff}}.fullscreen__video{display:none}@media screen and (min-width: 900px){.fullscreen__video{display:block;height:100%;width:100%;object-fit:cover}}.fullscreen__mobilevideo{width:100%;height:100%;object-fit:cover}@media screen and (min-width: 900px){.fullscreen__mobilevideo{display:none}}.fullscreen__leima{display:block;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain;object-position:center center}.news{display:flex;flex-direction:column}@media screen and (min-width: 900px){.news{flex-direction:row;flex-wrap:wrap;gap:3%}}.news__title{order:0;margin-bottom:.2em;font-size:2em;font-family:"Kaski Seasons";font-weight:500;font-family:"Kaski Seasons"}@media screen and (min-width: 900px){.news__title{width:48.5%;font-size:2.2em}}.news__imgholder{display:block;margin-bottom:.5em}@media screen and (min-width: 900px){.news__imgholder{width:48.5%;margin-bottom:1em}}.news__text{font-size:1.5em;margin-bottom:.5em;font-family:"Kaski Seasons";font-family:"Kaski Seasons"}@media screen and (min-width: 900px){.news__text{width:40%;font-size:2em;align-self:center}}.news__text a{white-space:nowrap;text-decoration:none}.cases{display:flex;flex-direction:column}@media screen and (min-width: 900px){.cases{flex-direction:row;flex-wrap:wrap;gap:1%}}.cases__title{font-weight:500;order:1;margin-bottom:1em;font-family:"Kaski Seasons";font-family:"Kaski Seasons";font-size:1.6em}@media screen and (min-width: 1700px){.cases__title{font-size:1.8em}}.cases__link{font-weight:500;order:1;margin-top:0;margin-bottom:1em;font-family:"Kaski Seasons";font-family:"Kaski Seasons";font-size:1.6em;order:9999;width:100%;text-align:right;text-decoration:none}.cases__link:hover{text-decoration:none}@media screen and (min-width: 1700px){.cases__link{font-size:1.8em}}.cases__item{order:2;text-decoration:none !important}@media screen and (min-width: 900px){.cases__item{order:3;width:49.5%}.cases__item-large{width:100%}}.cases__item:hover .cases__img,.cases__item:hover .referenssit__img{transform:scale(1.05)}.cases__imgcontainer{display:block;height:0;padding-bottom:56.25%;overflow:hidden}.cases__img{display:block;width:100%;margin-bottom:.2em;max-width:100%;height:auto;transform:scale(1);transition:all 6s}.cases__text{margin-bottom:2em;margin-top:.5em;font-size:.9em}@media screen and (min-width: 600px){.people{display:flex;flex-wrap:wrap;gap:2em}}.people__post{box-sizing:border-box}@media screen and (min-width: 600px){.people__post{width:calc(50% - 1em)}}@media screen and (min-width: 900px){.people__post{width:calc(33.33% - 1.5em)}}@media screen and (min-width: 1200px){.people__post{width:calc(20% - 2em)}.people__post-large{width:calc(25% - 2em)}}.people__textcontainer{padding:.5em 0 2em 0}.people__name,.people__title,.people__phone{display:block}.people__email{display:inline;word-wrap:break-word}.people__img{display:block}.some__block{padding-bottom:1em}.some .widget-title{font-size:.875em}.some a{border-bottom:none}.defaultspacer{box-sizing:border-box;padding-bottom:1em;overflow:hidden}@media screen and (min-width: 900px){.defaultspacer{padding-bottom:3em}}.background{background-size:cover;background-position:center;min-height:100%;height:100%;position:absolute;left:0;top:0;width:100%;padding-bottom:0;margin:0}.background__parent{position:relative}.background__parent-only{min-height:20em}.blog{background-color:#f7f7f7}.blog__articleimg{width:calc(100% + 16px + 16px);height:auto;display:block;max-width:800px;margin:0px -16px;padding-bottom:2em}@media screen and (min-width: 900px){.blog__articleimg{margin:0 auto}}.blog__header{clear:both;overflow:hidden;order:2;padding-bottom:5em;font-family:"Kaski Seasons";font-family:"Kaski Seasons"}@media screen and (min-width: 900px){.blog__header{padding-bottom:0;margin:0 auto;max-width:800px}}.blog__alllink{font-size:1.25em;padding-bottom:.5em;display:block;position:relative;margin-bottom:.5em;border-bottom:0 !important}@media screen and (min-width: 900px){.blog__alllink{float:left}}.blog__alllink:hover{text-decoration-color:#ecd8e9;border-bottom:0}.blog__alllink:hover:after{width:100%}.blog__share{padding-bottom:1em}@media screen and (min-width: 900px){.blog__share{text-align:right;float:right;padding-right:1em}}.blog__sharelink{display:block;border-bottom:0}.blog__sharelink:hover{border-bottom:0}@media screen and (min-width: 900px){.blog__sharelink{padding:0 0 0 1em;display:inline-block}}.blog__single{margin:0 auto;position:relative;display:flex;flex-direction:column}@media screen and (min-width: 900px){.blog__single{padding:2em;display:block}}.blog__singlecontent{max-width:800px;margin:0 auto;padding-bottom:5em;order:1}@media screen and (min-width: 900px){.blog__singlecontent{padding-top:2em}}.blog__singlecontent img{max-width:100%;height:auto}.blog__singletitle{margin-bottom:.5em;font-size:2.5em}.tyot__title{margin-bottom:0em}@media screen and (min-width: 900px){.tyot__title{max-width:70%}}.tyot__loop{overflow:hidden;margin:3em auto}@media screen and (min-width: 600px){.tyot__loop{display:flex;gap:2%;flex-wrap:wrap;margin:6em auto}}.tyot__tags{text-align:center}.tyot__taglink{display:block;padding:.3em;font-size:1.1em;border-bottom:0}.tyot__taglink:hover{border-bottom:0}@media screen and (min-width: 900px){.tyot__taglink{display:inline-block;padding:.3em .5em;font-size:1.2em}}.tyot__taglink-active{font-weight:bold}.tyot__link{width:100%;float:left;box-sizing:border-box;padding:1em 0;position:relative;border-bottom:0 !important;text-decoration:none}@media screen and (min-width: 600px){.tyot__link{width:49%;padding-left:0;padding-right:0}}@media screen and (min-width: 900px){.tyot__link{width:32%}}.tyot__link:hover{text-decoration:none;border-bottom:0 !important}.tyot__link:hover .tyot__img{transform:scale(1.1)}.tyot__link:hover .tyot__text{opacity:1}.tyot__imgcontainer{display:block;height:0;padding-bottom:56.25%;overflow:hidden}.tyot__img{max-width:100%;height:auto;transform:scale(1);transition:all 6s}.tyot__img-black{opacity:1}.tyot__text{opacity:1;color:#000;padding-top:.5em;text-decoration:none}.tyot__asiakas{font-size:.9em;line-height:1.1em;margin-bottom:0;text-decoration:none;font-family:"Kaski Seasons"}.tyot__tagline{font-size:.9em;line-height:1.1em;display:block;margin:0}.tyot__taglist{font-size:.9em;line-height:1.1em;display:block;margin:0;opacity:.5}.case__section,.work__section,.referenssit__section{padding-top:3em;max-width:1400px;margin:0 auto;padding:4.6vw 1em 0 1em;background-color:#fff;position:relative}@media screen and (min-width: 900px){.case__section,.work__section,.referenssit__section{max-width:85%;width:100%}}.case__section-video,.work__section-video,.referenssit__section-video{margin-top:0}.case__headerimg,.work__headerimg,.referenssit__headerimg{background-size:cover;background-position:center;width:100%;overflow:hidden;position:relative}.case__headerimg-video,.work__headerimg-video,.referenssit__headerimg-video{height:auto}.case__headerimg img,.work__headerimg img,.referenssit__headerimg img{width:100%;height:auto}.case__title,.work__title,.referenssit__title{font-weight:500;font-size:2em;max-width:850px;text-transform:none;margin-bottom:1.3rem}@media screen and (min-width: 600px){.case__title,.work__title,.referenssit__title{font-size:3em}}@media screen and (min-width: 900px){.case__title,.work__title,.referenssit__title{font-size:4em}}.case__title2,.work__title2,.referenssit__title2{font-weight:400;font-size:.95em;text-transform:uppercase;max-width:650px;margin-bottom:1em}.case__content,.work__content,.referenssit__content{padding:0;margin:0 auto;font-size:.95em}.case__content img,.work__content img,.referenssit__content img{max-width:100%;height:auto}.case__content img.aligncenter,.work__content img.aligncenter,.referenssit__content img.aligncenter{margin:0 auto;display:block}.case__content>p:first-child,.work__content>p:first-child,.referenssit__content>p:first-child{max-width:700px;margin:1em auto}.case__content .widget-title,.work__content .widget-title,.referenssit__content .widget-title{font-size:.875em}.case__videocontainer,.work__videocontainer,.referenssit__videocontainer{height:0 !important;padding-top:56.25% !important;width:100%;background-color:#000}.case__video,.work__video,.referenssit__video{width:100% !important;height:100% !important;position:absolute;left:0;bottom:0;right:0;margin:auto;opacity:0;transition:opacity .6s ease}.case__video.visible,.work__video.visible,.referenssit__video.visible{opacity:1}.case__content .panel-grid:last-child,.work__content .panel-grid:last-child,.referenssit__content .panel-grid:last-child{margin-bottom:0 !important}.case__footer,.work__footer,.referenssit__footer{overflow:hidden;margin:0 auto;padding:0 1em 0 1em;margin-top:1em;display:flex;gap:2%}.case__footerlink,.work__footerlink,.referenssit__footerlink{width:49%;order:1;margin-bottom:1em;font-family:"Kaski Seasons";font-size:1.6em;font-family:"Kaski Seasons"}@media screen and (min-width: 1700px){.case__footerlink,.work__footerlink,.referenssit__footerlink{font-size:1.8em}}.case__footerlink:hover,.work__footerlink:hover,.referenssit__footerlink:hover{text-decoration:none}.case__footerlink-next,.work__footerlink-next,.referenssit__footerlink-next{text-align:right}.case__footerlinktext,.work__footerlinktext,.referenssit__footerlinktext{display:none}@media screen and (min-width: 900px){.case__footerlinktext,.work__footerlinktext,.referenssit__footerlinktext{display:inline-block}}.case__footerpost,.work__footerpost,.referenssit__footerpost{position:relative;border-bottom:none !important;display:block;height:0;padding-bottom:55%;overflow:hidden;margin:0 1% 1% 1%;width:98%}.case__footerpost .case__footerbg,.case__footerpost .referenssit__footerbg,.work__footerpost .case__footerbg,.work__footerpost .referenssit__footerbg,.referenssit__footerpost .case__footerbg,.referenssit__footerpost .referenssit__footerbg{background-color:#000}.case__footerpost:hover .case__footerbg,.case__footerpost:hover .referenssit__footerbg,.work__footerpost:hover .case__footerbg,.work__footerpost:hover .referenssit__footerbg,.referenssit__footerpost:hover .case__footerbg,.referenssit__footerpost:hover .referenssit__footerbg{opacity:.6}.case__footerpost:hover .case__footertextcontainer,.case__footerpost:hover .referenssit__footertextcontainer,.work__footerpost:hover .case__footertextcontainer,.work__footerpost:hover .referenssit__footertextcontainer,.referenssit__footerpost:hover .case__footertextcontainer,.referenssit__footerpost:hover .referenssit__footertextcontainer{color:#fff;opacity:1}.case__footerpost:hover .case__footerimg,.case__footerpost:hover .referenssit__footerimg,.work__footerpost:hover .case__footerimg,.work__footerpost:hover .referenssit__footerimg,.referenssit__footerpost:hover .case__footerimg,.referenssit__footerpost:hover .referenssit__footerimg{transform:scale(1.1)}@media screen and (min-width: 900px){.case__footerpost,.work__footerpost,.referenssit__footerpost{float:left;width:32%;padding-bottom:18%;margin:0 1% 1% 1%}.case__footerpost:nth-child(3n+2),.work__footerpost:nth-child(3n+2),.referenssit__footerpost:nth-child(3n+2){margin-left:0;margin-right:0}}.case__footerimg,.work__footerimg,.referenssit__footerimg{width:100%;height:auto;transform:scale(1);transition:transform .5s}.case__footerbg,.work__footerbg,.referenssit__footerbg{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;transition:opacity .5s}.case__footertextcontainer,.work__footertextcontainer,.referenssit__footertextcontainer{position:absolute;width:80%;margin:0 10%;top:50%;transform:translateY(-50%);text-align:center;opacity:0;transition:opacity .5s}.home__sectionloop{overflow:hidden;clear:both;padding-bottom:3em}@media screen and (min-width: 600px){.home__sectionloop{display:flex;gap:1%;flex-wrap:wrap}}.home__newslink{width:100%;float:left;box-sizing:border-box;border-bottom:0 !important;text-decoration:none}@media screen and (min-width: 600px){.home__newslink{width:49%;padding-left:0;padding-right:0}}@media screen and (min-width: 900px){.home__newslink{width:32.66%}}.home__newslink:hover{text-decoration:none;border-bottom:0 !important}.home__newscontainer{margin:0;padding:1em;text-align:left}@media screen and (min-width: 600px){.home__newscontainer{padding-left:0;padding-right:0}}.home__newscontainer:hover .home__newsimg{transform:scale(1.1)}.home__newsimgcontainer{display:block;height:0;padding-bottom:56.25%;overflow:hidden}.home__newsimg{max-width:100%;width:100%;height:auto;transform:scale(1);position:relative;transition:transform 6s}.home__newstitle{font-size:1em;margin-bottom:0;margin-top:.5em;font-family:"Kaski Seasons";text-transform:none}.home__newstitle2{font-size:1em;padding-top:1em;margin-bottom:0}.home__article{border-top:1px solid #000;padding-top:16px;margin:6em 0 3em 0;overflow:hidden;display:flex;flex-direction:column}@media screen and (min-width: 900px){.home__article{display:block}}.home__articletext{order:2;margin-top:1em}@media screen and (min-width: 900px){.home__articletext{margin-top:0}}@media screen and (min-width: 1700px){.home__articletext{font-size:1.15em}}.home__articletitle{margin-bottom:0;text-decoration:none}@media screen and (min-width: 900px){.home__articletitle{font-size:2em}}@media screen and (min-width: 900px){.home__articlemeta{margin-bottom:3em}}.home__articletitlelink{text-decoration:none}.home__articlelink{font-weight:bold;display:inline-block;margin:1em 0;transition:border .5s;font-size:1em;text-decoration:none}.home__articlelink:hover{text-decoration:none}.home__articleimgcontainer{display:block;height:0;padding-bottom:56.25%;overflow:hidden;order:1}@media screen and (min-width: 900px){.home__articleimgcontainer{float:right;width:65.7%;padding-bottom:36.9%}}.home__articleimg{width:100%}@media screen and (min-width: 900px){.home__articletext{float:left;width:32%}}.b2b__header{margin-top:2em}@media screen and (min-width: 900px){.b2b__header{margin-top:0;display:flex}}.b2b__title{color:#fff;font-size:2.9em;max-width:80%;line-height:1.01;font-weight:500;margin-top:1em}@media screen and (min-width: 900px){.b2b__title{font-size:10.4vw;width:70%;margin-top:0}}.b2b__puhelin{text-align:center}@media screen and (min-width: 900px){.b2b__puhelin{width:30%;text-align:right}}.b2b__svg{width:80%;margin:0 auto 2em auto;display:block;max-width:20em;padding-left:10vw;box-sizing:border-box}@media screen and (min-width: 900px){.b2b__svg{width:100%;position:relative;margin:0;top:-5vw;right:-2vw;max-width:none;padding-left:0}}.b2b__cta{color:#000;transition:all .5s;font-size:1.5em;padding:.2em .7em;border-radius:.7em;display:inline-block;transition:background-image .5s;background-color:#2bcc9c;transition:background-color .5s}.b2b__cta:hover{text-decoration:none !important;background-color:rgb(79.9068825911,218.0931174089,176.8947368421);color:#000}@media screen and (min-width: 900px){.b2b__cta{font-size:3.1vw;position:fixed;bottom:1em;right:1em;z-index:1}}.b2b__content{margin-top:2em;color:#fff;font-size:1.3em}@media screen and (min-width: 900px){.b2b__content{margin-top:4em;font-size:1.53vw;line-height:1.3}}@media screen and (min-width: 1700px){.b2b__content{font-size:1.5em}}.b2b__content h2{margin-top:.7em}@media screen and (min-width: 900px){.b2b__content h2{font-size:2.1em}}h2.b2b__tyottitle{font-weight:500;margin-top:2.9em;font-size:1.4em}@media screen and (min-width: 900px){h2.b2b__tyottitle{font-size:1.74em}}.b2b-numbers{font-weight:500;text-transform:none;font-size:1.63em}.b2b-numbers strong{font-weight:600;font-size:2.5em;font-variant:oldstyle-nums tabular-nums}@media screen and (min-width: 900px){.b2b-numbers{margin-right:1em;font-weight:600}}.b2b-small{font-size:.9em;line-height:1.1;margin-top:1.5em;margin-bottom:3em}@media screen and (min-width: 900px){.b2b-small{font-size:.9em;margin-right:2em;margin-bottom:1em}}.b2b-logo{font-size:2em !important}@media screen and (min-width: 900px){.b2b-logo{font-size:3.95em !important;margin-top:.5em}}.b2b-largetext{font-size:1.2em;line-height:1.1}.b2b__content .people__textcontainer{font-size:.75em}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 216px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #000000; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #ea65f8; --cmplz_button_accept_border_color: #ea65f8; --cmplz_button_accept_text_color: #000000; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #ea65f8; --cmplz_slider_inactive_color: #555; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { width: 100%; gap: 1px; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 769px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}#cmplz-manage-consent .cmplz-manage-consent { animation: mc_slideIn 0s forwards;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;} .cmplz-placeholder-element > blockquote.fb-xfbml-parse-ignore { margin: 0 20px; } .instagram-media.cmplz-placeholder-element > div { max-width: 100%; }