.our-story-container-page {
    position: relative;
    width: 100%;
}

.for-mobile-views {
    display: none !important;
}

.home-icons-container {
    display: flex;
    margin-bottom: 2%;
    margin-top: 4%;
}

.outdoor-icon {
    color: white !important;
    background-color: transparent !important;
    text-decoration: none !important;
}

    .outdoor-icon:hover, .outdoor-icon:after, .outdoor-icon:before {
        color: white;
        background-color: transparent;
        text-decoration: none;
    }

.slide-animation {
    left: -800px;
    position: relative;
    padding-left: 2.5%;
}

.for-other-views {
    display: block !important;
    width: 100%;
}

.our-people-label {
    font-size: 100px;
    font-weight: 900;
    padding-top: 1%;
}

.our-story-label {
    background: #682280;
    color: #FFFFFF;
}

.our-story-1970 {
    margin-top: 33px;
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 215px;
    text-align: right;
}

.our-people-label-name:hover {
    color: #682280;
    background: none;
    z-index: 3;
}

.events-news-label:hover {
    color: white;
    background: none;
    z-index: 3;
}

.our-people-label-name::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #FFD300;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}

.events-news-label::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: green;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}

.our-people-label-name:hover::after {
    width: 100%;
}

.events-news-label:hover::after {
    width: 100%;
}

.text-1970 {
    display: flex;
    flex-direction: column;
    width: 167px;
    color: #312783;
    /*font-family: "Roboto Mono";*/
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: bold;
    line-height: 29px;
}

.nice-house-of-plastics-text-1970 {
    display: flex;
    width: 167px;
    color: #333333;
    /*font-family: "Roboto Mono";*/
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 29px;
    margin-top: 16px;
}

.our-story-founder-image {
    display: flex;
    float: left;
    height: 530px;
}

.our-story-see-more {
    color: #0C0C0C;
}

.who-we-are-text {
    height: 35px;
    width: 212px;
    color: #FFEE00;
    /*font-family: Roboto;*/
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 28px;
    margin-top: 33px;
    margin-left: 122px;
    display: flex;
}

.our-story-who-are-we-container {
    width: 100%;
    margin-top: 36px;
    background-color: #312783;
    display: flex;
    flex-wrap: wrap;
}

.our-story-nice-founder-text {
    width: 80%;
    color: #FFFFFF;
    /*font-family: "Roboto Mono";*/
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 35px;
    display: flex;
    margin-top: 10px;
    margin-left: 123px;
}

.our-story-we-are-proud {
    width: 70%;
    color: #FFFFFF;
    /*font-family: "Roboto Mono";*/
    font-family: "Montserrat";
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 40px;
    display: flex;
    margin-top: 20px;
    margin-left: 18%;
}

.our-story-more-info {
    width: 64%;
    display: flex;
    margin-top: 20px;
    margin-left: 18%;
    padding-bottom: 30px;
}

.our-story-high-quality-container {
    width: 50%;
}

.our-story-high-quality-heading {
    width: 50%;
    color: #FFEE00;
    font-family: Roboto;
    /*font-family: "Montserrat";*/
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 29px;
}

.our-story-high-quality-text {
    margin-top: 10px;
    color: #FFFFFF;
    /*font-family: "Roboto Mono";*/
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 34px;
}

.our-story-wide-range-container {
    margin-left: 89px;
    width: 50%;
}

.our-story-wide-range-heading {
    width: 50%;
    color: #FFEE00;
    /*font-family: Roboto;*/
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2.4px;
    line-height: 29px;
}

.our-story-wide-range-text {
    margin-top: 10px;
    color: #FFFFFF;
    /*font-family: "Roboto Mono";*/
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 34px;
}

.our-story-vision-mission-values-container {
    width: 100%;
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
}

.our-story-vision-mission-values-heading {
    width: 70%;
    margin-left: 10%;
    color: #312783;
    /*font-family: Roboto;*/
    font-family: "Montserrat";
    font-size: 95px;
    font-weight: bold;
    line-height: 106px;
}

.mission-container {
    margin-top: 2%;
    width: 100%;
    display: flex;
}

.mission-image {
    width: 100%;
}

.vision-container {
    margin-top: 5%;
    display: flex;
    justify-content: flex-end;
}

.vision-image {
    width: 100%;
}

.values-container {
    margin-top: 5%;
    display: flex;
}

.values-image {
    width: 100%;
    height: 100%;
}

.our-story-awards-container {
    width: 100%;
    margin-top: 72px;
    display: flex;
    flex-wrap: wrap;
}

.our-story-awards-heading {
    width: 70%;
    margin-left: 10%;
    color: #312783;
    /*font-family: Roboto;*/
    font-family: "Montserrat";
    font-size: 95px;
    font-weight: bold;
    line-height: 106px;
}

