.scrolling-section {
    background: #fffbf3;
    position: relative;
    padding: 32px 0;
}

@media screen and (min-width: 992px) {
    .scrolling-section {
        padding: 0;
        padding-bottom: 130px;
        min-height: 100vh;
    }
}

.scrolling-section--container {
    max-width: 1224px;
    margin-inline: auto;
}

@media screen and (min-width: 992px) {
    .scrolling-section--container {
        height: auto;
        /* min-height: 100vh; */
    }
}

@media screen and (min-width: 992px) {
    .scrolling-section--slider {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        position: relative;
        min-height: 100vh;
        align-items: center;
    }
}

.scrolling-section--wrapper {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-width: 992px) {
    .scrolling-section--wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 64px;
        gap: clamp(32px, 7.22vw, 104px);
        row-gap: 32px;
        opacity: 0;
        transition: opacity .3s ease;
        position: absolute;
        left: 0;
        width: 100%;
    }

    .scrolling-section--wrapper:nth-child(1) {
        opacity: 1;
    }
}

@media screen and (min-width:1280px) {
    .scrolling-section--wrapper {
        padding: 0 ;
    }
}

.scrolling-section--wrapper .scrolling-section--content-mob {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .scrolling-section--wrapper .scrolling-section--content-mob {
        display: none;
    }
}

.scrolling-section--wrapper > div {
    flex: 0 1 auto;
}

@media screen and (min-width:992px) {
    .scrolling-section--wrapper > div {
        flex: 1 1 44%;
    }
}

.scrolling-section--wrapper .scrolling-section--title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .scrolling-section--wrapper .scrolling-section--title {
        justify-content: center;
        align-items: flex-start;
        text-align: left;
    }
}

.scrolling-section--wrapper h2 {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 38px;
}

@media screen and (min-width: 992px) {
    .scrolling-section--wrapper h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

.scrolling-section--wrapper p+p {
    margin-top: 16px;
}

@media screen and (min-width: 992px) {
    .scrolling-section--wrapper .uptitle {
        text-align: left;
        margin-bottom: 16px;
        display: block;
    }
}

.scrolling-section--wrapper .scrolling-section--title .content {
    display: none;
}

@media screen and (min-width: 992px) {
    .scrolling-section--wrapper .scrolling-section--title .content {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .scrolling-section--wrapper .content {
        text-align: left;
        margin-bottom: 16px;
        display: block;
    }
}

.scrolling-section--wrapper .scrolling-section--title .animate-button {
    display: none;
}

@media screen and (min-width: 992px) {
    .scrolling-section--wrapper .scrolling-section--title .animate-button {
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .scrolling-section--wrapper .scrolling-section--image {
        text-align: left;
        margin-bottom: 16px;
    }
}

.scrolling-section--wrapper .keynumbers {
    flex: auto;
    width: 100%;
    display: flex;
    gap: 32px;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
    .scrolling-section--wrapper .keynumbers {
        order: unset;
        gap: 56px;
    }
}

.scrolling-section--wrapper .keynumbers div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    max-width: calc(50% - 16px);
}

@media screen and (min-width: 992px) {
    .scrolling-section--wrapper .keynumbers div {
        gap: 16px;
        max-width: unset;
        position: relative;
        flex: 1;
    }

    .scrolling-section--wrapper .keynumbers div:not(:first-child)::before {
        content: '';
        width: 9px;
        height: 9px;
        background: #1b1b1b;
        border-radius: 50%;
        position: absolute;
        top: calc(50% - 4px);
        right: calc(100% + 28px);
        transform: translateX(50%);
    }
}

.scrolling-section--wrapper .keynumbers span {
    color: #d8b465;
    font-size: 2rem;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .scrolling-section--wrapper .keynumbers span {
        font-size: 64px;
        font-weight: 500;
        line-height: 130%;
    }
}

.scrolling-section--wrapper .keynumbers p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-wrap: balance;
}

@media screen and (min-width: 992px) {
    .scrolling-section--wrapper .keynumbers p {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 150%;
    }
}

.scrolling-section--indicator {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 62px;
    display: none;
}

@media screen and (min-width: 992px) {
    .scrolling-section--indicator {
        display: flex;
    }
}

.scrolling-section--indicator::before {
    content: '';
    height: 100%;
    width: 1%;
    background: #d8b465;
    position: absolute;
    left: 5px;
    top: 0;
}

.scrolling-section--indicator .indicator {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 3px;
    height: 0;
    background: #d8b465;
    border-radius: 8px;
}

.scrolling-section--indicator .indicator::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
    border: 1px solid #d8b465;
}

.scrolling-section--indicator span {
    display: block;
    width: 10px;
    height: 10px;
    background: #d8b465;
    border-radius: 50%;
}

.scrolling-section--nav {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 32px;
    position: relative;
}

.scrolling-section--nav::before {
    content: '';
    height: 100%;
    width: 1px;
    background: #1b1b1b;
    position: absolute;
    left: 50%;
    top: 0;
}

@media screen and (min-width: 992px) {
    .scrolling-section--nav {
        display: none;
    }
}

.scrolling-section--nav button {
    height: 32px;
    width: 32px;
    background: #1b1b1b;
    flex-shrink: 0;
}

.scrolling-section--nav button.owl-prev {
    -webkit-mask: url("../images/long-arrow-prev.svg") no-repeat center;
    mask: url("../images/long-arrow-prev.svg") no-repeat center;
}

.scrolling-section--nav button.owl-next {
    -webkit-mask: url("../images/long-arrow-next.svg") no-repeat center;
    mask: url("../images/long-arrow-next.svg") no-repeat center;
}

.scrolling-section .animate-button {
    font-weight: 400;
    font-size: 24px;
    margin-top: 32px;
}

@media screen and (min-width: 992px) {
    .scrolling-section .animate-button {
        font-size: 22px;
    }
}

.scrolling-section .animate-button strong {
    font-weight: 600;
}