:root{--text: #262626;--bg: #eaedf1;--cubes: #d5d8dd;--whiteorblack: #eff3f5;--webbg: #fff;--white: #eff3f5;--black: #262626;--sectioncolor: #000099;--sectioncolor2: #3399ff;--sectioncolor3: #66ccff;--lightest: #EEF3F5;--gradient-overlay: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);--gradient-overlay-reverse: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%);--box-shadow: 3px 1px 11.5px -2px rgba(0, 0, 0, .15);--button-hover-bg: #0000C2;--pm-logo: url(../showcase_assets/logos/pm_logo.svg);--arrow-icon: url(../showcase_assets/icons/arrow.svg);--line: #DADEE3;--root-padding: 16px;--red-light: #ffcfce;--red: #ff746d;--red-dark: #d94369;--maroon: #a42135;--orange-light: #ffcf9e;--orange: #ffa06f;--orange-dark: #d76e25;--yellow: #ffcf38;--green-light: #90cacb;--green: #46c93d;--green-dark: #009667;--teal: #009698;--teal-dark: #006465;--blue-light: #46c9fa;--blue: #0096f9;--purple-light: #9999fa;--purple: #a421c9;--grey-dark: #666697}.dark-theme{--webbg: #141414;--text: #eff3f5;--bg: #202124;--cubes: #e5e8e8;--whiteorblack: #262626;--lightest: #393E47;--sectioncolor: #3399ff;--box-shadow: 3px 1px 11.5px -2px rgb(0 0 0);--button-hover-bg: #66CCFF;--pm-logo: url(../showcase_assets/logos/pm_logo--light.svg);--arrow-icon: url(../showcase_assets/icons/arrow--light.svg);--gradient-overlay: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #141414 100%);--gradient-overlay-reverse: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #141414 100%);--line: #717c8e}@media (prefers-color-scheme: dark){:root{--webbg: #141414;--text: #eff3f5;--bg: #202124;--cubes: #e5e8e8;--whiteorblack: #262626;--lightest: #393E47;--sectioncolor: #3399ff;--box-shadow: 3px 1px 11.5px -2px rgb(0 0 0);--button-hover-bg: #66CCFF;--pm-logo: url(../showcase_assets/logos/pm_logo--light.svg);--arrow-icon: url(../showcase_assets/icons/arrow--light.svg);--gradient-overlay: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #14141480 100%);--gradient-overlay-reverse: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #14141480 100%);--line: #717c8e}}html,body{-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}main{max-width:1200px;margin:0 auto;position:relative;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;padding:var(--root-padding)}main:after{content:"";position:-webkit-sticky;position:sticky;width:100%;height:20%;bottom:0;z-index:99;background:var(--gradient-overlay);border-radius:12px}.button__large{background-color:var(--sectioncolor);border-radius:8px;padding:8px 24px;text-align:center;height:40px;border:none;color:var(--webbg);outline:none;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.button__large:hover{background-color:var(--button-hover-bg)}.button__large:focus{-webkit-box-shadow:0 1px 2px 0 rgba(16,24,40,.05),0 0 0 3px var(--button-hover-bg);box-shadow:0 1px 2px #1018280d,0 0 0 3px var(--button-hover-bg)}@font-face{font-family:GT Eesti;font-style:normal;font-weight:400;src:url(https://f.pmo.ee/fonts/GTEesti/GT-Eesti-LC-Display-Regular.woff2) format("woff2");font-display:swap}@font-face{font-family:GT Eesti;font-style:normal;font-weight:600;src:url(https://f.pmo.ee/fonts/GTEesti/GT-Eesti-LC-Display-Medium.woff2) format("woff2");font-display:swap}html{font-size:14px;background-color:var(--webbg)}*{-webkit-font-smoothing:grayscale;-moz-osx-font-smoothing:grayscale;font-family:GT Eesti,Arial,sans-serif;font-weight:400;line-height:1.3;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:var(--text);margin:0}h1{font-weight:700;font-size:2rem;line-height:1.1;margin-bottom:.25rem}h2{font-size:18px;font-style:normal;font-weight:500;line-height:22px}h3{font-weight:600;font-size:1.25rem;margin-bottom:.25rem}.sectionColorAccent{color:var(--sectioncolor)}b{font-weight:600}.allikas{font-size:.85rem;line-height:1.2;opacity:.5}.l{text-align:left!important}.c{text-align:center!important}.r{text-align:right!important}.space-s{height:8px}.space-m{height:16px}.space-l{height:24px}.space-xl{height:32px}header[data-v-bd90d21a]{width:100vw;height:56px;position:-webkit-sticky;position:sticky;top:0;background:var(--webbg);z-index:9999;border-bottom:1px solid var(--line);padding:0 var(--root-padding)}.header[data-v-bd90d21a]{max-width:var(--max-content-width, 1200px);margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;height:100%}.header__logo[data-v-bd90d21a]{background:var(--pm-logo);background-repeat:no-repeat;background-position:left;height:24px;width:102px}.header__button[data-v-bd90d21a]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.header__button a[data-v-bd90d21a]{text-decoration:none}section[data-v-a9df225a]{padding:0 var(--root-padding);max-width:var(--max-content-width, 1200px);margin:0 auto;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}h1[data-v-a9df225a]{font-weight:600}.blocks[data-v-4885f4cd]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;row-gap:36px;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;margin-bottom:36px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.block[data-v-4885f4cd]{background-color:var(--lightest);border-radius:12px;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);text-decoration:none;-webkit-flex-basis:300px;flex-basis:300px;-webkit-box-flex:3;-webkit-flex-grow:3;-moz-box-flex:3;flex-grow:3;height:300px}.block--large[data-v-4885f4cd]{-webkit-flex-basis:600px;flex-basis:600px;height:400px}.block--medium[data-v-4885f4cd]{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;-webkit-flex-basis:400px;flex-basis:400px;height:400px}.block[data-v-4885f4cd]{position:relative;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:12px;display:grid}.block[data-v-4885f4cd]:hover,.block--hovered[data-v-4885f4cd]{cursor:pointer}.block__gradients[data-v-4885f4cd]{position:absolute;width:100%;height:100%}.block__gradients[data-v-4885f4cd]:after,.block__gradients[data-v-4885f4cd]:before{content:"";position:absolute;width:100%;z-index:1;border-radius:12px}.block__gradients[data-v-4885f4cd]:after{background:var(--gradient-overlay);bottom:0;height:50%}.block__gradients[data-v-4885f4cd]:before{background:var(--gradient-overlay-reverse);opacity:80%;top:0;height:100%}.block__headline[data-v-4885f4cd]{-webkit-align-self:flex-end;align-self:flex-end;z-index:1;padding:16px 48px 16px 16px;-webkit-transition:ease-in 50ms padding-left;-moz-transition:ease-in 50ms padding-left;transition:ease-in 50ms padding-left;position:relative}.block--hovered .block__headline[data-v-4885f4cd]:after{right:16px;opacity:100%}.block__headline[data-v-4885f4cd]:after{opacity:0;content:"";position:absolute;height:24px;width:24px;background-image:var(--arrow-icon);right:20px;bottom:16px;background-repeat:no-repeat;background-position:center;-webkit-transition:ease-in 50ms all;-moz-transition:ease-in 50ms all;transition:ease-in 50ms all}.block__badges[data-v-4885f4cd]{padding:12px;z-index:2}.block__badge[data-v-4885f4cd]{text-transform:uppercase;background-color:var(--badge-color);font-size:14px;font-weight:400;padding:4px 6px;width:150px;height:23px;margin:4px;color:var(--white);border-radius:4px;text-align:center}.block__image-bg[data-v-4885f4cd]{position:absolute;width:100%;height:100%;border-radius:12px;-o-object-fit:cover;object-fit:cover;display:none}.block--loaded .block__image-bg[data-v-4885f4cd]{display:block}.block__iframe-bg[data-v-4885f4cd]{position:absolute;width:100%;height:100%;border-radius:12px}.block__iframe-bg iframe[data-v-4885f4cd]{width:100%;border-radius:12px;height:100%;display:none}.block--loaded .block__iframe-bg iframe[data-v-4885f4cd]{display:block}.timeline[data-v-a323c249]{width:100%;max-width:var(--max-content-width, 1200px);overflow:hidden;margin:0 auto;height:60px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;position:-webkit-sticky;position:sticky;bottom:0;z-index:9999;padding:0 24px;background:var(--gradient-overlay);--pill-width: 60px}.timeline__year[data-v-a323c249]{will-change:transform}.timeline__year-inner[data-v-a323c249]{position:relative;font-weight:600;height:26px;width:var(--pill-width);border-radius:8px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;overflow:hidden}.timeline__year[data-v-a323c249]:after,.timeline__year[data-v-a323c249]:before{position:absolute;content:"";top:12px;background-color:var(--line);height:2px;left:var(--pill-width);width:var(--max-content-width, 1200px)}.timeline__year[data-v-a323c249]:before{right:var(--pill-width);left:unset}.timeline__year--after[data-v-a323c249],.timeline__year--before[data-v-a323c249],.timeline__year--current[data-v-a323c249]{position:absolute;font-weight:600;font-size:16px;padding:4px 6px}.timeline__year--current[data-v-a323c249]{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.timeline__year--before[data-v-a323c249]{-webkit-transform:translateY(-24px);-moz-transform:translateY(-24px);-ms-transform:translateY(-24px);transform:translateY(-24px);opacity:0}.timeline__year--after[data-v-a323c249]{-webkit-transform:translateY(24px);-moz-transform:translateY(24px);-ms-transform:translateY(24px);transform:translateY(24px);opacity:0}