.timeline-carousel-position-indicator {
    color: black;
}

.mission-number {
    padding-left: 10%;
    width: 236px;
    opacity: 0.1;
}

.mission-text-header {
    padding-left: 10%;
    margin-top: 5%;
    color: #312783;
    /*font-family: "Roboto Mono";*/
    font-family: "Montserrat";
    font-size: 25px;
    font-weight: bold;
    line-height: 33px;
}

.mission-text {
    height: 175px;
    width: 336px;
    padding-top: 2%;
    padding-left: 10%;
    color: #333333;
    /*font-family: "Roboto Mono";*/
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 35px;
}

.vision-container {
    width: 100%;
}

.vision-left-container {
    width: 280px;
    display: flex;
    flex-direction: column;
}

.vision-number {
    width: 236px;
    opacity: 0.1;
}

.vision-text-header {
    height: 30px;
    width: 105px;
    margin-top: 5%;
    margin-left: auto;
    margin-right: 16%;
    color: #312783;
    /*font-family: "Roboto Mono";*/
    font-family: "Montserrat";
    font-size: 25px;
    font-weight: bold;
    line-height: 33px;
    text-align: right;
}

.vision-text {
    height: 120px;
    width: 169px;
    padding-top: 2%;
    margin-left: auto;
    margin-right: 16%;
    color: #333333;
    /*font-family: "Roboto Mono";*/
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 30px;
    text-align: right;
}

.values-number {
    padding-left: 10%;
    width: 236px;
    opacity: 0.1;
}

.values-text-header {
    height: 30px;
    width: 128px;
    padding-left: 10%;
    margin-top: 5%;
    color: #312783;
    /*font-family: "Roboto Mono";*/
    font-family: "Montserrat";
    font-size: 25px;
    font-weight: bold;
    line-height: 33px;
}

.values-text {
    height: 175px;
    width: 589px;
    padding-top: 2%;
    padding-left: 10%;
    color: #333333;
    /*font-family: "Roboto Mono";*/
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 35px;
}

#loading {
    -webkit-animation: rotation 4s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.image-rotate {
    position: absolute;
    right: 0;
    margin-right: 10%;
    width: 18%;
    margin-top: 3%;
}

.our-story-awards-carousel {
    margin-top: 63px;
    width: 100%;
}

.our-story-awards-images {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .our-story-nice-founder-text {
        width: 70%;
        margin-left: 18%;
    }

    .who-we-are-text {
        margin-left: 18%;
    }

    .our-story-more-info {
        width: 70%;
        display: flex;
        flex-direction: column;
    }

    .our-story-wide-range-container {
        margin-left: 0;
        width: 100%;
    }

    .our-story-high-quality-container {
        width: 100%;
    }

    .our-story-high-quality-heading {
        width: 100%;
    }

    .our-story-wide-range-heading {
        margin-top: 20px;
        width: 100%;
    }

    .our-story-1970 {
        margin-left: 10%;
    }

    .our-story-timeline-image {
        width: 60%;
        height: 70%;
    }

    .our-story-founder-image {
        float: none;
        height: auto;
    }

    .our-story-see-more {
        margin-top: 330%;
        color: black;
    }

    .our-story-awards-heading {
        font-size: 50px;
    }

    .our-story-vision-mission-values-heading {
        font-size: 70px;
    }

    .mvv-image-number {
        width: 60%;
    }

    .mvv-image-number {
        width: 60%;
    }

    .vision-number {
        width: auto;
    }

    .vision-image-number {
        width: 90%;
        height: 100%;
    }

    .vision-text-header {
        margin-right: 10%;
    }

    .vision-text {
        margin-right: 10%;
    }

    .image-rotate {
        margin-right: 10%;
        margin-top: 14%;
        height: 220px;
    }

    .values-text {
        height: 175px;
        width: 316px;
        padding-top: 2%;
        padding-left: 10%;
        color: #333333;
        font-family: "Montserrat";
        font-size: 17px;
        line-height: 20px;
    }
}

.vision-image {
    height: 593px;
}

.values-container .mvv-image-container {
    width: 55%;
}

.mvv-image-container {
    width: 60%;
}

