

/* Start:/local/templates/doona/styles/our-story.css?17830662165377*/
section.our-story {
    background-color: #f7f6f4;
    height: 100vh;
}

.banner_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(100% + 120px);
    margin-left: -60px;
}

.banner_block .banner_block-info {
    flex: 0 1 50%;
    padding: 0px 60px;

    span {
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 14px;
        text-transform: uppercase;
    }

    h1 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 26px;
    }

    p {
        font-size: 21px;
        font-weight: 400;
        line-height: 150%;
    }
}

.banner_block-media {
    flex: 1;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;

    span {
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 14px;
        text-transform: uppercase;
    }
}

.banner_block img {
    max-width: 100%;
    object-fit: contain;
}

.under_block {
    display: flex;
    flex-direction: row;
    gap: 180px;
    margin-top: 105px;
}

.under_block-title,
.under_block-text {
    display: flex;
    justify-content: center;
    width: 50%;
}

.under_block-title {
    font-size: 48px;
    font-weight: 700;
}

.under_block-text {
    font-size: 26px;
    font-weight: 400;
    line-height: 150%;
}

.innovations-wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-top: 106px;
    padding-bottom: 106px;
    width: calc(100% + 120px);
    margin-left: -60px;
}

.innovations-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;

    h2 {
        font-size: 48px;
        font-weight: 700;
    }

    p {
        font-size: 21px;
        font-weight: 400;
        line-height: 150%;
    }
}

.innovations-slider {
    overflow: hidden;
    width: 100%;
}

.innovations-track {
    display: flex;
    gap: 100px;
    width: fit-content;
}

.innovations-logo {
    display: block;
    width: 160px;
    height: 160px;
    background-image: var(--icon);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.fullscreen-slider-section {
    padding: 100px 0px !important;
    background-color: var(--color-white);
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    /* padding-left: 0 !important; */
    margin-top: 105px;
}

.fullscreen-slider-container {
    position: relative;
    width: 100%;
}

.fullscreen-slider-text {
    text-align: center;
    margin-bottom: 50px;
}

.fullscreen-slider-text p {
    font-size: 30px;
    color: var(--color-black);
}

.fullscreen-slider-nav {
    position: absolute;
    top: 25px;
    right: 60px;
    display: flex;
    gap: 15px;
    z-index: 10;
    align-items: center;
}

a.fullscreen-slider--link:hover {
    text-decoration: underline;
}

a.fullscreen-slider--link {
    font-size: 18px;
    color: var(--color-black);
    text-decoration: none;
}

.fullscreen-slider {
    width: 100%;
    overflow: visible !important;
    margin-bottom: 25px;
}

.fullscreen-slide {
    width: 300px;
    height: 350px;
    flex-shrink: 0;
}

.fullscreen-slider-progress-container {
    padding: 0 60px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .fullscreen-slider-section {
        /* padding: 100px 0px !important; */
    }
    
    .fullscreen-slider-progress-container {
        padding: 0 40px;
        max-width: 1200px;
    }
    
    .fullscreen-slider-nav {
        right: 40px;
    }
}

@media (max-width: 1140px) {
    .banner_block {
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }

    .banner_block .banner_block-info {
        padding: 0px;
        flex: 0 1 100%;
    }

    .innovations-title-wrapper {
        gap: 15px;

        h2 {
            font-size: 36px;
        }

        p {
            font-size: 18px;
        }
    }

    .innovations-wrapper {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 50px 20px;
    }

    .innovations-title-wrapper {
        text-align: center;
        gap: 10px;
    }

    .product-info-title {
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .fullscreen-slider-section {
        margin-top: 60px;
    }

    .under_block {
        flex-direction: column;
        gap: 30px;
        margin-top: 60px;
    }

    .under_block-title,
    .under_block-text {
        width: 100%;
    }

    .under_block-title {
        font-size: 38px;
    }

    .under_block-text {
        font-size: 21px;
    }
}

@media (max-width: 768px) {
    .fullscreen-slider-section {
        /* padding: 80px 0 !important; */
    }
}

@media (max-width: 576px) {
    .fullscreen-slider-section {
        /* padding: 60px 0px !important; */
    }

    .fullscreen-slider-progress-container {
        padding: 0 15px;
    }
    
    .fullscreen-slider-text p {
        font-size: 18px;
    }

    a.fullscreen-slider--link{
        font-size: 16px;
    }
}

/* End */
/* /local/templates/doona/styles/our-story.css?17830662165377 */
