@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@200..900&display=swap";:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){:root{--default-size-factor: .9}}@media screen and (max-width: 768px){:root{--default-size-factor: .8}}@media screen and (max-width: 414px){:root{--default-size-factor: .6}}h1,h2,h3,h4,h5{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light,h2 .light,h3 .light,h4 .light,h5 .light{font-weight:300}h1{font-size:3.8em}@media screen and (max-width: 1024px){h1{font-size:3.42em}}@media screen and (max-width: 768px){h1{font-size:3.04em}}@media screen and (max-width: 414px){h1{font-size:2.28em}}h1.special-header-title{font-weight:800}h1.special-header-title>strong{color:rgba(var(--ci-blue-medium),1)}h2{font-size:2.8em}@media screen and (max-width: 1024px){h2{font-size:2.52em}}@media screen and (max-width: 768px){h2{font-size:2.24em}}@media screen and (max-width: 414px){h2{font-size:1.82em}}h3{font-size:2em}@media screen and (max-width: 1024px){h3{font-size:1.8em}}@media screen and (max-width: 768px){h3{font-size:1.6em}}@media screen and (max-width: 414px){h3{font-size:1.4em}}h4{font-size:1.4em}@media screen and (max-width: 1024px){h4{font-size:1.26em}}@media screen and (max-width: 768px){h4{font-size:1.12em}}@media screen and (max-width: 414px){h4{font-size:1.05em}}h4.inter{font-family:var(--font-family-base)}h5{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5{font-size:.9em}}@media screen and (max-width: 768px){h5{font-size:.8em}}@media screen and (max-width: 414px){h5{font-size:.7em}}.section-text{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey{color:var(--text-color-secondary)}.section-text.light{color:var(--text-color-white)}.section-text.small{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text{--font-size-factor: .7}}.card-section-text{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light{color:var(--text-color-white)}.card-section-text.grey{color:var(--text-color-secondary)}.card-section-text.small{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text{--font-size-factor: .8}}.vertical-header-media{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget{--mobile-gap: 25px}}.tag-line{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line{font-size:.98em}}.tag-line.small{font-size:1.2em}.text-light{color:var(--text-color-white)}.page>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement{font-size:1.5em}}.testimonial-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper{display:flex;flex-direction:column;gap:20px}.tier-title{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label{font-size:60px}.tier-price-wrapper .tier-price-interval{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency{font-size:30px}.tier-price-wrapper .tier-price-label{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency{font-size:20px}.tier-price-wrapper .tier-price-label{font-size:52px}}.tier-custom-price-wrapper{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper{margin-top:10px;margin-bottom:0}.tier-disclaimer{margin-top:15px;margin-bottom:0}.tier-features-title{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol>*{height:21px;width:21px}.tier-enterprise-price{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p{font-size:.9em}}.tab-nav-card.active{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active{outline:none}}.tab-nav-card:hover{transform:scale(1.025)}.image-argument-card{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title{color:inherit}.key-number-card .description{font-size:1.4em;font-weight:300;margin:0}.fullscreen-media-wrapper[data-v-14565d62]{width:calc(100vw - 80px);height:calc(100vh - 80px)}.fullscreen-media-wrapper>img[data-v-14565d62],.fullscreen-media-wrapper>video[data-v-14565d62]{width:100%;height:100%;object-fit:contain}[data-v-14565d62] a{text-decoration:underline;font-weight:600}.cookie-banner-wrapper[data-v-1d7be168]{opacity:1;position:fixed;bottom:0;right:0;background-color:#0009;width:100%;height:100%;max-height:100vh;top:0;z-index:99999999}.cookie-banner-wrapper>.cookie-banner[data-v-1d7be168]{border-radius:5px;box-shadow:-1px -1px 10px #0003;bottom:10px;right:10px;background-color:#fff;position:absolute;padding:20px;color:#000;width:auto;transition:all .5s;max-width:calc(100% - 20px);box-sizing:border-box}.cookie-banner-wrapper>.cookie-banner.cookie-banner-hidden[data-v-1d7be168]{transform:translate(calc(100% + 10px))}.cookie-banner-wrapper>.cookie-banner .cookie-banner-info-text[data-v-1d7be168]{-webkit-user-select:initial;user-select:initial;max-width:400px;font-size:.9rem;color:#333}.cookie-banner-wrapper>.cookie-banner .cookie-banner-info-text[data-v-1d7be168] a{color:inherit}.cookie-banner-wrapper>.cookie-banner .button-group[data-v-1d7be168]{margin-top:10px;display:flex;gap:10px;justify-content:space-between}.cookie-banner-wrapper>.cookie-banner .button-group>button[data-v-1d7be168]{flex:1}.show-cookie-banner-enter-active[data-v-1d7be168],.show-cookie-banner-leave-active[data-v-1d7be168]{transition:opacity .5s}.show-cookie-banner-enter-active>.cookie-banner[data-v-1d7be168],.show-cookie-banner-leave-active>.cookie-banner[data-v-1d7be168]{transition:transform .5s}.show-cookie-banner-enter-from[data-v-1d7be168]{opacity:0}.show-cookie-banner-enter-from>.cookie-banner[data-v-1d7be168]{transform:translateY(100%)}.show-cookie-banner-enter-to[data-v-1d7be168]{opacity:1}.show-cookie-banner-enter-to>.cookie-banner[data-v-1d7be168]{transform:translateY(0)}.show-cookie-banner-leave-from[data-v-1d7be168]{opacity:1}.show-cookie-banner-leave-from>.cookie-banner[data-v-1d7be168]{transform:translateY(0)}.show-cookie-banner-leave-to[data-v-1d7be168]{opacity:0}.show-cookie-banner-leave-to>.cookie-banner[data-v-1d7be168]{transform:translateY(100%)}.cookie-settings-popup-wrapper[data-v-1d7be168]{position:fixed;color:#333;left:0;top:0;width:100%;height:100%;z-index:99999999;display:flex;align-items:center;justify-content:center}.cookie-settings-popup-wrapper>.cookie-settings-popup[data-v-1d7be168]{max-height:100%;box-sizing:border-box;background-color:#fff;overflow:scroll;border-radius:5px;box-shadow:0 0 10px #0003;padding:10px}.cookie-settings-popup-wrapper>.cookie-settings-popup>header[data-v-1d7be168]{display:flex;gap:20px}.cookie-settings-popup-wrapper>.cookie-settings-popup>header .title-wrapper[data-v-1d7be168]{padding:10px;flex:1}.cookie-settings-popup-wrapper>.cookie-settings-popup>header .title-wrapper>h3[data-v-1d7be168]{margin:0;font-size:1.3em;font-weight:600}.cookie-settings-popup-wrapper>.cookie-settings-popup>header .actions>button[data-v-1d7be168]{cursor:pointer;border-radius:3px;background-color:transparent;padding:0;font-size:1rem}.cookie-settings-popup-wrapper>.cookie-settings-popup>header .actions>button .icon[data-v-1d7be168]{font-size:0}.cookie-settings-popup-wrapper>.cookie-settings-popup>header .actions>button .icon>svg[data-v-1d7be168]{width:24px;height:24px}.cookie-settings-popup-wrapper>.cookie-settings-popup>header .actions>button .icon>svg path[data-v-1d7be168]{opacity:.75;fill:none;stroke:#000;stroke-width:20px}.cookie-settings-popup-wrapper>.cookie-settings-popup>header .actions>button[data-v-1d7be168]:hover{background-color:#0000001a}.cookie-settings-popup-wrapper>.cookie-settings-popup>header .actions>button:hover .icon>svg path[data-v-1d7be168]{opacity:1}.cookie-settings-popup-wrapper>.cookie-settings-popup>main[data-v-1d7be168]{-webkit-user-select:initial;user-select:initial;padding:10px;max-width:400px}.cookie-settings-popup-wrapper>.cookie-settings-popup>main .cookie-settings-info-text[data-v-1d7be168]{font-size:.9em;color:#000c}.cookie-settings-popup-wrapper>.cookie-settings-popup>main .cookie-groups-list .cookie-group[data-v-1d7be168]{padding:10px 0}.cookie-settings-popup-wrapper>.cookie-settings-popup>main .cookie-groups-list .cookie-group>header[data-v-1d7be168]{display:flex}.cookie-settings-popup-wrapper>.cookie-settings-popup>main .cookie-groups-list .cookie-group>header>.label[data-v-1d7be168]{flex:1;font-weight:700}.cookie-settings-popup-wrapper>.cookie-settings-popup>main .cookie-groups-list .cookie-group>.cookie-group-info-text[data-v-1d7be168]{grid-column:1/span 2;grid-row:2/span 1;font-size:.8em;color:#000000b3}.cookie-settings-popup-wrapper>.cookie-settings-popup>main .cookie-groups-list .cookie-group+.cookie-group[data-v-1d7be168]{border-top:1px solid rgba(0,0,0,.1)}.cookie-settings-popup-wrapper>.cookie-settings-popup>main .necessary-label[data-v-1d7be168]{font-size:1rem}.cookie-settings-popup-wrapper>.cookie-settings-popup>footer[data-v-1d7be168]{display:flex;flex-direction:column;gap:10px}.cookie-settings-popup-wrapper>.cookie-settings-popup>footer>button[data-v-1d7be168]{width:100%}button[data-v-1d7be168]{border:1px solid #333;border-radius:3px;margin:0;font-size:1rem;padding:10px 15px;color:#222;background-color:transparent;cursor:pointer;transition:all .2s}button.primary[data-v-1d7be168]{background-color:#4277f4;color:#fff;border-color:#4277f4}button.primary[data-v-1d7be168]:hover{background-color:#315fc1;border-color:#315fc1}button.secondary[data-v-1d7be168]{background-color:#333;color:#fff;border-color:#333}button.secondary[data-v-1d7be168]:hover{background-color:#191919;border-color:#191919}button[data-v-1d7be168]:hover{background-color:#00000016}input[type=checkbox][data-v-1d7be168]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(0,0,0,.3);width:18px;height:18px;cursor:pointer;background-size:80%;background-repeat:no-repeat;background-position:center;border-radius:0}input[type=checkbox][data-v-1d7be168]:checked{background-color:#4784ec;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KICAgIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTQxNiAxMjhMMTkyIDM4NGwtOTYtOTYiIHN0eWxlPSJzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogNDBweDsgZmlsbDogbm9uZTsiPjwvcGF0aD4KPC9zdmc+);border-color:#4784ec}.show-cookie-settings-popup-enter-active[data-v-1d7be168],.show-cookie-settings-popup-leave-active[data-v-1d7be168]{transition:all .5s}.show-cookie-settings-popup-enter-active>.cookie-settings-popup[data-v-1d7be168],.show-cookie-settings-popup-leave-active>.cookie-settings-popup[data-v-1d7be168]{transition:all .5s}.show-cookie-settings-popup-enter-from[data-v-1d7be168]{opacity:0}.show-cookie-settings-popup-enter-from>.cookie-settings-popup[data-v-1d7be168]{transform:translateY(-100%)}.show-cookie-settings-popup-enter-to[data-v-1d7be168]{opacity:1}.show-cookie-settings-popup-enter-to>.cookie-settings-popup[data-v-1d7be168]{transform:translateY(0)}.show-cookie-settings-popup-leave-from[data-v-1d7be168]{opacity:1}.show-cookie-settings-popup-leave-from>.cookie-settings-popup[data-v-1d7be168]{transform:translateY(0)}.show-cookie-settings-popup-leave-to[data-v-1d7be168]{opacity:0}.show-cookie-settings-popup-leave-to>.cookie-settings-popup[data-v-1d7be168]{transform:translateY(-100%)}html,body{margin:0;padding:0}@media screen and (min-width: 768px){.senja-embed{padding-right:48px!important}}.test{background-color:red;width:100px;height:100px;position:fixed;top:0;left:0}a[data-v-9b103f16]{box-sizing:border-box}.button[data-v-409a6576]{display:flex;gap:10px;background-color:var(--primary-color);background-image:var(--primary-gradient);border:none;outline:none;border-radius:999px;color:#fff;padding:18px 25px;--font-size: 1.4em;--font-size-factor: 1;font-weight:600;font-family:var(--font-family-base);line-height:1.35;text-align:center;cursor:pointer;text-decoration:inherit;font-size:calc(var(--font-size) * var(--font-size-factor))}@media screen and (max-width: 1024px){.button[data-v-409a6576]:not(.no-mobile-resize){--font-size-factor: .9;padding:16px 22px}}@media screen and (max-width: 768px){.button[data-v-409a6576]:not(.no-mobile-resize){--font-size-factor: .8;padding:14px 20px}}@media screen and (max-width: 414px){.button[data-v-409a6576]:not(.no-mobile-resize){--font-size-factor: .75;padding:12px 18px}}.button.tertiary[data-v-409a6576]{color:var(--primary-color);box-shadow:0 0 5px #0003;background-color:transparent}.button .icon-wrapper[data-v-409a6576]{flex:none}.button .label-wrapper[data-v-409a6576]{flex:1}.button.size-small[data-v-409a6576]{--font-size: 1.2em;padding:12px 18px}.button.secondary[data-v-409a6576]{text-align:left;background-color:transparent;background-image:none;border-radius:0;padding:0!important;font-weight:600;color:var(--primary-color)}.button.secondary[data-v-409a6576]:hover{text-decoration:underline;text-underline-offset:5px}.button.quarternary[data-v-409a6576]{background-color:transparent;background-image:none;color:var(--primary-color);border:2px solid var(--primary-color)}.icon[data-v-7b2482ef]{font-size:0rem;width:32px;height:32px}.icon.circle[data-v-7b2482ef]{padding:10px;border-radius:50%;background-color:rgba(var(--ci-white),1)}.icon[data-v-7b2482ef]>svg{width:100%;height:100%}.nav-wrapper-mobile[data-v-8a4ae538]{display:none}a[data-v-8a4ae538]{color:inherit;text-decoration:inherit}@media screen and (max-width: 950px){.nav-wrapper-mobile[data-v-8a4ae538]{display:block;padding:5px 10px}.nav-wrapper-mobile .menu-btn[data-v-8a4ae538]{z-index:4;padding:0}.nav-wrapper-mobile .menu-btn .icon-wrapper[data-v-8a4ae538]{width:30px;height:30px}.nav-wrapper-mobile .menu-btn .icon-wrapper>svg[data-v-8a4ae538]{width:100%;height:100%}.nav-wrapper-mobile .menu-btn .icon-wrapper>svg>path[data-v-8a4ae538]{fill:none;stroke:#000;stroke-width:4px;stroke-linecap:round;transition:all .4s}.nav-wrapper-mobile .menu-btn .icon-wrapper>svg>path[data-v-8a4ae538]:nth-child(1){transform-origin:50% 25px}.nav-wrapper-mobile .menu-btn .icon-wrapper>svg>path[data-v-8a4ae538]:nth-child(2){transform-origin:50% 75px}.nav-wrapper-mobile.active .menu-btn[data-v-8a4ae538]{right:10px;z-index:100;position:relative;top:5px}.nav-wrapper-mobile.active .menu-btn .icon-wrapper>svg>path[data-v-8a4ae538]{stroke:#fff}.nav-wrapper-mobile.active .menu-btn .icon-wrapper>svg>path[data-v-8a4ae538]:nth-child(1){transform:rotate(-45deg) translate(-10px,25px)}.nav-wrapper-mobile.active .menu-btn .icon-wrapper>svg>path[data-v-8a4ae538]:nth-child(2){transform:rotate(45deg) translate(-10px,-25px)}}.mobile-nav-layer[data-v-8a4ae538]{position:fixed;color:#fff;left:0;top:0;width:100%;height:100vh;box-sizing:border-box;z-index:3;background-color:#0c0c0c;display:grid;grid-template-rows:auto max-content}.mobile-nav-layer>.inner[data-v-8a4ae538]{padding:80px 20px 0;box-sizing:border-box;overflow:scroll}.mobile-nav-layer>.inner .nav-item[data-v-8a4ae538]{color:#fff;display:block;font-size:1.8em;text-decoration:inherit}.mobile-nav-layer>.inner .nav-item .nav-item-link[data-v-8a4ae538]{display:grid;grid-template-columns:auto max-content}.mobile-nav-layer>.inner .nav-item .nav-item-link>.label[data-v-8a4ae538]{font-weight:600}.mobile-nav-layer>.inner .nav-item .sub-items-wrapper[data-v-8a4ae538]{opacity:0;height:0;overflow:hidden;transition:all .3s;transform:translate(0) scale(3)}.mobile-nav-layer>.inner .nav-item .sub-items-wrapper>ul[data-v-8a4ae538]{text-decoration:none;list-style:none;padding:0;margin:0}.mobile-nav-layer>.inner .nav-item .sub-items-wrapper>ul>li[data-v-8a4ae538]{font-size:1.2rem;padding:10px 0}.mobile-nav-layer>.inner .nav-item .sub-items-wrapper>ul>li>a[data-v-8a4ae538]{background-color:#ffffff13;padding:15px;border-radius:10px;display:grid;gap:15px;grid-template-columns:max-content auto}.mobile-nav-layer>.inner .nav-item .sub-items-wrapper>ul>li>a.router-link-exact-active[data-v-8a4ae538]{text-decoration:underline}.mobile-nav-layer>.inner .nav-item .sub-items-wrapper>ul>li .icon[data-v-8a4ae538]{display:grid}.mobile-nav-layer>.inner .nav-item .sub-items-wrapper>ul>li .icon img[data-v-8a4ae538]{width:60px;height:60px;border-radius:10px;object-fit:cover}.mobile-nav-layer>.inner .nav-item .sub-items-wrapper>ul>li .content[data-v-8a4ae538]{display:grid;place-items:center start;color:#fff}.mobile-nav-layer>.inner .nav-item .sub-items-wrapper>ul>li .content .title[data-v-8a4ae538]{font-weight:500}.mobile-nav-layer>.inner .nav-item .sub-items-wrapper>ul>li .content .subtitle[data-v-8a4ae538]{font-size:.8em;font-weight:300}.mobile-nav-layer>.inner .nav-item.show-more .sub-items-wrapper[data-v-8a4ae538]{opacity:1;height:auto;transform:translate(0)}.mobile-nav-layer>.inner .nav-item .arrow-icon[data-v-8a4ae538]{display:grid;place-items:center;font-size:0rem}.mobile-nav-layer>.inner .nav-item .arrow-icon .n-icon[data-v-8a4ae538]{font-size:1.7rem;transition:transform .3s}.mobile-nav-layer>.inner .nav-item[data-v-8a4ae538]:not(.active){cursor:pointer}.mobile-nav-layer>.inner .nav-item.active .nav-item-link[data-v-8a4ae538]{text-decoration:underline}.mobile-nav-layer>.inner .nav-item.show-more .arrow-icon .n-icon[data-v-8a4ae538]{transform:rotate(180deg)}.mobile-nav-layer>.inner .nav-item+.nav-item[data-v-8a4ae538]{margin-top:20px}.mobile-nav-layer>footer[data-v-8a4ae538]{padding:10px 20px;color:#fff}.mobile-nav-layer>footer .links[data-v-8a4ae538]{font-size:35px;display:flex}.mobile-nav-layer>footer .links a[data-v-8a4ae538]{flex:1;text-align:center;color:inherit;display:inline-block}.mobile-nav-layer>footer .links a+a[data-v-8a4ae538]{margin-left:20px}.show-nav-enter-active[data-v-8a4ae538],.show-nav-leave-active[data-v-8a4ae538]{transition:all .6s}.show-nav-enter-from[data-v-8a4ae538],.show-nav-leave-to[data-v-8a4ae538]{clip-path:circle(0px at calc(100% - 34px) 33px);opacity:.5}.show-nav-enter-to[data-v-8a4ae538],.show-nav-leave-from[data-v-8a4ae538]{clip-path:circle(max(120vw,120vh) at calc(100% - 42px) 47px);opacity:1}.select[data-v-241328f6]{position:relative;padding:6px 20px;border-radius:200px;border:1px solid rgba(var(--ci-black),1);display:inline-block;font-family:var(--font-family-base);font-weight:300;--font-size: .9em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));color:rgba(var(--ci-black),1);display:inline-flex;align-items:center;gap:5px;cursor:pointer}@media screen and (max-width: 1024px){.select[data-v-241328f6]{--font-size-factor: .9}}@media screen and (max-width: 768px){.select[data-v-241328f6]{--font-size-factor: .8}}@media screen and (max-width: 414px){.select[data-v-241328f6]{--font-size-factor: .8}}.select .arrow-wrapper[data-v-241328f6]{flex:0;font-size:0rem}.select .arrow-wrapper>svg[data-v-241328f6]{width:18px;height:18px}.select .selected-wrapper[data-v-241328f6]{flex:1}.ghost-select[data-v-241328f6]{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer}[data-v-b400b535]:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){[data-v-b400b535]:root{--default-size-factor: .9}}@media screen and (max-width: 768px){[data-v-b400b535]:root{--default-size-factor: .8}}@media screen and (max-width: 414px){[data-v-b400b535]:root{--default-size-factor: .6}}h1[data-v-b400b535],h2[data-v-b400b535],h3[data-v-b400b535],h4[data-v-b400b535],h5[data-v-b400b535]{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light[data-v-b400b535],h2 .light[data-v-b400b535],h3 .light[data-v-b400b535],h4 .light[data-v-b400b535],h5 .light[data-v-b400b535]{font-weight:300}h1[data-v-b400b535]{font-size:3.8em}@media screen and (max-width: 1024px){h1[data-v-b400b535]{font-size:3.42em}}@media screen and (max-width: 768px){h1[data-v-b400b535]{font-size:3.04em}}@media screen and (max-width: 414px){h1[data-v-b400b535]{font-size:2.28em}}h1.special-header-title[data-v-b400b535]{font-weight:800}h1.special-header-title>strong[data-v-b400b535]{color:rgba(var(--ci-blue-medium),1)}h2[data-v-b400b535]{font-size:2.8em}@media screen and (max-width: 1024px){h2[data-v-b400b535]{font-size:2.52em}}@media screen and (max-width: 768px){h2[data-v-b400b535]{font-size:2.24em}}@media screen and (max-width: 414px){h2[data-v-b400b535]{font-size:1.82em}}h3[data-v-b400b535]{font-size:2em}@media screen and (max-width: 1024px){h3[data-v-b400b535]{font-size:1.8em}}@media screen and (max-width: 768px){h3[data-v-b400b535]{font-size:1.6em}}@media screen and (max-width: 414px){h3[data-v-b400b535]{font-size:1.4em}}h4[data-v-b400b535]{font-size:1.4em}@media screen and (max-width: 1024px){h4[data-v-b400b535]{font-size:1.26em}}@media screen and (max-width: 768px){h4[data-v-b400b535]{font-size:1.12em}}@media screen and (max-width: 414px){h4[data-v-b400b535]{font-size:1.05em}}h4.inter[data-v-b400b535]{font-family:var(--font-family-base)}h5[data-v-b400b535]{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5[data-v-b400b535]{font-size:.9em}}@media screen and (max-width: 768px){h5[data-v-b400b535]{font-size:.8em}}@media screen and (max-width: 414px){h5[data-v-b400b535]{font-size:.7em}}.section-text[data-v-b400b535]{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey[data-v-b400b535]{color:var(--text-color-secondary)}.section-text.light[data-v-b400b535]{color:var(--text-color-white)}.section-text.small[data-v-b400b535]{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small[data-v-b400b535]{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small[data-v-b400b535]{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small[data-v-b400b535]{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text[data-v-b400b535]{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text[data-v-b400b535]{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text[data-v-b400b535]{--font-size-factor: .7}}.card-section-text[data-v-b400b535]{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light[data-v-b400b535]{color:var(--text-color-white)}.card-section-text.grey[data-v-b400b535]{color:var(--text-color-secondary)}.card-section-text.small[data-v-b400b535]{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small[data-v-b400b535]{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text[data-v-b400b535]{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text[data-v-b400b535]{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text[data-v-b400b535]{--font-size-factor: .8}}.vertical-header-media[data-v-b400b535]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media[data-v-b400b535]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget[data-v-b400b535]{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget[data-v-b400b535]{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget[data-v-b400b535]{--mobile-gap: 25px}}.tag-line[data-v-b400b535]{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line[data-v-b400b535]{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line[data-v-b400b535]{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line[data-v-b400b535]{font-size:.98em}}.tag-line.small[data-v-b400b535]{font-size:1.2em}.text-light[data-v-b400b535]{color:var(--text-color-white)}.page[data-v-b400b535]>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page[data-v-b400b535]>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page[data-v-b400b535]>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page[data-v-b400b535]>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail[data-v-b400b535]{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper[data-v-b400b535]{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title[data-v-b400b535]{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title[data-v-b400b535]{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer[data-v-b400b535]{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image[data-v-b400b535]{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image[data-v-b400b535]{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement[data-v-b400b535]{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement[data-v-b400b535]{font-size:1.5em}}.testimonial-avatar[data-v-b400b535]{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author[data-v-b400b535]{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role[data-v-b400b535]{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card[data-v-b400b535]{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper[data-v-b400b535]{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper[data-v-b400b535]{display:flex;flex-direction:column;gap:20px}.tier-title[data-v-b400b535]{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper[data-v-b400b535]{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency[data-v-b400b535]{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label[data-v-b400b535]{font-size:60px}.tier-price-wrapper .tier-price-interval[data-v-b400b535]{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context[data-v-b400b535]{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency[data-v-b400b535]{font-size:30px}.tier-price-wrapper .tier-price-label[data-v-b400b535]{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency[data-v-b400b535]{font-size:20px}.tier-price-wrapper .tier-price-label[data-v-b400b535]{font-size:52px}}.tier-custom-price-wrapper[data-v-b400b535]{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label[data-v-b400b535]{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info[data-v-b400b535]{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description[data-v-b400b535]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about[data-v-b400b535]{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper[data-v-b400b535]{margin-top:10px;margin-bottom:0}.tier-disclaimer[data-v-b400b535]{margin-top:15px;margin-bottom:0}.tier-features-title[data-v-b400b535]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features[data-v-b400b535]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li[data-v-b400b535]{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol[data-v-b400b535]{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol[data-v-b400b535]>*{height:21px;width:21px}.tier-enterprise-price[data-v-b400b535]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text[data-v-b400b535]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen[data-v-b400b535]{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen[data-v-b400b535]>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card[data-v-b400b535]{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card[data-v-b400b535]{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4[data-v-b400b535]{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4[data-v-b400b535]{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p[data-v-b400b535]{font-size:.9em}}.tab-nav-card.active[data-v-b400b535]{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active[data-v-b400b535]{outline:none}}.tab-nav-card[data-v-b400b535]:hover{transform:scale(1.025)}.image-argument-card[data-v-b400b535]{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image[data-v-b400b535]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img[data-v-b400b535]{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content[data-v-b400b535]{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag[data-v-b400b535]{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card[data-v-b400b535]{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title[data-v-b400b535]{color:inherit}.key-number-card .description[data-v-b400b535]{font-size:1.4em;font-weight:300;margin:0}.nav-wrapper[data-v-b400b535]{position:fixed;width:100%;z-index:100}.nav-wrapper[data-v-b400b535]{transition:all .3s}.nav-wrapper .desktop-trigger-wrapper[data-v-b400b535]{pointer-events:none;transition:all .3s;opacity:1;max-height:100px}.nav-wrapper.hidden .desktop-trigger-wrapper[data-v-b400b535]{opacity:1;display:grid;place-content:center end;font-size:0rem}@media screen and (max-width: 950px){.nav-wrapper.hidden .desktop-trigger-wrapper[data-v-b400b535]{display:none}}.nav-wrapper.hidden .desktop-trigger-wrapper .nav-trigger[data-v-b400b535]{filter:drop-shadow(0px 0px 7px rgba(0,0,0,.2));padding:10px}.nav-wrapper.hidden .desktop-trigger-wrapper .nav-trigger>svg[data-v-b400b535]{width:30px;height:30px}.nav-wrapper.hidden .desktop-trigger-wrapper .nav-trigger>svg path[data-v-b400b535]{stroke:#000;stroke-width:6px;stroke-linecap:round}.nav-wrapper.hidden .desktop-trigger-wrapper .nav-trigger>svg circle[data-v-b400b535]{fill:#fff}@media screen and (min-width: 701px){.nav-wrapper[data-v-b400b535]:hover{transform:translateY(0)!important}}.nav-wrapper:hover .desktop-trigger-wrapper[data-v-b400b535]{opacity:0;pointer-events:none}.subnav-wrapper[data-v-b400b535]{z-index:3;position:relative;background-color:#fff;opacity:0;pointer-events:none;transition:all .3s;transform:translateY(-100%);box-shadow:0 4px 25px 5px #0003}.subnav-wrapper a[data-v-b400b535]{color:inherit}.subnav-wrapper.show[data-v-b400b535]{opacity:1;pointer-events:all;transform:translate(0)}.subnav-wrapper .content-wrapper[data-v-b400b535]{padding:20px;box-sizing:border-box;--items-gap: 10px;max-width:min(var(--full-box-width),var(--items-length) * 318px + (var(--items-length) - 1) * var(--items-gap) - 40px);margin:auto}.subnav-wrapper .content-wrapper .sub-items-title[data-v-b400b535]{font-size:1.2rem;font-family:var(--font-family-base);margin:0;font-weight:600;padding:0 0 20px}.subnav-wrapper .content-wrapper>ul[data-v-b400b535]{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:var(--items-gap);padding:0;flex-flow:wrap;margin:0}.subnav-wrapper .content-wrapper>ul>li[data-v-b400b535]{list-style:none;margin:0;padding:0}.subnav-wrapper .content-wrapper>ul>li>a[data-v-b400b535]{display:block;width:100%;border-radius:10px;display:grid;grid-template-columns:max-content auto;gap:10px;padding:15px;box-sizing:border-box;height:100%;text-decoration:none!important}.subnav-wrapper .content-wrapper>ul>li>a .icon[data-v-b400b535]{display:grid;place-items:center}.subnav-wrapper .content-wrapper>ul>li>a .content[data-v-b400b535]{display:flex;flex-direction:column;justify-content:center;gap:5px}.subnav-wrapper .content-wrapper>ul>li>a .content .title[data-v-b400b535]{font-weight:500;font-size:1rem}.subnav-wrapper .content-wrapper>ul>li>a .content .subtitle[data-v-b400b535]{font-size:.9rem;color:#666;font-weight:300}.subnav-wrapper .content-wrapper>ul>li>a[data-v-b400b535]:hover{background-color:#0000000d}.subnav-wrapper .content-wrapper>ul>li.no-subtitle .content[data-v-b400b535]{display:grid;place-items:center start}nav[data-v-b400b535]{z-index:5;position:relative;padding:12px 20px;box-sizing:border-box;background-color:#fff;display:grid;grid-template-columns:max-content max-content auto max-content;place-items:center end;font-family:Inter,sans-serif;gap:20px}@media screen and (max-width: 950px){nav[data-v-b400b535]{grid-template-columns:max-content auto}nav .actions[data-v-b400b535]:nth-child(2){display:none}}nav .logo[data-v-b400b535]{font-size:0rem;display:grid;place-content:center;place-items:center;gap:10px;grid-auto-flow:column}nav .logo>.logo-symbol[data-v-b400b535],nav .logo>.logo-symbol-quadratic[data-v-b400b535]{height:50px}nav .logo>.logo-symbol-quadratic[data-v-b400b535]{display:none}@media screen and (max-width: 700px){nav .logo>.logo-symbol[data-v-b400b535]{display:none}nav .logo>.logo-symbol-quadratic[data-v-b400b535]{display:block}}nav .nav-list[data-v-b400b535]{width:100%;display:flex;place-content:center start}@media screen and (max-width: 950px){nav .nav-list[data-v-b400b535]{display:none}}nav .nav-list>ul[data-v-b400b535]{margin:0;width:100%;display:flex;justify-content:end;gap:15px;padding:0}nav .nav-list>ul>li[data-v-b400b535]{margin:0;font-size:1rem;list-style:none;font-weight:600;padding:10px 0;cursor:pointer;color:var(--text-color-primary);display:grid;grid-template-columns:auto max-content;place-items:center start;gap:5px;transition:color .3s}nav .nav-list>ul>li>a[data-v-b400b535]{text-decoration:inherit;color:inherit;text-decoration:none!important}nav .nav-list>ul>li.type-button-primary[data-v-b400b535],nav .nav-list>ul>li.type-button-secondary[data-v-b400b535]{grid-template-columns:100%}nav .nav-list>ul>li.type-button-primary>a[data-v-b400b535],nav .nav-list>ul>li.type-button-secondary>a[data-v-b400b535]{border:1px solid #207f94;color:#207f94;padding:4px 10px;border-radius:5px}nav .nav-list>ul>li.type-button-primary>a[data-v-b400b535]{background-color:#207f94;color:#fff}nav .nav-list>ul>li .arrow-icon[data-v-b400b535]{font-size:1.2rem}nav .nav-list>ul>li .arrow-icon .icon[data-v-b400b535]{transform-origin:center;transition:transform .3s}nav .nav-list>ul>li.active[data-v-b400b535]{color:#457ded}nav .nav-list>ul>li.active .arrow-icon .icon[data-v-b400b535]{transform:rotate(180deg)}nav .nav-list>ul>li.active[data-v-b400b535]{font-weight:600}nav .actions[data-v-b400b535]{display:grid;place-items:center start;grid-auto-flow:column;gap:10px}nav .actions button[data-v-b400b535]{color:var(--primary-color);border:none;outline:none;font-size:1rem;padding:0;background-color:transparent;font-weight:500;cursor:pointer}nav .actions .user-symbol[data-v-b400b535]{width:30px;height:30px;cursor:pointer}nav .actions .user-symbol>svg[data-v-b400b535]{width:100%;height:100%}nav .actions[data-v-b400b535] .builder-block{margin-top:0!important}@media screen and (max-width: 900px){.nav-list[data-v-b400b535]{visibility:hidden}}.btn[data-v-b400b535]{padding:5px 12px;text-align:center;display:block;color:#fff;text-decoration:inherit;border-radius:100px;background-color:#58c2db}.btn.secondary[data-v-b400b535]{background-color:#ff7372}@media screen and (max-width: 900px){.btn-demo[data-v-b400b535]{display:none}}@media screen and (max-width: 900px){.user-symbol[data-v-b400b535]{display:none}}.n-dropdown{font-family:Inter,sans-serif}.nav-dropdown *{color:var(--primary-color)}.sales-popup{--background: #9bdce9;background-color:var(--background)!important}.sales-popup>header{background-color:var(--background)!important;margin-top:0!important}.sales-popup>main{background-color:var(--background)!important}.demo-popup{--background: #58C2DB: background-color: var(--background) !important}.demo-popup>header{background-color:var(--background)!important;margin-top:0!important}.demo-popup>main{background-color:#58c2db!important}footer[data-v-35a42943]{padding:var(--gap-medium);background-color:rgba(var(--ci-blue),1);color:rgba(var(--ci-white),1);font-family:var(--font-family-base);margin-bottom:0!important}@media screen and (max-width: 600px){footer[data-v-35a42943]{padding:var(--gap-extra-small)}}.brand-wrapper[data-v-35a42943]{max-width:calc(3 * var(--gap-large) + 2 * var(--gap-medium));width:100%}.content[data-v-35a42943]{max-width:var(--full-box-width);margin:auto;display:flex}@media screen and (max-width: 600px){.content[data-v-35a42943]{flex-direction:column;gap:36px}}.content .logo-wrapper>svg[data-v-35a42943]{height:60px}.content .social-links-wrapper[data-v-35a42943]{margin-top:var(--gap-extra-small);display:flex;gap:var(--gap-extra-small)}.content .social-links-wrapper a[data-v-35a42943]{color:inherit}.content .links-wrapper[data-v-35a42943]{display:flex;gap:var(--gap-medium);flex-wrap:wrap;width:100%}.content .links-wrapper .links-group[data-v-35a42943]{flex:1;width:100%}.content .links-wrapper .links-group h5[data-v-35a42943]{font-size:1.1em;font-weight:600;margin-bottom:10px;color:#fff}.content .links-wrapper .links-group>ul[data-v-35a42943]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:7px}.content .links-wrapper .links-group>ul>li[data-v-35a42943]{font-family:var(--font-family-base);font-weight:300;color:#ffffffbf}.content .links-wrapper .links-group>ul>li>a[data-v-35a42943]{color:inherit;text-decoration:none}.links-horizontal[data-v-35a42943]{display:flex;justify-content:center;gap:40px;margin-top:40px}.links-horizontal a[data-v-35a42943]{color:#ffffffbf;text-decoration:none;font-size:.9rem}.resources-section[data-v-928e783a]{max-width:var(--full-box-width);margin:auto;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x)}.resources-section .content-wrapper[data-v-928e783a]{text-align:center}.resources-section .content-wrapper .tag[data-v-928e783a],.resources-section .content-wrapper .title[data-v-928e783a],.resources-section .content-wrapper .content[data-v-928e783a]{margin-bottom:var(--gap-small);max-width:var(--small-box-width);margin-left:auto;margin-right:auto}.resources-section .content-wrapper .actions[data-v-928e783a]{display:flex;justify-content:center;gap:20px}.resources-section .resources-wrapper[data-v-928e783a]{margin-top:calc(var(--gap-medium) * var(--default-size-factor))}.resources-section .resources-wrapper .resources-grid[data-v-928e783a]{display:grid;gap:calc(var(--gap-medium) * var(--default-size-factor));grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.resources-section .actions-wrapper[data-v-928e783a]{margin-top:calc(var(--gap-medium) * var(--default-size-factor))}.resources-section .actions-wrapper .actions[data-v-928e783a]{display:flex;justify-content:center;gap:20px}.resource-card[data-v-a7724bb9]{color:inherit;text-decoration:inherit;--gap: var(--gap-extra-small)}.resource-card.size-small[data-v-a7724bb9]{--gap: var(--gap-tiny)}.resource-card .media-wrapper[data-v-a7724bb9]>img,.resource-card .media-wrapper[data-v-a7724bb9]>video{width:100%;height:auto;border-radius:var(--corner-radius)}.resource-card .content-wrapper>section[data-v-a7724bb9]:first-child{margin-top:var(--gap)}.resource-card .content-wrapper .tag[data-v-a7724bb9],.resource-card .content-wrapper .title[data-v-a7724bb9],.resource-card .content-wrapper .content[data-v-a7724bb9]{margin-bottom:var(--gap)}.resource-card .content-wrapper .actions[data-v-a7724bb9]{display:flex;justify-content:center}.header-media-wrapper[data-v-36d7fbf6]{display:grid;grid-template-columns:100%;grid-template-rows:100%}.header-media-wrapper[data-v-36d7fbf6]>*{width:100%;height:100%;grid-column:1/span 1;grid-row:1/span 1;object-fit:cover}article.no-margin[data-v-1c3ac50d]>p:first-child{margin-top:0}article.no-margin[data-v-1c3ac50d]>p:last-child{margin-bottom:0}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-v-b56cdc2e]:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){[data-v-b56cdc2e]:root{--default-size-factor: .9}}@media screen and (max-width: 768px){[data-v-b56cdc2e]:root{--default-size-factor: .8}}@media screen and (max-width: 414px){[data-v-b56cdc2e]:root{--default-size-factor: .6}}h1[data-v-b56cdc2e],h2[data-v-b56cdc2e],h3[data-v-b56cdc2e],h4[data-v-b56cdc2e],h5[data-v-b56cdc2e]{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light[data-v-b56cdc2e],h2 .light[data-v-b56cdc2e],h3 .light[data-v-b56cdc2e],h4 .light[data-v-b56cdc2e],h5 .light[data-v-b56cdc2e]{font-weight:300}h1[data-v-b56cdc2e]{font-size:3.8em}@media screen and (max-width: 1024px){h1[data-v-b56cdc2e]{font-size:3.42em}}@media screen and (max-width: 768px){h1[data-v-b56cdc2e]{font-size:3.04em}}@media screen and (max-width: 414px){h1[data-v-b56cdc2e]{font-size:2.28em}}h1.special-header-title[data-v-b56cdc2e]{font-weight:800}h1.special-header-title>strong[data-v-b56cdc2e]{color:rgba(var(--ci-blue-medium),1)}h2[data-v-b56cdc2e]{font-size:2.8em}@media screen and (max-width: 1024px){h2[data-v-b56cdc2e]{font-size:2.52em}}@media screen and (max-width: 768px){h2[data-v-b56cdc2e]{font-size:2.24em}}@media screen and (max-width: 414px){h2[data-v-b56cdc2e]{font-size:1.82em}}h3[data-v-b56cdc2e]{font-size:2em}@media screen and (max-width: 1024px){h3[data-v-b56cdc2e]{font-size:1.8em}}@media screen and (max-width: 768px){h3[data-v-b56cdc2e]{font-size:1.6em}}@media screen and (max-width: 414px){h3[data-v-b56cdc2e]{font-size:1.4em}}h4[data-v-b56cdc2e]{font-size:1.4em}@media screen and (max-width: 1024px){h4[data-v-b56cdc2e]{font-size:1.26em}}@media screen and (max-width: 768px){h4[data-v-b56cdc2e]{font-size:1.12em}}@media screen and (max-width: 414px){h4[data-v-b56cdc2e]{font-size:1.05em}}h4.inter[data-v-b56cdc2e]{font-family:var(--font-family-base)}h5[data-v-b56cdc2e]{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5[data-v-b56cdc2e]{font-size:.9em}}@media screen and (max-width: 768px){h5[data-v-b56cdc2e]{font-size:.8em}}@media screen and (max-width: 414px){h5[data-v-b56cdc2e]{font-size:.7em}}.section-text[data-v-b56cdc2e]{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey[data-v-b56cdc2e]{color:var(--text-color-secondary)}.section-text.light[data-v-b56cdc2e]{color:var(--text-color-white)}.section-text.small[data-v-b56cdc2e]{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small[data-v-b56cdc2e]{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small[data-v-b56cdc2e]{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small[data-v-b56cdc2e]{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text[data-v-b56cdc2e]{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text[data-v-b56cdc2e]{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text[data-v-b56cdc2e]{--font-size-factor: .7}}.card-section-text[data-v-b56cdc2e]{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light[data-v-b56cdc2e]{color:var(--text-color-white)}.card-section-text.grey[data-v-b56cdc2e]{color:var(--text-color-secondary)}.card-section-text.small[data-v-b56cdc2e]{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small[data-v-b56cdc2e]{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text[data-v-b56cdc2e]{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text[data-v-b56cdc2e]{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text[data-v-b56cdc2e]{--font-size-factor: .8}}.vertical-header-media[data-v-b56cdc2e]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media[data-v-b56cdc2e]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget[data-v-b56cdc2e]{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget[data-v-b56cdc2e]{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget[data-v-b56cdc2e]{--mobile-gap: 25px}}.tag-line[data-v-b56cdc2e]{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line[data-v-b56cdc2e]{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line[data-v-b56cdc2e]{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line[data-v-b56cdc2e]{font-size:.98em}}.tag-line.small[data-v-b56cdc2e]{font-size:1.2em}.text-light[data-v-b56cdc2e]{color:var(--text-color-white)}.page[data-v-b56cdc2e]>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page[data-v-b56cdc2e]>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page[data-v-b56cdc2e]>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page[data-v-b56cdc2e]>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail[data-v-b56cdc2e]{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper[data-v-b56cdc2e]{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title[data-v-b56cdc2e]{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title[data-v-b56cdc2e]{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer[data-v-b56cdc2e]{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image[data-v-b56cdc2e]{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image[data-v-b56cdc2e]{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement[data-v-b56cdc2e]{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement[data-v-b56cdc2e]{font-size:1.5em}}.testimonial-avatar[data-v-b56cdc2e]{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author[data-v-b56cdc2e]{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role[data-v-b56cdc2e]{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card[data-v-b56cdc2e]{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper[data-v-b56cdc2e]{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper[data-v-b56cdc2e]{display:flex;flex-direction:column;gap:20px}.tier-title[data-v-b56cdc2e]{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper[data-v-b56cdc2e]{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency[data-v-b56cdc2e]{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label[data-v-b56cdc2e]{font-size:60px}.tier-price-wrapper .tier-price-interval[data-v-b56cdc2e]{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context[data-v-b56cdc2e]{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency[data-v-b56cdc2e]{font-size:30px}.tier-price-wrapper .tier-price-label[data-v-b56cdc2e]{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency[data-v-b56cdc2e]{font-size:20px}.tier-price-wrapper .tier-price-label[data-v-b56cdc2e]{font-size:52px}}.tier-custom-price-wrapper[data-v-b56cdc2e]{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label[data-v-b56cdc2e]{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info[data-v-b56cdc2e]{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description[data-v-b56cdc2e]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about[data-v-b56cdc2e]{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper[data-v-b56cdc2e]{margin-top:10px;margin-bottom:0}.tier-disclaimer[data-v-b56cdc2e]{margin-top:15px;margin-bottom:0}.tier-features-title[data-v-b56cdc2e]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features[data-v-b56cdc2e]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li[data-v-b56cdc2e]{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol[data-v-b56cdc2e]{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol[data-v-b56cdc2e]>*{height:21px;width:21px}.tier-enterprise-price[data-v-b56cdc2e]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text[data-v-b56cdc2e]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen[data-v-b56cdc2e]{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen[data-v-b56cdc2e]>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card[data-v-b56cdc2e]{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card[data-v-b56cdc2e]{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4[data-v-b56cdc2e]{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4[data-v-b56cdc2e]{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p[data-v-b56cdc2e]{font-size:.9em}}.tab-nav-card.active[data-v-b56cdc2e]{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active[data-v-b56cdc2e]{outline:none}}.tab-nav-card[data-v-b56cdc2e]:hover{transform:scale(1.025)}.image-argument-card[data-v-b56cdc2e]{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image[data-v-b56cdc2e]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img[data-v-b56cdc2e]{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content[data-v-b56cdc2e]{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag[data-v-b56cdc2e]{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card[data-v-b56cdc2e]{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title[data-v-b56cdc2e]{color:inherit}.key-number-card .description[data-v-b56cdc2e]{font-size:1.4em;font-weight:300;margin:0}.swiper[data-v-b56cdc2e] .swiper-wrapper{align-items:center}.swiper-slide .inner-slide[data-v-b56cdc2e]{width:100%;padding:20px;box-sizing:border-box;display:flex;justify-content:center}@media screen and (max-width: 800px){.swiper-slide .inner-slide[data-v-b56cdc2e]{padding:20px 0}}.testimonial-card[data-v-b56cdc2e]{overflow:hidden;display:flex;width:100%;background-color:#b5ccf80f;max-width:calc(10 * var(--gap-large) + 9 * var(--gap-medium));width:calc(100% - 40px);border-radius:var(--corner-radius);box-sizing:border-box}@media screen and (max-width: 800px){.testimonial-card[data-v-b56cdc2e]{flex-direction:column}}.testimonial-card .content-wrapper[data-v-b56cdc2e]{width:100%;--padding: var(--gap-medium);display:flex;flex-direction:column;gap:var(--padding)}@media screen and (max-width: 800px){.testimonial-card .content-wrapper[data-v-b56cdc2e]{gap:0px}}.testimonial-card .content-wrapper>main[data-v-b56cdc2e]{padding:var(--padding);padding-bottom:0}@media screen and (max-width: 800px){.testimonial-card .content-wrapper>main[data-v-b56cdc2e]{padding:calc(var(--padding) * .5)}}.testimonial-card .content-wrapper>footer[data-v-b56cdc2e]{padding:var(--padding);padding-top:0;display:flex}@media screen and (max-width: 800px){.testimonial-card .content-wrapper>footer[data-v-b56cdc2e]{padding:calc(var(--padding) * .5)}}.testimonial-card .content-wrapper>footer .author-info[data-v-b56cdc2e]{gap:var(--gap-tiny);display:flex;align-items:center}.testimonial-card .content-wrapper>footer .nav-wrapper[data-v-b56cdc2e]{margin-left:auto;display:flex;gap:var(--gap-tiny)}.testimonial-card .content-wrapper>footer .nav-wrapper>button[data-v-b56cdc2e]{outline:none;cursor:pointer;background-color:transparent;border:none;padding:0;margin:0;display:flex;align-items:center}.testimonial-card .content-wrapper>footer .nav-wrapper>button>svg[data-v-b56cdc2e]{width:24px;height:24px}.testimonial-card .content-wrapper>footer .nav-wrapper>button.disabled[data-v-b56cdc2e]{cursor:not-allowed!important;opacity:.5}.special-header[data-v-0ca3b4dd]{padding-left:var(--section-padding-x);padding-right:var(--section-padding-x);padding-top:var(--gap-extra-large)}.special-header>header[data-v-0ca3b4dd]{max-width:var(--small-box-width);margin:auto;text-align:center;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x)}.special-header>header>.title-wrapper[data-v-0ca3b4dd]{margin:auto;margin-bottom:var(--gap-tiny)}.special-header>header>.subtitle-wrapper[data-v-0ca3b4dd]{margin:auto;margin-bottom:var(--gap-regular)}.special-header>header>.actions-wrapper[data-v-0ca3b4dd]{margin:auto;display:flex;justify-content:center}.special-header>main[data-v-0ca3b4dd]{background-image:url(/graphics/landing_page_bg.svg);background-size:min(var(--medium-box-width) + 160px,100% - 40px) auto;background-repeat:no-repeat;background-position:center calc(50% + 25px);padding-top:160px;margin-top:-80px}@media screen and (max-width: 540px){.special-header>main[data-v-0ca3b4dd]{padding-top:40px;margin-top:0}}.special-header>main.has-specia-headers[data-v-0ca3b4dd]{background-image:url(/graphics/landing_page_bg.svg),var(--special-bgs-src);background-size:min(var(--medium-box-width) + 160px,100% - 40px) auto,var(--special-bgs-size);background-position:center calc(50% + 25px),var(--special-bgs-pos)}@media screen and (max-width: 1440px){.special-header>main[data-v-0ca3b4dd]{background-image:none!important}}.special-header>main .media-wrapper[data-v-0ca3b4dd]{max-width:var(--medium-box-width);margin:auto;box-sizing:border-box}.special-header>main .nav-wrapper[data-v-0ca3b4dd]{padding:20px 40px;display:flex;justify-content:center;gap:40px;margin-top:var(--gap-regular);margin-bottom:var(--gap-regular)}@media screen and (max-width: 800px){.special-header>main .nav-wrapper[data-v-0ca3b4dd]{gap:20px;padding:20px}}@media screen and (max-width: 540px){.special-header>main .nav-wrapper[data-v-0ca3b4dd]{margin:0}}@media screen and (max-width: 540px){.special-header>main .nav-wrapper .nav-item[data-v-0ca3b4dd]:not(.active){display:none}}.key-numbers-section[data-v-833c24d7]{max-width:var(--medium-box-width);margin:auto;display:flex;justify-content:space-around;flex-wrap:wrap;padding:var(--gap-regular) var(--section-padding-x)}.logos[data-v-39f5b483]{max-width:var(--full-box-width);margin:auto;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x);display:flex;flex-wrap:wrap;justify-content:center;gap:var(--gap-large);padding:20px;background-color:var(--color-gray-100)}@media screen and (max-width: 800px){.logos[data-v-39f5b483]{gap:var(--gap-medium)}}.logos>img[data-v-39f5b483]{height:60px;object-fit:contain}@media screen and (max-width: 1000px){.logos>img[data-v-39f5b483]{height:50px}}@media screen and (max-width: 540px){.logos>img[data-v-39f5b483]{height:40px}}.use-cases-section[data-v-7489263a]{display:flex;flex-direction:column;gap:0px;padding:calc(20px * var(--default-size-factor)) 20px;margin-bottom:40px;margin-top:calc(var(--gap-medium) * var(--default-size-factor));max-width:var(--full-box-width);margin:auto}.use-cases-section>header[data-v-7489263a]{width:100%;padding:calc(40px * var(--default-size-factor)) 0px}.use-cases-section>header .title[data-v-7489263a]{max-width:var(--small-box-width);margin:auto;text-align:center;padding:0 20px}.use-cases-section>header .content-wrapper[data-v-7489263a]{max-width:var(--small-box-width);text-align:center;margin:20px auto;padding:0 20px}.use-cases-section main[data-v-7489263a]{display:flex;justify-content:center;align-items:center;gap:20px}.use-cases-section main .cards-wrapper[data-v-7489263a]{display:flex;gap:calc(var(--gap-medium) * var(--default-size-factor));flex-wrap:wrap;justify-content:center;text-align:center}.use-cases-section main .cards-wrapper .card[data-v-7489263a]{display:flex;flex-direction:column;align-items:center;gap:var(--gap-small);padding:var(--gap-large) var(--gap-medium);border-radius:10px;background-color:#fff;box-shadow:0 0 10px #00000040;font-family:var(--font-family-base);color:#333;max-width:calc(4 * var(--gap-large) + 2 * var(--gap-medium));width:100%}@media screen and (max-width: 1400px){.use-cases-section main .cards-wrapper .card[data-v-7489263a]{padding:80px}}@media screen and (max-width: 1200px){.use-cases-section main .cards-wrapper .card[data-v-7489263a]{padding:60px}}@media screen and (max-width: 1100px){.use-cases-section main .cards-wrapper .card[data-v-7489263a]{padding:40px}}.use-cases-section>.actions-wrapper[data-v-7489263a]{margin:auto;display:flex;justify-content:center;gap:var(--gap-small);flex-wrap:wrap;margin-top:var(--gap-medium)}[data-v-6af99193]:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){[data-v-6af99193]:root{--default-size-factor: .9}}@media screen and (max-width: 768px){[data-v-6af99193]:root{--default-size-factor: .8}}@media screen and (max-width: 414px){[data-v-6af99193]:root{--default-size-factor: .6}}h1[data-v-6af99193],h2[data-v-6af99193],h3[data-v-6af99193],h4[data-v-6af99193],h5[data-v-6af99193]{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light[data-v-6af99193],h2 .light[data-v-6af99193],h3 .light[data-v-6af99193],h4 .light[data-v-6af99193],h5 .light[data-v-6af99193]{font-weight:300}h1[data-v-6af99193]{font-size:3.8em}@media screen and (max-width: 1024px){h1[data-v-6af99193]{font-size:3.42em}}@media screen and (max-width: 768px){h1[data-v-6af99193]{font-size:3.04em}}@media screen and (max-width: 414px){h1[data-v-6af99193]{font-size:2.28em}}h1.special-header-title[data-v-6af99193]{font-weight:800}h1.special-header-title>strong[data-v-6af99193]{color:rgba(var(--ci-blue-medium),1)}h2[data-v-6af99193]{font-size:2.8em}@media screen and (max-width: 1024px){h2[data-v-6af99193]{font-size:2.52em}}@media screen and (max-width: 768px){h2[data-v-6af99193]{font-size:2.24em}}@media screen and (max-width: 414px){h2[data-v-6af99193]{font-size:1.82em}}h3[data-v-6af99193]{font-size:2em}@media screen and (max-width: 1024px){h3[data-v-6af99193]{font-size:1.8em}}@media screen and (max-width: 768px){h3[data-v-6af99193]{font-size:1.6em}}@media screen and (max-width: 414px){h3[data-v-6af99193]{font-size:1.4em}}h4[data-v-6af99193]{font-size:1.4em}@media screen and (max-width: 1024px){h4[data-v-6af99193]{font-size:1.26em}}@media screen and (max-width: 768px){h4[data-v-6af99193]{font-size:1.12em}}@media screen and (max-width: 414px){h4[data-v-6af99193]{font-size:1.05em}}h4.inter[data-v-6af99193]{font-family:var(--font-family-base)}h5[data-v-6af99193]{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5[data-v-6af99193]{font-size:.9em}}@media screen and (max-width: 768px){h5[data-v-6af99193]{font-size:.8em}}@media screen and (max-width: 414px){h5[data-v-6af99193]{font-size:.7em}}.section-text[data-v-6af99193]{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey[data-v-6af99193]{color:var(--text-color-secondary)}.section-text.light[data-v-6af99193]{color:var(--text-color-white)}.section-text.small[data-v-6af99193]{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small[data-v-6af99193]{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small[data-v-6af99193]{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small[data-v-6af99193]{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text[data-v-6af99193]{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text[data-v-6af99193]{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text[data-v-6af99193]{--font-size-factor: .7}}.card-section-text[data-v-6af99193]{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light[data-v-6af99193]{color:var(--text-color-white)}.card-section-text.grey[data-v-6af99193]{color:var(--text-color-secondary)}.card-section-text.small[data-v-6af99193]{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small[data-v-6af99193]{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text[data-v-6af99193]{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text[data-v-6af99193]{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text[data-v-6af99193]{--font-size-factor: .8}}.vertical-header-media[data-v-6af99193]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media[data-v-6af99193]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget[data-v-6af99193]{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget[data-v-6af99193]{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget[data-v-6af99193]{--mobile-gap: 25px}}.tag-line[data-v-6af99193]{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line[data-v-6af99193]{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line[data-v-6af99193]{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line[data-v-6af99193]{font-size:.98em}}.tag-line.small[data-v-6af99193]{font-size:1.2em}.text-light[data-v-6af99193]{color:var(--text-color-white)}.page[data-v-6af99193]>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page[data-v-6af99193]>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page[data-v-6af99193]>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page[data-v-6af99193]>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail[data-v-6af99193]{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper[data-v-6af99193]{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title[data-v-6af99193]{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title[data-v-6af99193]{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer[data-v-6af99193]{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image[data-v-6af99193]{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image[data-v-6af99193]{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement[data-v-6af99193]{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement[data-v-6af99193]{font-size:1.5em}}.testimonial-avatar[data-v-6af99193]{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author[data-v-6af99193]{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role[data-v-6af99193]{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card[data-v-6af99193]{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper[data-v-6af99193]{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper[data-v-6af99193]{display:flex;flex-direction:column;gap:20px}.tier-title[data-v-6af99193]{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper[data-v-6af99193]{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency[data-v-6af99193]{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label[data-v-6af99193]{font-size:60px}.tier-price-wrapper .tier-price-interval[data-v-6af99193]{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context[data-v-6af99193]{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency[data-v-6af99193]{font-size:30px}.tier-price-wrapper .tier-price-label[data-v-6af99193]{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency[data-v-6af99193]{font-size:20px}.tier-price-wrapper .tier-price-label[data-v-6af99193]{font-size:52px}}.tier-custom-price-wrapper[data-v-6af99193]{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label[data-v-6af99193]{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info[data-v-6af99193]{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description[data-v-6af99193]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about[data-v-6af99193]{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper[data-v-6af99193]{margin-top:10px;margin-bottom:0}.tier-disclaimer[data-v-6af99193]{margin-top:15px;margin-bottom:0}.tier-features-title[data-v-6af99193]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features[data-v-6af99193]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li[data-v-6af99193]{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol[data-v-6af99193]{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol[data-v-6af99193]>*{height:21px;width:21px}.tier-enterprise-price[data-v-6af99193]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text[data-v-6af99193]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen[data-v-6af99193]{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen[data-v-6af99193]>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card[data-v-6af99193]{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card[data-v-6af99193]{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4[data-v-6af99193]{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4[data-v-6af99193]{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p[data-v-6af99193]{font-size:.9em}}.tab-nav-card.active[data-v-6af99193]{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active[data-v-6af99193]{outline:none}}.tab-nav-card[data-v-6af99193]:hover{transform:scale(1.025)}.image-argument-card[data-v-6af99193]{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image[data-v-6af99193]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img[data-v-6af99193]{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content[data-v-6af99193]{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag[data-v-6af99193]{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card[data-v-6af99193]{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title[data-v-6af99193]{color:inherit}.key-number-card .description[data-v-6af99193]{font-size:1.4em;font-weight:300;margin:0}.blog-article-card[data-v-05169267]{text-decoration:none;outline:none;color:inherit;cursor:pointer}.blog-article-card>header[data-v-05169267]{padding-bottom:var(--gap-tiny)}.blog-article-card>header .image[data-v-05169267]{font-size:0rem;width:100%;background-size:cover;background-position:center}.blog-article-card>header .image[data-v-05169267]>*{transition:transform .2s}.blog-article-card>main[data-v-05169267]{display:grid;gap:calc(var(--gap-tiny) / 2)}.blog-article-card:hover>header .image[data-v-05169267]>*{transform:scale(1.05)}.vertical-header[data-v-a0c50657]{padding-left:var(--section-padding-x);padding-right:var(--section-padding-x);text-align:center;padding-top:var(--gap-extra-large);--real-media-width: calc(100vw - 2 * var(--section-padding-x));--real-media-height: calc(var(--real-media-width) / var(--media-aspect-ratio));background-image:var(--header-bg-gradient, none);background-repeat:no-repeat;background-size:100% calc(100% - var(--real-media-height) / 2)}.vertical-header>section[data-v-a0c50657]{max-width:var(--full-box-width);margin:auto}.vertical-header .tag[data-v-a0c50657]{margin-top:var(--gap-extra-large);margin-bottom:var(--gap-regular)}.vertical-header .title[data-v-a0c50657]{margin-top:var(--gap-regular);margin-bottom:var(--gap-small)}.vertical-header .content[data-v-a0c50657]{margin-top:var(--gap-small);margin-bottom:var(--gap-medium);text-align:center;margin-left:auto;margin-right:auto;max-width:var(--small-box-width)}.vertical-header .actions[data-v-a0c50657]{margin-top:var(--gap-medium);margin-bottom:var(--gap-large);display:flex;justify-content:center}.vertical-header .media[data-v-a0c50657]{margin-top:var(--gap-large);margin-bottom:0}.vertical-header>section[data-v-a0c50657]:first-child{margin-top:0}[data-v-52c6bbff]:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){[data-v-52c6bbff]:root{--default-size-factor: .9}}@media screen and (max-width: 768px){[data-v-52c6bbff]:root{--default-size-factor: .8}}@media screen and (max-width: 414px){[data-v-52c6bbff]:root{--default-size-factor: .6}}h1[data-v-52c6bbff],h2[data-v-52c6bbff],h3[data-v-52c6bbff],h4[data-v-52c6bbff],h5[data-v-52c6bbff]{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light[data-v-52c6bbff],h2 .light[data-v-52c6bbff],h3 .light[data-v-52c6bbff],h4 .light[data-v-52c6bbff],h5 .light[data-v-52c6bbff]{font-weight:300}h1[data-v-52c6bbff]{font-size:3.8em}@media screen and (max-width: 1024px){h1[data-v-52c6bbff]{font-size:3.42em}}@media screen and (max-width: 768px){h1[data-v-52c6bbff]{font-size:3.04em}}@media screen and (max-width: 414px){h1[data-v-52c6bbff]{font-size:2.28em}}h1.special-header-title[data-v-52c6bbff]{font-weight:800}h1.special-header-title>strong[data-v-52c6bbff]{color:rgba(var(--ci-blue-medium),1)}h2[data-v-52c6bbff]{font-size:2.8em}@media screen and (max-width: 1024px){h2[data-v-52c6bbff]{font-size:2.52em}}@media screen and (max-width: 768px){h2[data-v-52c6bbff]{font-size:2.24em}}@media screen and (max-width: 414px){h2[data-v-52c6bbff]{font-size:1.82em}}h3[data-v-52c6bbff]{font-size:2em}@media screen and (max-width: 1024px){h3[data-v-52c6bbff]{font-size:1.8em}}@media screen and (max-width: 768px){h3[data-v-52c6bbff]{font-size:1.6em}}@media screen and (max-width: 414px){h3[data-v-52c6bbff]{font-size:1.4em}}h4[data-v-52c6bbff]{font-size:1.4em}@media screen and (max-width: 1024px){h4[data-v-52c6bbff]{font-size:1.26em}}@media screen and (max-width: 768px){h4[data-v-52c6bbff]{font-size:1.12em}}@media screen and (max-width: 414px){h4[data-v-52c6bbff]{font-size:1.05em}}h4.inter[data-v-52c6bbff]{font-family:var(--font-family-base)}h5[data-v-52c6bbff]{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5[data-v-52c6bbff]{font-size:.9em}}@media screen and (max-width: 768px){h5[data-v-52c6bbff]{font-size:.8em}}@media screen and (max-width: 414px){h5[data-v-52c6bbff]{font-size:.7em}}.section-text[data-v-52c6bbff]{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey[data-v-52c6bbff]{color:var(--text-color-secondary)}.section-text.light[data-v-52c6bbff]{color:var(--text-color-white)}.section-text.small[data-v-52c6bbff]{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small[data-v-52c6bbff]{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small[data-v-52c6bbff]{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small[data-v-52c6bbff]{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text[data-v-52c6bbff]{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text[data-v-52c6bbff]{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text[data-v-52c6bbff]{--font-size-factor: .7}}.card-section-text[data-v-52c6bbff]{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light[data-v-52c6bbff]{color:var(--text-color-white)}.card-section-text.grey[data-v-52c6bbff]{color:var(--text-color-secondary)}.card-section-text.small[data-v-52c6bbff]{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small[data-v-52c6bbff]{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text[data-v-52c6bbff]{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text[data-v-52c6bbff]{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text[data-v-52c6bbff]{--font-size-factor: .8}}.vertical-header-media[data-v-52c6bbff]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media[data-v-52c6bbff]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget[data-v-52c6bbff]{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget[data-v-52c6bbff]{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget[data-v-52c6bbff]{--mobile-gap: 25px}}.tag-line[data-v-52c6bbff]{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line[data-v-52c6bbff]{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line[data-v-52c6bbff]{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line[data-v-52c6bbff]{font-size:.98em}}.tag-line.small[data-v-52c6bbff]{font-size:1.2em}.text-light[data-v-52c6bbff]{color:var(--text-color-white)}.page[data-v-52c6bbff]>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page[data-v-52c6bbff]>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page[data-v-52c6bbff]>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page[data-v-52c6bbff]>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail[data-v-52c6bbff]{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper[data-v-52c6bbff]{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title[data-v-52c6bbff]{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title[data-v-52c6bbff]{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer[data-v-52c6bbff]{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image[data-v-52c6bbff]{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image[data-v-52c6bbff]{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement[data-v-52c6bbff]{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement[data-v-52c6bbff]{font-size:1.5em}}.testimonial-avatar[data-v-52c6bbff]{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author[data-v-52c6bbff]{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role[data-v-52c6bbff]{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card[data-v-52c6bbff]{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper[data-v-52c6bbff]{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper[data-v-52c6bbff]{display:flex;flex-direction:column;gap:20px}.tier-title[data-v-52c6bbff]{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper[data-v-52c6bbff]{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency[data-v-52c6bbff]{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label[data-v-52c6bbff]{font-size:60px}.tier-price-wrapper .tier-price-interval[data-v-52c6bbff]{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context[data-v-52c6bbff]{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency[data-v-52c6bbff]{font-size:30px}.tier-price-wrapper .tier-price-label[data-v-52c6bbff]{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency[data-v-52c6bbff]{font-size:20px}.tier-price-wrapper .tier-price-label[data-v-52c6bbff]{font-size:52px}}.tier-custom-price-wrapper[data-v-52c6bbff]{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label[data-v-52c6bbff]{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info[data-v-52c6bbff]{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description[data-v-52c6bbff]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about[data-v-52c6bbff]{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper[data-v-52c6bbff]{margin-top:10px;margin-bottom:0}.tier-disclaimer[data-v-52c6bbff]{margin-top:15px;margin-bottom:0}.tier-features-title[data-v-52c6bbff]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features[data-v-52c6bbff]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li[data-v-52c6bbff]{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol[data-v-52c6bbff]{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol[data-v-52c6bbff]>*{height:21px;width:21px}.tier-enterprise-price[data-v-52c6bbff]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text[data-v-52c6bbff]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen[data-v-52c6bbff]{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen[data-v-52c6bbff]>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card[data-v-52c6bbff]{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card[data-v-52c6bbff]{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4[data-v-52c6bbff]{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4[data-v-52c6bbff]{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p[data-v-52c6bbff]{font-size:.9em}}.tab-nav-card.active[data-v-52c6bbff]{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active[data-v-52c6bbff]{outline:none}}.tab-nav-card[data-v-52c6bbff]:hover{transform:scale(1.025)}.image-argument-card[data-v-52c6bbff]{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image[data-v-52c6bbff]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img[data-v-52c6bbff]{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content[data-v-52c6bbff]{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag[data-v-52c6bbff]{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card[data-v-52c6bbff]{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title[data-v-52c6bbff]{color:inherit}.key-number-card .description[data-v-52c6bbff]{font-size:1.4em;font-weight:300;margin:0}.page-blog[data-v-52c6bbff]{display:grid;place-items:center;place-content:center}.page-blog .blog-articles-grid[data-v-52c6bbff]{padding:var(--gap-medium);box-sizing:border-box;display:grid;width:min(100%,var(--full-box-width));grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--gap-medium)}.ghost-post{--brand-color: var(--ghost-accent-color, #fc7e0f);--primary-text-color: #5a656b;--secondary-text-color: #aaa;--white-color: #fff;--light-gray-color: #f6f6f6;--mid-gray-color: #e6e6e6;--dark-gray-color: #a8aab1;--darker-gray-color: #1a1a1a;--black-color: #000;--animation-base: ease-in-out;--font-base: Ubuntu, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;--font-serif: Lora, Times, serif;--navbar-height: 80px}.ghost-post p,.ghost-post .kg-card .kg-callout-text,.ghost-post .kg-toggle-heading-text,.ghost-post .kg-toggle-content{font-size:1.2rem!important;font-weight:300;font-family:Inter}.ghost-post{box-sizing:border-box;font-size:1rem;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--white-color);color:var(--primary-text-color);font-family:var(--font-base);font-size:14px;line-height:1.7;word-break:break-word}.ghost-post *,.ghost-post :after,.ghost-post :before{box-sizing:inherit}.ghost-post h1{font-size:2em;margin:.67em 0}.ghost-post hr{box-sizing:content-box;height:0;overflow:visible}.ghost-post pre{font-family:monospace;font-size:1em}.ghost-post a{background-color:transparent}.ghost-post abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.ghost-post b,.ghost-post strong{font-weight:bolder}.ghost-post code,.ghost-post kbd,.ghost-post samp{font-family:monospace;font-size:1em}.ghost-post small{font-size:80%}.ghost-post sub,.ghost-post sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.ghost-post sub{bottom:-.25em}.ghost-post sup{top:-.5em}.ghost-post img{border-style:none}.ghost-post button,.ghost-post input,.ghost-post optgroup,.ghost-post select,.ghost-post textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.ghost-post button,.ghost-post input{overflow:visible}.ghost-post button,.ghost-post select{text-transform:none}.ghost-post [type=button],.ghost-post [type=reset],.ghost-post [type=submit],.ghost-post button{-webkit-appearance:button}.ghost-post [type=button]::-moz-focus-inner,.ghost-post [type=reset]::-moz-focus-inner,.ghost-post [type=submit]::-moz-focus-inner,.ghost-post button::-moz-focus-inner{border-style:none;padding:0}.ghost-post [type=button]:-moz-focusring,.ghost-post [type=reset]:-moz-focusring,.ghost-post [type=submit]:-moz-focusring,.ghost-post button:-moz-focusring{outline:1px dotted ButtonText}.ghost-post fieldset{padding:.35em .75em .625em}.ghost-post legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.ghost-post progress{vertical-align:baseline}.ghost-post textarea{overflow:auto}.ghost-post [type=checkbox],.ghost-post [type=radio]{box-sizing:border-box;padding:0}.ghost-post [type=number]::-webkit-inner-spin-button,.ghost-post [type=number]::-webkit-outer-spin-button{height:auto}.ghost-post [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.ghost-post [type=search]::-webkit-search-decoration{-webkit-appearance:none}.ghost-post ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.ghost-post details{display:block}.ghost-post summary{display:list-item}.ghost-post [hidden],.ghost-post template{display:none}.ghost-post a{color:var(--darker-gray-color);text-decoration:none;transition:color .1s var(--animation-base)}.ghost-post a:not(.kg-btn):not(.kg-product-card-button):hover{text-decoration:underline}.ghost-post h1,.ghost-post h2,.ghost-post h3,.ghost-post h4,.ghost-post h5,.ghost-post h6{color:var(--darker-gray-color);font-weight:500;line-height:1.3;margin:15px 0}.ghost-post h3{font-size:1.4em}.ghost-post p{margin:20px 0}.ghost-post img{display:block;height:auto;max-width:100%}.ghost-post blockquote:not([class]){border-left:4px solid var(--mid-gray-color);font-size:18px;font-weight:500;line-height:1.5;margin:0;padding-left:2rem}.ghost-post blockquote:not([class]) strong{font-weight:700}.ghost-post ol,.ghost-post ul{padding-left:20px;font-size:1.2em}.ghost-post ol li,.ghost-post ul li{font-weight:400;color:#000}.ghost-post embed,.ghost-post iframe{border:0;display:block;overflow:hidden;width:100%}.ghost-post figure{margin-left:0;margin-right:0}.ghost-post figcaption{color:var(--darker-gray-color);font-size:14px;margin-top:15px;text-align:center}.ghost-post pre{overflow-x:scroll}.ghost-post code{font-size:14px}.ghost-post hr{border:0;margin:40px auto;position:relative}.ghost-post hr,.ghost-post hr:after,.ghost-post hr:before{background-color:var(--secondary-text-color);border-radius:50%;height:5px;width:5px}.ghost-post hr:after,.ghost-post hr:before{content:"";position:absolute}.ghost-post hr:before{right:20px}.ghost-post hr:after{left:20px}@media (max-width: 767px){.ghost-post blockquote{margin-left:0;margin-right:0}}.ghost-post .container{margin-left:auto;margin-right:auto;max-width:calc(1130px + 8vw);padding-left:4vw;padding-right:4vw;width:100%}.ghost-post .container .bp-embed{min-height:400px}.ghost-post .container.large{max-width:calc(920px + 8vw)}.ghost-post .container.medium{max-width:calc(750px + 8vw)}.ghost-post .container.small{max-width:calc(640px + 8vw)}.ghost-post .row{display:flex;flex-wrap:wrap;margin-left:-20px;margin-right:-20px}.ghost-post div[class^=col-]{min-height:1px;padding-left:20px;padding-right:20px;position:relative;width:100%}.ghost-post .col-1{flex:0 0 8.333333%;max-width:8.333333%}.ghost-post .col-2{flex:0 0 16.666667%;max-width:16.666667%}.ghost-post .col-3{flex:0 0 25%;max-width:25%}.ghost-post .col-4{flex:0 0 33.333333%;max-width:33.333333%}.ghost-post .col-5{flex:0 0 41.666667%;max-width:41.666667%}.ghost-post .col-6{flex:0 0 50%;max-width:50%}.ghost-post .col-7{flex:0 0 58.333333%;max-width:58.333333%}.ghost-post .col-8{flex:0 0 66.666667%;max-width:66.666667%}.ghost-post .col-9{flex:0 0 75%;max-width:75%}.ghost-post .col-10{flex:0 0 83.333333%;max-width:83.333333%}.ghost-post .col-11{flex:0 0 91.666667%;max-width:91.666667%}.ghost-post .col-12{flex:0 0 100%;max-width:100%}@media (min-width: 576px){.ghost-post .col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.ghost-post .col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.ghost-post .col-sm-3{flex:0 0 25%;max-width:25%}.ghost-post .col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.ghost-post .col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.ghost-post .col-sm-6{flex:0 0 50%;max-width:50%}.ghost-post .col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.ghost-post .col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.ghost-post .col-sm-9{flex:0 0 75%;max-width:75%}.ghost-post .col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.ghost-post .col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.ghost-post .col-sm-12{flex:0 0 100%;max-width:100%}}@media (min-width: 768px){.ghost-post .col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.ghost-post .col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.ghost-post .col-md-3{flex:0 0 25%;max-width:25%}.ghost-post .col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.ghost-post .col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.ghost-post .col-md-6{flex:0 0 50%;max-width:50%}.ghost-post .col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.ghost-post .col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.ghost-post .col-md-9{flex:0 0 75%;max-width:75%}.ghost-post .col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.ghost-post .col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.ghost-post .col-md-12{flex:0 0 100%;max-width:100%}}@media (min-width: 992px){.ghost-post .col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.ghost-post .col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.ghost-post .col-lg-3{flex:0 0 25%;max-width:25%}.ghost-post .col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.ghost-post .col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.ghost-post .col-lg-6{flex:0 0 50%;max-width:50%}.ghost-post .col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.ghost-post .col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.ghost-post .col-lg-9{flex:0 0 75%;max-width:75%}.ghost-post .col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.ghost-post .col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.ghost-post .col-lg-12{flex:0 0 100%;max-width:100%}}@media (min-width: 1200px){.ghost-post .col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.ghost-post .col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.ghost-post .col-xl-3{flex:0 0 25%;max-width:25%}.ghost-post .col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.ghost-post .col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.ghost-post .col-xl-6{flex:0 0 50%;max-width:50%}.ghost-post .col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.ghost-post .col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.ghost-post .col-xl-9{flex:0 0 75%;max-width:75%}.ghost-post .col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.ghost-post .col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.ghost-post .col-xl-12{flex:0 0 100%;max-width:100%}}@media (max-width: 575px){.ghost-post .hidden-xs{display:none!important}}@media (min-width: 576px) and (max-width: 767px){.ghost-post .hidden-sm{display:none!important}}@media (min-width: 768px) and (max-width: 991px){.ghost-post .hidden-md{display:none!important}}@media (min-width: 992px) and (max-width: 1199px){.ghost-post .hidden-lg{display:none!important}}@media (min-width: 1200px){.ghost-post .hidden-xl{display:none!important}}.ghost-post .button{align-items:center;background-color:var(--brand-color);border:0;border-radius:3px;color:var(--white-color);cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;height:36px;justify-content:center;outline:none;padding:0 15px;text-transform:uppercase}.ghost-post .button-secondary{background-color:var(--dark-gray-color)}.ghost-post .button-small{font-size:10px;height:20px;padding:0;width:30px}.ghost-post .button-small .icon{font-size:15px}.ghost-post .button-play{border-radius:50%;font-size:21px;height:40px;padding:0;width:40px}.ghost-post .button-text{align-items:center;background-color:transparent;border:0;color:var(--primary-text-color);cursor:pointer;display:flex;font-size:12px;font-weight:700;line-height:1;padding:0;text-transform:uppercase}.ghost-post .button-text .icon-play{font-size:13px;margin-left:-3px;margin-right:2px}.ghost-post .button-text .icon-download{font-size:12px;margin-left:-2px;margin-right:3px}.ghost-post .button-text .icon-chevron-right{font-size:15px;margin-left:-5px;margin-right:0}.ghost-post input[type=email],.ghost-post input[type=password],.ghost-post input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--mid-gray-color);border-radius:5px;font-size:16px;height:50px;outline:none;padding:0 15px;width:100%}.ghost-post input[type=email]:focus,.ghost-post input[type=password]:focus,.ghost-post input[type=text]:focus{border-color:var(--brand-color)}@font-face{font-family:Wave;font-style:normal;font-weight:400;src:url(../fonts/Wave.ttf) format("truetype"),url(../fonts/Wave.woff) format("woff"),url(../fonts/Wave.svg) format("svg")}.ghost-post .icon:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto;display:inline-block;font: 24px/1 Wave,sans-serif;font-size:inherit;line-height:inherit}.ghost-post .icon-chevron-left:before{content:""}.ghost-post .icon-chevron-right:before{content:""}.ghost-post .icon-arrow-left:before{content:""}.ghost-post .icon-arrow-right:before{content:""}.ghost-post .icon-menu-down:before{content:""}.ghost-post .icon-menu-up:before{content:""}.ghost-post .icon-window-close:before{content:""}.ghost-post .icon-white-balance-sunny:before{content:""}.ghost-post .icon-brightness-2:before{content:""}.ghost-post .icon-bookmark:before{content:""}.ghost-post .icon-star:before{content:""}.ghost-post .icon-map-marker:before{content:""}.ghost-post .icon-web:before{content:""}.ghost-post .icon-facebook:before{content:""}.ghost-post .icon-twitter:before{content:""}.ghost-post .icon-apple:before{content:""}.ghost-post .icon-google:before{content:""}.ghost-post .icon-overcast:before{content:""}.ghost-post .icon-spotify:before{content:""}.ghost-post .icon-stitcher:before{content:""}.ghost-post .icon-rss:before{content:""}.ghost-post .icon-play:before{content:""}.ghost-post .icon-pause:before{content:""}.ghost-post .icon-rewind-10:before{content:""}.ghost-post .icon-fast-forward-30:before{content:""}.ghost-post .icon-download:before{content:""}.ghost-post .icon-menu:before{content:""}.ghost-post .player-opened{padding-bottom:80px}.ghost-post .site{display:flex;flex-direction:column;min-height:100vh}.ghost-post .site-content{flex-grow:1;padding:60px 0}@media (max-width: 767px){.ghost-post .site-content{padding:40px 0}}.ghost-post .site-header{align-items:center;display:flex;height:var(--navbar-height);justify-content:space-between}.ghost-post .header-right{display:flex}.ghost-post .logo-text{font-size:18px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.ghost-post .main-nav{align-items:center;display:flex}.ghost-post .menu-item{font-size:14px;opacity:.7}.ghost-post .menu-item+.menu-item{margin-left:20px}.ghost-post .menu-item-current{font-weight:500;opacity:1}.ghost-post .header-menu,.ghost-post .header-subscribe{position:relative}.ghost-post .header-button{height:30px}.ghost-post .header-button .icon{font-size:18px}.ghost-post .header-button-subscribe{margin-left:30px;min-width:101px}.ghost-post .header-button-menu{margin-left:10px;padding:0 10px}.ghost-post .mobile-menu{display:flex;flex-direction:column}.ghost-post .mobile-menu .menu-item{font-size:16px;font-weight:500;padding:2px 0}.ghost-post .mobile-menu .menu-item+.menu-item{margin-left:0}.ghost-post .site-cover{display:flex;min-height:350px;padding:30px;position:relative}.ghost-post .cover-content{color:var(--white-color);margin:auto;max-width:500px;position:relative;text-align:center;z-index:10}.ghost-post .cover-logo{margin:0 auto;max-height:100px}.ghost-post .cover-description{font-size:16px;margin-top:20px}.ghost-post .term{margin-bottom:40px}.ghost-post .term-name{font-size:24px;margin-bottom:8px}.ghost-post .term-description{color:var(--secondary-text-color)}.ghost-post .term-author{margin-bottom:45px}.ghost-post .subscribe{display:flex;flex-wrap:wrap}.ghost-post .subscribe-link{align-items:center;display:flex;font-size:16px;font-weight:500}.ghost-post .subscribe-link .icon{font-size:20px;position:relative}.ghost-post .subscribe-link .icon-apple{color:#c45ff0}.ghost-post .subscribe-link .icon-google{color:#4285f4}.ghost-post .subscribe-link .icon-spotify{color:#1ed760}.ghost-post .subscribe-link .icon-overcast{color:#fc7e0f}.ghost-post .subscribe-link .icon-stitcher{color:#000;top:1px}.ghost-post .subscribe-link .icon-rss{color:orange}.ghost-post .subscribe-text{margin-left:6px}.ghost-post .icon-apple+.subscribe-text{margin-left:4px}.ghost-post .icon-stitcher+.subscribe-text{margin-left:8px}.ghost-post .icon-rss+.subscribe-text{margin-left:2px}.ghost-post .site-footer{padding-bottom:45px;padding-top:30px;text-align:center}.ghost-post .site-footer .subscribe{border-bottom:1px solid var(--mid-gray-color);justify-content:center;padding-bottom:15px}.ghost-post .site-footer .subscribe-link{margin:0 10px}.ghost-post .copyright a{text-decoration:underline}.ghost-post .subscribe+.copyright{margin-top:18px}@media (max-width: 767px){.ghost-post .site-footer{padding-top:15px}}.ghost-post .player{background-color:var(--white-color);border:1px solid var(--mid-gray-color);border-radius:3px;display:flex}.ghost-post .player .post-media{border-radius:3px 0 0 3px;margin:-1px 0 -1px -1px}.ghost-post .player .post-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ghost-post .player-wrapper{flex-grow:1;overflow:hidden;padding:20px}.ghost-post .player-track{background-color:var(--mid-gray-color);height:5px;margin-top:20px}.ghost-post .player-progress{background-color:var(--dark-gray-color);height:100%;width:0}.ghost-post .player-controls{display:flex;justify-content:space-between;margin-top:10px}.ghost-post .player-buttons{align-items:center;display:flex}.ghost-post .player-buttons .button{margin-right:5px}.ghost-post .player-time{display:flex;font-size:13px}.ghost-post .player-time-current{min-width:55px}.ghost-post .player-time-duration:before{content:"|";padding-right:5px}.ghost-post .player-external{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fffc;border:0;bottom:0;height:80px;left:0;position:fixed;right:0;transform:translateY(80px);transition:transform .5s var(--animation-base);z-index:90}.ghost-post .player-external .post-media{border-radius:0;margin:0;width:80px}.ghost-post .player-external .post-media .button-play{height:34px;margin-left:-17px;margin-top:-17px;width:34px}.ghost-post .player-external .player-wrapper{align-items:center;border-top:1px solid var(--mid-gray-color);display:flex;justify-content:space-between;padding:15px 20px}.ghost-post .player-external .post-header{max-width:400px;overflow:hidden}.ghost-post .player-external .post-title{font-size:16px}.ghost-post .player-external .player-track{flex-grow:1;margin:0 30px}.ghost-post .player-external .player-controls{margin-top:0}.ghost-post .player-external .player-buttons{margin-right:15px}.ghost-post .player-opened .player-external{transform:translateY(0)}@media (max-width: 767px){.ghost-post .player .post-media{display:none}.ghost-post .player-external .player-wrapper{align-items:flex-start;flex-direction:column}.ghost-post .player-external .post-header{max-width:calc(100vw - 40px)}.ghost-post .player-external .post-title{font-size:13px;text-transform:uppercase}.ghost-post .player-external .post-meta{display:none}.ghost-post .player-external .player-controls{margin-top:10px}}.ghost-post .popup{align-items:flex-end;background:var(--white-color);border-radius:3px;box-shadow:0 0 5px #0003;flex-direction:column;margin-top:15px;opacity:0;padding:10px 20px;pointer-events:none;position:absolute;right:0;top:100%;transform:translateY(10px);transition-duration:.2s;transition-property:opacity,transform;transition-timing-function:var(--animation-base);width:150px;z-index:90}.ghost-post .ghost-post .popup-opened .ghost-post .popup{opacity:1;pointer-events:unset;transform:translateY(0)}.ghost-post .post-media{border-radius:3px;cursor:pointer;flex-shrink:0;height:100%;margin-right:25px;overflow:hidden;position:relative;width:150px}.ghost-post .post-media .button-play{left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;transition:transform .1s var(--animation-base);z-index:20}.ghost-post .post-media:active .button-play{transform:scale(.9)}.ghost-post .post-media .letter{color:var(--mid-gray-color);font-size:100px;font-weight:500;left:20px;letter-spacing:-3px;line-height:150px;position:absolute;text-align:center;top:0;white-space:nowrap}.ghost-post .post-title{font-size:20px;margin-bottom:0}.ghost-post .has-serif-title .post-title{font-family:var(--font-serif);font-weight:700}.ghost-post .post-meta{color:var(--secondary-text-color);font-size:11px;font-weight:700;margin-top:5px;text-transform:uppercase}.ghost-post .post-meta-tags{margin-left:5px}.ghost-post .post-meta-tags .post-tag{color:var(--brand-color)}.ghost-post .post-meta-tags .post-tag+.post-tag:before{content:", "}.ghost-post .has-serif-body .post-excerpt{font-family:var(--font-serif)}@media (max-width: 767px){.ghost-post .post-title{font-size:17px}}.ghost-post .gh-content>*+*{margin-bottom:0;margin-top:2.8rem}.ghost-post .gh-content>[id]{margin:0}.ghost-post .has-serif-title .gh-content>[id]{font-family:var(--font-serif);font-weight:700}.ghost-post .gh-content>[id]:not(:first-child){margin-top:4.8rem}.ghost-post .gh-content>[id]+*{margin-top:1.6rem}.ghost-post .gh-content>[id]+.kg-card{margin-top:2.8rem}.ghost-post .gh-content>blockquote,.ghost-post .gh-content>hr{margin-top:4.8rem;position:relative}.ghost-post .gh-content .kg-card+:not(.kg-card),.ghost-post .gh-content :not(.kg-card):not([id])+.kg-card,.ghost-post .gh-content>blockquote+*,.ghost-post .gh-content>hr+*{margin-top:4.8rem}.ghost-post .gh-content>h2{font-size:2.3rem}.ghost-post .gh-content>h3{font-size:2rem;font-weight:600}.ghost-post .gh-content a{color:var(--ghost-accent-color);text-decoration:underline;word-break:break-word}.ghost-post .has-serif-body .gh-content .kg-callout-text,.ghost-post .has-serif-body .gh-content .kg-toggle-content>ol,.ghost-post .has-serif-body .gh-content .kg-toggle-content>p,.ghost-post .has-serif-body .gh-content .kg-toggle-content>ul,.ghost-post .has-serif-body .gh-content>blockquote,.ghost-post .has-serif-body .gh-content>dl,.ghost-post .has-serif-body .gh-content>ol,.ghost-post .has-serif-body .gh-content>p,.ghost-post .has-serif-body .gh-content>ul{font-family:var(--font-serif)}.ghost-post .gh-content>dl,.ghost-post .gh-content>ol,.ghost-post .gh-content>ul{padding-left:4rem;font-size:1.3em}.ghost-post .gh-content li+li{margin-top:.8rem}.ghost-post .post-feed .post{display:flex}.ghost-post .post-feed .post+.post{margin-top:45px}.ghost-post .post-feed .post-excerpt{margin-top:15px}.ghost-post .post-feed .post-footer{align-items:center;display:flex;margin-top:15px}.ghost-post .post-feed .post-footer-download{margin-left:12px;margin-top:-1px}@media (max-width: 767px){.ghost-post .post-feed .post+.post{margin-top:30px}.ghost-post .post-feed .post-media{margin-right:20px;width:80px}.ghost-post .post-feed .post-media .button-play{height:34px;margin-left:-17px;margin-top:-17px;width:34px}.ghost-post .post-feed .post-excerpt,.ghost-post .post-feed .post-media .letter{display:none}}.ghost-post .single .player{margin-bottom:45px}.ghost-post .single .single-media .post-media{margin:0 auto 30px}.ghost-post .single>.post-header{margin-bottom:30px;text-align:center}.ghost-post .single>.post-header .post-title{font-size:27px;font-weight:700}.ghost-post .single>.post-header .post-meta{margin-top:8px}@media (max-width: 767px){.ghost-post .single .player{margin-bottom:30px}}.ghost-post .infinite-scroll-status,.ghost-post .pagination,.ghost-post body:not(.paged-next) .infinite-scroll-button{display:none}.ghost-post .infinite-scroll-request{-webkit-animation:scaleOut 1s ease-in-out infinite;animation:scaleOut 1s ease-in-out infinite;background-color:var(--darker-gray-color);border-radius:50%;height:40px;margin:30px auto 0;width:40px}.ghost-post .infinite-scroll-action{display:flex;justify-content:center}.ghost-post .infinite-scroll-button{margin-top:45px;width:100%}.ghost-post .infinite-scroll-button .icon{font-size:18px;transform:rotate(90deg)}.ghost-post .author-list{margin-top:45px}.ghost-post .author-list-title{color:var(--brand-color);font-size:14px;font-weight:700;letter-spacing:.5px;margin-bottom:20px;text-transform:uppercase}.ghost-post .author{background-color:var(--light-gray-color);border-radius:3px;display:flex;padding:30px}.ghost-post .author+.author{margin-top:20px}.ghost-post .author-image-placeholder{border-radius:50%;flex-shrink:0;height:75px;margin-right:20px;overflow:hidden;width:75px}.ghost-post .author-wrapper{display:flex;flex-direction:column;flex-grow:1}.ghost-post .author-header{align-items:center;display:flex;justify-content:space-between}.ghost-post .author-name{font-size:18px;margin-bottom:0}.ghost-post .author-social{display:flex}.ghost-post .author-social-item{font-size:16px;line-height:1;margin-left:8px}.ghost-post .author-facebook{margin-left:7px}.ghost-post .author-meta{color:var(--secondary-text-color);font-size:11px;font-weight:700;margin-top:3px;text-transform:uppercase}.ghost-post .author-bio{margin-top:15px}@media (max-width: 767px){.ghost-post .author{background-color:transparent;padding:0}.ghost-post .author-image-placeholder{height:60px;margin-right:15px;width:60px}}.ghost-post .share{border-radius:3px;display:flex;margin-top:30px;overflow:hidden}.ghost-post .share-item{align-items:center;color:var(--white-color);display:flex;flex:1;font-size:13px;font-weight:700;height:40px;justify-content:center;text-transform:uppercase}.ghost-post .share-item .icon{font-size:18px}.ghost-post .share-download{background-color:var(--brand-color)}.ghost-post .share-facebook{background-color:#3b5998}.ghost-post .share-twitter{background-color:#1da1f2}.ghost-post .lazyload,.ghost-post .lazyloading{opacity:0}.ghost-post .lazyloaded{opacity:1;transition:opacity .5s var(--animation-base)}.ghost-post .kg-card.kg-toggle-card .kg-toggle-heading-text{font-size:1.8rem;font-weight:500}.ghost-post .has-serif-title .kg-toggle-card .kg-toggle-heading-text{font-family:var(--font-serif);font-weight:700}.ghost-post .kg-card.kg-callout-card{align-items:baseline}.ghost-post .kg-callout-card-accent a{text-decoration:underline}.ghost-post blockquote.kg-blockquote-alt{color:var(--secondary-text-color);font-style:normal}.ghost-post .kg-card.kg-audio-card .kg-audio-title{font-size:1.05em}.ghost-post .kg-card.kg-audio-card .kg-audio-current-time,.ghost-post .kg-card.kg-audio-card .kg-audio-playback-rate,.ghost-post .kg-card.kg-audio-card .kg-audio-time{font-size:.95em}.ghost-post .kg-card.kg-button-card .kg-btn{font-size:1.1em}.ghost-post .kg-nft-card-container:hover{text-decoration:none}.ghost-post .kg-card.kg-file-card a.kg-file-card-container{padding:8px}.ghost-post .kg-card.kg-file-card a.kg-file-card-container:hover{text-decoration:none}.ghost-post .kg-file-card .kg-file-card-metadata{font-size:.95em}.ghost-post .has-serif-body .kg-header-card h3.kg-header-card-subheader,.ghost-post .has-serif-title .kg-card.kg-header-card h2.kg-header-card-header{font-family:var(--font-serif)}.ghost-post .kg-image{margin-left:auto;margin-right:auto}.ghost-post .kg-embed-card{align-items:center;display:flex;flex-direction:column;width:100%}.ghost-post .kg-embed-card>iframe{min-height:400px}.ghost-post .kg-canvas{display:grid;grid-template-columns:[full-start] minmax(4vw,auto) [wide-start] minmax(auto,85px) [main-start] min(750px,100% - 8vw) [main-end] minmax(auto,85px) [wide-end] minmax(4vw,auto) [full-end]}.ghost-post .kg-canvas>*{grid-column:main-start/main-end}.ghost-post .kg-width-wide{grid-column:wide-start/wide-end}.ghost-post .kg-width-full{grid-column:full-start/full-end}.ghost-post .u-permalink{bottom:0;outline:none;right:0;z-index:50}.ghost-post .u-object-fit,.ghost-post .u-permalink{left:0;position:absolute;top:0}.ghost-post .u-object-fit{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ghost-post .u-overlay{position:relative}.ghost-post .u-overlay:before{background-color:var(--black-color);bottom:0;content:"";left:0;opacity:1;position:absolute;right:0;top:0;transition:opacity 1s var(--animation-base);z-index:10}.ghost-post .u-overlay.initialized:before{opacity:.4}.ghost-post .u-placeholder{background-color:var(--light-gray-color);position:relative;z-index:10}.ghost-post .u-placeholder:before{content:"";display:block}.ghost-post .u-placeholder.horizontal:before{padding-bottom:50%}.ghost-post .u-placeholder.rectangle:before{padding-bottom:62.5%}.ghost-post .u-placeholder.square:before{padding-bottom:100%}@media (max-width: 767px){.ghost-post .u-placeholder.horizontal:before{padding-bottom:62.5%}}.ghost-post .u-text-format{font-size:16px}.ghost-post .u-text-format>*{margin-bottom:0}.ghost-post .u-text-format>*+*{margin-top:30px}.ghost-post .u-text-format>:first-child{margin-top:0!important}.ghost-post .u-text-format>*+ol,.ghost-post .u-text-format>*+p,.ghost-post .u-text-format>*+ul{margin-top:20px}.ghost-post .u-text-format h1,.ghost-post .u-text-format h2,.ghost-post .u-text-format h3,.ghost-post .u-text-format h4,.ghost-post .u-text-format h5,.ghost-post .u-text-format h6{margin-top:30px}.ghost-post .has-serif-title .u-text-format h1,.ghost-post .has-serif-title .u-text-format h2,.ghost-post .has-serif-title .u-text-format h3,.ghost-post .has-serif-title .u-text-format h4,.ghost-post .has-serif-title .u-text-format h5,.ghost-post .has-serif-title .u-text-format h6{font-family:var(--font-serif);font-weight:700}.ghost-post .u-text-format h1+p,.ghost-post .u-text-format h2+p,.ghost-post .u-text-format h3+p,.ghost-post .u-text-format h4+p,.ghost-post .u-text-format h5+p,.ghost-post .u-text-format h6+p{margin-top:15px}.ghost-post .u-text-format h1{font-size:25px}.ghost-post .u-text-format h2{font-size:22px}.ghost-post .u-text-format h3{font-size:19px}.ghost-post .u-text-format h4{font-size:16px;font-weight:700}.ghost-post .u-text-format h5{font-size:14px;font-weight:700}.ghost-post .u-text-format h6{font-size:12px;font-weight:700;text-transform:uppercase}.ghost-post .u-text-format a{text-decoration:underline}.ghost-post .u-text-format ol li:not(:first-child),.ghost-post .u-text-format ul li:not(:first-child){margin-top:10px}.ghost-post .u-text-format>.kg-card,.ghost-post .u-text-format>.kg-card+*{margin-top:45px}.ghost-post .u-text-format hr,.ghost-post .u-text-format hr+*{margin-top:40px}.ghost-post .u-text-format blockquote,.ghost-post .u-text-format blockquote+*{margin-top:30px}.ghost-post .has-serif-body .u-text-format>blockquote,.ghost-post .has-serif-body .u-text-format>dl,.ghost-post .has-serif-body .u-text-format>ol,.ghost-post .has-serif-body .u-text-format>p,.ghost-post .has-serif-body .u-text-format>ul{font-family:var(--font-serif)}@-webkit-keyframes scaleOut{0%{transform:scale(0)}to{opacity:0;transform:scale(1)}}@keyframes scaleOut{0%{transform:scale(0)}to{opacity:0;transform:scale(1)}}.kg-audio-card,.kg-audio-card *{box-sizing:border-box}.kg-audio-card{display:flex;width:100%;min-height:96px;border-radius:3px;box-shadow:inset 0 0 0 1px #7c8b9a40}.kg-audio-card+.kg-audio-card{margin-top:1em}.kg-audio-thumbnail{display:flex;justify-content:center;align-items:center;width:80px;min-width:80px;margin:8px;background:0 0;object-fit:cover;aspect-ratio:1/1;border-radius:2px}.kg-audio-thumbnail.placeholder{background:var(--ghost-accent-color)}.kg-audio-thumbnail.placeholder svg{width:24px;height:24px;fill:#fff}.kg-audio-player-container{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;--seek-before-width: 0%;--volume-before-width: 100%;--buffered-width: 0%}.kg-audio-title{width:100%;margin:8px 0 0;padding:8px 12px;border:0;font-family:inherit;font-size:1.15em;font-weight:700;line-height:1.15em;background:0 0}.kg-audio-player{display:flex;flex-grow:1;align-items:center;padding:8px 12px}.kg-audio-current-time,.kg-audio-time{font-family:inherit;font-size:.85em;font-weight:500;line-height:1.4em;white-space:nowrap}.kg-audio-current-time{min-width:38px;padding:0 4px}.kg-audio-time{width:56px;color:#ababab}.kg-audio-duration{padding:0 4px}.kg-audio-pause-icon,.kg-audio-play-icon{position:relative;bottom:1px;padding:0 4px 0 0;font-size:0;background:0 0}.kg-audio-hide{display:none!important}.kg-audio-pause-icon svg,.kg-audio-play-icon svg{width:14px;height:14px;fill:currentColor}.kg-audio-seek-slider{flex-grow:1;margin:0 4px}@media (max-width: 640px){.kg-audio-seek-slider{display:none}}.kg-audio-playback-rate{min-width:37px;padding:0 4px;font-family:inherit;font-size:.85em;font-weight:600;line-height:1.4em;text-align:left;background:0 0;white-space:nowrap}@media (max-width: 640px){.kg-audio-playback-rate{padding-left:8px}}.kg-audio-mute-icon,.kg-audio-unmute-icon{position:relative;bottom:-1px;padding:0 4px;font-size:0;background:0 0}@media (max-width: 640px){.kg-audio-mute-icon,.kg-audio-unmute-icon{margin-left:auto}}.kg-audio-mute-icon svg,.kg-audio-unmute-icon svg{width:16px;height:16px;fill:currentColor}.kg-audio-volume-slider{width:80px}@media (max-width: 400px){.kg-audio-volume-slider{display:none}}.kg-audio-seek-slider:before,.kg-audio-volume-slider:before{content:"";position:absolute;left:0;width:var(--seek-before-width)!important;height:4px;cursor:pointer;background-color:currentColor;border-radius:2px}.kg-audio-volume-slider:before{width:var(--volume-before-width)!important}.kg-audio-player-container input[type=range]{position:relative;-webkit-appearance:none;background:0 0;height:auto;padding:0;border:0}.kg-audio-player-container input[type=range]:focus,.kg-video-card input[type=range]:focus{outline:0}.kg-audio-player-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.kg-audio-player-container button,.kg-video-card button{display:flex;align-items:center;border:0;cursor:pointer}.kg-audio-player-container input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:#7c8b9a40;border-radius:2px}.kg-audio-player-container input[type=range]::-webkit-slider-thumb{position:relative;box-sizing:content-box;width:13px;height:13px;margin:-5px 0 0;border:0;cursor:pointer;background:#fff;border-radius:50%;box-shadow:0 0 0 1px #00000014,0 1px 4px #0000003d}.kg-audio-player-container input[type=range]:active::-webkit-slider-thumb{transform:scale(1.2)}.kg-audio-player-container input[type=range]::-moz-range-track{width:100%;height:4px;cursor:pointer;background:#7c8b9a40;border-radius:2px}.kg-audio-player-container input[type=range]::-moz-range-progress{background:currentColor;border-radius:2px}.kg-audio-player-container input[type=range]::-moz-range-thumb{box-sizing:content-box;width:13px;height:13px;border:0;cursor:pointer;background:#fff;border-radius:50%;box-shadow:0 0 0 1px #00000014,0 1px 4px #0000003d}.kg-audio-player-container input[type=range]:active::-moz-range-thumb{transform:scale(1.2)}.kg-audio-player-container input[type=range]::-ms-track{width:100%;height:3px;border:solid transparent;color:transparent;cursor:pointer;background:0 0}.kg-audio-player-container input[type=range]::-ms-fill-lower{background:#fff}.kg-audio-player-container input[type=range]::-ms-fill-upper{background:currentColor}.kg-audio-player-container input[type=range]::-ms-thumb{box-sizing:content-box;width:13px;height:13px;border:0;cursor:pointer;background:#fff;border-radius:50%;box-shadow:0 0 0 1px #00000014,0 1px 4px #0000003d}.kg-audio-player-container input[type=range]:active::-ms-thumb{transform:scale(1.2)}.kg-before-after-card>div{position:relative;margin:0 auto}.kg-before-after-card-image-before{position:absolute;overflow:hidden;top:0;left:0;height:100%}.kg-before-after-card .kg-before-after-card-image-after img{width:100%}.kg-before-after-card .kg-before-after-card-image-before img{max-width:none;object-fit:cover}.kg-before-after-card input{position:absolute;top:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:100%;background:0 0;outline:0;margin:0}.kg-before-after-card input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:5px;height:100%;background:#fff;cursor:pointer}.kg-before-after-card input::-moz-range-thumb{width:5px;height:100%;background:#fff;cursor:pointer}.kg-before-after-card-slider-handle{pointer-events:none;position:absolute;width:30px;height:30px;border-radius:50%;background-color:#fff;left:calc(50% - 18px);top:calc(50% - 18px);display:flex;justify-content:center;align-items:center}.kg-before-after-card-slider-handle:after,.kg-before-after-card-slider-handle:before{transform:rotate(-45deg);content:"";padding:3px;display:inline-block;border:solid #5d5d5d;border-width:0 2px 2px 0}.kg-before-after-card-slider-handle:before{transform:rotate(135deg)}.kg-blockquote-alt{font-size:1.5em;font-style:italic;line-height:1.7em;text-align:center;padding:0 2.5em}@media (max-width: 800px){.kg-blockquote-alt{font-size:1.4em;padding-left:2em;padding-right:2em}}@media (max-width: 600px){.kg-blockquote-alt{font-size:1.2em;padding-left:1.75em;padding-right:1.75em}}.kg-bookmark-card,.kg-bookmark-card *{box-sizing:border-box}.kg-bookmark-card,.kg-bookmark-publisher{position:relative;width:100%}.kg-bookmark-card a.kg-bookmark-container,.kg-bookmark-card a.kg-bookmark-container:hover{display:flex;text-decoration:none;border-radius:3px;border:1px solid rgba(124,139,154,.25);overflow:hidden;color:inherit}.kg-bookmark-content{display:flex;flex-direction:column;flex-grow:1;flex-basis:100%;align-items:flex-start;justify-content:flex-start;padding:20px;overflow:hidden}.kg-bookmark-title{font-size:1.5rem;line-height:1.4em;font-weight:600}.kg-bookmark-description{display:-webkit-box;font-size:1.4rem;line-height:1.5em;margin-top:3px;font-weight:400;max-height:44px;overflow-y:hidden;opacity:.7;-webkit-line-clamp:2;-webkit-box-orient:vertical}.kg-bookmark-metadata{display:flex;align-items:center;margin-top:22px;width:100%;font-size:1.4rem;font-weight:500;white-space:nowrap}.kg-bookmark-metadata>:not(img){opacity:.7}.kg-bookmark-icon{width:20px;height:20px;margin-right:6px}.kg-bookmark-author{display:inline}.kg-bookmark-publisher{text-overflow:ellipsis;overflow:hidden;max-width:240px;white-space:nowrap;display:block;line-height:1.65em}.kg-bookmark-metadata>span:nth-of-type(2){font-weight:400}.kg-bookmark-metadata>span:nth-of-type(2):before{content:"•";margin:0 6px}.kg-bookmark-metadata>span:last-of-type{overflow:hidden;text-overflow:ellipsis}.kg-bookmark-thumbnail{position:relative;flex-grow:1;min-width:33%}.kg-bookmark-thumbnail img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;border-radius:0 2px 2px 0}.kg-button-card,.kg-button-card *{box-sizing:border-box}.kg-button-card,.kg-button-card a.kg-btn{display:flex;position:static;align-items:center}.kg-button-card{width:100%;justify-content:center}.kg-button-card.kg-align-left{justify-content:flex-start}.kg-button-card a.kg-btn{padding:0 1.2em;height:2.4em;line-height:1em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.95em;font-weight:600;text-decoration:none;border-radius:5px;transition:opacity .2s ease-in-out}.kg-button-card a.kg-btn:hover{opacity:.85}.kg-button-card a.kg-btn-accent{background-color:var(--ghost-accent-color);color:#fff}.kg-callout-card,.kg-callout-card *{box-sizing:border-box}.kg-callout-card{display:flex;padding:1.2em 1.6em;border-radius:3px}.kg-callout-card-grey{background:#7c8b9a21}.kg-callout-card-white{background:0 0;box-shadow:inset 0 0 0 1px #7c8b9a40}.kg-callout-card-blue{background:#21ace81f}.kg-callout-card-green{background:#34b7431f}.kg-callout-card-yellow{background:#f0a50f21}.kg-callout-card-red{background:#d12e2e1c}.kg-callout-card-pink{background:#e147ae1c}.kg-callout-card-purple{background:#8755ec1f}.kg-callout-card-accent{background:var(--ghost-accent-color);color:#fff}.kg-callout-card.kg-callout-card-accent a{color:#fff;text-decoration:underline}.kg-callout-card div.kg-callout-emoji{padding-right:.8em;line-height:1.25em;font-size:1.15em}.kg-callout-card div.kg-callout-text{font-size:.95em;line-height:1.5em}.kg-callout-card+.kg-callout-card{margin-top:1em}.kg-file-card,.kg-file-card *{box-sizing:border-box}.kg-file-card{display:flex}.kg-file-card a.kg-file-card-container{display:flex;align-items:stretch;justify-content:space-between;color:inherit;padding:6px;min-height:92px;border:1px solid rgba(124,139,154,.25);border-radius:3px;transition:all ease-in-out .35s;text-decoration:none;width:100%}.kg-file-card a.kg-file-card-container:hover{border:1px solid rgba(124,139,154,.35)}.kg-file-card-contents{display:flex;flex-direction:column;justify-content:space-between;margin:4px 8px;width:100%}.kg-file-card-title{font-size:1.15em;font-weight:700;line-height:1.3em}.kg-file-card-caption{font-size:.95em;line-height:1.3em;opacity:.6}.kg-file-card-title+.kg-file-card-caption{margin-top:-3px}.kg-file-card-metadata{display:inline;font-size:.825em;line-height:1.3em;margin-top:2px}.kg-file-card-filename{display:inline;font-weight:500}.kg-file-card-filesize{display:inline-block;font-size:.925em;opacity:.6}.kg-file-card-filesize:before{display:inline-block;content:"•";margin-right:4px}.kg-file-card-icon{position:relative;display:flex;align-items:center;justify-content:center;width:80px;min-width:80px;height:100%}.kg-file-card-icon:before{position:absolute;display:block;content:"";top:0;left:0;right:0;bottom:0;background:currentColor;opacity:.06;transition:opacity ease-in-out .35s;border-radius:2px}.kg-file-card a.kg-file-card-container:hover .kg-file-card-icon:before{opacity:.08}.kg-file-card-icon svg{width:24px;height:24px;color:var(--ghost-accent-color)}.kg-file-card-medium a.kg-file-card-container{min-height:72px}.kg-file-card-medium .kg-file-card-caption{opacity:1;font-weight:500}.kg-file-card-small a.kg-file-card-container{align-items:center;min-height:52px}.kg-file-card-small .kg-file-card-metadata{font-size:1em;margin-top:0}.kg-file-card-small .kg-file-card-icon svg{width:20px;height:20px}.kg-file-card+.kg-file-card{margin-top:1em}.kg-gallery-card,.kg-gallery-card *{box-sizing:border-box}.kg-gallery-card,.kg-image-card{--gap: 1.2rem}.kg-gallery-card:not(.kg-card-hascaption)+.kg-gallery-card,.kg-gallery-card:not(.kg-card-hascaption)+.kg-image-card,.kg-image-card:not(.kg-card-hascaption)+.kg-gallery-card,.kg-image-card:not(.kg-card-hascaption)+.kg-image-card{margin-top:var(--gap)}.kg-gallery-container{position:relative}.kg-gallery-row{display:flex;flex-direction:row;justify-content:center}.kg-gallery-image img{display:block;margin:0;width:100%;height:100%}.kg-gallery-row:not(:first-of-type){margin:var(--gap) 0 0}.kg-gallery-image:not(:first-of-type){margin:0 0 0 var(--gap)}@media (max-width: 600px){.kg-gallery-card,.kg-image-card{--gap: .6rem}}.kg-header-card,.kg-header-card *{box-sizing:border-box}.kg-header-card{padding:12vmin 4em;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.kg-header-card.kg-size-small{padding-top:14vmin;padding-bottom:14vmin;min-height:40vh}.kg-header-card.kg-size-large{padding-top:18vmin;padding-bottom:18vmin;min-height:80vh}.kg-header-card.kg-align-left{text-align:left;align-items:flex-start}.kg-header-card.kg-style-dark{background:#151515;color:#fff}.kg-header-card.kg-style-light{background-color:#fafafa}.kg-header-card.kg-style-accent{background-color:var(--ghost-accent-color)}.kg-header-card.kg-style-image{position:relative;background-color:#e7e7e7;background-size:cover;background-position:center}.kg-header-card.kg-style-image:before{position:absolute;display:block;content:"";top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,transparent,rgba(0,0,0,.2))}.kg-header-card h2.kg-header-card-header{font-size:5em;font-weight:700;line-height:1.1em;letter-spacing:-.01em;margin:0}.kg-header-card h2.kg-header-card-header strong{font-weight:800}.kg-header-card.kg-size-small h2.kg-header-card-header{font-size:4em}.kg-header-card.kg-size-large h2.kg-header-card-header{font-size:6em}.kg-header-card h3.kg-header-card-subheader{font-size:1.5em;font-weight:500;line-height:1.4em;margin:0;max-width:40em}.kg-header-card h2+h3.kg-header-card-subheader{margin:.35em 0 0}.kg-header-card h3.kg-header-card-subheader strong{font-weight:600}.kg-header-card.kg-size-small h3.kg-header-card-subheader{font-size:1.25em}.kg-header-card.kg-size-large h3.kg-header-card-subheader{font-size:1.75em}.kg-header-card:not(.kg-style-light) h2.kg-header-card-header,.kg-header-card:not(.kg-style-light) h3.kg-header-card-subheader{color:#fff}.kg-header-card.kg-style-accent h3.kg-header-card-subheader,.kg-header-card.kg-style-image h3.kg-header-card-subheader,.kg-product-card-rating-active.kg-product-card-rating-star svg{opacity:1}.kg-header-card.kg-style-image a.kg-header-card-button,.kg-header-card.kg-style-image h2.kg-header-card-header,.kg-header-card.kg-style-image h3.kg-header-card-subheader{z-index:999}.kg-header-card h2.kg-header-card-header a,.kg-header-card h3.kg-header-card-subheader a{color:var(--ghost-accent-color)}.kg-header-card.kg-style-accent h2.kg-header-card-header a,.kg-header-card.kg-style-accent h3.kg-header-card-subheader a,.kg-header-card.kg-style-image h2.kg-header-card-header a,.kg-header-card.kg-style-image h3.kg-header-card-subheader a{color:#fff}.kg-header-card a.kg-header-card-button{display:flex;position:static;align-items:center;fill:#fff;background:#fff;border-radius:3px;outline:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.05em;font-weight:600;line-height:1em;text-align:center;text-decoration:none;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;color:#151515;height:2.7em;padding:0 1.2em;transition:opacity .2s ease}.kg-header-card h2+a.kg-header-card-button,.kg-header-card h3+a.kg-header-card-button{margin:1.75em 0 0}.kg-header-card a.kg-header-card-button:hover{opacity:.85}.kg-header-card.kg-size-large a.kg-header-card-button{font-size:1.1em;height:2.9em}.kg-header-card.kg-size-large h2+a.kg-header-card-button,.kg-header-card.kg-size-large h3+a.kg-header-card-button{margin-top:2em}.kg-header-card.kg-size-small a.kg-header-card-button{height:2.4em;font-size:1em}.kg-header-card.kg-size-small h2+a.kg-header-card-button,.kg-header-card.kg-size-small h3+a.kg-header-card-button{margin-top:1.5em}.kg-header-card.kg-style-dark a.kg-header-card-button,.kg-header-card.kg-style-image a.kg-header-card-button{background:#fff;color:#151515}.kg-header-card.kg-style-light a.kg-header-card-button{background:var(--ghost-accent-color);color:#fff}.kg-header-card.kg-style-accent a.kg-header-card-button{background:#fff;color:#151515}@media (max-width: 640px){.kg-header-card{padding-left:1em;padding-right:1em}.kg-header-card h2.kg-header-card-header{font-size:3.5em}.kg-header-card.kg-size-large h2.kg-header-card-header{font-size:4em}.kg-header-card.kg-size-small h2.kg-header-card-header{font-size:3em}.kg-header-card h3.kg-header-card-subheader{font-size:1.25em}.kg-header-card.kg-size-large h3.kg-header-card-subheader{font-size:1.5em}.kg-header-card.kg-size-small h3.kg-header-card-subheader{font-size:1em}}.kg-nft-card,.kg-nft-card *{box-sizing:border-box}.kg-nft-card{display:flex;flex-direction:column;align-items:center;width:100%;margin-left:auto;margin-right:auto}.kg-nft-card a.kg-nft-card-container{position:static;display:flex;flex:auto;flex-direction:column;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;font-size:14px;font-weight:400;box-shadow:0 2px 6px -2px #0000001a,0 0 1px #0006;width:100%;max-width:512px;color:#222;background:#fff;border-radius:5px;transition:none}.kg-nft-card *{position:static}.kg-nft-metadata{padding:20px;width:100%}.kg-nft-image{border-radius:5px 5px 0 0;width:100%}.kg-nft-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.kg-nft-header h4.kg-nft-title{font-family:inherit;font-size:19px;font-weight:700;line-height:1.3em;min-width:unset;max-width:unset;margin:0;color:#222}.kg-nft-opensea-logo{margin-top:2px;width:100px;object-fit:scale-down}.kg-nft-card p.kg-nft-description,.kg-nft-creator{font-family:inherit;line-height:1.4em;margin:4px 0 0;color:#ababab}.kg-nft-creator span{font-weight:500;color:#222}.kg-nft-card p.kg-nft-description{font-size:14px;margin:20px 0 0;color:#222}.kg-product-card,.kg-product-card *{box-sizing:border-box}.kg-product-card{display:flex;align-items:center;flex-direction:column;width:100%}.kg-product-card-container{display:grid;grid-template-columns:auto min-content;align-items:center;grid-row-gap:16px;background:0 0;max-width:550px;padding:20px;width:100%;border-radius:5px;box-shadow:inset 0 0 0 1px #7c8b9a40}.kg-product-card-image{grid-column:1/3;justify-self:center}.kg-product-card-title-container{grid-column:1/2}.kg-product-card h4.kg-product-card-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-decoration:none;font-weight:700;font-size:1.4em;margin-top:0;margin-bottom:0;line-height:1.15em}.kg-product-card-description{grid-column:1/3}.kg-product-card .kg-product-card-description ol,.kg-product-card .kg-product-card-description p,.kg-product-card .kg-product-card-description ul{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:5em;line-height:1.5em;opacity:.7;margin-bottom:0}.kg-product-card .kg-product-card-description p:first-of-type{margin-top:-4px}.kg-product-card .kg-product-card-description ol,.kg-product-card .kg-product-card-description p:not(:first-of-type),.kg-product-card .kg-product-card-description ul{margin-top:.95em}.kg-product-card .kg-product-card-description li+li,.kg-toggle-card li+li{margin-top:.5em}.kg-product-card-rating{display:flex;align-items:center;grid-column:2/3;align-self:start;justify-self:end;padding-left:16px}@media (max-width: 400px){.kg-product-card-title-container{grid-column:1/3}.kg-product-card-rating{grid-column:1/3;justify-self:start;margin-top:-15px;padding-left:0}}.kg-product-card-rating-star{height:28px;width:20px}.kg-product-card-rating-star svg{width:16px;height:16px;fill:currentColor;opacity:.15}.kg-product-card a.kg-product-card-button{justify-content:center;grid-column:1/3;display:flex;position:static;align-items:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.95em;font-weight:600;line-height:1em;text-decoration:none;width:100%;height:2.4em;border-radius:5px;padding:0 1.2em;transition:opacity .2s ease-in-out}.kg-product-card a.kg-product-card-btn-accent{background-color:var(--ghost-accent-color);color:#fff}.kg-toggle-card,.kg-toggle-card *{box-sizing:border-box}.kg-toggle-card{background:0 0;box-shadow:inset 0 0 0 1px #7c8b9a40;border-radius:4px;padding:1.2em}.kg-toggle-card[data-kg-toggle-state=close] .kg-toggle-content{height:0;overflow:hidden;transition:opacity .5s ease,top .35s ease;opacity:0;top:-.5em;position:relative}.kg-toggle-content{height:auto;opacity:1;transition:opacity 1s ease,top .35s ease;top:0;position:relative}.kg-toggle-card[data-kg-toggle-state=close] svg{transform:unset}.kg-toggle-heading{cursor:pointer;display:flex;justify-content:space-between;align-items:flex-start}.kg-toggle-card h4.kg-toggle-heading-text{font-size:1.15em;font-weight:700;line-height:1.3em;margin-top:0;margin-bottom:0}.kg-toggle-content p:first-of-type{margin-top:.5em}.kg-toggle-card .kg-toggle-content ol,.kg-toggle-card .kg-toggle-content p,.kg-toggle-card .kg-toggle-content ul{font-size:.95em;line-height:1.5em;margin-top:.95em;margin-bottom:0}.kg-toggle-card-icon{height:24px;width:24px;display:flex;justify-content:center;align-items:center;margin-left:1em;background:0 0;border:0}.kg-toggle-heading svg{width:14px;color:#7c8b9a80;transition:all .3s;transform:rotate(-180deg)}.kg-toggle-heading path{fill:none;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;fill-rule:evenodd}.kg-toggle-card+.kg-toggle-card{margin-top:1em}.kg-video-card,.kg-video-card *{box-sizing:border-box}.kg-video-card{position:relative;--seek-before-width: 0%;--volume-before-width: 100%;--buffered-width: 0%}.kg-video-card video{display:block;max-width:100%;height:auto}.kg-video-container{position:relative;display:flex;flex-direction:column;align-items:center}.kg-video-large-play-icon,.kg-video-overlay{display:flex;justify-content:center;align-items:center;transition:opacity .2s ease-in-out}.kg-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(180deg,rgba(0,0,0,.3) 0,transparent 70%,transparent 100%);z-index:999}.kg-video-large-play-icon{width:72px;height:72px;padding:0;background:#00000080;border-radius:50%}.kg-video-large-play-icon svg{width:20px;height:auto;margin-left:2px;fill:#fff}.kg-video-player-container{position:absolute;bottom:0;width:100%;height:80px;background:linear-gradient(transparent,#00000080);z-index:999;transition:opacity .2s ease-in-out}.kg-video-player{position:absolute;bottom:0;display:flex;align-items:center;width:100%;z-index:9999;padding:12px 16px}.kg-video-current-time,.kg-video-time{font-family:inherit;font-size:.85em;font-weight:500;line-height:1.4em;white-space:nowrap}.kg-video-current-time{min-width:38px;padding:0 4px;color:#fff}.kg-video-time{color:#fff9}.kg-video-duration{padding:0 4px}.kg-video-pause-icon,.kg-video-play-icon{position:relative;padding:0 4px 0 0;font-size:0;background:0 0}.kg-video-hide{display:none!important}.kg-video-hide-animated{opacity:0!important;transition:opacity .2s ease-in-out;cursor:initial}.kg-video-pause-icon svg,.kg-video-play-icon svg{width:14px;height:14px;fill:#fff}.kg-video-seek-slider{flex-grow:1;margin:0 4px}@media (max-width: 520px){.kg-video-seek-slider{display:none}}.kg-video-playback-rate{min-width:37px;padding:0 4px;color:#fff;font-family:inherit;font-size:.85em;font-weight:600;line-height:1.4em;text-align:left;background:0 0;white-space:nowrap}@media (max-width: 520px){.kg-video-playback-rate{padding-left:8px}}.kg-video-mute-icon,.kg-video-unmute-icon{position:relative;bottom:-1px;padding:0 4px;font-size:0;background:0 0}@media (max-width: 520px){.kg-video-mute-icon,.kg-video-unmute-icon{margin-left:auto}}.kg-video-mute-icon svg,.kg-video-unmute-icon svg{width:16px;height:16px;fill:#fff}.kg-video-volume-slider{width:80px}@media (max-width: 300px){.kg-video-volume-slider{display:none}}.kg-video-seek-slider:before,.kg-video-volume-slider:before{content:"";position:absolute;left:0;width:var(--seek-before-width)!important;height:4px;cursor:pointer;background-color:#ebeef0;border-radius:2px}.kg-video-volume-slider:before{width:var(--volume-before-width)!important}.kg-video-card input[type=range]{position:relative;-webkit-appearance:none;background:0 0;height:auto;padding:0;border:0}.kg-video-card input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.kg-video-card input[type=range]::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:#fff3;border-radius:2px}.kg-video-card input[type=range]::-webkit-slider-thumb{position:relative;box-sizing:content-box;width:13px;height:13px;margin:-5px 0 0;border:0;cursor:pointer;background:#fff;border-radius:50%;box-shadow:0 0 0 1px #00000014,0 1px 4px #0000003d}.kg-video-card input[type=range]:active::-webkit-slider-thumb{transform:scale(1.2)}.kg-video-card input[type=range]::-moz-range-track{width:100%;height:4px;cursor:pointer;background:#fff3;border-radius:2px}.kg-video-card input[type=range]::-moz-range-progress{background:#ebeef0;border-radius:2px}.kg-video-card input[type=range]::-moz-range-thumb{box-sizing:content-box;width:13px;height:13px;border:0;cursor:pointer;background:#fff;border-radius:50%;box-shadow:0 0 0 1px #00000014,0 1px 4px #0000003d}.kg-video-card input[type=range]:active::-moz-range-thumb{transform:scale(1.2)}.kg-video-card input[type=range]::-ms-track{width:100%;height:3px;border:solid transparent;color:transparent;cursor:pointer;background:0 0}.kg-video-card input[type=range]::-ms-fill-lower{background:#fff}.kg-video-card input[type=range]::-ms-fill-upper{background:#ebeef0}.kg-video-card input[type=range]::-ms-thumb{box-sizing:content-box;width:13px;height:13px;border:0;cursor:pointer;background:#fff;border-radius:50%;box-shadow:0 0 0 1px #00000014,0 1px 4px #0000003d}.kg-video-card input[type=range]:active::-ms-thumb{transform:scale(1.2)}article[data-v-537b9a0c]{margin:auto}article[data-v-537b9a0c] .kg-btn{color:#000;font-weight:600}article[data-v-537b9a0c] .kg-btn.kg-btn-accent{background-color:#000;color:#fff}header[data-v-537b9a0c]{display:grid;padding:20px;place-items:center}@media screen and (max-width: 700px){header[data-v-537b9a0c]{padding:0}}header .description-wrapper[data-v-537b9a0c]{font-weight:700;color:#777}header .title[data-v-537b9a0c]{padding-bottom:20px}header .title>h1[data-v-537b9a0c]{font-weight:900;font-size:3em;max-width:800px;text-align:center}@media screen and (max-width: 700px){header .title>h1[data-v-537b9a0c]{font-size:2em;padding:0 20px}}footer[data-v-537b9a0c]{padding:60px 20px 20px}footer .author-wrapper[data-v-537b9a0c]{max-width:600px;margin:auto;display:grid;grid-template-columns:120px auto;gap:20px}@media screen and (max-width: 600px){footer .author-wrapper[data-v-537b9a0c]{grid-template-columns:80px auto}}footer .author-wrapper .avatar[data-v-537b9a0c]{display:grid;place-items:center}footer .author-wrapper .avatar img[data-v-537b9a0c]{width:100%;border-radius:50%}footer .author-wrapper .content[data-v-537b9a0c]{display:grid;gap:10px}footer .author-wrapper .content .author-name[data-v-537b9a0c]{font-weight:800;color:#000;font-size:1.6em}@media screen and (max-width: 600px){footer .author-wrapper .content .author-name[data-v-537b9a0c]{font-size:1.3em}}footer .author-wrapper .content .description[data-v-537b9a0c]{color:#000;font-size:1.2em;letter-spacing:1.1}@media screen and (max-width: 600px){footer .author-wrapper .content .description[data-v-537b9a0c]{font-size:1em}}footer .author-wrapper .content .location[data-v-537b9a0c]{color:#b8b8b8;font-weight:700}.gh-content[data-v-537b9a0c]{margin-top:50px}.header-image[data-v-537b9a0c]{max-width:800px;width:100%}main[data-v-ae3ef085]{padding-top:100px}.resources-section[data-v-c85a3e54]{max-width:var(--full-box-width);margin:auto;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x)}.resources-section .content-wrapper[data-v-c85a3e54]{text-align:center}.resources-section .content-wrapper .tag[data-v-c85a3e54],.resources-section .content-wrapper .title[data-v-c85a3e54],.resources-section .content-wrapper .content[data-v-c85a3e54]{margin-bottom:var(--gap-small);max-width:var(--small-box-width);margin-left:auto;margin-right:auto}.resources-section .content-wrapper .actions[data-v-c85a3e54]{display:flex;justify-content:center;gap:20px}.resources-section .resources-wrapper[data-v-c85a3e54]{margin-top:calc(var(--gap-medium) * var(--default-size-factor))}.resources-section .resources-wrapper .resources-grid[data-v-c85a3e54]{display:grid;gap:calc(var(--gap-medium) * var(--default-size-factor));grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.features-grid[data-v-ec9527db]{max-width:var(--full-box-width);margin:auto;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x)}.features-grid .tag[data-v-ec9527db]{margin-bottom:var(--gap-small);margin-left:auto;margin-right:auto;max-width:var(--small-box-width);width:100%;text-align:center}.features-grid .title[data-v-ec9527db]{margin-bottom:var(--gap-large);margin-left:auto;margin-right:auto;max-width:var(--small-box-width);width:100%;text-align:center}@media screen and (max-width: 768px){.features-grid .title[data-v-ec9527db]{margin-bottom:var(--gap-regular)}}.features-grid .content[data-v-ec9527db]{margin-bottom:var(--gap-medium);margin-top:-43px;max-width:var(--small-box-width);margin-left:auto;margin-right:auto;text-align:center}.features-grid .actions[data-v-ec9527db]{display:flex;justify-content:center;margin-bottom:var(--gap-small)}.features-grid .features-list[data-v-ec9527db]{display:grid;grid-template-columns:repeat(auto-fill,minmax(442px,1fr));grid-auto-rows:135px;gap:var(--gap-medium);grid-auto-flow:row dense}@media screen and (max-width: 1024px){.features-grid .features-list[data-v-ec9527db]{gap:calc(var(--gap-medium) * .65);grid-template-columns:repeat(auto-fill,minmax(calc(50vw - 120px),1fr))}}@media screen and (max-width: 650px){.features-grid .features-list[data-v-ec9527db]{gap:calc(var(--gap-medium) * .5);grid-template-columns:100%}}.features-grid .disclaimer[data-v-ec9527db]{margin-top:var(--gap-medium);margin-bottom:var(--gap-large);max-width:var(--small-box-width);margin-left:auto;margin-right:auto;text-align:center}.feature-card[data-v-7a7fe90b]{width:100%;height:100%;box-sizing:border-box;margin:auto;color:#fff;background-color:rgba(var(--ci-turquoise-medium),.04);border:1px solid rgba(255,255,255,.25);border-radius:var(--corner-radius);overflow:hidden;transition:transform .3s}@media screen and (min-width: 768px){.feature-card[data-v-7a7fe90b]:hover{transform:scale(1.025)}}.feature-card .image-wrapper[data-v-7a7fe90b]{height:auto;box-shadow:none!important}.feature-card .image-wrapper[data-v-7a7fe90b] img{width:100%;height:189px;object-fit:cover;box-shadow:none!important}@media screen and (max-width: 1024px){.feature-card .image-wrapper[data-v-7a7fe90b] img{height:170.1px}}@media screen and (max-width: 650px){.feature-card .image-wrapper[data-v-7a7fe90b] img{height:162px}}.feature-card .content-wrapper[data-v-7a7fe90b]{display:flex;align-items:center;gap:var(--gap-small);padding:var(--gap-small)}.feature-card .content-wrapper .text-wrapper .tag[data-v-7a7fe90b]{margin-bottom:10px}.feature-card .content-wrapper .text-wrapper .title[data-v-7a7fe90b]{margin-bottom:6px}.key-visual-section[data-v-b013c334]{max-width:var(--full-box-width);margin:auto;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x);text-align:center;margin-top:calc(var(--gap-medium) * var(--default-size-factor))}.key-visual-section .tag[data-v-b013c334],.key-visual-section .title[data-v-b013c334],.key-visual-section .content[data-v-b013c334]{margin-bottom:var(--gap-small);max-width:var(--small-box-width);margin-left:auto;margin-right:auto}.key-visual-section .actions[data-v-b013c334]{display:flex;justify-content:center;margin-bottom:var(--gap-small)}.key-visual-section .media[data-v-b013c334]{margin-top:calc(var(--gap-medium) * var(--default-size-factor))}.key-visual-section .media[data-v-b013c334]>img,.key-visual-section .media[data-v-b013c334]>video{width:100%;height:auto;border-radius:10px}.key-visual-section .aspects[data-v-b013c334]{text-align:left}.key-visual-section .aspects .aspects-list[data-v-b013c334]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:calc(var(--gap-medium) * var(--default-size-factor));row-gap:calc(var(--gap-small) * var(--default-size-factor))}.key-visual-section .media+.aspects[data-v-b013c334]{margin-top:calc(var(--gap-medium) * var(--default-size-factor))}.comparision-section[data-v-eca4790c]{display:flex;flex-direction:column;gap:20px;padding:0 20px;margin-bottom:40px}.comparision-section .title-wrapper[data-v-eca4790c]{max-width:var(--full-box-width);margin:auto;text-align:center}.comparision-section .content-wrapper[data-v-eca4790c]{max-width:var(--small-box-width);text-align:center;margin:auto}table[data-v-eca4790c]{border-collapse:separate;border-spacing:0 2em;max-width:var(--medium-box-width);margin:auto}table thead .others-wrapper[data-v-eca4790c]{font-size:24px;font-weight:300;display:flex;gap:10px;align-items:center;justify-content:center}table thead .others-wrapper>img[data-v-eca4790c]{height:30px}table thead .info-tag[data-v-eca4790c]{font-weight:300;text-align:left;font-size:.9em}table thead th[data-v-eca4790c]{padding:0 20px}table tbody tr[data-v-eca4790c]{background-color:rgba(var(--ci-blue),.1);border-spacing:5em;clip-path:inset(0 round 10px)}table tbody tr td[data-v-eca4790c]{padding:20px;border:none}table tbody tr .question-wrapper[data-v-eca4790c]{font-weight:600;font-size:1.2em;text-transform:capitalize}table tbody tr .bluepic-answer-wrapper[data-v-eca4790c]{display:flex;justify-content:center;align-items:center}table tbody tr .bluepic-answer-wrapper>svg[data-v-eca4790c]{width:30px;height:30px}table tbody tr .others-wrapper[data-v-eca4790c]{display:flex;justify-content:center;align-items:center;text-align:center}table tbody tr .others-wrapper>img[data-v-eca4790c]{width:30px;height:30px}.special-header[data-v-f83b9064]{padding-left:var(--section-padding-x);padding-right:var(--section-padding-x);padding-top:var(--gap-extra-large)}.special-header>header[data-v-f83b9064]{max-width:var(--small-box-width);margin:auto;text-align:center;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x)}.special-header>header>.title-wrapper[data-v-f83b9064]{margin:auto;margin-bottom:var(--gap-tiny)}.special-header>header>.subtitle-wrapper[data-v-f83b9064]{margin:auto;margin-bottom:var(--gap-regular)}.special-header>header>.actions-wrapper[data-v-f83b9064]{margin:auto;display:flex;justify-content:center;gap:var(--gap-small);flex-wrap:wrap}.special-header>main[data-v-f83b9064]{background-image:url(/graphics/landing_page_bg.svg);background-size:min(var(--medium-box-width) + 160px,100% - 40px) auto;background-repeat:no-repeat;background-position:center calc(50% + 25px);padding-top:80px;padding-bottom:80px;margin-top:0}@media screen and (max-width: 540px){.special-header>main[data-v-f83b9064]{padding-top:40px;margin-top:0}}@media screen and (max-width: 1440px){.special-header>main[data-v-f83b9064]{background-image:none!important}}.special-header>main .media-wrapper[data-v-f83b9064]{max-width:var(--medium-box-width);margin:auto;box-sizing:border-box}.tab-card[data-v-7b9dddc5]{display:grid;gap:18px;background-color:rgba(var(--ci-blue-medium),.1);padding:34px 36px;margin:12px 0;box-shadow:0 0 9px #00000059;border-radius:var(--corner-radius);cursor:pointer;transition:transform .2s,opacity .2s;color:var(--text-color-primary)}@media screen and (max-width: 768px){.tab-card[data-v-7b9dddc5]{padding:20px 26px}}.tab-card.collapsed[data-v-7b9dddc5]{color:#000!important;background-color:transparent!important;opacity:.45;box-shadow:none;padding:20px 36px;margin:0}.tab-card.collapsed>main[data-v-7b9dddc5],.tab-card.collapsed footer[data-v-7b9dddc5]{display:none}.tab-card.collapsed[data-v-7b9dddc5]:hover{opacity:.65;transform:translate(10px)}.features-tabs .content-wrapper[data-v-eba37c04]{max-width:var(--full-box-width);margin:auto;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x);text-align:center}.features-tabs .content-wrapper .tag[data-v-eba37c04],.features-tabs .content-wrapper .title[data-v-eba37c04],.features-tabs .content-wrapper .content[data-v-eba37c04]{margin-bottom:var(--gap-small);max-width:var(--small-box-width);margin-left:auto;margin-right:auto}.features-tabs .content-wrapper .actions[data-v-eba37c04]{margin-bottom:var(--gap-small);display:flex;justify-content:center}.features-tabs .features-wrapper[data-v-eba37c04]{max-width:var(--full-box-width);padding-left:var(--section-padding-x);padding-right:var(--section-padding-x);margin:auto;margin-top:calc(var(--gap-large) * var(--default-size-factor));display:flex;gap:calc(var(--gap-large) + var(--gap-medium))}.features-tabs .features-wrapper .features-nav[data-v-eba37c04]{flex:4.5;display:flex;flex-direction:column;justify-content:center}.features-tabs .features-wrapper .active-feature-view[data-v-eba37c04]{flex:6.5;display:flex;justify-content:center;align-items:center}.features-tabs .features-wrapper.odd .features-nav[data-v-eba37c04]{order:2}.features-tabs .features-wrapper.odd .active-feature-view[data-v-eba37c04]{order:1}@media screen and (max-width: 768px){.features-tabs .features-wrapper .features-nav[data-v-eba37c04]>*{order:var(--order)!important}.features-tabs .features-wrapper .features-nav .active-feature-view[data-v-eba37c04]{margin-top:20px;margin-bottom:20px}}header[data-v-71b6814b]{margin-bottom:0!important;text-align:center}.demo-slider .previews-wrapper[data-v-71b6814b]{display:flex;gap:40px;overflow:hidden;padding:20px}.demo-slider .demo-slider-preview[data-v-71b6814b]{position:relative;left:calc(var(--pos) * -1);transition:transform .5s;cursor:pointer;font-size:0}.demo-slider .demo-slider-preview>img[data-v-71b6814b]{height:calc(350px * var(--default-size-factor));border-radius:10px;overflow:hidden;box-shadow:0 0 5px #0000004d}@media screen and (min-width: 1024px){.demo-slider .demo-slider-preview[data-v-71b6814b]:hover{transform:scale(1.1)}}[data-v-5677dd66]:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){[data-v-5677dd66]:root{--default-size-factor: .9}}@media screen and (max-width: 768px){[data-v-5677dd66]:root{--default-size-factor: .8}}@media screen and (max-width: 414px){[data-v-5677dd66]:root{--default-size-factor: .6}}h1[data-v-5677dd66],h2[data-v-5677dd66],h3[data-v-5677dd66],h4[data-v-5677dd66],h5[data-v-5677dd66]{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light[data-v-5677dd66],h2 .light[data-v-5677dd66],h3 .light[data-v-5677dd66],h4 .light[data-v-5677dd66],h5 .light[data-v-5677dd66]{font-weight:300}h1[data-v-5677dd66]{font-size:3.8em}@media screen and (max-width: 1024px){h1[data-v-5677dd66]{font-size:3.42em}}@media screen and (max-width: 768px){h1[data-v-5677dd66]{font-size:3.04em}}@media screen and (max-width: 414px){h1[data-v-5677dd66]{font-size:2.28em}}h1.special-header-title[data-v-5677dd66]{font-weight:800}h1.special-header-title>strong[data-v-5677dd66]{color:rgba(var(--ci-blue-medium),1)}h2[data-v-5677dd66]{font-size:2.8em}@media screen and (max-width: 1024px){h2[data-v-5677dd66]{font-size:2.52em}}@media screen and (max-width: 768px){h2[data-v-5677dd66]{font-size:2.24em}}@media screen and (max-width: 414px){h2[data-v-5677dd66]{font-size:1.82em}}h3[data-v-5677dd66]{font-size:2em}@media screen and (max-width: 1024px){h3[data-v-5677dd66]{font-size:1.8em}}@media screen and (max-width: 768px){h3[data-v-5677dd66]{font-size:1.6em}}@media screen and (max-width: 414px){h3[data-v-5677dd66]{font-size:1.4em}}h4[data-v-5677dd66]{font-size:1.4em}@media screen and (max-width: 1024px){h4[data-v-5677dd66]{font-size:1.26em}}@media screen and (max-width: 768px){h4[data-v-5677dd66]{font-size:1.12em}}@media screen and (max-width: 414px){h4[data-v-5677dd66]{font-size:1.05em}}h4.inter[data-v-5677dd66]{font-family:var(--font-family-base)}h5[data-v-5677dd66]{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5[data-v-5677dd66]{font-size:.9em}}@media screen and (max-width: 768px){h5[data-v-5677dd66]{font-size:.8em}}@media screen and (max-width: 414px){h5[data-v-5677dd66]{font-size:.7em}}.section-text[data-v-5677dd66]{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey[data-v-5677dd66]{color:var(--text-color-secondary)}.section-text.light[data-v-5677dd66]{color:var(--text-color-white)}.section-text.small[data-v-5677dd66]{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small[data-v-5677dd66]{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small[data-v-5677dd66]{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small[data-v-5677dd66]{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text[data-v-5677dd66]{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text[data-v-5677dd66]{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text[data-v-5677dd66]{--font-size-factor: .7}}.card-section-text[data-v-5677dd66]{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light[data-v-5677dd66]{color:var(--text-color-white)}.card-section-text.grey[data-v-5677dd66]{color:var(--text-color-secondary)}.card-section-text.small[data-v-5677dd66]{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small[data-v-5677dd66]{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text[data-v-5677dd66]{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text[data-v-5677dd66]{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text[data-v-5677dd66]{--font-size-factor: .8}}.vertical-header-media[data-v-5677dd66]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media[data-v-5677dd66]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget[data-v-5677dd66]{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget[data-v-5677dd66]{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget[data-v-5677dd66]{--mobile-gap: 25px}}.tag-line[data-v-5677dd66]{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line[data-v-5677dd66]{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line[data-v-5677dd66]{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line[data-v-5677dd66]{font-size:.98em}}.tag-line.small[data-v-5677dd66]{font-size:1.2em}.text-light[data-v-5677dd66]{color:var(--text-color-white)}.page[data-v-5677dd66]>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page[data-v-5677dd66]>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page[data-v-5677dd66]>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page[data-v-5677dd66]>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail[data-v-5677dd66]{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper[data-v-5677dd66]{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title[data-v-5677dd66]{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title[data-v-5677dd66]{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer[data-v-5677dd66]{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image[data-v-5677dd66]{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image[data-v-5677dd66]{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement[data-v-5677dd66]{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement[data-v-5677dd66]{font-size:1.5em}}.testimonial-avatar[data-v-5677dd66]{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author[data-v-5677dd66]{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role[data-v-5677dd66]{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card[data-v-5677dd66]{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper[data-v-5677dd66]{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper[data-v-5677dd66]{display:flex;flex-direction:column;gap:20px}.tier-title[data-v-5677dd66]{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper[data-v-5677dd66]{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency[data-v-5677dd66]{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label[data-v-5677dd66]{font-size:60px}.tier-price-wrapper .tier-price-interval[data-v-5677dd66]{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context[data-v-5677dd66]{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency[data-v-5677dd66]{font-size:30px}.tier-price-wrapper .tier-price-label[data-v-5677dd66]{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency[data-v-5677dd66]{font-size:20px}.tier-price-wrapper .tier-price-label[data-v-5677dd66]{font-size:52px}}.tier-custom-price-wrapper[data-v-5677dd66]{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label[data-v-5677dd66]{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info[data-v-5677dd66]{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description[data-v-5677dd66]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about[data-v-5677dd66]{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper[data-v-5677dd66]{margin-top:10px;margin-bottom:0}.tier-disclaimer[data-v-5677dd66]{margin-top:15px;margin-bottom:0}.tier-features-title[data-v-5677dd66]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features[data-v-5677dd66]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li[data-v-5677dd66]{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol[data-v-5677dd66]{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol[data-v-5677dd66]>*{height:21px;width:21px}.tier-enterprise-price[data-v-5677dd66]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text[data-v-5677dd66]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen[data-v-5677dd66]{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen[data-v-5677dd66]>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card[data-v-5677dd66]{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card[data-v-5677dd66]{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4[data-v-5677dd66]{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4[data-v-5677dd66]{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p[data-v-5677dd66]{font-size:.9em}}.tab-nav-card.active[data-v-5677dd66]{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active[data-v-5677dd66]{outline:none}}.tab-nav-card[data-v-5677dd66]:hover{transform:scale(1.025)}.image-argument-card[data-v-5677dd66]{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image[data-v-5677dd66]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img[data-v-5677dd66]{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content[data-v-5677dd66]{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag[data-v-5677dd66]{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card[data-v-5677dd66]{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title[data-v-5677dd66]{color:inherit}.key-number-card .description[data-v-5677dd66]{font-size:1.4em;font-weight:300;margin:0}.page-studio>.features-section[data-v-5677dd66]{--margin-bottom: 100px}.page-studio>.comparison-section-studio[data-v-5677dd66]{display:none}@media (min-width: 1000px){.page-studio .comparison-section-studio[data-v-5677dd66]{display:block}}.testimonials[data-v-87d17528]{max-width:var(--full-box-width);margin:auto;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x)}.features-section[data-v-835a8720]{display:flex;max-width:var(--full-box-width);margin:auto;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x);text-align:left;gap:var(--gap-medium)}.features-section .area[data-v-835a8720]{flex:1}.features-section.odd .area-content[data-v-835a8720]{order:2}.features-section.odd .area-media[data-v-835a8720]{order:1}.features-section .area-content[data-v-835a8720]{display:flex;flex-direction:column;justify-content:center;flex:566}.features-section .area-content .tag[data-v-835a8720]{margin-bottom:var(--gap-extra-small)}.features-section .area-content .title[data-v-835a8720],.features-section .area-content .content[data-v-835a8720]{margin-bottom:var(--gap-small)}.features-section .area-media[data-v-835a8720]{background-size:20px 20px;display:flex;justify-content:center;align-items:center;flex:814}@media screen and (max-width: 800px){.features-section[data-v-835a8720]{flex-direction:column;gap:20px;padding-top:20px}.features-section .area-content[data-v-835a8720]{order:1!important}.features-section .area-media[data-v-835a8720]{order:2!important}}.horizontal-header[data-v-f2878d7a]{display:flex;max-width:var(--full-box-width);margin:auto;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x);padding-top:var(--gap-extra-large);padding-bottom:var(--gap-extra-large);text-align:left;gap:var(--gap-medium)}@media screen and (max-width: 768px){.horizontal-header[data-v-f2878d7a]{padding-bottom:var(--gap-large)}}.horizontal-header .area[data-v-f2878d7a]{flex:1}.horizontal-header .area-content[data-v-f2878d7a]{display:flex;flex-direction:column;justify-content:center}.horizontal-header .area-content .tag[data-v-f2878d7a]{margin-bottom:var(--gap-regular)}.horizontal-header .area-content .title[data-v-f2878d7a]{margin-bottom:var(--gap-small)}.horizontal-header .area-content .content[data-v-f2878d7a]{margin-bottom:var(--gap-medium)}.horizontal-header .area-content .actions[data-v-f2878d7a]{display:flex;gap:var(--gap-small);flex-wrap:wrap}@media screen and (max-width: 800px){.horizontal-header .area-content .actions[data-v-f2878d7a]{justify-content:center}}.horizontal-header .area-content>section[data-v-f2878d7a]:first-child{margin-top:0}.horizontal-header .area-media[data-v-f2878d7a]{display:flex;justify-content:center;align-items:center}.horizontal-header .area-media .media[data-v-f2878d7a]{max-width:100%;width:100%;max-height:100%}@media screen and (max-width: 800px){.horizontal-header[data-v-f2878d7a]{flex-direction:column;gap:40px;text-align:center}}[data-v-9ef27fa4]:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){[data-v-9ef27fa4]:root{--default-size-factor: .9}}@media screen and (max-width: 768px){[data-v-9ef27fa4]:root{--default-size-factor: .8}}@media screen and (max-width: 414px){[data-v-9ef27fa4]:root{--default-size-factor: .6}}h1[data-v-9ef27fa4],h2[data-v-9ef27fa4],h3[data-v-9ef27fa4],h4[data-v-9ef27fa4],h5[data-v-9ef27fa4]{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light[data-v-9ef27fa4],h2 .light[data-v-9ef27fa4],h3 .light[data-v-9ef27fa4],h4 .light[data-v-9ef27fa4],h5 .light[data-v-9ef27fa4]{font-weight:300}h1[data-v-9ef27fa4]{font-size:3.8em}@media screen and (max-width: 1024px){h1[data-v-9ef27fa4]{font-size:3.42em}}@media screen and (max-width: 768px){h1[data-v-9ef27fa4]{font-size:3.04em}}@media screen and (max-width: 414px){h1[data-v-9ef27fa4]{font-size:2.28em}}h1.special-header-title[data-v-9ef27fa4]{font-weight:800}h1.special-header-title>strong[data-v-9ef27fa4]{color:rgba(var(--ci-blue-medium),1)}h2[data-v-9ef27fa4]{font-size:2.8em}@media screen and (max-width: 1024px){h2[data-v-9ef27fa4]{font-size:2.52em}}@media screen and (max-width: 768px){h2[data-v-9ef27fa4]{font-size:2.24em}}@media screen and (max-width: 414px){h2[data-v-9ef27fa4]{font-size:1.82em}}h3[data-v-9ef27fa4]{font-size:2em}@media screen and (max-width: 1024px){h3[data-v-9ef27fa4]{font-size:1.8em}}@media screen and (max-width: 768px){h3[data-v-9ef27fa4]{font-size:1.6em}}@media screen and (max-width: 414px){h3[data-v-9ef27fa4]{font-size:1.4em}}h4[data-v-9ef27fa4]{font-size:1.4em}@media screen and (max-width: 1024px){h4[data-v-9ef27fa4]{font-size:1.26em}}@media screen and (max-width: 768px){h4[data-v-9ef27fa4]{font-size:1.12em}}@media screen and (max-width: 414px){h4[data-v-9ef27fa4]{font-size:1.05em}}h4.inter[data-v-9ef27fa4]{font-family:var(--font-family-base)}h5[data-v-9ef27fa4]{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5[data-v-9ef27fa4]{font-size:.9em}}@media screen and (max-width: 768px){h5[data-v-9ef27fa4]{font-size:.8em}}@media screen and (max-width: 414px){h5[data-v-9ef27fa4]{font-size:.7em}}.section-text[data-v-9ef27fa4]{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey[data-v-9ef27fa4]{color:var(--text-color-secondary)}.section-text.light[data-v-9ef27fa4]{color:var(--text-color-white)}.section-text.small[data-v-9ef27fa4]{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small[data-v-9ef27fa4]{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small[data-v-9ef27fa4]{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small[data-v-9ef27fa4]{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text[data-v-9ef27fa4]{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text[data-v-9ef27fa4]{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text[data-v-9ef27fa4]{--font-size-factor: .7}}.card-section-text[data-v-9ef27fa4]{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light[data-v-9ef27fa4]{color:var(--text-color-white)}.card-section-text.grey[data-v-9ef27fa4]{color:var(--text-color-secondary)}.card-section-text.small[data-v-9ef27fa4]{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small[data-v-9ef27fa4]{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text[data-v-9ef27fa4]{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text[data-v-9ef27fa4]{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text[data-v-9ef27fa4]{--font-size-factor: .8}}.vertical-header-media[data-v-9ef27fa4]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media[data-v-9ef27fa4]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget[data-v-9ef27fa4]{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget[data-v-9ef27fa4]{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget[data-v-9ef27fa4]{--mobile-gap: 25px}}.tag-line[data-v-9ef27fa4]{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line[data-v-9ef27fa4]{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line[data-v-9ef27fa4]{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line[data-v-9ef27fa4]{font-size:.98em}}.tag-line.small[data-v-9ef27fa4]{font-size:1.2em}.text-light[data-v-9ef27fa4]{color:var(--text-color-white)}.page[data-v-9ef27fa4]>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page[data-v-9ef27fa4]>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page[data-v-9ef27fa4]>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page[data-v-9ef27fa4]>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail[data-v-9ef27fa4]{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper[data-v-9ef27fa4]{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title[data-v-9ef27fa4]{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title[data-v-9ef27fa4]{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer[data-v-9ef27fa4]{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image[data-v-9ef27fa4]{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image[data-v-9ef27fa4]{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement[data-v-9ef27fa4]{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement[data-v-9ef27fa4]{font-size:1.5em}}.testimonial-avatar[data-v-9ef27fa4]{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author[data-v-9ef27fa4]{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role[data-v-9ef27fa4]{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card[data-v-9ef27fa4]{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper[data-v-9ef27fa4]{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper[data-v-9ef27fa4]{display:flex;flex-direction:column;gap:20px}.tier-title[data-v-9ef27fa4]{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper[data-v-9ef27fa4]{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency[data-v-9ef27fa4]{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label[data-v-9ef27fa4]{font-size:60px}.tier-price-wrapper .tier-price-interval[data-v-9ef27fa4]{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context[data-v-9ef27fa4]{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency[data-v-9ef27fa4]{font-size:30px}.tier-price-wrapper .tier-price-label[data-v-9ef27fa4]{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency[data-v-9ef27fa4]{font-size:20px}.tier-price-wrapper .tier-price-label[data-v-9ef27fa4]{font-size:52px}}.tier-custom-price-wrapper[data-v-9ef27fa4]{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label[data-v-9ef27fa4]{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info[data-v-9ef27fa4]{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description[data-v-9ef27fa4]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about[data-v-9ef27fa4]{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper[data-v-9ef27fa4]{margin-top:10px;margin-bottom:0}.tier-disclaimer[data-v-9ef27fa4]{margin-top:15px;margin-bottom:0}.tier-features-title[data-v-9ef27fa4]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features[data-v-9ef27fa4]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li[data-v-9ef27fa4]{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol[data-v-9ef27fa4]{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol[data-v-9ef27fa4]>*{height:21px;width:21px}.tier-enterprise-price[data-v-9ef27fa4]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text[data-v-9ef27fa4]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen[data-v-9ef27fa4]{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen[data-v-9ef27fa4]>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card[data-v-9ef27fa4]{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card[data-v-9ef27fa4]{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4[data-v-9ef27fa4]{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4[data-v-9ef27fa4]{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p[data-v-9ef27fa4]{font-size:.9em}}.tab-nav-card.active[data-v-9ef27fa4]{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active[data-v-9ef27fa4]{outline:none}}.tab-nav-card[data-v-9ef27fa4]:hover{transform:scale(1.025)}.image-argument-card[data-v-9ef27fa4]{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image[data-v-9ef27fa4]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img[data-v-9ef27fa4]{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content[data-v-9ef27fa4]{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag[data-v-9ef27fa4]{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card[data-v-9ef27fa4]{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title[data-v-9ef27fa4]{color:inherit}.key-number-card .description[data-v-9ef27fa4]{font-size:1.4em;font-weight:300;margin:0}.prime-feature-section[data-v-c7544185]{max-width:var(--full-box-width);margin:auto;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x)}.prime-feature-section .media-wrapper[data-v-c7544185]>img,.prime-feature-section .media-wrapper[data-v-c7544185]>video{width:100%;height:auto;border-radius:var(--corner-radius)}.prime-feature-section .content-wrapper[data-v-c7544185]{padding-top:calc(var(--gap-medium) * var(--default-size-factor));display:grid;grid-template-columns:1fr 1fr 1fr;gap:var(--gap-medium)}@media screen and (max-width: 900px){.prime-feature-section .content-wrapper[data-v-c7544185]{grid-template-columns:100%}}@media screen and (max-width: 600px){.prime-feature-section .content-wrapper[data-v-c7544185]{gap:var(--gap-small)}}.prime-feature-section .content-wrapper .info-wrapper[data-v-c7544185]{grid-column:1/span 1}.prime-feature-section .content-wrapper .info-wrapper .tag[data-v-c7544185],.prime-feature-section .content-wrapper .info-wrapper .title[data-v-c7544185],.prime-feature-section .content-wrapper .info-wrapper .content[data-v-c7544185]{margin-bottom:var(--gap-extra-small)}.prime-feature-section .content-wrapper .info-wrapper .actions[data-v-c7544185]{display:flex;justify-content:start;gap:10px}.prime-feature-section .content-wrapper .aspects-wrapper[data-v-c7544185]{grid-column:2/span 2}@media screen and (max-width: 900px){.prime-feature-section .content-wrapper .aspects-wrapper[data-v-c7544185]{grid-column:1/span 1}}.prime-feature-section .content-wrapper .aspects-wrapper .aspects-list[data-v-c7544185]{display:grid;column-gap:var(--gap-medium);row-gap:8px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media screen and (max-width: 1000px){.prime-feature-section .content-wrapper .aspects-wrapper .aspects-list[data-v-c7544185]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media screen and (max-width: 600px){.prime-feature-section .content-wrapper .aspects-wrapper .aspects-list[data-v-c7544185]{gap:0px}}[data-v-ac4135cc]:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){[data-v-ac4135cc]:root{--default-size-factor: .9}}@media screen and (max-width: 768px){[data-v-ac4135cc]:root{--default-size-factor: .8}}@media screen and (max-width: 414px){[data-v-ac4135cc]:root{--default-size-factor: .6}}h1[data-v-ac4135cc],h2[data-v-ac4135cc],h3[data-v-ac4135cc],h4[data-v-ac4135cc],h5[data-v-ac4135cc]{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light[data-v-ac4135cc],h2 .light[data-v-ac4135cc],h3 .light[data-v-ac4135cc],h4 .light[data-v-ac4135cc],h5 .light[data-v-ac4135cc]{font-weight:300}h1[data-v-ac4135cc]{font-size:3.8em}@media screen and (max-width: 1024px){h1[data-v-ac4135cc]{font-size:3.42em}}@media screen and (max-width: 768px){h1[data-v-ac4135cc]{font-size:3.04em}}@media screen and (max-width: 414px){h1[data-v-ac4135cc]{font-size:2.28em}}h1.special-header-title[data-v-ac4135cc]{font-weight:800}h1.special-header-title>strong[data-v-ac4135cc]{color:rgba(var(--ci-blue-medium),1)}h2[data-v-ac4135cc]{font-size:2.8em}@media screen and (max-width: 1024px){h2[data-v-ac4135cc]{font-size:2.52em}}@media screen and (max-width: 768px){h2[data-v-ac4135cc]{font-size:2.24em}}@media screen and (max-width: 414px){h2[data-v-ac4135cc]{font-size:1.82em}}h3[data-v-ac4135cc]{font-size:2em}@media screen and (max-width: 1024px){h3[data-v-ac4135cc]{font-size:1.8em}}@media screen and (max-width: 768px){h3[data-v-ac4135cc]{font-size:1.6em}}@media screen and (max-width: 414px){h3[data-v-ac4135cc]{font-size:1.4em}}h4[data-v-ac4135cc]{font-size:1.4em}@media screen and (max-width: 1024px){h4[data-v-ac4135cc]{font-size:1.26em}}@media screen and (max-width: 768px){h4[data-v-ac4135cc]{font-size:1.12em}}@media screen and (max-width: 414px){h4[data-v-ac4135cc]{font-size:1.05em}}h4.inter[data-v-ac4135cc]{font-family:var(--font-family-base)}h5[data-v-ac4135cc]{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5[data-v-ac4135cc]{font-size:.9em}}@media screen and (max-width: 768px){h5[data-v-ac4135cc]{font-size:.8em}}@media screen and (max-width: 414px){h5[data-v-ac4135cc]{font-size:.7em}}.section-text[data-v-ac4135cc]{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey[data-v-ac4135cc]{color:var(--text-color-secondary)}.section-text.light[data-v-ac4135cc]{color:var(--text-color-white)}.section-text.small[data-v-ac4135cc]{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small[data-v-ac4135cc]{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small[data-v-ac4135cc]{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small[data-v-ac4135cc]{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text[data-v-ac4135cc]{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text[data-v-ac4135cc]{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text[data-v-ac4135cc]{--font-size-factor: .7}}.card-section-text[data-v-ac4135cc]{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light[data-v-ac4135cc]{color:var(--text-color-white)}.card-section-text.grey[data-v-ac4135cc]{color:var(--text-color-secondary)}.card-section-text.small[data-v-ac4135cc]{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small[data-v-ac4135cc]{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text[data-v-ac4135cc]{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text[data-v-ac4135cc]{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text[data-v-ac4135cc]{--font-size-factor: .8}}.vertical-header-media[data-v-ac4135cc]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media[data-v-ac4135cc]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget[data-v-ac4135cc]{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget[data-v-ac4135cc]{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget[data-v-ac4135cc]{--mobile-gap: 25px}}.tag-line[data-v-ac4135cc]{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line[data-v-ac4135cc]{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line[data-v-ac4135cc]{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line[data-v-ac4135cc]{font-size:.98em}}.tag-line.small[data-v-ac4135cc]{font-size:1.2em}.text-light[data-v-ac4135cc]{color:var(--text-color-white)}.page[data-v-ac4135cc]>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page[data-v-ac4135cc]>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page[data-v-ac4135cc]>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page[data-v-ac4135cc]>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail[data-v-ac4135cc]{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper[data-v-ac4135cc]{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title[data-v-ac4135cc]{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title[data-v-ac4135cc]{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer[data-v-ac4135cc]{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image[data-v-ac4135cc]{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image[data-v-ac4135cc]{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement[data-v-ac4135cc]{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement[data-v-ac4135cc]{font-size:1.5em}}.testimonial-avatar[data-v-ac4135cc]{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author[data-v-ac4135cc]{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role[data-v-ac4135cc]{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card[data-v-ac4135cc]{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper[data-v-ac4135cc]{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper[data-v-ac4135cc]{display:flex;flex-direction:column;gap:20px}.tier-title[data-v-ac4135cc]{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper[data-v-ac4135cc]{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency[data-v-ac4135cc]{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label[data-v-ac4135cc]{font-size:60px}.tier-price-wrapper .tier-price-interval[data-v-ac4135cc]{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context[data-v-ac4135cc]{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency[data-v-ac4135cc]{font-size:30px}.tier-price-wrapper .tier-price-label[data-v-ac4135cc]{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency[data-v-ac4135cc]{font-size:20px}.tier-price-wrapper .tier-price-label[data-v-ac4135cc]{font-size:52px}}.tier-custom-price-wrapper[data-v-ac4135cc]{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label[data-v-ac4135cc]{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info[data-v-ac4135cc]{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description[data-v-ac4135cc]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about[data-v-ac4135cc]{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper[data-v-ac4135cc]{margin-top:10px;margin-bottom:0}.tier-disclaimer[data-v-ac4135cc]{margin-top:15px;margin-bottom:0}.tier-features-title[data-v-ac4135cc]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features[data-v-ac4135cc]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li[data-v-ac4135cc]{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol[data-v-ac4135cc]{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol[data-v-ac4135cc]>*{height:21px;width:21px}.tier-enterprise-price[data-v-ac4135cc]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text[data-v-ac4135cc]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen[data-v-ac4135cc]{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen[data-v-ac4135cc]>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card[data-v-ac4135cc]{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card[data-v-ac4135cc]{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4[data-v-ac4135cc]{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4[data-v-ac4135cc]{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p[data-v-ac4135cc]{font-size:.9em}}.tab-nav-card.active[data-v-ac4135cc]{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active[data-v-ac4135cc]{outline:none}}.tab-nav-card[data-v-ac4135cc]:hover{transform:scale(1.025)}.image-argument-card[data-v-ac4135cc]{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image[data-v-ac4135cc]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img[data-v-ac4135cc]{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content[data-v-ac4135cc]{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag[data-v-ac4135cc]{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card[data-v-ac4135cc]{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title[data-v-ac4135cc]{color:inherit}.key-number-card .description[data-v-ac4135cc]{font-size:1.4em;font-weight:300;margin:0}[data-v-9e6b2485]:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){[data-v-9e6b2485]:root{--default-size-factor: .9}}@media screen and (max-width: 768px){[data-v-9e6b2485]:root{--default-size-factor: .8}}@media screen and (max-width: 414px){[data-v-9e6b2485]:root{--default-size-factor: .6}}h1[data-v-9e6b2485],h2[data-v-9e6b2485],h3[data-v-9e6b2485],h4[data-v-9e6b2485],h5[data-v-9e6b2485]{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light[data-v-9e6b2485],h2 .light[data-v-9e6b2485],h3 .light[data-v-9e6b2485],h4 .light[data-v-9e6b2485],h5 .light[data-v-9e6b2485]{font-weight:300}h1[data-v-9e6b2485]{font-size:3.8em}@media screen and (max-width: 1024px){h1[data-v-9e6b2485]{font-size:3.42em}}@media screen and (max-width: 768px){h1[data-v-9e6b2485]{font-size:3.04em}}@media screen and (max-width: 414px){h1[data-v-9e6b2485]{font-size:2.28em}}h1.special-header-title[data-v-9e6b2485]{font-weight:800}h1.special-header-title>strong[data-v-9e6b2485]{color:rgba(var(--ci-blue-medium),1)}h2[data-v-9e6b2485]{font-size:2.8em}@media screen and (max-width: 1024px){h2[data-v-9e6b2485]{font-size:2.52em}}@media screen and (max-width: 768px){h2[data-v-9e6b2485]{font-size:2.24em}}@media screen and (max-width: 414px){h2[data-v-9e6b2485]{font-size:1.82em}}h3[data-v-9e6b2485]{font-size:2em}@media screen and (max-width: 1024px){h3[data-v-9e6b2485]{font-size:1.8em}}@media screen and (max-width: 768px){h3[data-v-9e6b2485]{font-size:1.6em}}@media screen and (max-width: 414px){h3[data-v-9e6b2485]{font-size:1.4em}}h4[data-v-9e6b2485]{font-size:1.4em}@media screen and (max-width: 1024px){h4[data-v-9e6b2485]{font-size:1.26em}}@media screen and (max-width: 768px){h4[data-v-9e6b2485]{font-size:1.12em}}@media screen and (max-width: 414px){h4[data-v-9e6b2485]{font-size:1.05em}}h4.inter[data-v-9e6b2485]{font-family:var(--font-family-base)}h5[data-v-9e6b2485]{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5[data-v-9e6b2485]{font-size:.9em}}@media screen and (max-width: 768px){h5[data-v-9e6b2485]{font-size:.8em}}@media screen and (max-width: 414px){h5[data-v-9e6b2485]{font-size:.7em}}.section-text[data-v-9e6b2485]{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey[data-v-9e6b2485]{color:var(--text-color-secondary)}.section-text.light[data-v-9e6b2485]{color:var(--text-color-white)}.section-text.small[data-v-9e6b2485]{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small[data-v-9e6b2485]{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small[data-v-9e6b2485]{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small[data-v-9e6b2485]{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text[data-v-9e6b2485]{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text[data-v-9e6b2485]{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text[data-v-9e6b2485]{--font-size-factor: .7}}.card-section-text[data-v-9e6b2485]{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light[data-v-9e6b2485]{color:var(--text-color-white)}.card-section-text.grey[data-v-9e6b2485]{color:var(--text-color-secondary)}.card-section-text.small[data-v-9e6b2485]{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small[data-v-9e6b2485]{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text[data-v-9e6b2485]{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text[data-v-9e6b2485]{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text[data-v-9e6b2485]{--font-size-factor: .8}}.vertical-header-media[data-v-9e6b2485]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media[data-v-9e6b2485]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget[data-v-9e6b2485]{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget[data-v-9e6b2485]{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget[data-v-9e6b2485]{--mobile-gap: 25px}}.tag-line[data-v-9e6b2485]{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line[data-v-9e6b2485]{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line[data-v-9e6b2485]{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line[data-v-9e6b2485]{font-size:.98em}}.tag-line.small[data-v-9e6b2485]{font-size:1.2em}.text-light[data-v-9e6b2485]{color:var(--text-color-white)}.page[data-v-9e6b2485]>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page[data-v-9e6b2485]>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page[data-v-9e6b2485]>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page[data-v-9e6b2485]>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail[data-v-9e6b2485]{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper[data-v-9e6b2485]{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title[data-v-9e6b2485]{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title[data-v-9e6b2485]{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer[data-v-9e6b2485]{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image[data-v-9e6b2485]{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image[data-v-9e6b2485]{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement[data-v-9e6b2485]{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement[data-v-9e6b2485]{font-size:1.5em}}.testimonial-avatar[data-v-9e6b2485]{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author[data-v-9e6b2485]{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role[data-v-9e6b2485]{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card[data-v-9e6b2485]{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper[data-v-9e6b2485]{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper[data-v-9e6b2485]{display:flex;flex-direction:column;gap:20px}.tier-title[data-v-9e6b2485]{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper[data-v-9e6b2485]{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency[data-v-9e6b2485]{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label[data-v-9e6b2485]{font-size:60px}.tier-price-wrapper .tier-price-interval[data-v-9e6b2485]{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context[data-v-9e6b2485]{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency[data-v-9e6b2485]{font-size:30px}.tier-price-wrapper .tier-price-label[data-v-9e6b2485]{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency[data-v-9e6b2485]{font-size:20px}.tier-price-wrapper .tier-price-label[data-v-9e6b2485]{font-size:52px}}.tier-custom-price-wrapper[data-v-9e6b2485]{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label[data-v-9e6b2485]{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info[data-v-9e6b2485]{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description[data-v-9e6b2485]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about[data-v-9e6b2485]{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper[data-v-9e6b2485]{margin-top:10px;margin-bottom:0}.tier-disclaimer[data-v-9e6b2485]{margin-top:15px;margin-bottom:0}.tier-features-title[data-v-9e6b2485]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features[data-v-9e6b2485]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li[data-v-9e6b2485]{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol[data-v-9e6b2485]{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol[data-v-9e6b2485]>*{height:21px;width:21px}.tier-enterprise-price[data-v-9e6b2485]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text[data-v-9e6b2485]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen[data-v-9e6b2485]{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen[data-v-9e6b2485]>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card[data-v-9e6b2485]{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card[data-v-9e6b2485]{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4[data-v-9e6b2485]{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4[data-v-9e6b2485]{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p[data-v-9e6b2485]{font-size:.9em}}.tab-nav-card.active[data-v-9e6b2485]{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active[data-v-9e6b2485]{outline:none}}.tab-nav-card[data-v-9e6b2485]:hover{transform:scale(1.025)}.image-argument-card[data-v-9e6b2485]{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image[data-v-9e6b2485]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img[data-v-9e6b2485]{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content[data-v-9e6b2485]{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag[data-v-9e6b2485]{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card[data-v-9e6b2485]{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title[data-v-9e6b2485]{color:inherit}.key-number-card .description[data-v-9e6b2485]{font-size:1.4em;font-weight:300;margin:0}[data-v-262f0956]:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){[data-v-262f0956]:root{--default-size-factor: .9}}@media screen and (max-width: 768px){[data-v-262f0956]:root{--default-size-factor: .8}}@media screen and (max-width: 414px){[data-v-262f0956]:root{--default-size-factor: .6}}h1[data-v-262f0956],h2[data-v-262f0956],h3[data-v-262f0956],h4[data-v-262f0956],h5[data-v-262f0956]{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light[data-v-262f0956],h2 .light[data-v-262f0956],h3 .light[data-v-262f0956],h4 .light[data-v-262f0956],h5 .light[data-v-262f0956]{font-weight:300}h1[data-v-262f0956]{font-size:3.8em}@media screen and (max-width: 1024px){h1[data-v-262f0956]{font-size:3.42em}}@media screen and (max-width: 768px){h1[data-v-262f0956]{font-size:3.04em}}@media screen and (max-width: 414px){h1[data-v-262f0956]{font-size:2.28em}}h1.special-header-title[data-v-262f0956]{font-weight:800}h1.special-header-title>strong[data-v-262f0956]{color:rgba(var(--ci-blue-medium),1)}h2[data-v-262f0956]{font-size:2.8em}@media screen and (max-width: 1024px){h2[data-v-262f0956]{font-size:2.52em}}@media screen and (max-width: 768px){h2[data-v-262f0956]{font-size:2.24em}}@media screen and (max-width: 414px){h2[data-v-262f0956]{font-size:1.82em}}h3[data-v-262f0956]{font-size:2em}@media screen and (max-width: 1024px){h3[data-v-262f0956]{font-size:1.8em}}@media screen and (max-width: 768px){h3[data-v-262f0956]{font-size:1.6em}}@media screen and (max-width: 414px){h3[data-v-262f0956]{font-size:1.4em}}h4[data-v-262f0956]{font-size:1.4em}@media screen and (max-width: 1024px){h4[data-v-262f0956]{font-size:1.26em}}@media screen and (max-width: 768px){h4[data-v-262f0956]{font-size:1.12em}}@media screen and (max-width: 414px){h4[data-v-262f0956]{font-size:1.05em}}h4.inter[data-v-262f0956]{font-family:var(--font-family-base)}h5[data-v-262f0956]{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5[data-v-262f0956]{font-size:.9em}}@media screen and (max-width: 768px){h5[data-v-262f0956]{font-size:.8em}}@media screen and (max-width: 414px){h5[data-v-262f0956]{font-size:.7em}}.section-text[data-v-262f0956]{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey[data-v-262f0956]{color:var(--text-color-secondary)}.section-text.light[data-v-262f0956]{color:var(--text-color-white)}.section-text.small[data-v-262f0956]{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small[data-v-262f0956]{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small[data-v-262f0956]{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small[data-v-262f0956]{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text[data-v-262f0956]{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text[data-v-262f0956]{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text[data-v-262f0956]{--font-size-factor: .7}}.card-section-text[data-v-262f0956]{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light[data-v-262f0956]{color:var(--text-color-white)}.card-section-text.grey[data-v-262f0956]{color:var(--text-color-secondary)}.card-section-text.small[data-v-262f0956]{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small[data-v-262f0956]{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text[data-v-262f0956]{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text[data-v-262f0956]{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text[data-v-262f0956]{--font-size-factor: .8}}.vertical-header-media[data-v-262f0956]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media[data-v-262f0956]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget[data-v-262f0956]{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget[data-v-262f0956]{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget[data-v-262f0956]{--mobile-gap: 25px}}.tag-line[data-v-262f0956]{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line[data-v-262f0956]{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line[data-v-262f0956]{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line[data-v-262f0956]{font-size:.98em}}.tag-line.small[data-v-262f0956]{font-size:1.2em}.text-light[data-v-262f0956]{color:var(--text-color-white)}.page[data-v-262f0956]>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page[data-v-262f0956]>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page[data-v-262f0956]>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page[data-v-262f0956]>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail[data-v-262f0956]{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper[data-v-262f0956]{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title[data-v-262f0956]{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title[data-v-262f0956]{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer[data-v-262f0956]{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image[data-v-262f0956]{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image[data-v-262f0956]{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement[data-v-262f0956]{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement[data-v-262f0956]{font-size:1.5em}}.testimonial-avatar[data-v-262f0956]{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author[data-v-262f0956]{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role[data-v-262f0956]{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card[data-v-262f0956]{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper[data-v-262f0956]{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper[data-v-262f0956]{display:flex;flex-direction:column;gap:20px}.tier-title[data-v-262f0956]{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper[data-v-262f0956]{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency[data-v-262f0956]{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label[data-v-262f0956]{font-size:60px}.tier-price-wrapper .tier-price-interval[data-v-262f0956]{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context[data-v-262f0956]{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency[data-v-262f0956]{font-size:30px}.tier-price-wrapper .tier-price-label[data-v-262f0956]{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency[data-v-262f0956]{font-size:20px}.tier-price-wrapper .tier-price-label[data-v-262f0956]{font-size:52px}}.tier-custom-price-wrapper[data-v-262f0956]{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label[data-v-262f0956]{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info[data-v-262f0956]{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description[data-v-262f0956]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about[data-v-262f0956]{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper[data-v-262f0956]{margin-top:10px;margin-bottom:0}.tier-disclaimer[data-v-262f0956]{margin-top:15px;margin-bottom:0}.tier-features-title[data-v-262f0956]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features[data-v-262f0956]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li[data-v-262f0956]{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol[data-v-262f0956]{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol[data-v-262f0956]>*{height:21px;width:21px}.tier-enterprise-price[data-v-262f0956]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text[data-v-262f0956]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen[data-v-262f0956]{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen[data-v-262f0956]>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card[data-v-262f0956]{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card[data-v-262f0956]{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4[data-v-262f0956]{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4[data-v-262f0956]{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p[data-v-262f0956]{font-size:.9em}}.tab-nav-card.active[data-v-262f0956]{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active[data-v-262f0956]{outline:none}}.tab-nav-card[data-v-262f0956]:hover{transform:scale(1.025)}.image-argument-card[data-v-262f0956]{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image[data-v-262f0956]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img[data-v-262f0956]{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content[data-v-262f0956]{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag[data-v-262f0956]{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card[data-v-262f0956]{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title[data-v-262f0956]{color:inherit}.key-number-card .description[data-v-262f0956]{font-size:1.4em;font-weight:300;margin:0}[data-v-46c7ac23]:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){[data-v-46c7ac23]:root{--default-size-factor: .9}}@media screen and (max-width: 768px){[data-v-46c7ac23]:root{--default-size-factor: .8}}@media screen and (max-width: 414px){[data-v-46c7ac23]:root{--default-size-factor: .6}}h1[data-v-46c7ac23],h2[data-v-46c7ac23],h3[data-v-46c7ac23],h4[data-v-46c7ac23],h5[data-v-46c7ac23]{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light[data-v-46c7ac23],h2 .light[data-v-46c7ac23],h3 .light[data-v-46c7ac23],h4 .light[data-v-46c7ac23],h5 .light[data-v-46c7ac23]{font-weight:300}h1[data-v-46c7ac23]{font-size:3.8em}@media screen and (max-width: 1024px){h1[data-v-46c7ac23]{font-size:3.42em}}@media screen and (max-width: 768px){h1[data-v-46c7ac23]{font-size:3.04em}}@media screen and (max-width: 414px){h1[data-v-46c7ac23]{font-size:2.28em}}h1.special-header-title[data-v-46c7ac23]{font-weight:800}h1.special-header-title>strong[data-v-46c7ac23]{color:rgba(var(--ci-blue-medium),1)}h2[data-v-46c7ac23]{font-size:2.8em}@media screen and (max-width: 1024px){h2[data-v-46c7ac23]{font-size:2.52em}}@media screen and (max-width: 768px){h2[data-v-46c7ac23]{font-size:2.24em}}@media screen and (max-width: 414px){h2[data-v-46c7ac23]{font-size:1.82em}}h3[data-v-46c7ac23]{font-size:2em}@media screen and (max-width: 1024px){h3[data-v-46c7ac23]{font-size:1.8em}}@media screen and (max-width: 768px){h3[data-v-46c7ac23]{font-size:1.6em}}@media screen and (max-width: 414px){h3[data-v-46c7ac23]{font-size:1.4em}}h4[data-v-46c7ac23]{font-size:1.4em}@media screen and (max-width: 1024px){h4[data-v-46c7ac23]{font-size:1.26em}}@media screen and (max-width: 768px){h4[data-v-46c7ac23]{font-size:1.12em}}@media screen and (max-width: 414px){h4[data-v-46c7ac23]{font-size:1.05em}}h4.inter[data-v-46c7ac23]{font-family:var(--font-family-base)}h5[data-v-46c7ac23]{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5[data-v-46c7ac23]{font-size:.9em}}@media screen and (max-width: 768px){h5[data-v-46c7ac23]{font-size:.8em}}@media screen and (max-width: 414px){h5[data-v-46c7ac23]{font-size:.7em}}.section-text[data-v-46c7ac23]{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey[data-v-46c7ac23]{color:var(--text-color-secondary)}.section-text.light[data-v-46c7ac23]{color:var(--text-color-white)}.section-text.small[data-v-46c7ac23]{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small[data-v-46c7ac23]{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small[data-v-46c7ac23]{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small[data-v-46c7ac23]{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text[data-v-46c7ac23]{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text[data-v-46c7ac23]{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text[data-v-46c7ac23]{--font-size-factor: .7}}.card-section-text[data-v-46c7ac23]{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light[data-v-46c7ac23]{color:var(--text-color-white)}.card-section-text.grey[data-v-46c7ac23]{color:var(--text-color-secondary)}.card-section-text.small[data-v-46c7ac23]{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small[data-v-46c7ac23]{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text[data-v-46c7ac23]{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text[data-v-46c7ac23]{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text[data-v-46c7ac23]{--font-size-factor: .8}}.vertical-header-media[data-v-46c7ac23]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media[data-v-46c7ac23]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget[data-v-46c7ac23]{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget[data-v-46c7ac23]{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget[data-v-46c7ac23]{--mobile-gap: 25px}}.tag-line[data-v-46c7ac23]{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line[data-v-46c7ac23]{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line[data-v-46c7ac23]{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line[data-v-46c7ac23]{font-size:.98em}}.tag-line.small[data-v-46c7ac23]{font-size:1.2em}.text-light[data-v-46c7ac23]{color:var(--text-color-white)}.page[data-v-46c7ac23]>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page[data-v-46c7ac23]>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page[data-v-46c7ac23]>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page[data-v-46c7ac23]>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail[data-v-46c7ac23]{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper[data-v-46c7ac23]{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title[data-v-46c7ac23]{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title[data-v-46c7ac23]{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer[data-v-46c7ac23]{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image[data-v-46c7ac23]{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image[data-v-46c7ac23]{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement[data-v-46c7ac23]{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement[data-v-46c7ac23]{font-size:1.5em}}.testimonial-avatar[data-v-46c7ac23]{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author[data-v-46c7ac23]{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role[data-v-46c7ac23]{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card[data-v-46c7ac23]{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper[data-v-46c7ac23]{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper[data-v-46c7ac23]{display:flex;flex-direction:column;gap:20px}.tier-title[data-v-46c7ac23]{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper[data-v-46c7ac23]{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency[data-v-46c7ac23]{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label[data-v-46c7ac23]{font-size:60px}.tier-price-wrapper .tier-price-interval[data-v-46c7ac23]{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context[data-v-46c7ac23]{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency[data-v-46c7ac23]{font-size:30px}.tier-price-wrapper .tier-price-label[data-v-46c7ac23]{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency[data-v-46c7ac23]{font-size:20px}.tier-price-wrapper .tier-price-label[data-v-46c7ac23]{font-size:52px}}.tier-custom-price-wrapper[data-v-46c7ac23]{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label[data-v-46c7ac23]{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info[data-v-46c7ac23]{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description[data-v-46c7ac23]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about[data-v-46c7ac23]{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper[data-v-46c7ac23]{margin-top:10px;margin-bottom:0}.tier-disclaimer[data-v-46c7ac23]{margin-top:15px;margin-bottom:0}.tier-features-title[data-v-46c7ac23]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features[data-v-46c7ac23]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li[data-v-46c7ac23]{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol[data-v-46c7ac23]{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol[data-v-46c7ac23]>*{height:21px;width:21px}.tier-enterprise-price[data-v-46c7ac23]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text[data-v-46c7ac23]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen[data-v-46c7ac23]{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen[data-v-46c7ac23]>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card[data-v-46c7ac23]{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card[data-v-46c7ac23]{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4[data-v-46c7ac23]{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4[data-v-46c7ac23]{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p[data-v-46c7ac23]{font-size:.9em}}.tab-nav-card.active[data-v-46c7ac23]{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active[data-v-46c7ac23]{outline:none}}.tab-nav-card[data-v-46c7ac23]:hover{transform:scale(1.025)}.image-argument-card[data-v-46c7ac23]{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image[data-v-46c7ac23]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img[data-v-46c7ac23]{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content[data-v-46c7ac23]{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag[data-v-46c7ac23]{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card[data-v-46c7ac23]{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title[data-v-46c7ac23]{color:inherit}.key-number-card .description[data-v-46c7ac23]{font-size:1.4em;font-weight:300;margin:0}[data-v-ea558647]:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){[data-v-ea558647]:root{--default-size-factor: .9}}@media screen and (max-width: 768px){[data-v-ea558647]:root{--default-size-factor: .8}}@media screen and (max-width: 414px){[data-v-ea558647]:root{--default-size-factor: .6}}h1[data-v-ea558647],h2[data-v-ea558647],h3[data-v-ea558647],h4[data-v-ea558647],h5[data-v-ea558647]{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light[data-v-ea558647],h2 .light[data-v-ea558647],h3 .light[data-v-ea558647],h4 .light[data-v-ea558647],h5 .light[data-v-ea558647]{font-weight:300}h1[data-v-ea558647]{font-size:3.8em}@media screen and (max-width: 1024px){h1[data-v-ea558647]{font-size:3.42em}}@media screen and (max-width: 768px){h1[data-v-ea558647]{font-size:3.04em}}@media screen and (max-width: 414px){h1[data-v-ea558647]{font-size:2.28em}}h1.special-header-title[data-v-ea558647]{font-weight:800}h1.special-header-title>strong[data-v-ea558647]{color:rgba(var(--ci-blue-medium),1)}h2[data-v-ea558647]{font-size:2.8em}@media screen and (max-width: 1024px){h2[data-v-ea558647]{font-size:2.52em}}@media screen and (max-width: 768px){h2[data-v-ea558647]{font-size:2.24em}}@media screen and (max-width: 414px){h2[data-v-ea558647]{font-size:1.82em}}h3[data-v-ea558647]{font-size:2em}@media screen and (max-width: 1024px){h3[data-v-ea558647]{font-size:1.8em}}@media screen and (max-width: 768px){h3[data-v-ea558647]{font-size:1.6em}}@media screen and (max-width: 414px){h3[data-v-ea558647]{font-size:1.4em}}h4[data-v-ea558647]{font-size:1.4em}@media screen and (max-width: 1024px){h4[data-v-ea558647]{font-size:1.26em}}@media screen and (max-width: 768px){h4[data-v-ea558647]{font-size:1.12em}}@media screen and (max-width: 414px){h4[data-v-ea558647]{font-size:1.05em}}h4.inter[data-v-ea558647]{font-family:var(--font-family-base)}h5[data-v-ea558647]{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5[data-v-ea558647]{font-size:.9em}}@media screen and (max-width: 768px){h5[data-v-ea558647]{font-size:.8em}}@media screen and (max-width: 414px){h5[data-v-ea558647]{font-size:.7em}}.section-text[data-v-ea558647]{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey[data-v-ea558647]{color:var(--text-color-secondary)}.section-text.light[data-v-ea558647]{color:var(--text-color-white)}.section-text.small[data-v-ea558647]{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small[data-v-ea558647]{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small[data-v-ea558647]{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small[data-v-ea558647]{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text[data-v-ea558647]{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text[data-v-ea558647]{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text[data-v-ea558647]{--font-size-factor: .7}}.card-section-text[data-v-ea558647]{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light[data-v-ea558647]{color:var(--text-color-white)}.card-section-text.grey[data-v-ea558647]{color:var(--text-color-secondary)}.card-section-text.small[data-v-ea558647]{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small[data-v-ea558647]{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text[data-v-ea558647]{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text[data-v-ea558647]{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text[data-v-ea558647]{--font-size-factor: .8}}.vertical-header-media[data-v-ea558647]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media[data-v-ea558647]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget[data-v-ea558647]{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget[data-v-ea558647]{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget[data-v-ea558647]{--mobile-gap: 25px}}.tag-line[data-v-ea558647]{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line[data-v-ea558647]{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line[data-v-ea558647]{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line[data-v-ea558647]{font-size:.98em}}.tag-line.small[data-v-ea558647]{font-size:1.2em}.text-light[data-v-ea558647]{color:var(--text-color-white)}.page[data-v-ea558647]>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page[data-v-ea558647]>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page[data-v-ea558647]>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page[data-v-ea558647]>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail[data-v-ea558647]{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper[data-v-ea558647]{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title[data-v-ea558647]{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title[data-v-ea558647]{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer[data-v-ea558647]{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image[data-v-ea558647]{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image[data-v-ea558647]{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement[data-v-ea558647]{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement[data-v-ea558647]{font-size:1.5em}}.testimonial-avatar[data-v-ea558647]{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author[data-v-ea558647]{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role[data-v-ea558647]{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card[data-v-ea558647]{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper[data-v-ea558647]{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper[data-v-ea558647]{display:flex;flex-direction:column;gap:20px}.tier-title[data-v-ea558647]{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper[data-v-ea558647]{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency[data-v-ea558647]{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label[data-v-ea558647]{font-size:60px}.tier-price-wrapper .tier-price-interval[data-v-ea558647]{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context[data-v-ea558647]{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency[data-v-ea558647]{font-size:30px}.tier-price-wrapper .tier-price-label[data-v-ea558647]{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency[data-v-ea558647]{font-size:20px}.tier-price-wrapper .tier-price-label[data-v-ea558647]{font-size:52px}}.tier-custom-price-wrapper[data-v-ea558647]{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label[data-v-ea558647]{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info[data-v-ea558647]{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description[data-v-ea558647]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about[data-v-ea558647]{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper[data-v-ea558647]{margin-top:10px;margin-bottom:0}.tier-disclaimer[data-v-ea558647]{margin-top:15px;margin-bottom:0}.tier-features-title[data-v-ea558647]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features[data-v-ea558647]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li[data-v-ea558647]{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol[data-v-ea558647]{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol[data-v-ea558647]>*{height:21px;width:21px}.tier-enterprise-price[data-v-ea558647]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text[data-v-ea558647]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen[data-v-ea558647]{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen[data-v-ea558647]>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card[data-v-ea558647]{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card[data-v-ea558647]{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4[data-v-ea558647]{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4[data-v-ea558647]{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p[data-v-ea558647]{font-size:.9em}}.tab-nav-card.active[data-v-ea558647]{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active[data-v-ea558647]{outline:none}}.tab-nav-card[data-v-ea558647]:hover{transform:scale(1.025)}.image-argument-card[data-v-ea558647]{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image[data-v-ea558647]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img[data-v-ea558647]{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content[data-v-ea558647]{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag[data-v-ea558647]{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card[data-v-ea558647]{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title[data-v-ea558647]{color:inherit}.key-number-card .description[data-v-ea558647]{font-size:1.4em;font-weight:300;margin:0}.pricing-section-v4[data-v-ff87ad2b]{margin:auto;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x);text-align:center;background-color:#edf2fc;--bg-offset: calc(100% - 90px) ;background-image:linear-gradient(-180deg,rgba(0,0,0,0),rgba(0,0,0,0) var(--bg-offset),#fff calc(var(--bg-offset) + 1px))}.pricing-section-v4.no-bg[data-v-ff87ad2b]{background-image:none;background-color:transparent}.pricing-section-v4 .title[data-v-ff87ad2b]{margin-top:72px;margin-bottom:30px}.pricing-section-v4 .tiers[data-v-ff87ad2b]{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:72px}@media (min-width: 1350px){.pricing-section-v4 .center-tier-card-wrapper[data-v-ff87ad2b]{transform:scale(1.14)}}.gallery-demo-section[data-v-61042dd3]{display:flex;max-width:calc(10 * var(--gap-large) + 11 * var(--gap-medium));margin:auto;padding-left:var(--section-padding-x);padding-right:var(--section-padding-x);text-align:left;gap:var(--gap-medium)}@media screen and (max-width: 768px){.gallery-demo-section[data-v-61042dd3]{padding-bottom:var(--gap-large)}}.gallery-demo-section .area-content[data-v-61042dd3]{flex:4.5;display:flex;flex-direction:column;justify-content:center;width:100%}.gallery-demo-section .area-content .tag[data-v-61042dd3]{margin-bottom:var(--gap-regular)}.gallery-demo-section .area-content .title[data-v-61042dd3]{margin-bottom:var(--gap-small)}.gallery-demo-section .area-content .content[data-v-61042dd3]{margin-bottom:var(--gap-medium)}.gallery-demo-section .area-content .actions[data-v-61042dd3]{display:flex;gap:var(--gap-small);flex-wrap:wrap}@media screen and (max-width: 800px){.gallery-demo-section .area-content .actions[data-v-61042dd3]{justify-content:center}}.gallery-demo-section .area-content>section[data-v-61042dd3]:first-child{margin-top:0}.gallery-demo-section .area-media[data-v-61042dd3]{flex:6;display:flex;justify-content:center;align-items:center}.gallery-demo-section .area-media .media[data-v-61042dd3]{width:100%}@media screen and (max-width: 800px){.gallery-demo-section[data-v-61042dd3]{flex-direction:column;gap:40px;text-align:center}}.full-service-section[data-v-a6b164b5]{display:flex;flex-direction:column;gap:0px;padding:calc(20px * var(--default-size-factor)) 20px;margin-bottom:40px;margin-top:calc(var(--gap-medium) * var(--default-size-factor));max-width:var(--full-box-width);margin:auto;background-image:url(https://imagedelivery.net/mudX-CmAqIANL8bxoNCToA/8be0d7e1-8c50-4297-5762-4c3bc1656100/public);background-size:100% auto;background-repeat:no-repeat;background-position:center calc(50% + 70px)}.full-service-section>header[data-v-a6b164b5]{width:100%;padding:calc(40px * var(--default-size-factor)) 0px}.full-service-section>header .title[data-v-a6b164b5]{max-width:var(--small-box-width);margin:auto;text-align:center;padding:0 20px}.full-service-section>header .content-wrapper[data-v-a6b164b5]{max-width:var(--small-box-width);text-align:center;margin:20px auto;padding:0 20px}.full-service-section main[data-v-a6b164b5]{display:flex;justify-content:center;align-items:center;gap:20px}.full-service-section main .cards-wrapper[data-v-a6b164b5]{display:flex;gap:calc(var(--gap-medium) * var(--default-size-factor));flex-wrap:wrap;justify-content:center;text-align:center}.full-service-section main .cards-wrapper .card[data-v-a6b164b5]{display:flex;flex-direction:column;align-items:center;gap:var(--gap-small);padding:var(--gap-large) var(--gap-medium);border-radius:10px;background-color:#fff;box-shadow:0 0 10px #00000040;font-family:var(--font-family-base);color:#333;max-width:calc(4 * var(--gap-large) + 1 * var(--gap-medium));width:100%}@media screen and (max-width: 1400px){.full-service-section main .cards-wrapper .card[data-v-a6b164b5]{padding:80px}}@media screen and (max-width: 1200px){.full-service-section main .cards-wrapper .card[data-v-a6b164b5]{padding:60px}}@media screen and (max-width: 1100px){.full-service-section main .cards-wrapper .card[data-v-a6b164b5]{padding:40px}}.full-service-section>.actions-wrapper[data-v-a6b164b5]{margin:auto;display:flex;justify-content:center;gap:var(--gap-small);flex-wrap:wrap;margin-top:var(--gap-medium)}[data-v-bea01dc4]:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){[data-v-bea01dc4]:root{--default-size-factor: .9}}@media screen and (max-width: 768px){[data-v-bea01dc4]:root{--default-size-factor: .8}}@media screen and (max-width: 414px){[data-v-bea01dc4]:root{--default-size-factor: .6}}h1[data-v-bea01dc4],h2[data-v-bea01dc4],h3[data-v-bea01dc4],h4[data-v-bea01dc4],h5[data-v-bea01dc4]{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light[data-v-bea01dc4],h2 .light[data-v-bea01dc4],h3 .light[data-v-bea01dc4],h4 .light[data-v-bea01dc4],h5 .light[data-v-bea01dc4]{font-weight:300}h1[data-v-bea01dc4]{font-size:3.8em}@media screen and (max-width: 1024px){h1[data-v-bea01dc4]{font-size:3.42em}}@media screen and (max-width: 768px){h1[data-v-bea01dc4]{font-size:3.04em}}@media screen and (max-width: 414px){h1[data-v-bea01dc4]{font-size:2.28em}}h1.special-header-title[data-v-bea01dc4]{font-weight:800}h1.special-header-title>strong[data-v-bea01dc4]{color:rgba(var(--ci-blue-medium),1)}h2[data-v-bea01dc4]{font-size:2.8em}@media screen and (max-width: 1024px){h2[data-v-bea01dc4]{font-size:2.52em}}@media screen and (max-width: 768px){h2[data-v-bea01dc4]{font-size:2.24em}}@media screen and (max-width: 414px){h2[data-v-bea01dc4]{font-size:1.82em}}h3[data-v-bea01dc4]{font-size:2em}@media screen and (max-width: 1024px){h3[data-v-bea01dc4]{font-size:1.8em}}@media screen and (max-width: 768px){h3[data-v-bea01dc4]{font-size:1.6em}}@media screen and (max-width: 414px){h3[data-v-bea01dc4]{font-size:1.4em}}h4[data-v-bea01dc4]{font-size:1.4em}@media screen and (max-width: 1024px){h4[data-v-bea01dc4]{font-size:1.26em}}@media screen and (max-width: 768px){h4[data-v-bea01dc4]{font-size:1.12em}}@media screen and (max-width: 414px){h4[data-v-bea01dc4]{font-size:1.05em}}h4.inter[data-v-bea01dc4]{font-family:var(--font-family-base)}h5[data-v-bea01dc4]{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5[data-v-bea01dc4]{font-size:.9em}}@media screen and (max-width: 768px){h5[data-v-bea01dc4]{font-size:.8em}}@media screen and (max-width: 414px){h5[data-v-bea01dc4]{font-size:.7em}}.section-text[data-v-bea01dc4]{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey[data-v-bea01dc4]{color:var(--text-color-secondary)}.section-text.light[data-v-bea01dc4]{color:var(--text-color-white)}.section-text.small[data-v-bea01dc4]{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small[data-v-bea01dc4]{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small[data-v-bea01dc4]{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small[data-v-bea01dc4]{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text[data-v-bea01dc4]{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text[data-v-bea01dc4]{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text[data-v-bea01dc4]{--font-size-factor: .7}}.card-section-text[data-v-bea01dc4]{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light[data-v-bea01dc4]{color:var(--text-color-white)}.card-section-text.grey[data-v-bea01dc4]{color:var(--text-color-secondary)}.card-section-text.small[data-v-bea01dc4]{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small[data-v-bea01dc4]{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text[data-v-bea01dc4]{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text[data-v-bea01dc4]{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text[data-v-bea01dc4]{--font-size-factor: .8}}.vertical-header-media[data-v-bea01dc4]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media[data-v-bea01dc4]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget[data-v-bea01dc4]{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget[data-v-bea01dc4]{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget[data-v-bea01dc4]{--mobile-gap: 25px}}.tag-line[data-v-bea01dc4]{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line[data-v-bea01dc4]{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line[data-v-bea01dc4]{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line[data-v-bea01dc4]{font-size:.98em}}.tag-line.small[data-v-bea01dc4]{font-size:1.2em}.text-light[data-v-bea01dc4]{color:var(--text-color-white)}.page[data-v-bea01dc4]>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page[data-v-bea01dc4]>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page[data-v-bea01dc4]>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page[data-v-bea01dc4]>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail[data-v-bea01dc4]{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper[data-v-bea01dc4]{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title[data-v-bea01dc4]{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title[data-v-bea01dc4]{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer[data-v-bea01dc4]{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image[data-v-bea01dc4]{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image[data-v-bea01dc4]{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement[data-v-bea01dc4]{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement[data-v-bea01dc4]{font-size:1.5em}}.testimonial-avatar[data-v-bea01dc4]{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author[data-v-bea01dc4]{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role[data-v-bea01dc4]{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card[data-v-bea01dc4]{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper[data-v-bea01dc4]{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper[data-v-bea01dc4]{display:flex;flex-direction:column;gap:20px}.tier-title[data-v-bea01dc4]{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper[data-v-bea01dc4]{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency[data-v-bea01dc4]{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label[data-v-bea01dc4]{font-size:60px}.tier-price-wrapper .tier-price-interval[data-v-bea01dc4]{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context[data-v-bea01dc4]{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency[data-v-bea01dc4]{font-size:30px}.tier-price-wrapper .tier-price-label[data-v-bea01dc4]{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency[data-v-bea01dc4]{font-size:20px}.tier-price-wrapper .tier-price-label[data-v-bea01dc4]{font-size:52px}}.tier-custom-price-wrapper[data-v-bea01dc4]{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label[data-v-bea01dc4]{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info[data-v-bea01dc4]{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description[data-v-bea01dc4]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about[data-v-bea01dc4]{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper[data-v-bea01dc4]{margin-top:10px;margin-bottom:0}.tier-disclaimer[data-v-bea01dc4]{margin-top:15px;margin-bottom:0}.tier-features-title[data-v-bea01dc4]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features[data-v-bea01dc4]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li[data-v-bea01dc4]{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol[data-v-bea01dc4]{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol[data-v-bea01dc4]>*{height:21px;width:21px}.tier-enterprise-price[data-v-bea01dc4]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text[data-v-bea01dc4]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen[data-v-bea01dc4]{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen[data-v-bea01dc4]>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card[data-v-bea01dc4]{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card[data-v-bea01dc4]{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4[data-v-bea01dc4]{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4[data-v-bea01dc4]{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p[data-v-bea01dc4]{font-size:.9em}}.tab-nav-card.active[data-v-bea01dc4]{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active[data-v-bea01dc4]{outline:none}}.tab-nav-card[data-v-bea01dc4]:hover{transform:scale(1.025)}.image-argument-card[data-v-bea01dc4]{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image[data-v-bea01dc4]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img[data-v-bea01dc4]{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content[data-v-bea01dc4]{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag[data-v-bea01dc4]{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card[data-v-bea01dc4]{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title[data-v-bea01dc4]{color:inherit}.key-number-card .description[data-v-bea01dc4]{font-size:1.4em;font-weight:300;margin:0}@media (min-width: 1000px){.page-events .comparison-section-studio[data-v-bea01dc4]{display:block}}[data-v-0204380e]:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){[data-v-0204380e]:root{--default-size-factor: .9}}@media screen and (max-width: 768px){[data-v-0204380e]:root{--default-size-factor: .8}}@media screen and (max-width: 414px){[data-v-0204380e]:root{--default-size-factor: .6}}h1[data-v-0204380e],h2[data-v-0204380e],h3[data-v-0204380e],h4[data-v-0204380e],h5[data-v-0204380e]{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light[data-v-0204380e],h2 .light[data-v-0204380e],h3 .light[data-v-0204380e],h4 .light[data-v-0204380e],h5 .light[data-v-0204380e]{font-weight:300}h1[data-v-0204380e]{font-size:3.8em}@media screen and (max-width: 1024px){h1[data-v-0204380e]{font-size:3.42em}}@media screen and (max-width: 768px){h1[data-v-0204380e]{font-size:3.04em}}@media screen and (max-width: 414px){h1[data-v-0204380e]{font-size:2.28em}}h1.special-header-title[data-v-0204380e]{font-weight:800}h1.special-header-title>strong[data-v-0204380e]{color:rgba(var(--ci-blue-medium),1)}h2[data-v-0204380e]{font-size:2.8em}@media screen and (max-width: 1024px){h2[data-v-0204380e]{font-size:2.52em}}@media screen and (max-width: 768px){h2[data-v-0204380e]{font-size:2.24em}}@media screen and (max-width: 414px){h2[data-v-0204380e]{font-size:1.82em}}h3[data-v-0204380e]{font-size:2em}@media screen and (max-width: 1024px){h3[data-v-0204380e]{font-size:1.8em}}@media screen and (max-width: 768px){h3[data-v-0204380e]{font-size:1.6em}}@media screen and (max-width: 414px){h3[data-v-0204380e]{font-size:1.4em}}h4[data-v-0204380e]{font-size:1.4em}@media screen and (max-width: 1024px){h4[data-v-0204380e]{font-size:1.26em}}@media screen and (max-width: 768px){h4[data-v-0204380e]{font-size:1.12em}}@media screen and (max-width: 414px){h4[data-v-0204380e]{font-size:1.05em}}h4.inter[data-v-0204380e]{font-family:var(--font-family-base)}h5[data-v-0204380e]{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5[data-v-0204380e]{font-size:.9em}}@media screen and (max-width: 768px){h5[data-v-0204380e]{font-size:.8em}}@media screen and (max-width: 414px){h5[data-v-0204380e]{font-size:.7em}}.section-text[data-v-0204380e]{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey[data-v-0204380e]{color:var(--text-color-secondary)}.section-text.light[data-v-0204380e]{color:var(--text-color-white)}.section-text.small[data-v-0204380e]{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small[data-v-0204380e]{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small[data-v-0204380e]{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small[data-v-0204380e]{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text[data-v-0204380e]{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text[data-v-0204380e]{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text[data-v-0204380e]{--font-size-factor: .7}}.card-section-text[data-v-0204380e]{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light[data-v-0204380e]{color:var(--text-color-white)}.card-section-text.grey[data-v-0204380e]{color:var(--text-color-secondary)}.card-section-text.small[data-v-0204380e]{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small[data-v-0204380e]{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text[data-v-0204380e]{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text[data-v-0204380e]{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text[data-v-0204380e]{--font-size-factor: .8}}.vertical-header-media[data-v-0204380e]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media[data-v-0204380e]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget[data-v-0204380e]{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget[data-v-0204380e]{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget[data-v-0204380e]{--mobile-gap: 25px}}.tag-line[data-v-0204380e]{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line[data-v-0204380e]{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line[data-v-0204380e]{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line[data-v-0204380e]{font-size:.98em}}.tag-line.small[data-v-0204380e]{font-size:1.2em}.text-light[data-v-0204380e]{color:var(--text-color-white)}.page[data-v-0204380e]>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page[data-v-0204380e]>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page[data-v-0204380e]>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page[data-v-0204380e]>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail[data-v-0204380e]{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper[data-v-0204380e]{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title[data-v-0204380e]{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title[data-v-0204380e]{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer[data-v-0204380e]{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image[data-v-0204380e]{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image[data-v-0204380e]{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement[data-v-0204380e]{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement[data-v-0204380e]{font-size:1.5em}}.testimonial-avatar[data-v-0204380e]{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author[data-v-0204380e]{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role[data-v-0204380e]{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card[data-v-0204380e]{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper[data-v-0204380e]{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper[data-v-0204380e]{display:flex;flex-direction:column;gap:20px}.tier-title[data-v-0204380e]{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper[data-v-0204380e]{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency[data-v-0204380e]{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label[data-v-0204380e]{font-size:60px}.tier-price-wrapper .tier-price-interval[data-v-0204380e]{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context[data-v-0204380e]{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency[data-v-0204380e]{font-size:30px}.tier-price-wrapper .tier-price-label[data-v-0204380e]{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency[data-v-0204380e]{font-size:20px}.tier-price-wrapper .tier-price-label[data-v-0204380e]{font-size:52px}}.tier-custom-price-wrapper[data-v-0204380e]{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label[data-v-0204380e]{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info[data-v-0204380e]{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description[data-v-0204380e]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about[data-v-0204380e]{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper[data-v-0204380e]{margin-top:10px;margin-bottom:0}.tier-disclaimer[data-v-0204380e]{margin-top:15px;margin-bottom:0}.tier-features-title[data-v-0204380e]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features[data-v-0204380e]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li[data-v-0204380e]{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol[data-v-0204380e]{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol[data-v-0204380e]>*{height:21px;width:21px}.tier-enterprise-price[data-v-0204380e]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text[data-v-0204380e]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen[data-v-0204380e]{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen[data-v-0204380e]>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card[data-v-0204380e]{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card[data-v-0204380e]{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4[data-v-0204380e]{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4[data-v-0204380e]{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p[data-v-0204380e]{font-size:.9em}}.tab-nav-card.active[data-v-0204380e]{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active[data-v-0204380e]{outline:none}}.tab-nav-card[data-v-0204380e]:hover{transform:scale(1.025)}.image-argument-card[data-v-0204380e]{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image[data-v-0204380e]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img[data-v-0204380e]{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content[data-v-0204380e]{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag[data-v-0204380e]{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card[data-v-0204380e]{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title[data-v-0204380e]{color:inherit}.key-number-card .description[data-v-0204380e]{font-size:1.4em;font-weight:300;margin:0}@media (min-width: 1000px){.page-events .comparison-section-studio[data-v-0204380e]{display:block}}[data-v-c4232d27]:root{--font-family-base: "Bricolage Grotesque", sans-serif;--font-family-heading: "Bricolage Grotesque", sans-serif;font-family:var(--font-family-base);--font-size: 1em;--primary-color: #457DED;--primary-gradient: linear-gradient(90deg, #457DED 50.14%, #1750BF 99.99%);--primary-color-dark: #0E398C;--text-color-primary: #212121;--text-color-secondary: #606060;--text-color-white: #ffffff;--section-padding-x: 20px;--gap-extra-large: 162px;--gap-large: 70px;--gap-medium: 54px;--gap-regular: 41px;--gap-small: 27px;--gap-extra-small: 18px;--gap-tiny: 14px;--card-spacing-medium: calc(clamp(.5rem, calc(.5vw + .5rem) , 1rem)*3) ;--corner-radius: 9px;--tiny-box-width: calc(8 * var(--gap-large) + 1 * var(--gap-medium));--small-box-width: calc(8 * var(--gap-large) + 7 * var(--gap-medium));--medium-box-width: calc(10 * var(--gap-large) + 9 * var(--gap-medium));--full-box-width: calc(12 * var(--gap-large) + 11 * var(--gap-medium));--ci-turquoise-light: 155, 220, 233;--ci-turquoise-medium: 32, 127, 148;--ci-turquoise-dark: 23, 84, 99;--ci-blue-light: 181, 204, 248;--ci-blue-medium: 69, 125, 237;--ci-blue-dark: 14, 57, 140;--ci-blue-superdark: 9, 39, 94;--ci-blue: 18, 75, 186;--ci-black: 0, 0, 0;--ci-white: 255, 255, 255;--ci-yellow: 255, 162, 32;--ci-coral: 255, 115, 114;--ci-climateweek-blue: 69, 125, 237;--default-size-factor: 1}@media screen and (max-width: 1024px){[data-v-c4232d27]:root{--default-size-factor: .9}}@media screen and (max-width: 768px){[data-v-c4232d27]:root{--default-size-factor: .8}}@media screen and (max-width: 414px){[data-v-c4232d27]:root{--default-size-factor: .6}}h1[data-v-c4232d27],h2[data-v-c4232d27],h3[data-v-c4232d27],h4[data-v-c4232d27],h5[data-v-c4232d27]{font-family:var(--font-family-heading);color:var(--text-color-primary);margin:0;line-height:1.2;font-weight:800;text-transform:capitalize}h1 .light[data-v-c4232d27],h2 .light[data-v-c4232d27],h3 .light[data-v-c4232d27],h4 .light[data-v-c4232d27],h5 .light[data-v-c4232d27]{font-weight:300}h1[data-v-c4232d27]{font-size:3.8em}@media screen and (max-width: 1024px){h1[data-v-c4232d27]{font-size:3.42em}}@media screen and (max-width: 768px){h1[data-v-c4232d27]{font-size:3.04em}}@media screen and (max-width: 414px){h1[data-v-c4232d27]{font-size:2.28em}}h1.special-header-title[data-v-c4232d27]{font-weight:800}h1.special-header-title>strong[data-v-c4232d27]{color:rgba(var(--ci-blue-medium),1)}h2[data-v-c4232d27]{font-size:2.8em}@media screen and (max-width: 1024px){h2[data-v-c4232d27]{font-size:2.52em}}@media screen and (max-width: 768px){h2[data-v-c4232d27]{font-size:2.24em}}@media screen and (max-width: 414px){h2[data-v-c4232d27]{font-size:1.82em}}h3[data-v-c4232d27]{font-size:2em}@media screen and (max-width: 1024px){h3[data-v-c4232d27]{font-size:1.8em}}@media screen and (max-width: 768px){h3[data-v-c4232d27]{font-size:1.6em}}@media screen and (max-width: 414px){h3[data-v-c4232d27]{font-size:1.4em}}h4[data-v-c4232d27]{font-size:1.4em}@media screen and (max-width: 1024px){h4[data-v-c4232d27]{font-size:1.26em}}@media screen and (max-width: 768px){h4[data-v-c4232d27]{font-size:1.12em}}@media screen and (max-width: 414px){h4[data-v-c4232d27]{font-size:1.05em}}h4.inter[data-v-c4232d27]{font-family:var(--font-family-base)}h5[data-v-c4232d27]{font-size:1em;font-weight:600}@media screen and (max-width: 1024px){h5[data-v-c4232d27]{font-size:.9em}}@media screen and (max-width: 768px){h5[data-v-c4232d27]{font-size:.8em}}@media screen and (max-width: 414px){h5[data-v-c4232d27]{font-size:.7em}}.section-text[data-v-c4232d27]{color:var(--text-color-primary);margin:0;--font-size: 1.4em;--font-size-factor: 1;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.section-text.grey[data-v-c4232d27]{color:var(--text-color-secondary)}.section-text.light[data-v-c4232d27]{color:var(--text-color-white)}.section-text.small[data-v-c4232d27]{--font-size: 1.2em;line-height:135%}@media screen and (max-width: 1024px){.section-text.small[data-v-c4232d27]{--font-size-factor: .95}}@media screen and (max-width: 768px){.section-text.small[data-v-c4232d27]{--font-size-factor: .85}}@media screen and (max-width: 414px){.section-text.small[data-v-c4232d27]{--font-size-factor: .8}}@media screen and (max-width: 1024px){.section-text[data-v-c4232d27]{--font-size-factor: .9}}@media screen and (max-width: 768px){.section-text[data-v-c4232d27]{--font-size-factor: .8}}@media screen and (max-width: 414px){.section-text[data-v-c4232d27]{--font-size-factor: .7}}.card-section-text[data-v-c4232d27]{color:var(--text-color-primary);margin:0;--font-size: 1.1em;--font-size-factor: 1.2;font-size:calc(var(--font-size) * var(--font-size-factor));font-weight:300;line-height:135%}.card-section-text.light[data-v-c4232d27]{color:var(--text-color-white)}.card-section-text.grey[data-v-c4232d27]{color:var(--text-color-secondary)}.card-section-text.small[data-v-c4232d27]{--font-size: .9em;line-height:155%}@media screen and (max-width: 1024px){.card-section-text.small[data-v-c4232d27]{--font-size-factor: 1 !important}}@media screen and (max-width: 1024px){.card-section-text[data-v-c4232d27]{--font-size-factor: .9}}@media screen and (max-width: 768px){.card-section-text[data-v-c4232d27]{--font-size-factor: .8}}@media screen and (max-width: 414px){.card-section-text[data-v-c4232d27]{--font-size-factor: .8}}.vertical-header-media[data-v-c4232d27]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006;aspect-ratio:var(--media-aspect-ratio);object-fit:cover}.features-section-media[data-v-c4232d27]{width:100%;border-radius:var(--corner-radius);box-shadow:0 0 15px 1px #0006}.embed-widget[data-v-c4232d27]{--mobile-gap: 40px;max-width:min(10 * var(--gap-large) + 9 * var(--gap-medium),100vw - var(--mobile-gap) * 2);width:100%;margin:auto;border:none;height:80vh}@media screen and (max-width: 768px){.embed-widget[data-v-c4232d27]{--mobile-gap: 35px}}@media screen and (max-width: 414px){.embed-widget[data-v-c4232d27]{--mobile-gap: 25px}}.tag-line[data-v-c4232d27]{font-size:1.4em;line-height:135%;font-weight:700;font-family:var(--font-family-base)}@media screen and (max-width: 1024px){.tag-line[data-v-c4232d27]{font-size:1.26em}}@media screen and (max-width: 768px){.tag-line[data-v-c4232d27]{font-size:1.12em}}@media screen and (max-width: 414px){.tag-line[data-v-c4232d27]{font-size:.98em}}.tag-line.small[data-v-c4232d27]{font-size:1.2em}.text-light[data-v-c4232d27]{color:var(--text-color-white)}.page[data-v-c4232d27]>*{--margin-bottom: 150px;--margin-bottom-factor: 1;margin-bottom:calc(var(--margin-bottom) * var(--margin-bottom-factor))}@media screen and (max-width: 1024px){.page[data-v-c4232d27]>*{--margin-bottom-factor: .75}}@media screen and (max-width: 768px){.page[data-v-c4232d27]>*{--margin-bottom-factor: .65}}@media screen and (max-width: 414px){.page[data-v-c4232d27]>*{--margin-bottom-factor: .35}}.blog-article-card-thumbnail[data-v-c4232d27]{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:10px;box-shadow:0 0 15px 1px #0003}.faq-wrapper[data-v-c4232d27]{display:flex;flex-direction:column;gap:var(--gap-small);padding:var(--gap-extra-small)}.faq-section-title[data-v-c4232d27]{margin:0;font-size:1em;font-weight:600;font-family:Inter}.faq-question-title[data-v-c4232d27]{margin:0;font-size:.9em;font-weight:400;font-family:Inter}.faq-answer[data-v-c4232d27]{font-size:.9em;font-weight:300;font-family:Inter;color:#000000b3}.testimonial-card-image[data-v-c4232d27]{width:auto;max-width:335.5px;aspect-ratio:1;height:auto;box-sizing:border-box;padding:var(--gap-small);background-color:#fff;object-fit:contain}@media screen and (max-width: 800px){.testimonial-card-image[data-v-c4232d27]{width:100%;max-width:none;max-height:167.75px;padding:10px}}.testimonial-statement[data-v-c4232d27]{font-size:2em;font-family:Bricolage Grotesque;font-weight:300;margin:0}@media screen and (max-width: 800px){.testimonial-statement[data-v-c4232d27]{font-size:1.5em}}.testimonial-avatar[data-v-c4232d27]{width:54px;height:54px;border-radius:50%;object-fit:cover}.testimonial-author[data-v-c4232d27]{font-size:1.1em;font-weight:600;font-family:Bricolage Grotesque}.testimonial-role[data-v-c4232d27]{font-size:1em;font-weight:300;opacity:.7;font-family:Bricolage Grotesque}.tier-card[data-v-c4232d27]{max-width:320px;width:100%;background-color:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 9px #00000026;border-radius:9px;display:flex;flex-direction:column;padding:40px 40px 20px;gap:30px}.tier-card>.tier-features-wrapper[data-v-c4232d27]{display:flex;flex-direction:column;gap:20px}.tier-card>.tier-limits-wrapper[data-v-c4232d27]{display:flex;flex-direction:column;gap:20px}.tier-title[data-v-c4232d27]{font-weight:700;font-family:Bricolage Grotesque,sans-serif;font-size:40px}.tier-price-wrapper[data-v-c4232d27]{display:flex;gap:10px;justify-content:center;font-weight:100;font-family:Unbounded,Bricolage Grotesque,sans-serif}.tier-price-wrapper .tier-price-currency[data-v-c4232d27]{font-size:30px;margin-top:.3em}.tier-price-wrapper .tier-price-label[data-v-c4232d27]{font-size:60px}.tier-price-wrapper .tier-price-interval[data-v-c4232d27]{font-size:30px;margin-top:.9em}.tier-price-wrapper .tier-price-context[data-v-c4232d27]{font-size:20px;margin-top:2em}@media screen and (max-width: 768px){.tier-price-wrapper .tier-price-currency[data-v-c4232d27]{font-size:30px}.tier-price-wrapper .tier-price-label[data-v-c4232d27]{font-size:72px}}@media screen and (max-width: 414px){.tier-price-wrapper .tier-price-currency[data-v-c4232d27]{font-size:20px}.tier-price-wrapper .tier-price-label[data-v-c4232d27]{font-size:52px}}.tier-custom-price-wrapper[data-v-c4232d27]{display:flex;flex-direction:column;gap:10px;font-family:Bricolage Grotesque,sans-serif;padding:50px 0 60px}.tier-custom-price-wrapper .tier-custom-price-label[data-v-c4232d27]{font-weight:500;font-size:24px}.tier-custom-price-wrapper .tier-custom-price-info[data-v-c4232d27]{font-weight:300;font-size:14px;color:#000000bf}.tier-price-description[data-v-c4232d27]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;color:#000000bf;margin:auto;display:flex;align-items:center;justify-content:center;gap:12px;min-height:32px}.tier-about[data-v-c4232d27]{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:300;line-height:155%;margin:10px 0 0}.tier-actions-wrapper[data-v-c4232d27]{margin-top:10px;margin-bottom:0}.tier-disclaimer[data-v-c4232d27]{margin-top:15px;margin-bottom:0}.tier-features-title[data-v-c4232d27]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:600;line-height:155%;text-align:left}.tier-features[data-v-c4232d27]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:300;line-height:155%;text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.tier-features>li[data-v-c4232d27]{margin:0;padding:0;display:flex;gap:10px;align-items:center}.tier-features>li>.tier-feature-symbol[data-v-c4232d27]{display:grid;place-items:center}.tier-features>li>.tier-feature-symbol[data-v-c4232d27]>*{height:21px;width:21px}.tier-enterprise-price[data-v-c4232d27]{font-family:Bricolage Grotesque,sans-serif;font-size:19px;font-weight:400;color:#000000bf;text-align:center}.tier-enterprise-text[data-v-c4232d27]{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:300;line-height:155%;text-align:center;margin-top:20px;color:#000000bf}.media-item-screen[data-v-c4232d27]{border:8px solid rgba(var(--ci-blue-medium),1);border-radius:15px;overflow:hidden;font-size:0}.media-item-screen[data-v-c4232d27]>*{border-radius:7px;width:100%;height:100%;object-fit:cover}.tab-nav-card[data-v-c4232d27]{background-color:#fff;max-width:300px;padding:20px;box-shadow:0 0 15px 1px #0003;border-radius:10px;height:100%;cursor:pointer;--border-width: 0;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHJ4PSI1IiByeT0iNSIgZmlsbD0iI2ZmZiIgLz4KPC9zdmc+Cg==),linear-gradient(#457ded,#1851c0);background-size:calc(100% - var(--border-width) * 2) calc(100% - var(--border-width) * 2),100% 100%;background-position:center center,center center;background-repeat:no-repeat;outline-color:rgba(var(--ci-blue-medium),1);transition:all .2s ease-in-out}@media screen and (max-width: 540px){.tab-nav-card[data-v-c4232d27]{width:calc(100vw - 40px);max-width:none}}.tab-nav-card>h4[data-v-c4232d27]{line-height:1.35}@media screen and (max-width: 800px){.tab-nav-card>h4[data-v-c4232d27]{font-size:1em}}@media screen and (max-width: 800px){.tab-nav-card>p[data-v-c4232d27]{font-size:.9em}}.tab-nav-card.active[data-v-c4232d27]{outline:8px solid rgba(var(--ci-blue),1)}@media screen and (max-width: 540px){.tab-nav-card.active[data-v-c4232d27]{outline:none}}.tab-nav-card[data-v-c4232d27]:hover{transform:scale(1.025)}.image-argument-card[data-v-c4232d27]{flex:1;min-width:150px;max-width:250px;margin:var(--gap-small) auto;background-color:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.image[data-v-c4232d27]{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--border-radius);background-image:linear-gradient(#457ded,#1851c0);border-radius:10px;overflow:hidden;padding:20px;box-sizing:border-box}.image-argument-card>.image>img[data-v-c4232d27]{width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--box-shadow)}.image-argument-card>.content[data-v-c4232d27]{margin-top:var(--gap-tiny);text-align:left;display:flex;flex-direction:column;gap:var(--gap-tiny)}.action-tag[data-v-c4232d27]{display:flex;align-items:center;justify-content:center;gap:var(--gap-tiny);padding:var(--gap-tiny) var(--gap-small)}.key-number-card[data-v-c4232d27]{color:rgba(var(--ci-blue-medium),1);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:var(--gap-tiny);max-width:240px;text-align:center;padding-bottom:var(--gap-small)}.key-number-card .title[data-v-c4232d27]{color:inherit}.key-number-card .description[data-v-c4232d27]{font-size:1.4em;font-weight:300;margin:0}@media (min-width: 1000px){.page-events .comparison-section-studio[data-v-c4232d27]{display:block}}
