:root {
    --header-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 6vw), 100% 0);
    --footer-clip-path: polygon(0 6vw, 0 100%, 100% 100%, 100% 0);
    --header-clip-path: polygon(0 0, 0 100%, 100% calc(100% - 3vw), 100% 0);
    --footer-clip-path: polygon(0 3vw, 0 100%, 100% 100%, 100% 0);
    --skew-angle: -3.45deg;
    --skew-angle: -1.72deg;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 18px;
    max-width: 100vw;
    overflow-x: hidden;
}
body {
    font-family: "Saira Semi Condensed", Inter, "Helvetica Neue", Helvetica, sans-serif;
    color: #6A716E;
    line-height: 1.6;
    max-width: 100vw;
    overflow-x: hidden;
    font-weight: 400;

}
img,
video {
    display: block;
    max-width: 100%;
}
img[height] {
    height: auto;
}

h1, h2, h3, h4 {
    margin-bottom: 0.5em;
    color: #0D1912;
    font-family: "Titillium Web", Questrial, "Helvetica Neue", sans-serif;
    font-weight: 400;
}
h1 {
    font-size: min(10vw, 72px);
    line-height: 1.1;
    font-weight: 400;
}
h2 {
    font-size: min(10vw, 56px);
    line-height: 1.27;
    font-weight: 400;
}
h3 {
    margin-top: 2rem;
    font-size: min(8vw, 36px);
}
h4 {
    font-size: min(8vw, 24px);
    margin: 3em 0 0.5em;
}
h2 .gradient {
    font-weight: inherit;
    background: linear-gradient(90deg, #63C282, #86CA14);
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
hgroup h3:not(:last-child) {
    margin-bottom: 0;
}
hgroup p {
    margin: 0;
}
hgroup {
    margin-bottom: 1em;
}
p {
    margin-bottom: 1em;
}
a {
    color: #000;
}
@media (max-width: 767px) {
    html {
        font-size: 16px;
    }
}
ul {
    list-style: square;
}
h1 .__hidden {
    display: none;
}
.teaser .__hidden {
    display: none;
}


main {

}

.kb-buttons {
    margin-top: 36px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    font-size: 14px;
}
.kb-buttons .__button {
    -webkit-appearance: none;
    appearance: none;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color .1s;
}
.kb-buttons .__button:hover {
    background: #86CA14;
}


.content {
    position: relative;
    /*min-height: 280px;*/
    padding: min(8vh, 72px) 0;
}
.content.--nopadtop {
    padding-top: 0;
}
.content.--bright {
    background: #fff;
}
.content.--grey {
    background: #f3f3f3;
}
.content.--bright h1,
.content.--bright h2,
.content.--grey h1,
.content.--grey h2 {
    color: #000;
    hyphens: none;
}
.content.--dark {
    background: rgb(18,22,20);
    color: #ccc;
}
.content.--dark h1,
.content.--dark h2,
.content.--dark h3 {
    color: #fff;
}
.content.--dark a {
    color: inherit;
}
.content.--wind,
.content.--wind-2,
.content.--solar,
.content.--green-wind,
.content.--industry,
.content.--csp,
.content.--comet,
.content.--greenearth,
.content.--coolingtower,
.content.--greenforest {
    background-color: #eee;
    background-size: cover;
    height: 600px;
    min-height: 40vw;
    max-height: 60vh;
    background-position: 50% 100%;
}
.content.--wind {
    background-image: url('/images/backgrounds/wind-turbine-1240.jpg');
    background-position: 50% 100%;
}
.content.--wind-2 {
    background-image: url('/images/backgrounds/wind-turbine-2-1240.jpg');
    background-position: 35% 40%;
}
.content.--solar {
    background-image: url('/images/backgrounds/solar-plant-3-1240.jpg');
    background-position: 50% 65%;
}
.content.--green-wind {
    background-image: url('/images/backgrounds/green-wind-energy-1240.jpg');
    background-position: 50% 10%;
}
.content.--industry {
    background-image: url('/images/backgrounds/industry-1240.jpg');
}
.content.--csp {
    background-image: url('/images/backgrounds/csp-2.jpg');
    background-position: 50% 20%;
}
.content.--comet {
    background-image: url('/images/industrial/case-ceramics-comet.jpg');
    background-position: 50% 50%;
    /*min-height: 57vw;
    height: 400px;*/
}
.content.--greenearth {
    background-image: url('/images/backgrounds/green-earth.jpg');
    background-position: 50% 50%;
}
.content.--coolingtower {
    background-image: url('/images/backgrounds/cooling-tower.jpg');
    background-position: 50% 80%;
}
.content.--greenforest {
    background-image: url('/images/backgrounds/green-forest-1240.jpg');
    background-position: 50% 20%;
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
       (min-width: 768px) and (min-resolution: 2dppx),
       (min-width: 1280px) {
    .content.--wind {
        background-image: url('/images/backgrounds/wind-turbine.jpg');
    }
    .content.--wind-2 {
        background-image: url('/images/backgrounds/wind-turbine-2.jpg');
    }
    .content.--solar {
        background-image: url('/images/backgrounds/solar-plant-3.jpg');
    }
    .content.--green-wind {
        background-image: url('/images/backgrounds/green-wind-energy.jpg');
    }
    .content.--industry {
        background-image: url('/images/backgrounds/industry.jpg');
    }
    .content.--greenforest {
        background-image: url('/images/backgrounds/green-forest.jpg');
    }
}





.content.--slant-right-top,
.content.--slant-left-top {
    padding-top: 10vw;
    margin-top: -10vw;
}
.content.--slant-right-bottom,
.content.--slant-left-bottom,
.content.--before-slant {
    padding-bottom: 12vw;
}
.content.--slant-right-top {
    -webkit-clip-path: polygon(0% 0%, 100% 8vw, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 8vw, 100% 100%, 0% 100%);
}
.content.--slant-left-top {
    -webkit-clip-path: polygon(0% 8vw, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 8vw, 100% 0%, 100% 100%, 0% 100%);
}
.content.--slant-right-bottom {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 8vw), 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 8vw), 0% 100%);
}
.content.--slant-left-bottom {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 8vw));
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 8vw));
}


