.home-teaser {
    text-align: center;
}
.home-teaser .headline {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}


.long-term-partner {

}
.long-term-partner .headline.--large {
    max-width: 760px;
}



.allround-support-section .content-section__wrap {
    max-width: 900px;
}
.allround-support .__visual {
    max-width: 100%;
}
.allround-support {
    padding-top: 48px;
}
.allround-support .__content {
    max-width: 440px;
}
.allround-support .headline {
    margin: 0;
}
@media (min-width: 768px) {
    .allround-support {
        display: grid;
        grid-template-columns: 340px 1fr;
        grid-column-gap: 60px;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .allround-support {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
}



.intros {
    background: linear-gradient(204deg, #D9D9D9 16.36%, #FFF 85.38%);
}
.intros__header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.intros__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .intros__grid {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        max-width: none;
        margin: 0;
    }
}

.intro {
    background-color: #1a1a1a;
    color: #fff;
    --title-color: #fff;

    background-color: #fff;
    color: #000;
    --title-color: #000;

    box-shadow: 0 2px 10px rgba(0,0,0,0.2);

    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    position: relative;

    border: 0 none;
    -webkit-appearance: none;
    font: inherit;
    padding: 0;
    text-align: inherit;
    overflow: hidden;
}
button.intro {
    cursor: pointer;
    transition: box-shadow .3s;
}
button.intro:hover,
button.intro:focus {
    box-shadow: 0px 0px 50px 0px rgba(126, 183, 193, 0.57);
    outline: none;
}
/*
button.intro:after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="white"><path d="M8,0l30,20,l-30,20Z" /></svg>'), linear-gradient(265deg, #387D8C -12.82%, rgba(126, 183, 193, 0.83) 100%);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    transform-origin: 50% 50%;
    transform: scale(0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s, transform .1s;
    transition-duration: .1s, .1s;
}
button.intro:hover:after,
button.intro:focus:after {
    opacity: 1;
    transform: scale(1);
}
*/
.intro blockquote {
    margin: 0;
    font-weight: 700;
    font-size: var(--font-size-mediumsmall);
    line-height: 1.1;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 6px;
}
.intro blockquote p {
    margin: 0;
}
.intro figure {
    padding: 0;
    margin: 0;
}
.intro figure figcaption p {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--brand-grey);
}
.intro .__photo {
    flex-basis: 200px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.intro .__content {
    flex-basis: 400px;
    padding: 20px;
    flex-grow: 1;
    align-self: flex-end;
    position: relative;
    z-index: 2;
}
.intro hgroup p {
    font-size: 18px;
}
.intro .headline {
    text-align: inherit;
    text-transform: uppercase;
    line-height: 1.02;
    margin: 0;
    font-size: clamp(20px, 5vw, 34px);
}
.intro h2 br {
    display: none;
}
@media (min-width: 1024px) {
    .intro h2 br {
        display: block;
    }
}
.intro .__icon {
    position: absolute;
    width: 41px;
    height: 29.5px;
    padding: 20px;
    top: 0;
    right: 0;
    box-sizing: content-box;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    z-index: 1;
}
@media (max-width: 479px) {
    .intro .__icon {
        padding: 10px;
        width: 32px;
    }
    .intro .__content {
        padding: 12px;
    }
    .intro hgroup p,
    .intro figure figcaption p {
        font-size: 14px;
    }
}
button.intro:hover .__icon {
    background: linear-gradient(265deg, #387D8C -10%, rgba(126, 183, 193, 0.83) 100%);

}
button.intro:hover .__icon img {
    filter: brightness(400%);
}
.intro dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}

.popover {
    border: none;
    box-shadow: 0px 4px 30px 20px rgba(78, 74, 73, 0.13);
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 1440px;
    z-index: 200 !important;
    padding: 0;
}
.popover .__content {
    padding: min(40px, 3vw) min(80px, 6vw);
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.4;
    color: #6e6d72;
}
@media (min-width: 1300px) {
    .popover {
        margin-left: auto;
        margin-right: auto;
    }
}
.popover::backdrop {
    background: linear-gradient(204deg, rgba(217,217,217,0.6), rgba(255,255,255,0.4));
    backdrop-filter: blur(20px);
}
.popover .__close {
    opacity: 0;
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    background: rgba(0,0,0,0.4) url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M4,4 L28,28 M4,28 L28,4" stroke="white" stroke-width="3" fill="none" /></svg>');
    background-size: 24px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 20;
    -webkit-appearance: none;
    border: 0 none;
    font-size: 0;
    color: transparent;
    transition: opacity .3s;
}
.popover:hover .__close {
    opacity: 1;
}
.popover p {
    margin: 0;
}
.popover .__video {
    position: relative;
}
.popover .__video .__playbutton {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-appearance: none;
    transform: translate(-50%, -50%);
    border: 0 none;
    width: 64px;
    height: 64px;
    font: inherit;
    cursor: pointer;
    z-index: 22;
    border-radius: 32px;
    color: transparent;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    background: #fff url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M4,0 L32,16 L4,32z" fill="%23343338" /></svg>') no-repeat 50% 50%;
    background-size: auto 32px;
    opacity: 0.9;
    visibility: hidden;
}
.popover .__video .__playbutton:hover,
.popover .__video .__playbutton:focus {
    opacity: 1;
}
.popover .__video video {
    width: 100%;
    display: block;
    height: 56.25%;
    background: var(--brand-bright);
    max-height: 60vh;
    object-fit: contain;
}
.popover .__video video:focus {
    outline: none;
}
@media (min-width: 768px) {
    .popover .__video {
        align-self: stretch;
        min-height: 28.125vw;
    }
    .popover .__video video {
        height: 100%;
        width: 100%;
        /*
        object-fit: cover;
        object-position: 80% 50%;
        */
    }
}
@media (min-width: 2160px) {
    .popover .__video {
        min-height: 607.5px;
    }
}




.investment-values {
    background-color: #000;
    color: #fff;
    --title-color: #fff;
}
.investment-values .headline.--medium {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}
.fg-claims {
    padding: 0;
    list-style: none;
    margin: 40px auto -80px;
    position: relative;
    z-index: 4;
    max-width: 1115px;
    display: grid;
    grid-row-gap: 20px;
}
.fg-claims .fg-claim p {
    text-align: left;
    margin: 0;
}
.fg-claim {
    font-weight: 300;
    list-style: none;
    max-width: 380px;
    margin: 0 auto;
    font-size: 16px;
    background: var(--brand-dark);
    color: #A5ABAF;
    border-radius: 10px;
    padding: 26px;
}
.fg-claim img {
    width: 64px;
    margin-bottom: 12px;
}
.fg-claim .headline {
    margin: 0 0 6px 0;
}
@media (min-width: 768px) {
    .mission-box {
        padding: 60px 80px;
    }
    .fg-claims {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 40px;
        grid-row-gap: 37px;
    }
    .fg-claim {
        margin-bottom: 0;
    }
    .fg-claim .headline {
        font-size: var(--font-size-tiny);
    }
}






.investment-values .--intersectable .fg-claim {
    opacity: 0;
    transform: scale(0.8);
    transform-origin: 0 0;
    transition: opacity .7s, transform .7s;
}
.investment-values .--intersectable.--in-view .fg-claim {
    opacity: 1;
    transform: scale(1);
}
.investment-values .--intersectable.--in-view .fg-claim:nth-child(1) { transition-delay: .1s; }
.investment-values .--intersectable.--in-view .fg-claim:nth-child(2),
.investment-values .--intersectable.--in-view .fg-claim:nth-child(4) { transition-delay: .2s; }
.investment-values .--intersectable.--in-view .fg-claim:nth-child(3),
.investment-values .--intersectable.--in-view .fg-claim:nth-child(5) { transition-delay: .3s; }
.investment-values .--intersectable.--in-view .fg-claim:nth-child(6) { transition-delay: .4s; }



.logo-container {
    width: 360px;
    aspect-ratio: 1;
    max-width: 100%;
    overflow: hidden;
}
.logo-container canvas {
    max-width: 100%;
    aspect-ratio: 1;
    height: auto !important;
}
