.home-teaser {
    background:
        url('/images/home/teaser-background-overlay.svg') no-repeat 100% 100%,
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect width="100" height="100" fill="rgb(178,198,217)" /></svg>') repeat 50% 50%,
        url('/images/home/teaser-background.jpg') no-repeat 50% 50%;
    background-size: cover;
    background-blend-mode: screen, screen, normal;
    min-height: 40vw;

    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.home-teaser > div {
    padding: clamp(70px, 14vw, 140px) 12px clamp(80px, 14vw, 120px);
}

.home-teaser h1 {
    font-size: clamp(24px, 8.5vw, 85px);
    font-weight: 700;
    text-transform: uppercase;
    max-width: 800px;
    margin-bottom: 0.15em;
}
.home-teaser h2 {
    font-size: clamp(18px, 3.6vw, 36px);;
    font-weight: 300;
    font-family: var(--font-text);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgb(var(--color-primary));
    margin-bottom: 1.2em;
}


.tells-arrow-intro {
    text-align: center;
    margin: 48px 0;
}
.tells-arrow-intro .__visual {
    height: 110px;
    margin-bottom: 24px;
}
.tells-arrow-intro img {
    margin: 0 auto;
}
.tells-arrow-intro .headline {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .tells-arrow-intro__item {
        display: grid;
        grid-template-columns: 72px 1fr;
        grid-column-gap: 20px;
        text-align: left;
    }
    .tells-arrow-intro .__visual {
        margin: 0;
    }
    .tells-arrow-intro .__visual img {
        margin: 0 auto;
    }
    .tells-arrow-intro .headline {
        margin-bottom: 0.5em;
    }
}


.bonds-reasons-title {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;;
}
.bonds-reasons-title .headline {
    margin: 0;
}
.bonds-reasons-footer {
    max-width: 800px;
    margin: 48px auto 0;
    text-align: center;
}




.whitepaper-teaser .cta-button {
    margin-top: 24px;
}
.whitepaper-teaser h2 strong {
    font-weight: inherit;
    color: rgb(var(--color-secondary));
}
@media (min-width: 768px) {
    .whitepaper-teaser {
        display: flex;
        align-items: center;
    }
    .whitepaper-teaser .__content {
        order: 1;
        flex: 0 0 55%;
    }
    .whitepaper-teaser .__visual {
        order: 2;
        flex: 0 0 45%;
        margin-bottom: -10%;
        margin-top: -5%;
    }
}
@media (max-width: 767px) {
    .whitepaper-teaser .__visual img {
        height: 320px;
        width: auto;
        margin: -24px auto 12px;
    }
}




.performance-section .headline.--medium img {
    width: 560px;
    margin-bottom: -56px;
}
.performance-section .headline.--large {
    line-height: 1;
}
.performance-chart {
    margin-top: 48px;
}
@media (max-width: 580px) {
    .performance-section .headline.--medium img {
        margin-bottom: -8.5vw;
    }
}


.awards {
    display: flex;
    gap: clamp(6px, 2vw, 40px);
    margin: 24px 0;
}
.awards .__logo {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.awards .__logo img {
    max-height: 54px;
    max-width: 116px;
    object-fit: contain;
}



.bond-types {
    display: grid;
    grid-gap: 20px;
    margin-bottom: 36px;
}
.bond-type {
    background: linear-gradient(180deg, #0F293F 0%, #405971 100%);
    --color-text: var(--color-text-light);
    color: rgb(var(--color-text));
    border-radius: 20px;
    padding: 16px 16px;
    text-align: center;
    font-weight: 600;
}
.bond-type img {
    margin: 0 auto 12px;
}
.bond-type p {
    margin: 0;
}
@media (min-width: 375px) {
    .bond-types {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 480px) {
    .bond-types {
        grid-gap: 40px;
    }
    .bond-type {
        padding: 32px 40px;
    }
}
@media (min-width: 1024px) {
    .bond-types {
        grid-template-columns: repeat(4, 1fr);
    }
}




.contact-section {
    background: url('/images/tells-arrow-logo-symbol-cut.svg') no-repeat 0 100%;
    background-size: auto 85%;
}
.contact-section > div {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.contact-details p {
    margin-bottom: 1em;
}
.contact-section .powered-by img {
    width: 200px;
    margin: -4px 0;
}
@media (min-width: 768px) {
    .contact-details {
        display: flex;
        gap: 60px;
        margin-left: auto;
    }
}



.portfolio-section {
    overflow: hidden;
}
.portfolio-section .cta-button {
    margin-left: auto;
}
.portfolio-logo-slider {
    display: flex;
    gap: 100px;
    align-items: center;
    width: calc(36 * 340px);
    animation: scroll-right 40s linear infinite;
}
.portfolio-logo-slider img {
    height: 40px;
    width: 240px;
    flex: 0 0 240px;
    object-position: 50% 50%;
    object-fit: contain;
}
.portfolio-section .headline {
    margin-bottom: 0;
}
@keyframes scroll-right {
    100% {
        transform: translateX(-25%);
    }
}
@media (max-width: 767px) {
    .portfolio-logo-slider {
        gap: 40px;
        width: calc(20 * 250px);
    }
}


.bond-type-section > div > .headline {
    margin-bottom: 12px;
}
.bond-type-section > div > .headline + p {
    max-width: 720px;
    margin: 0 auto 36px;
    text-align: center;
}
.bond-type-section .cta-button {
    margin-left: auto;
    margin-right: auto;
}


.risk-notice {
    max-width: 800px;
    margin: 48px auto 0;
    padding: 24px 36px;
    background-color: #fff;
    border-left: 6px solid rgb(var(--color-secondary));
    border-radius: 15px;
    box-shadow: 0px 4px 30px 20px rgba(29, 55, 80, 0.15);
}

.risk-notice .headline {
    margin-bottom: 0.5em;
}


.webinar-teaser {
    padding-bottom: 48px;
    text-align: center;
    max-width: 800px;
    margin: 96px auto 0;
}
.webinar-teaser a {
    position: relative;
    display: block;
    margin-top: 24px;
    transition: outline .2s;
    outline: 0px solid #000;
    border-radius: 4px;
    overflow: hidden;
}
.webinar-teaser a::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    translate: -50% -50%;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><path d="M40,0 A40,40 0 1,0 40,80 A40,40 0 1,0 40,0 Z M60,40 l-30,20 l0,-40 Z" fill="rgba(255,255,255,1)" fill-rule="evenodd" /></svg>');
    transform-origin: 50% 50%;
    transition: scale .2s;
}
.webinar-teaser a:hover,
.webinar-teaser a:focus-visible {
    outline: 4px solid #000;

    &::after {
        scale: 1.1;
    }
}