.content .__inner {
    position: relative;
    z-index: 3;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;

    text-align: justify;
    hyphens: auto;
}
@media (min-width: 1024px) {
    .content .__inner {
        hyphens: none;
    }
}
.content .__inner.--plain {
    text-align: left;
    hyphens: none;
}
.content .__inner.--plain ul,
.content .__inner.--plain ol {
    padding-left: 2rem;
    margin-bottom: 1rem;
}
.content .__inner.--plain h3,
.content .__inner.--plain h4 {
    text-align: left;
}
.content h1,
.content h2,
.content h3,
.content h4 {
    text-align: center;
    hyphens: none;
}
.content .__inner.--wide {
    max-width: 1200px;
}
.content.--slant-right + .content {
    padding-top: 10vw;
}


.teaser {
    background: #333 url('/images/backgrounds/aerial-windmills.jpg') no-repeat 50% 50%;
    background-size: cover;
    padding: calc(5vw + 60px) 0 12vw;
    color: #fff;
}
.teaser.--renewables {
    background-image: url('/images/backgrounds/green-wind-energy.jpg');
    background-position: 50% 100%;
}
.teaser.--wasteheat {
    background-image: url('/images/backgrounds/industry.jpg');
    background-position: 50% 100%;
}
@media (max-width: 620px) {
    .teaser {
        padding-top: 5vw;
        background-image: url("/images/backgrounds/aerial-windmills-1240.jpg");
    }
}
.teaser.--home {
    padding: 10vw 0 20vw;
}
.teaser .__inner {
    max-width: 960px;
}
.teaser img {
    margin: 0 auto;
    max-width: 70vw;
    width: 400px;
}
.teaser a {
    color: inherit;
    text-decoration: none;
}
.teaser h1 {
    padding: 2rem 0 1rem 0;
    padding: 0;
    margin: 0;
}
.teaser h2 {
    display: flex;
    color: #fff;
    letter-spacing: 0.1em;
    justify-content: center;
    margin: 4rem 0 0 0;
    text-shadow: 0 0 12px rgba(0,0,0,0.5);
    flex-flow: column;
    font-size: 5vw;
}
.teaser h2 span {
    display: block;
    padding: 0 2.5%;
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 960px) {
    .teaser h2 {
        font-size: 3.1vw;
    }
}
@media (min-width: 768px) {
    .teaser h2 {
        flex-flow: row wrap;
        line-height: 1;
        font-size: 1.1rem;
    }
    .teaser h2 span:nth-child(3) {
        border-left: 2px solid white;
        border-right: 2px solid white;
    }
    .teaser h2 span:nth-child(1) { text-align: center; flex: 0 0 100%; margin-top: 1rem; margin-bottom: 1rem; font-size: 1.6rem; letter-spacing: 0.3rem; }
}



.kb-key-facts {
    list-style: none;
}
.kb-key-facts li {
    display: block;
    margin-bottom: 20px;
    background: rgba(128,128,128,0.1);
    padding: 12px;
}
@media (min-width: 768px) {
    .kb-key-facts {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }
    .kb-key-facts li {
        display: block;
        width: calc(50% - 20px);
        margin-bottom: 20px;
        padding: 12px;
    }
}



.team-member {
    margin-bottom: 4rem;
}
.team-member .__image {
    margin-bottom: 1rem;
}
.team-member .__image.--logo {
    background: #fff;
    align-self: flex-start;
    padding: 24px 20px;
}
.team-member .__image img {
    margin: 0 auto;
}
.team-member .__content {

}
.content .team-member h3 {
    margin: 0;
    text-align: left;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .team-member {
        text-align: left;
        display: flex;
        margin-bottom: 2rem;
    }
    .team-member .__image {
        flex: 0 1 300px;
        margin-right: 40px;
        margin-bottom: 0;
    }
    .team-member .__content {
        flex: 1 1 500px;
    }
    .team-member h3 {
        margin-top: 0;
    }
}


.kb-content-image {
    margin: 2rem 0 1rem;
}



.kb-featured-specs {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}
.kb-featured-specs li {
    display: block;
    flex: 0 0 50%;
    padding: 1rem;
}
.kb-featured-specs img {
    margin: 0 auto;
    width: 60px;
}
.kb-featured-specs li h4 {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    /*text-transform: uppercase;*/
}
.kb-featured-specs li p {
    font-size: 16px;
    opacity: 0.8;
    text-align: center;
    hyphens: none;
}
.kb-featured-specs img {
    filter: invert(100%);
}
.teaser .kb-featured-specs h4 {
    color: inherit;
    font-size: 1rem;
}
@media (min-width: 960px) {
    .kb-featured-specs li {
        flex: 0 0 25%;
    }
}




.kb-header {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.4), rgba(0,0,0,0.15), rgba(0,0,0,0));
    z-index: 6;
    color: #fff;
}
.kb-header.--standalone {
    background: #fff;
    position: relative;
    color: #000;
}
.kb-header.--standalone .__image {
    filter: brightness(0);
}
.kb-header.--standalone .__inner {
    padding-top: 12px;
    padding-bottom: 12px;
}
.kb-header .__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    padding-top: 12px;
}
.kb-header .__image {
    flex: 0 10 120px;
    max-width: 120px;
    margin: 0;
    padding: 1rem 0;
    margin-right: 2em;
}
.kb-header .__nav {
    flex: 0 0 auto;
}
.kb-header .__nav ul {
    display: flex;
    padding: 0.5rem 0;
    list-style: none;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.kb-header .__nav li {
    display: block;
    margin: 0 0.25rem;
}
.kb-header .__nav li:last-child {
    margin-right: 0;
}
.kb-header .__nav li:first-child {
    margin-left: 0;
}
.kb-header .__nav li.is-active a {
    border-bottom: 1px solid currentColor;
}
.kb-header .__nav a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
    .kb-header .__nav li {
        margin: 0;
    }
}
@media (max-width: 680px) {
    .is-home .kb-header .__image {
        visibility: visible;
    }
    .kb-header {
        position: relative;
        background: #000;
    }
    .kb-header .__inner {
        flex-flow: column;
    }
    .kb-header .__image {
        margin-right: 0;
        flex: 0 1 auto;
    }
    .kb-header .__nav ul {
        flex-flow: row wrap;
        justify-content: space-around;
    }
    .kb-header .__nav li {
        margin: 0;
        margin: 0 0.25rem;
    }
    .kb-header .__nav a {
        padding: 0.5rem 0.15rem;
    }
}
@media (max-width: 374px) {
    .kb-header .__nav a {
        padding: 0.5rem 0;
    }
}