@media only screen and (min-width: 320px) and (max-width: 426px) {
    .our-people-label {
        padding-left: 5% !important;
        font-size: 70px;
        line-height: 1.5;
    }

    .our-story-timeline-carousel-item {
        display: flex !important;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .our-story-founder-image {
        display: flex !important;
        justify-content: center;
    }

    .our-story-1970 {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .our-story-timeline-image-larger {
        width: 50%;
    }

    .text-1970 {
        width: 100%;
    }

    .nice-house-of-plastics-text-1970 {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .our-story-vision-mission-values-heading {
        font-size: 50px;
        line-height: 60px;
    }

    .our-story-awards-container {
        margin-top: 15%;
    }

    .our-story-awards-heading {
        font-size: 42px;
        line-height: 60px;
    }

    .our-story-awards-carousel {
        margin-top: 10%;
        width: 100%;
    }

    .image-rotate {
        margin-top: -20%;
        margin-right: 1%;
        height: 220px;
        width: 35%;
    }

    .mission-container {
        display: flex;
        flex-direction: column;
    }

    .vision-container {
        display: flex;
        flex-direction: column;
    }

    .values-container {
        display: flex;
        flex-direction: column;
    }

    .mission-text {
        width: 300px;
        height: unset;
    }

    .vision-text-header {
        margin-left: 10%;
        text-align: left;
    }

    .vision-text {
        width: 250px;
        height: unset;
        margin-left: 10%;
        text-align: left;
    }

    .values-text {
        width: 300px;
        height: unset;
        padding-top: 2%;
        padding-left: 10%;
        color: #333333;
        font-size: 18px;
        line-height: 35px;
    }

    .mvv-image-container {
        display: none;
    }

    .for-other-views {
        display: none !important;
    }

    .for-mobile-views {
        display: block !important;
    }

    .mission-number {
        width: 125px;
    }

    .vision-number {
        display: flex;
        justify-content: flex-start;
        width: 125px;
        margin-left: 10%;
    }

    .values-number {
        width: 125px;
    }

    .vision-image-number {
        width: 60%;
        height: 100%;
        margin-right: 11px;
    }
}

@media only screen and (min-width: 150px) and (max-width: 600px) {
    .our-story-container-page {
        position: relative;
        width: 100%;
        top: 0;
    }
}

.our-story-label-container {
    display: flex;
    position: relative;
    flex-direction: column;
    height: 488px;
    width: 100%;
    color: #FFFFFF;
    background-image: url("/media/vhwpgsv5/our-story-header.png");
    background-repeat: no-repeat;
    background-size: cover;
    /*font-family: Roboto;*/
    font-family: "Montserrat";
    font-size: 80px;
    text-transform: uppercase;
    line-height: 116px;
}

.our-story-label-container-smaller {
    padding-top: 8%;
}

.our-story-label-bold {
    font-weight: bold;
}

.our-people-label {
    left: -800px;
}

.our-people-small-nav {
    height: 50px;
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    font-size: 18px;
    /*font-family: Roboto;*/
    font-family: "Montserrat";
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.our-story-label, .our-people-label-name, .events-news-label {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 33.3333333333%;
    text-align: center;
    position: relative;
}

.our-story-awards-carousel button.slick-next.slick-arrow {
    content: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/media/xqwj1jpx/asset-3.png);
    height: 33px;
    width: 33px;
    margin-right: 5%;
}

    button.slick-next.slick-arrow:before, button.slick-next.slick-arrow:after {
        content: none;
    }

.slick-prev {
    left: 0px !important;
}

.our-story-awards-carousel button.slick-prev.slick-arrow {
    z-index: 100;
    content: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/media/aqrnoaxe/asset-1.png);
    height: 33px;
    width: 33px;
    margin-left: 3%;
}

button.slick-prev.slick-arrow:before, button.slick-prev.slick-arrow:after {
    content: none;
}

.our-story-timeline-carousel button.slick-prev.slick-arrow {
    z-index: 100;
    content: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/media/aqrnoaxe/asset-1.png);
    height: 33px;
    width: 33px;
    margin-left: 5%;
}


.our-story-timeline-carousel .variable-width .slick-slide {
    width: 1036px;
}

.our-story-dots-nav-buttons-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 5%;
}

.our-story-dots-nav-buttons-container .story-dots-container .slick-dots {
    position: relative !important;
    bottom: -2% !important;
}

    .our-story-dots-nav-buttons-container .story-dots-container .slick-dots li {
        width: 6px;
        height: 6px;
    }

.our-story-scroll-text {
    height: 18px;
    width: auto;
    color: #0C0C0C;
    /*font-family: Roboto;*/
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 16px;
    margin-right: 15px;
}

.story-next-btn {
    content: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/media/55gpvnab/main-arrow-black.svg);
    height: 14px;
    width: 20px;
    margin-right: 1%;
    cursor: pointer;
}

.our-story-dots-nav-buttons-container .slick-dots li button:before {
    content: "" !important;
    width: 6px !important;
    height: 6px !important;
    font-family: "slick";
    border-radius: 50% !important;
    background: #D8D8D8 !important;
    opacity: 1.25;
}

.our-story-dots-nav-buttons-container .slick-dots li.slick-active button:before {
    background: black !important;
    opacity: 1;
}
