#dark-breadcrumbs .overlay {
    background: linear-gradient(
        270deg,
        rgba(7, 10, 26, 0) 42.68%,
        rgba(7, 10, 26, 0.4) 80.6%
    );
}
.box-headline {
    margin-bottom: 24px;
}
.box-headline h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 4px;
}
.box-headline h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    text-transform: uppercase;
}
.headline {
    margin-bottom: 32px !important;
}
.headline h3 {
    border-bottom: 1px solid #dcdcdf;
    color: var(--primary-color);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
}
.headline h3 strong:before {
    background-color: var(--fs-color-secondary);
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    transform: skewX(-9deg);
    z-index: -1;
}
.headline h3 strong {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    position: relative;
    padding: 5px 18px;
    display: inline-flex;
    margin-right: 20px;
}
.section-capacity-2 .box-text-bottom .box-text,
.section-capacity-1 .box-text-bottom .box-text {
    padding: 20px 0 0;
    font-weight: 500;
}
.section-capacity-2 .box-text-bottom .box-text p,
.section-capacity-1 .box-text-bottom .box-text p {
    margin: 0;
}
.section-capacity-2 .uni-flickity-slider .flickity-button {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #d1d1d1;
    border-radius: 90px !important;
    margin: 0 !important;
    opacity: 1;
}
.section-capacity-2 .uni-flickity-slider .flickity-button svg {
    padding: 12px !important;
}
.section-capacity-2 .uni-flickity-slider .flickity-button svg path {
    fill: #d1d1d1 !important;
}
.section-capacity-2 .uni-flickity-slider .flickity-button:hover {
    background-color: var(--fs-color-secondary) !important;
    border-color: var(--fs-color-secondary) !important;
}
.section-capacity-2 .uni-flickity-slider .flickity-button:hover svg path {
    fill: #0e4083 !important;
}
.first-reset :first-child {
    margin-top: 0 !important;
}
.last-reset :last-child {
    margin-bottom: 0 !important;
}
.section-capacity-1 .slider .flickity-slider .box-image img {
    aspect-ratio: 1/0.65;
    object-position: center;
    object-fit: cover;
}
@media only screen and (max-width: 849.99px) {
    .headline h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 699.99px) {
    .box-headline h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 700px) {
    .box-headline h2 {
        font-size: 35px;
    }
}
@media only screen and (min-width: 850px) {
    .box-headline h2 {
        font-size: 38px;
        line-height: 125%;
    }
    .headline h3 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 850px) and (max-width: 1200px) {
}
@media only screen and (min-width: 992px) {
    .section-capacity-2 .uni-flickity-slider .flickity-button {
        top: -25%;
    }
    .section-capacity-2 .uni-flickity-slider .flickity-button.next {
        right: 15px;
    }
    .section-capacity-2 .uni-flickity-slider .flickity-button.previous {
        left: auto;
        right: 65px;
    }
}

@media only screen and (min-width: 1200px) {
    .box-headline h2 {
        font-size: 42px;
    }
    .headline h3 {
        font-size: 32px;
    }
}