.kb-footer {
    clip-path: var(--footer-clip-path);
    margin-top: -6vw;
}
.kb-footer .__image {
    max-width: 200px;
    margin: 0 auto;
}


.kb-footer .__nav {
    margin-top: 2rem;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.kb-footer .__nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.kb-footer .__nav li {
    display: block;
    padding: 0;
}
.kb-footer .__nav li.is-active a {
    text-decoration: underline;
}
.kb-footer .__nav a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 0.5rem 1rem;
}



.kb-attributions {
    list-style: none;
    padding: 0;
}




.kb-partners {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}
.kb-partners li {
    display: flex;
    flex: 0 1 240px;
    margin-bottom: 2rem;
    min-height: 160px;
    max-width: calc(50vw - 40px);
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.kb-partners li.--double {
    flex: 0 2 480px;
}
.kb-partners li.--triple {
    flex: 0 3 840px;
}
.kb-partners img {
    max-height: 200px;
}
.kb-partners li.--triple img {
    max-height: none;
}
@media (max-width: 560px) {
    .kb-partners li {
        flex: 0 0 45%;
    }
}
@media (max-width: 480px) {
    .kb-partners {
        flex-flow: row wrap;
    }
    .kb-partners li {
        flex: 0 0 auto;
        min-height: 0;
    }
}


.kb-job-offers {
    list-style: none;
    margin-bottom: 1rem;
}
.kb-job-offer {
    display: block;
    margin-bottom: 1px;
}
.kb-job-offer a {
    text-decoration: none;
    display: block;
    padding: 12px 20px;
    background: #f6f6f6;
    font-weight: 400;
}
.kb-job-offer a:focus,
.kb-job-offer a:hover {
    background: #eee;
}
/*
.kb-job-offer:nth-child(2n) a {
    background: #f6f6f6;
}
*/


.clip-helper {
    position: relative;
}
.clip-helper .__clipping {
    position: relative;
    height: 100%;
    background: red;
    max-width: 880px;
    z-index: 120;
    margin: 0 auto;
}
.clip-helper .__clipping img {
    position: absolute;
    max-width: 400px;
    bottom: -100px;
    right: 0;
    transform: translate(40%, 0);
}
@media (max-width: 959px) {
    .clip-helper .__clipping {
        display: none;
    }
}



.kb-press-feature,
.kb-press-release {
    margin-bottom: 2rem;
}
.kb-press-feature + .kb-press-feature,
.kb-press-release + .kb-press-release {
    margin-top: 2rem;
    border-top: 1px solid rgba(0,0,0,0.3);
    padding-top: 2rem;
}
.kb-press-release .__header {
    text-align: center;
    margin-top: 4rem;
}
.kb-press-feature .__title,
.kb-press-release .__title {
    text-align: left;
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
}
.kb-press-feature .__title.--large,
.kb-press-release .__title.--large {
    font-size: 1rem;
    hyphens: none;
}
.kb-press-release .__title a {
    text-decoration: none;
}
.kb-press-feature .__meta,
.kb-press-release .__meta {
    font-weight: 700;
    font-size: 0.8rem;
    color: #000;
}
.kb-press-feature .__title a {
    text-decoration: none;
}
.kb-press-feature p {
    font-size: 0.88rem;
}
.content .kb-press-event {
    color: #fff;
    background: #000;
    text-align: left;
    font-size: 1.2rem;
    padding: 2px 10px;
    margin: 3rem 0;
}


.social-links {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.social-links li {
    display: block;
    margin: 0 10px;
}
.social-links a {
    display: block;
    opacity: 0.8;
}
.social-links a:hover,
.social-links a:focus {
    opacity: 1;
}





.kb-usecases {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: stretch;
}
.kb-usecases h3 {
    font-size: 24px;
    padding: 24px 20px;
}
@media (min-width: 768px) {
    .kb-usecases h3 {
        font-size: 48px;
        padding: 24px 20px;
    }
    .kb-usecases {
        grid-template-columns: repeat(2, 1fr);
    }
}
.kb-usecases li {
    position: relative;
    display: flex;
    padding: 0;
    list-style: none;
    background: transparent no-repeat 50% 50%;
    background-size: cover;
    align-items: stretch;
    justify-content: center;
}
.kb-usecases a {
    display: block;
    text-decoration: none;
    background: rgba(0,0,0,0.4);
    width: 100%;
    color: #fff;
}
.kb-usecases a:hover,
.kb-usecases a:focus {
    background: rgba(0,0,0,0.2);
}
.kb-usecases .wasteheat {
    background-image: url('/images/backgrounds/industry.jpg');
}
.kb-usecases .renewables {
    background-image: url('/images/backgrounds/green-wind-energy.jpg');
}







h3.centered {
    text-align: center;
}
.kb-comparison-table {
    font-size: 0.8em;
}
.kb-comparison-table td,
.kb-comparison-table th {
    background: #eee;
    padding: 4px;
    text-align: left;
    width: calc(100% / 6);
}
.kb-comparison-table .highlighted {
    background: rgb(183,197,166);
}
.kb-comparison-table th {
    font-weight: 700;
    text-transform: uppercase;
}
.kb-comparison-table td {
    vertical-align: top;
}
.kb-comparison-table td ul {
    list-style: square;
    /*list-style-position: inside;*/
    padding-left: 1.2em;
}
.fine-print {
    font-size: 0.7em;
    margin-top: 8px;
}
.fine-print p {
    margin: 0;
}
@media (max-width: 767px) {
    .kb-comparison-table {
        display: none;
    }
    .kb-comparison-table + .fine-print,
    .hide-comparison-table {
        display: none;
    }
}



.content-list {
    padding-left: 1.2em;
    margin-bottom: 1em;
}
.content-image {
    margin-bottom: 1em;
}


@media (min-width: 768px) {
    .two-col {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 40px;
        margin-top: 1em;
        text-align: left;
    }
    .two-col.--narrow {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }
}
.two-col h4 {
    text-align: left;
}



.image-fullsize {
    width: 100vw;
}
.image-fullsize.--before-slant {
    padding-bottom: 12vw;
}
.image-fullsize .diagram {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.extended-wrapper {
    width: 100vw;
}
.extended-wrapper.--before-slant {
    padding-bottom: 12vw;
}
.extended-wrapper > div {
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
}



.insights-post .content .__inner {
    text-align: left;
    hyphens: none;
}
.insights-post .content h2 {
    text-align: left;
    margin: 4rem 0 0.5rem 0;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}
.insights-post .content h3 {
    margin-top: 3em;
    text-align: left;
}
.insights-post + .kb-buttons {
    margin-bottom: 4rem;
}
.insights-post ul,
.insights-post ol {
    padding-left: 1em;
    margin-bottom: 1em;
}



.insights-posts {
    list-style: none;
    padding: 0;
    text-align: left;
    hyphens: none;
}
.insights-posts li {
    padding: 0;
    display: block;
}
.insights-posts li h2 {
    text-align: left;
    font-size: 1.2rem;
    letter-spacing: 0;
    margin: 0 0 0.5rem 0;
}


.banner {
    position: fixed;
    display: grid;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 24px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    grid-row-gap: 12px;
    z-index: 20;
}
.banner p {
    margin: 0;
}
.banner.is-hidden {
    display: none
}
.banner .__responses {
    display: flex;
    flex-flow: row wrap;
}
.banner .__responses button {
    margin: 6px;
}

@supports (gap: 12px) {
    .banner .__responses {
        gap: 12px;
    }
    .banner .__responses button {
        margin: 0;
    }
}

.banner button {
    font: inherit;
    background: rgb(18,22,20);
    color: #fff;
    border-radius: 4px;
    border: 0 none;
    padding: 6px 20px;
    cursor: pointer;
    display: block;
    white-space: nowrap;
}
.banner button:hover,
.banner button:focus {
    background: #000;
}
@media (min-width: 480px) {

}
@media (min-width: 768px) {
    .banner {
        grid-template-columns: 1fr auto;
        grid-column-gap: 48px;
        align-items: end;
    }
}





.contact-form {
    padding: 24px 20px;
    background: #eee;
}
body > .contact-form {
    /*
    clip-path: var(--header-clip-path);
    */
    padding-bottom: 6vw;
    transform: skewY(var(--skew-angle))
}
body > .contact-form > * {
    transform: skewY(calc(-1 * var(--skew-angle)));
}
.contact-form .__wrap {
    max-width: 880px;
    margin: 0 auto;
    padding: 24px 20px;
}
.contact-form form {
    display: grid;
    grid-row-gap: 24px;
    margin: 24px 0 0 0;
}
.contact-form .__field {
    display: block;
}

.contact-form label {
    display: block;
    font-weight: 600;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    display: block;
    font: inherit;
    width: 100%;
    max-width: 100%;
    border: 0 none;
    padding: 4px 10px;
}

.contact-form textarea {
    min-height: 200px;
    resize: vertical;
}

.contact-form button {
    display: block;
    font: inherit;
    background: rgb(18,22,20);
    color: #fff;
    border: 0 none;
    padding: 12px 10px;
    cursor: pointer;
    width: 100%;
    transition: background-color .1s;
}
.contact-form button:hover,
.contact-form button:focus {
    background: #86CA14;
}
.contact-form button:disabled {
    background: rgb(18,22,20);
    opacity: 0.8;
    cursor: not-allowed;
}

.contact-form .__privacy {
    display: flex;
    font-size: 0.8em;
    margin-bottom: 12px;
}
.contact-form .__privacy input {
    width: auto;
    margin: 6px 10px 10px 0;
}
.contact-form .__privacy label {
    font-weight: inherit;
}

@media (min-width: 768px) {
    .contact-form form {
        grid-auto-flow: column;
        grid-template-rows: repeat(3, 1fr) auto;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 40px;
    }
    .contact-form .__field:nth-child(4) {
        grid-column-start: 2;
        grid-row-end: span 3;
        display: flex;
        flex-flow: column;
    }
    .contact-form textarea {
        flex-grow: 1;
    }
    .contact-form .__field:nth-child(5) {
        grid-column-start: 2;
    }
}





.kb-technology-advantages {
    display: grid;
    list-style: none;
    grid-gap: 48px 60px;
}
.kb-technology-advantages > li {
    display: block;
}
.kb-technology-advantages > li .__header {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 20px;
    margin-bottom: 8px;
    align-items: center;
}
.kb-technology-advantages > li > img {
    display: block;
    margin: 0 auto;
}
.kb-technology-advantages > li h3 {
    margin: 12px 0 0 0;
    line-height: 1.2;
    text-align: inherit;
    font-size: min(4vw, 24px);
    font-weight: 600;

    background: linear-gradient(90deg, #63C282, #86CA14);
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.kb-technology-advantages > li h4 {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    text-align: inherit;
}
@media (min-width: 768px) {
    .kb-technology-advantages {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1024px) {
    .kb-technology-advantages {
        grid-template-columns: 1fr 1fr 1fr;
    }
}


.kb-technology-advantages-comparison {

}
.kb-technology-advantages-comparison ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
}
.kb-technology-advantages-comparison li {
    display: flex;
    flex-flow: column-reverse;
    text-align: center;
    font-size: 0.8em;
}
.kb-technology-advantages-comparison li strong {
    display: block;
    font-size: 1.25em;
    color: #000;
}
.kb-technology-advantages-comparison figcaption {
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 6px;
}














.home-teaser {
    background: linear-gradient(180.12deg, rgba(13, 25, 18, 0.83) 4.58%, rgba(13, 25, 18, 0.410861) 23.83%, rgba(13, 25, 18, 0.9) 56.17%, #0D1912 78.5%), url('/images/forest-sun.jpg') no-repeat 50% 0;
    background: linear-gradient(180deg, rgba(13, 25, 18, 0.83) 5%, rgba(13, 25, 18, 0.41) 25%, rgba(13, 25, 18, 0.9) 55%, rgba(13, 25, 18, 1) 100%), url('/images/forest-sun.jpg') no-repeat 50% 0;
    background-size: 100% 56.25vw, 100% 56.25vw;
    background-repeat: no-repeat;
    background-color: #0D1912;
    min-height: 50vh;
    padding: min(120px, 20vw) 0 48px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    clip-path: var(--header-clip-path);
}
@media (max-width: 1920px) {
    .home-teaser {
        background: linear-gradient(180.12deg, rgba(13, 25, 18, 0.83) 4.58%, rgba(13, 25, 18, 0.410861) 23.83%, rgba(13, 25, 18, 0.9) 56.17%, #0D1912 78.5%), url('/images/forest-sun-1920.jpg') no-repeat 50% 0;
        background: linear-gradient(180deg, rgba(13, 25, 18, 0.83) 5%, rgba(13, 25, 18, 0.41) 25%, rgba(13, 25, 18, 0.9) 55%, rgba(13, 25, 18, 1) 100%), url('/images/forest-sun-1920.jpg') no-repeat 50% 0;
        background-size: 100% 56.25vw, 100% 56.25vw;
        background-repeat: no-repeat;
        background-color: #0D1912;
    }
}
@media (max-width: 1280px) {
    .home-teaser {
        background: linear-gradient(180.12deg, rgba(13, 25, 18, 0.83) 4.58%, rgba(13, 25, 18, 0.410861) 23.83%, rgba(13, 25, 18, 0.9) 56.17%, #0D1912 78.5%), url('/images/forest-sun-1280.jpg') no-repeat 50% 0;
        background: linear-gradient(180deg, rgba(13, 25, 18, 0.83) 5%, rgba(13, 25, 18, 0.41) 25%, rgba(13, 25, 18, 0.9) 55%, rgba(13, 25, 18, 1) 100%), url('/images/forest-sun-1280.jpg') no-repeat 50% 0;
        background-size: 100% 56.25vw, 100% 56.25vw;
        background-repeat: no-repeat;
        background-color: #0D1912;
    }
}
@media (max-width: 800px) {
    .home-teaser {
        background: linear-gradient(180.12deg, rgba(13, 25, 18, 0.83) 4.58%, rgba(13, 25, 18, 0.410861) 23.83%, rgba(13, 25, 18, 0.9) 56.17%, #0D1912 78.5%), url('/images/forest-sun-800.jpg') no-repeat 50% 0;
        background: linear-gradient(180deg, rgba(13, 25, 18, 0.83) 5%, rgba(13, 25, 18, 0.41) 25%, rgba(13, 25, 18, 0.9) 55%, rgba(13, 25, 18, 1) 100%), url('/images/forest-sun-800.jpg') no-repeat 50% 0;
        background-size: 100% 100%, auto 100%;
        background-repeat: no-repeat;
        background-color: #0D1912;
    }
}
.home-teaser .__inner {
    max-width: 680px;
    text-align: center;
    color: rgba(236, 238, 237, 0.9);
    line-height: 1.7;
    font-size: 20px;
}
.home-teaser h1 {
    color: #eceeed;
    max-width: 600px;
    margin: 0 auto 36px;
}
.home-teaser img {
    margin: 0 auto;
    max-width: 280px;
    width: 30vw;
    height: auto;
    margin-bottom: min(24px, 6vw);
    margin-bottom: -20%;
    opacity: 0.8;
    -webkit-mask: linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,0));
    mask: linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,0));
}




.two-column {
    display: grid;
}
@media (min-width: 1024px) {
    .two-column {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 120px;
    }
    .two-column.--smallgutter {
        grid-column-gap: 80px;
    }
    .two-column > div:first-child h2 {
        text-align: left;
    }
}



.kb-usecase-systems {
    display: grid;
    grid-gap: 20px;
    transform: skewY(var(--skew-angle));
}
.kb-usecase-teaser {
    display: block;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    text-decoration: none;
    position: relative;
    overflow: hidden;

}
.kb-usecase-teaser.--tiny {

}
a.kb-usecase-teaser::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}
a.kb-usecase-teaser:hover::after {
    opacity: 0.3;
}
a.kb-usecase-teaser.--tiny::after {
    opacity: 0.4;
}
a.kb-usecase-teaser.--tiny:hover::after {
    opacity: 0.6;
}
.kb-usecase-teaser-content {
    position: relative;
    z-index: 2;
    /* transform: skewY(calc(-1 * var(--skew-angle))); */
}
.kb-usecase-teaser-content h3 {
    color: inherit;
    margin: 0;
}
.kb-usecase-teaser-content-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.kb-usecase-teaser-content-item img {
    margin-right: 20px;
}
.kb-usecase-teaser-content-item p {
    margin: 0;
    hyphens: none;
}
.kb-usecase-teaser-background {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 767px) {
    .kb-usecase-teaser-content > * {
        transform: skewY(calc(-1 * var(--skew-angle)));
    }
    .kb-usecase-teaser-content {
        padding: 20px;
        color: #eceeed;
        background: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.5), rgba(0,0,0,0.4));
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        gap: 20px;
    }
    .kb-usecase-teaser-background {

    }
    .kb-usecase-teaser h3 {
        font-size: 6vw;
        margin-bottom: 0.5em;
    }
    .kb-usecase-teaser.--tiny h3 {
        margin: 0;
    }
}
@media (min-width: 768px) {
    .kb-usecase-systems {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .kb-usecase-teaser {
        aspect-ratio: 2 / 1;
        color: #eceeed;
        padding: 20px;
        grid-column-end: span 2;
    }
    .kb-usecase-teaser.--tiny {
        aspect-ratio: auto;
        grid-column-end: span 1;
    }
    .kb-usecase-teaser-content {
        display: grid;
        grid-template-columns: 1fr 300px;
        grid-template-rows: auto 1fr;
        align-items: end;
        grid-row-gap: 20px;
    }
    .kb-usecase-teaser.--tiny .kb-usecase-teaser-content {
        grid-template-columns: 1fr;
    }
    .kb-usecase-teaser-content h3 {
        grid-row-end: span 2;
        text-align: left;
        margin: 0;
        font-weight: 400;
        font-size: 32px;
        line-height: 44px;
    }
}
@media (min-width: 1024px) {
    .kb-usecase-teaser {
        padding: 40px 60px;
        color: #eceeed;
    }
    .kb-usecase-teaser-content {
        display: grid;
        grid-template-columns: 3fr 2fr 2fr;
        grid-column-gap: 20px;
        text-align: left;
        align-items: end;
        grid-row-gap: 0;
    }
}




.kb-tech-system-header {
    position: relative;
    color: #fff;
    padding: 120px 0 48px;
}
.kb-tech-system-header::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.8), rgba(0,0,0,0.4), rgba(0,0,0,0.8));
    z-index: -1;
}
.kb-tech-system-header-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: -2;
}
.kb-tech-system-header h1 {
    color: inherit;
    font-weight: 400;
    line-height: 1.1;
    max-width: 440px;
    margin: 0 auto 48px;
}
.kb-tech-system-header .__inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}



