.wp-block-acf-timeline .timeline-swiper .swiper-wrapper .first-slide .content-wrapper .title-wrapper h3 {
    font-family: "klarheit-bd", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
}
@media screen and (max-width: 991px) {
    .wp-block-acf-timeline .timeline-swiper .swiper-wrapper .first-slide .content-wrapper .title-wrapper h3 {
        font-size: 28px;
        line-height: 36px;
    }
}

.wp-block-acf-timeline .timeline-swiper .swiper-wrapper .first-slide .content-wrapper .title-wrapper p {
    font-family: "klarheit-rg", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
}
@media screen and (max-width: 991px) {
    .wp-block-acf-timeline .timeline-swiper .swiper-wrapper .first-slide .content-wrapper .title-wrapper p {
        font-size: 28px;
        line-height: 36px;
    }
}

.wp-block-acf-timeline .content-wrapper .title-wrapper h3 {
    font-family: "klarheit-bd", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
}
@media screen and (max-width: 991px) {
    .wp-block-acf-timeline .content-wrapper .title-wrapper h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

.wp-block-acf-timeline .content-wrapper .title-wrapper p {
    font-family: "klarheit-rg", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
}
@media screen and (max-width: 991px) {
    .wp-block-acf-timeline .content-wrapper .title-wrapper p {
        font-size: 18px;
        line-height: 26px;
    }
}

.wp-block-acf-timeline .block-inner {
    padding: 80px clamp(20px, 3.5vw, 64px);
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .block-inner {
        padding: 20px 0;
    }
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .mobile-wrapper {
        position: relative;
        transition: all 500ms ease;
    }
}
.wp-block-acf-timeline .block-title {
    margin-bottom: 32px;
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .block-title {
        color: #FFFFFF;
        margin-top: 20px;
        margin-bottom: 24px;
        padding-left: clamp(20px, 3.5vw, 64px);
        padding-right: clamp(20px, 3.5vw, 64px);
        position: absolute;
        z-index: 2;
    }
}
.wp-block-acf-timeline .content-wrapper {
    cursor: pointer;
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .content-wrapper {
        margin-bottom: 64px;
        padding-left: clamp(20px, 3.5vw, 64px);
        padding-right: clamp(20px, 3.5vw, 64px);
        color: #FFFFFF;
    }
}
.wp-block-acf-timeline .content-wrapper .title-wrapper h3 {
    margin-bottom: 24px;
    max-width: 750px;
}
.wp-block-acf-timeline .content-wrapper .title-wrapper p {
    max-width: 750px;
}
.wp-block-acf-timeline .timeline-swiper {
    overflow: hidden;
    margin-bottom: 64px;
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .timeline-swiper {
        margin-bottom: 0;
    }
}
.wp-block-acf-timeline .timeline-swiper .swiper-wrapper {
    align-items: flex-end;
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .timeline-swiper .swiper-wrapper {
        align-items: unset;
    }
}
.wp-block-acf-timeline .timeline-swiper .swiper-wrapper .swiper-slide {
    opacity: 0;
    transition: opacity 800ms ease 300ms;
}
@media all and (min-width: 767px) {
    .wp-block-acf-timeline .timeline-swiper .swiper-wrapper .swiper-slide {
        background-image: none !important;
    }
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .timeline-swiper .swiper-wrapper .swiper-slide {
        transition: opacity 400ms ease 200ms;
        padding-top: 64px;
        padding-bottom: 100px;
        height: auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
    }
    .wp-block-acf-timeline .timeline-swiper .swiper-wrapper .swiper-slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        pointer-events: none;
    }
}
.wp-block-acf-timeline .timeline-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.wp-block-acf-timeline .timeline-swiper .swiper-wrapper .swiper-slide .content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 100px;
}
@media all and (max-width: 991px) {
    .wp-block-acf-timeline .timeline-swiper .swiper-wrapper .swiper-slide .content-wrapper {
        gap: 50px;
    }
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .timeline-swiper .swiper-wrapper .swiper-slide .content-wrapper {
        gap: 0;
        position: relative;
        z-index: 2;
    }
}
.wp-block-acf-timeline .timeline-swiper .swiper-wrapper .swiper-slide .content-wrapper .title-wrapper {
    margin-left: auto;
    margin-top: auto;
}
@media all and (max-width: 1200px) {
    .wp-block-acf-timeline .timeline-swiper .swiper-wrapper .swiper-slide .content-wrapper .title-wrapper {
        width: 80%;
    }
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .timeline-swiper .swiper-wrapper .swiper-slide .content-wrapper .title-wrapper {
        width: 100%;
    }
}
.wp-block-acf-timeline .timeline-swiper .swiper-wrapper .swiper-slide .content-wrapper .image-wrapper {
    width: 40%;
    max-width: 700px;
}
@media all and (max-width: 1200px) {
    .wp-block-acf-timeline .timeline-swiper .swiper-wrapper .swiper-slide .content-wrapper .image-wrapper {
        width: 60%;
    }
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .timeline-swiper .swiper-wrapper .swiper-slide .content-wrapper .image-wrapper {
        display: none;
    }
}
.wp-block-acf-timeline .timeline-swiper .swiper-wrapper .first-slide .content-wrapper {
    flex-direction: row;
}
.wp-block-acf-timeline .timeline-swiper .swiper-wrapper .first-slide .content-wrapper .title-wrapper {
    margin-left: 0;
    margin-top: 0;
}
.wp-block-acf-timeline .timeline-swiper .swiper-wrapper .first-slide .content-wrapper .title-wrapper h3 {
    max-width: 1088px;
}
.wp-block-acf-timeline .timeline-swiper .swiper-wrapper .first-slide .content-wrapper .title-wrapper p {
    max-width: 1088px;
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .timeline-swiper .swiper-wrapper .first-slide .content-wrapper .title-wrapper p {
        font-size: 24px;
        line-height: 32px;
    }
}
.wp-block-acf-timeline .timeline-swiper .swiper-wrapper .first-slide .content-wrapper .image-wrapper {
    margin-left: auto;
    width: auto;
}
.wp-block-acf-timeline .timeline-display {
    display: flex;
    position: absolute;
    white-space: nowrap;
    transition: all 2s ease;
    margin-bottom: 30px;
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .timeline-display {
        transition: all 800ms ease;
    }
}
.wp-block-acf-timeline .timeline-display .timeline-section {
    width: 25cqw;
    flex-shrink: 0;
    position: relative;
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .timeline-display .timeline-section {
        width: 100cqw;
    }
}
.wp-block-acf-timeline .timeline-display hr {
    position: absolute;
    bottom: -30px;
    width: 100%;
    background-color: #EAEAEA;
}
.wp-block-acf-timeline .timeline-display .timeline-point {
    width: 8px;
    height: 8px;
    background-color: #F9B196;
    position: absolute;
    bottom: -25px;
    transition: background-color 400ms ease;
    cursor: pointer;
}
.wp-block-acf-timeline .timeline-display .timeline-point.key-moment {
    width: 16px;
    height: 16px;
    bottom: -28px;
}
.wp-block-acf-timeline .timeline-display .timeline-point.active {
    background-color: #FF6223;
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .timeline-display .timeline-point {
        bottom: -26px;
    }
    .wp-block-acf-timeline .timeline-display .timeline-point.key-moment {
        bottom: -30px;
    }
}
.wp-block-acf-timeline .timeline-frame {
    position: relative;
    height: 60px;
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .timeline-frame {
        color: #FFFFFF;
        padding-left: clamp(20px, 3.5vw, 64px);
        position: absolute;
        bottom: 15px;
        z-index: 2;
    }
}
.wp-block-acf-timeline .pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 24px;
    min-height: 55px;
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .pagination-wrapper {
        padding-left: clamp(20px, 3.5vw, 64px);
        padding-right: clamp(20px, 3.5vw, 64px);
    }
}
.wp-block-acf-timeline .pagination-wrapper .newton-button .chevron-icon {
    transform: rotate(180deg);
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .pagination-wrapper .newton-button {
        display: none !important;
    }
}
.wp-block-acf-timeline .pagination-wrapper .swiper-controls {
    margin: 0;
    margin-left: auto;
    padding: 0;
}
@media all and (max-width: 767px) {
    .wp-block-acf-timeline .pagination-wrapper .swiper-controls {
        margin-left: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}
/*# sourceMappingURL=timeline.css.map */
