@keyframes text-block-float-bird {
    0%, 100% { translate: 0 0px; }
    50% { translate: 0 -14px; }
}

@keyframes text-block-float-bottom {
    0%, 100% { translate: 0 0px; }
    50% { translate: 0 -8px; }
}

.text-block.has-bg_elements {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.text-block.has-bg_elements .container {
    position: relative;
    z-index: 1;
}

.text-block [data-parallax-speed] {
    will-change: transform;
}

.text-block .bg-element {
    display: block;
    width: 100%;
    height: auto;
}

.text-block .bg-element-parallax--bird {
    align-self: flex-start;
    max-width: 88px;
}

.text-block .bg-element--bird {
    animation: text-block-float-bird 4s ease-in-out infinite;
}

.text-block .bg-element-group--bottom {
    display: flex;
    flex-direction: column;
    margin-left: 40%;
}

.text-block .bg-element-parallax--birds {
    max-width: 448px;
    margin-left: -100px;
}

.text-block .bg-element--birds {
    animation: text-block-float-bottom 6s ease-in-out infinite;
}

.text-block .bg-element--sun {
    max-width: 109px;
    margin-left: 62px;
}



.text-block .bg-element-parallax--cloud-left {
    position: absolute;
    left: 0;
    bottom: 22%;
    z-index: 0;
    max-width: 548px;
    width: min(548px, 38vw);
    pointer-events: none;
}

.text-block .bg-element-parallax--cloud-right {
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: 0;
    max-width: 321px;
    width: min(321px, 28vw);
    pointer-events: none;
}

.text-block.title-h1 .block-title {
    max-width: 964px;
}

.mission-page.text-block.title-h1 .block-title h1 {
    margin-bottom: 100px;
}

.text-block .subtitle {
    text-align: center;
    color: #C6D7D0;
    text-align: center;
    font-family: var(--font-accent);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 3%;
    text-transform: uppercase;
}

@media (max-width:991px) {
    .text-block .bg-element-group--bottom {
        margin-left: 0;
    }

    .text-block .bg-element-parallax--cloud-left {
        width: min(280px, 42vw);
        bottom: 18%;
    }

    .text-block .bg-element-parallax--cloud-right {
        width: min(200px, 32vw);
        bottom: 6%;
    }

    .mission-page.text-block.title-h1 .block-title h1 {
        margin-bottom: 60px;
    }

    .text-block .bg-element--bird {
        scale: 0.7;
    }

    .text-block .bg-element-parallax--birds {
        scale: 0.9;
        margin-left: 0px;
    }

    .text-block .bg-element--sun {
        max-width: 109px;
        margin-left: 100px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .text-block .bg-element--bird,
    .text-block .bg-element--birds {
        animation: none;
    }
}