.kb-tech-system-chart {
    margin-top: 72px;
}
.kb-tech-system-chart p {
    font-size: 20px;
}
@media (min-width: 1024px) {
    .kb-tech-system-chart .two-column {
        align-items: center;
    }
    .kb-tech-system-chart .two-column > div:first-child {
        order: 2;
    }
}



.kb-tech-system-industries-section h2 {
    max-width: 860px;
    margin: 0 auto 24px;
    font-size: min(5vw, 36px);
}
.kb-industries-grid {
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    grid-gap: 10px;
    hyphens: none;
}
.kb-industries-grid li a {
    display: block;
    transform: skewY(var(--skew-angle));
}
.kb-industries-grid li a > * {
    transform: skewY(calc(-1 * var(--skew-angle)));
}
.kb-industries-grid a {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    text-align: left;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
}
a.kb-usecase-teaser::before,
.kb-industries-grid a::before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M2,18L18,2M2,2L18,2L18,18" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" /></svg>');
    z-index: 4;
}
.kb-industries-grid a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.9));
    opacity: 0.7;
    transition: opacity .3s;
}
.kb-industries-grid a:hover::after {
    opacity: 1;
}
.kb-industries-grid a p {
    margin: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 20px;
    font-size: 22px;
}
@media (max-width: 639px) {
    .kb-industries-grid a img {
        height: 50vw;
        width: 100%;
        object-fit: cover;
    }
    .kb-industries-grid a p {
        padding: 20px;
        font-size: 22px;
    }
}
@media (min-width: 640px) {
    .kb-industries-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .kb-industries-grid a {
        aspect-ratio: 1;
    }
}
@media (min-width: 768px) {
    .kb-industries-grid a p {
        padding: 30px 40px;
        font-size: 26px;
    }
}
@media (min-width: 1024px) {
    .kb-industries-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
    }
    .kb-industries-grid:has(> li:nth-child(4):last-child) {
        max-width: 960px;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr;
    }
}


.content .kb-industries-title {
    text-align: left;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 12px;
    font-size: min(6vw, 42px);
}
.content .kb-industries-title .gradient {
    display: block;
    font-size: 1.6em;
    padding-bottom: 12px;
}




.home-intro {
    background: #000 linear-gradient(180deg, #0d1912, #000);
    color: #fff;
    overflow: hidden;
    background: #fff;
    color: #000;
}
.home-intro .__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 20px 48px;
}
.home-intro .__visual {
    max-width: 400px;
    margin: 0 auto;
}
.home-intro h2 {
    font-size: min(9vw, 48px);
}
.home-intro-columns {

}
.home-intro-columns .__content {
    order: 2;
    text-align: center;
}
.home-intro-columns .__content h2 {
    color: inherit;
}
.home-intro-facts {
    list-style: none;
    display: grid;
    text-align: center;
}
.home-intro-facts h3 {
    color: inherit;
    margin: 0;
    font-size: 20px;
}
.home-intro-facts p {
    margin: 0;
    font-size: 14px;
}
.home-intro-facts img {
    margin: 0 auto 6px;
}

@media (max-width: 767px) {
    .home-intro-facts {
        grid-row-gap: 24px;
        text-align: center;
    }
    .home-intro-facts li {
        display: grid;
        grid-template-columns: 60px 1fr;
        grid-template-rows: auto 1fr;
        text-align: left;
        grid-column-gap: 20px;
    }
    .home-intro-facts img {
        grid-row-end: span 2;
    }
}

@media (min-width: 768px) {
    .home-intro-facts {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1024px) {
    .home-intro .__inner {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: -40px;
    }
    .home-intro-columns {
        padding-left: 25%;
        display: block;
        position: relative;
        min-height: 600px;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    .home-intro-columns .__content {
        text-align: left;
    }
    .home-intro-columns .__visual {
        position: absolute;
        width: 50%;
        left: -25%;
        bottom: 0;
        margin: 0;
        max-width: none;
    }
}





.industry-header {
    position: relative;
    min-height: 40vh;
    padding: 140px 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    clip-path: var(--header-clip-path);
}
.industry-header .__background {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    z-index: -2;
}
.industry-header::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0.2), rgba(0,0,0,0.8));
}
.industry-header .__inner {
    max-width: 700px;
    color: #fff;
}
.industry-header h1 {
    color: inherit;
    margin: 0;
    text-align: center;
}

.industry-intro {
    padding: 72px 0;
}
.industry-intro .__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}
.industry-intro-fact {
    font-size: 16px;
    text-align: left;
}
.industry-intro-fact strong {
    font-size: 4em;
    display: block;
    margin: 0;
    line-height: 1;
    color: #000;

    background: linear-gradient(90deg, #63C282, #86CA14);
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
    .industry-intro .__inner {
        display: grid;
        grid-column-gap: 60px;
        grid-template-columns: 1fr 2fr;
        align-items: center;
        text-align: justify;
    }
}



.industry-solution {

}
.industry-solution .__inner {
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto;
}
.industry-solution-tags ul {
    list-style: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-flow: row wrap;
    gap: 10px 10px;
    justify-content: flex-start;
    align-items: center;
}
.industry-solution-tags li {
    display: block;
    white-space: nowrap;
    background: linear-gradient(130deg, rgb(240,240,240), rgb(221,221,221));
    padding: 12px 20px;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .industry-solution .__inner {
        display: grid;
        grid-column-gap: 60px;
        grid-template-columns: 3fr 2fr;
    }
    .industry-solution .__inner p {
        text-align: justify;
    }
    .industry-solution h2 {
        font-size: min(5vw, 48px);
    }
    .industry-solution-tags {
        grid-column-end: span 2;
    }
}


.eu-project .__inner {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.eu-project .__visual {
    display: none;
}
@media (min-width: 768px) {
    .eu-project {
        padding-top: 48px;
    }
    .eu-project .__visual {
        display: block;
    }
    .eu-project .__inner {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-column-gap: 40px;
    }
    .eu-project h3 {
        margin-top: 0;
    }
}




.kb-advantages-section {
    padding: 48px 0;
}
.kb-advantages-section h3  {
    font-size: min(48px, 10vw);
    font-weight: 400;
    text-align: center;
}
.kb-advantages-section .__inner {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.kb-advantages {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.kb-advantages li {
    max-width: 180px;
}
.kb-advantages li img {
    margin: 0 auto 12px;
    margin: 0 auto;
}
.kb-advantages li p {
    margin: 0;
}
.kb-advantages.--boxed li {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 20px;
    border-radius: 10px;
    max-width: none;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .kb-advantages {
        grid-template-columns: repeat(4, 1fr);
    }
    .kb-advantages:has(li:nth-child(5):last-child) {
        grid-template-columns: repeat(5, 1fr);
    }
}



.home-advantages-section {

}
.home-advantages-section .__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.home-advantages-section hgroup h2 {
    text-align: left;
}
.home-advantages {
    display: grid;
    list-style: none;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.home-advantages li {
    background: linear-gradient(130deg, rgb(240,240,240), rgb(221,221,221));
    padding: 48px 20px;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    position: relative;
}
.home-advantages li p {
    margin: 0;
}
.home-advantages li img {
    margin: 0 auto 6px;
}
.home-advantages li img:first-child {
    margin: 0;
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    object-fit: contain;
    pointer-events: none;
    opacity: 0.02;
}
@media (min-width: 1024px) {
    .home-advantages {
        grid-template-columns: repeat(4, 1fr);
    }
}



.kicker {
    margin: 0;
}
.kicker + h2,
.kicker + h3 {
    margin-top: 0;
}



.home-partnerships {
    padding: max(48px, 6vh) 0;
}
.home-partnerships .__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.home-partnerships h3 {
    font-size: 16px;
    font-weight: inherit;
    color: inherit;
}
@media (min-width: 768px) {
    .home-partnerships .__inner {
        display: grid;
        grid-template-columns: 3fr 4fr;
        align-items: center;
    }
}
.home-partnerships-list {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    gap: 20px 40px;
    align-items: center;
}
.home-partnerships-list li:nth-child(1) {
    flex: 0 0 140px;
}
.home-partnerships-list li:nth-child(2) {
    flex: 0 0 160px;
}
.home-partnerships-list li:nth-child(3) {
    flex: 0 0 80px;
}
.home-partnerships-list li:nth-child(4) {
    flex: 0 0 100px;
}
.home-partnerships-list li:nth-child(5) {
    flex: 0 0 180px;
}
.home-partnerships-list li:nth-child(6) {
    flex: 0 0 100px;
}
.home-partnerships-list li:nth-child(7) {
    flex: 0 0 120px;
}
.home-partnerships-list li:nth-child(8) {
    flex: 0 0 120px;
}
.home-partnerships-list li:nth-child(9) {
    flex: 0 0 180px;
}
.home-partnerships-list li:nth-child(10) {
    flex: 0 0 80px;
}
.home-partnerships-list li:nth-child(11) {
    flex: 0 0 140px;
}
.home-partnerships-list li:nth-child(12) {
    flex: 0 0 120px;
}
.home-partnerships-list li:nth-child(13) {
    flex: 0 0 160px;
}
@media (max-width: 767px) {
    .home-partnerships .__inner > div:first-child {
        display: none;
    }
}





.home-quote-section {
    position: relative;
    padding-bottom: 48px;
}
.home-quote-section .__background {
    position: absolute;
    left: 0;
    width: 100%;
    height: 20vw;
    max-height: 300px;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: -1;
}
.home-quote-section .__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.home-quote-section h2 {
    font-size: min(10vw, 48px);
}
.home-quote img {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.2);
}
.home-quote hgroup {
    margin: 24px 0 12px 0;
}
.home-quote h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.05em;
}
.home-quote hgroup p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.01em;
}
.home-quote blockquote {
    line-height: 1.78;
}
@media (min-width: 1024px) {
    .home-quote-section-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 80px;
    }
    .home-quote-section-item > div:first-child {
        padding: min(348px, calc(20vw + 48px)) 0 48px 0;
    }
    .home-quote-section-item > div:last-child {
        padding-top: min(48px, 5vw);
    }
}
@media (max-width: 1023px) {
    .home-quote-section .__background {
        height: 300px;
    }
    .home-quote-section-item > div:first-child {
        display: none;
    }
    .home-quote-section-item > div:last-child {
        padding-top: 48px;
        max-width: 400px;
        margin: 0 auto;
    }
}




.known-from-section .__inner {
    margin: 48px auto 96px;
    padding: 16px 20px 30px;
    border-top: 2px solid #BABABA;
    border-bottom: 2px solid #BABABA;
    max-width: 1200px;
}
.known-from-section .__inner h2 {
    font-size: 16px;
    text-align: center;
    color: #5B615E;
    opacity: 0.5;
    margin: 0 0 4px 0;
    line-height: 1;
}
.known-from {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.known-from img {
    flex-shrink: 1;
}
@media (max-width: 1023px) {
    .known-from {
        flex-flow: row wrap;
        justify-content: space-around;
        gap: 40px 20px;
    }
    .known-from-section .__inner h2 {
        margin-bottom: 24px;
    }
}




.media-contact {
    display: grid;
    grid-template-columns: 160px auto;
    text-align: left;
    grid-column-gap: 20px;
    max-width: 520px;
    margin: 48px auto 0;
    align-items: flex-end;
}
.media-contact-image {
    max-width: 160px;
}
.media-contact-content {

}
.media-contact-content h3 {
    text-align: inherit;
    margin: 0;
    font-size: min(32px, 7vw);
    line-height: 1;
}
.media-contact-content p {
    margin: 0;
}
.media-contact-content .kb-buttons {
    justify-content: flex-start;
    gap: 20px;
    margin-top: 24px;
}
@media (max-width: 479px) {
    .media-contact {
        grid-template-columns: 120px auto;
    }
    .media-contact-content .kb-buttons {
        gap: 10px;
    }
    .media-contact-content .kb-buttons .__button {
        padding: 6px 10px;
        font-size: 14px;
        letter-spacing: 0.1em;
    }
}





.person-quote {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    margin: 48px 0;
}
.person-quote > img {
    align-self: start;
    border-radius: 1000px;
    width: 240px;
    margin: 0 auto;
}
.person-quote blockquote {
    font-size: min(4vw, 22px);
    font-family: Questrial, "Helvetica Neue", sans-serif;
    font-weight: 400;
}
.person-quote figcaption {
    display: block;
    font-size: 16px;
    color: #000;
}
.person-quote figcaption p {
    margin: 0;
}
.person-quote figcaption p::before {
    content: "– "
}
@media (min-width: 768px) {
    .person-quote {
        grid-template-columns: minmax(100px, 200px) minmax(300px, 1fr);
    }
    .person-quote > img {
        margin: 0;
        width: auto;
    }
}




.facts-grid {
    display: grid;
    grid-gap: 20px;
    list-style: none;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    margin: 24px 0;
}
.facts-grid li {
    max-width: 200px;
}
.facts-grid p {
    margin: 0;
}
.facts-grid p strong {
    display: block;
    font-size: 1.8em;
    color: #000;

    background: linear-gradient(90deg, #63C282, #86CA14);
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}
@media (min-width: 1024px) {
    .facts-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}




ol.timeline {
    position: relative;
    list-style: none;
    padding: 0;
    padding-left: 40px;
}
ol.timeline::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    left: 10px;
    top: 0;
}
ol.timeline > li {
    position: relative;
    display: block;
    text-align: left;
    padding: 12px 0;
}
ol.timeline > li h3,
ol.timeline > li h4 {
    text-align: inherit;
    margin-top: 0;
}
ol.timeline > li::before {
    content: "";
    position: absolute;
    left: -40px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #000;
    top: 20px;
    border: 1px solid #000;
    background: #fff;
}


.kb-career-mission-teaser {
    font-size: 38px;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
    align-self: start;
    text-align: center;
    hyphens: none;

    background: linear-gradient(90deg, #63C282, #86CA14);
    -webkit-box-decoration-break: clone;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (min-width: 1024px) {
    .kb-career-mission {
        grid-template-columns: 1fr 2fr;
        align-items: center;
    }
    .kb-career-mission-teaser {
        text-align: right;
    }
}



.our-teams {

}
.our-teams .kicker {
    text-align: center;
}
.our-teams-grid {
    display: grid;
    list-style: none;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
.our-teams-grid li {
    text-align: left;
}
.our-teams-grid li h4 {
    margin-top: 0;
}
.our-teams-grid li p {
    margin: 0;
    hyphens: none;
}
@media (min-width: 768px) {
    .our-teams-grid {
        grid-template-columns: 1fr 1fr;
    }
    .our-teams-grid  li {
        padding: 20px;
        background: linear-gradient(130deg, rgb(240,240,240), rgb(221,221,221));
        border-radius: 4px;
    }
}



.video-frame {
    aspect-ratio: 16 / 9;
    position: relative;
    margin: 24px 0;
}
.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.content.--legal .__inner {
    text-align: left;
}
.content.--legal h2,
.content.--legal h3,
.content.--legal h4 {
    text-align: inherit;
}





.faq-grid {
    list-style: none;
    display: grid;
    grid-gap: 40px;
}
.faq-grid li {
    display: block;
    background: #eee;
}
.faq-grid li h2 {
    font-size: 20px;
    text-align: left;
    padding: 20px;
    margin: 0;
    background: #ccc;
    color: #000;
    font-weight: 600;
}
.faq-grid li div {
    padding: 20px;
    text-align: left;
}
.faq-grid li div p:last-child {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .faq-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px 80px;
    }
}






.kb-project-showcases {
    display: none;
}
.kb-project-showcases h2 {
    text-align: left;
}
.kb-project-showcase h3 {
    margin: 0;
}
.kb-project-showcase p:last-child {
    margin-bottom: 0;
}
.kb-project-showcase h3,
.kb-project-showcase h4 {
    text-align: inherit;
}
.kb-project-showcase h4 {
    margin: 0 0 0.25em 0;
}
.kb-project-showcase {
    display: grid;
}
@media (min-width: 1024px) {
    .kb-project-showcases {
        display: block;
    }
    .kb-project-showcase {
        grid-template-columns: 1.6fr 3fr;
        grid-gap: 20px 40px;
        grid-template-areas: "visual title"
                             "visual description"
                             "specs advantages";
    }
    .kb-project-showcase .__title {
        grid-area: title;
    }
    .kb-project-showcase .__visual {
        grid-area: visual;
    }
    .kb-project-showcase .__description {
        grid-area: description;
        align-self: end;
    }
    .kb-project-showcase .__advantages {
        grid-column-end: span 2;
    }
    .kb-project-showcase h4 {
        margin-top: 0;
    }
}



.power-gen-options-title {
    font-size: min(6vw, 28px)
}
.power-gen-texts p {
    text-align: left;
}



.kb-career-header {
    text-align: center;
    clip-path: var(--header-clip-path);
    margin-bottom: -6vw;
    z-index: 1;
    position: relative;
    background: #fff;
}
.kb-career-header .__inner {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    display: grid;
    grid-row-gap: 24px;
}
.kb-career-header .__visual {
    background: url('/images/logo-only-light.svg') no-repeat 50% 0%;
    background-size: auto 100%;
    aspect-ratio: 4/2.8;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
@media (min-width: 1024px) {
    .kb-career-header {
        text-align: left;
    }
    .kb-career-header .__inner {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-column-gap: 20px;
        align-items: center;
    }
    .kb-career-header .__visual {
        align-self: end;
    }
    .kb-career-header .kb-buttons {
        justify-content: flex-start;
    }
}




.press-release {
    background: #f6f6f6;
    display: block;
    padding: 20px;
    text-align: left;
    text-decoration: none;
}
.press-release:hover,
.press-release:focus {
    background: #eee;
}
.press-release h2 {
    text-align: left;
    font-size: 14px;
    margin: 0;
    opacity: 0.4;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}
.press-release h3 {
    text-align: left;
    line-height: 1.2;
    margin: 12px 0;
    font-size: max(22px, min(36px, 4vw));
}
.press-release .__meta {
    margin: 0;
    font-size: 14px;
    opacity: 0.6;
    text-align: right;
}
