/**
 * Low-Volume Manufacturing Solution
 * Block: lvms
 */
.lvms {
    --lvms-container-width: 1180px;
    --lvms-content-width: 980px;
    --lvms-inner-width: 1000px;
    --lvms-accent-gold: #c98500;
    --lvms-accent-orange: #df9301;
    --lvms-link: #0782c1;
}

.lvms {
    padding-top: 106px;
}

@media (max-width: 768px) {
    .lvms {
        padding-top: 68px;
    }
}
.lvms,
.lvms * {
    box-sizing: border-box;
}

.lvms__container {
    width: var(--lvms-container-width);
    max-width: 100%;
    margin: 0 auto;
}

.lvms-section__title {
    font-size: 17px;
    
    font-weight: bold;
}

.lvms-section__title--lg {
    font-size: 22px;
    
    font-weight: bold;
}

.lvms-section__text {
    
    font-size: 16px;
    line-height: 1.5;
}

.lvms-section__text--spaced {
    line-height: 30px;
}

.lvms--clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Hero */
.lvms-hero {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
}

.lvms-hero__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.lvms-hero__content {
    position: absolute;
    top: 50%;
    left: 45%;
    color: white;
    z-index: 2;
    width: 1180px;
    max-width: 1180px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

.lvms-hero__text {
    font-family: 'Poppins', sans-serif;
    line-height: 2;
}

.lvms-hero__title {
    font-size: 4rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

/* Project background */
.lvms-project-bg {
    width: var(--lvms-container-width);
    max-width: 100%;
    height: 200px;
    background-color: #d6e5e2;
}

.lvms-project-bg__inner {
    width: var(--lvms-inner-width);
    max-width: calc(100% - 40px);
    height: 200px;
    margin: 0 auto;
    padding-top: 40px;
}

.lvms-media {
    display: block;
    max-width: 100%;
    height: auto;
}

.lvms-media--divider {
    width: 1179px;
    max-width: 100%;
    height: 221px;
    object-fit: cover;
}

/* Challenges */
.lvms-challenges {
    width: var(--lvms-content-width);
    max-width: calc(100% - 40px);
    height: 350px;
    margin: 0 auto;
    padding-top: 20px;
}

.lvms-challenges__text {
    width: 450px;
    max-width: 100%;
    height: 206px;
    float: left;
    margin-top: 20px;
    
    font-size: 16px;
    line-height: 1.5;
}

.lvms-challenges__img {
    width: 30%;
    max-width: 100%;
    margin-left: 150px;
    height: auto;
}

/* Rehearse / failed testing */
.lvms-rehearse {
    width: var(--lvms-container-width);
    max-width: 100%;
    height: 400px;
    background-color: #525252;
}

.lvms-rehearse__intro {
    width: var(--lvms-content-width);
    max-width: calc(100% - 40px);
    height: 140px;
    margin: 0 auto;
    padding-top: 0;
}

.lvms-rehearse__intro-title {
    font-size: 22px;
    color: white;
    
}

.lvms-rehearse__intro-text {
    
    font-size: 16px;
    color: white;
    line-height: 30px;
}

.lvms-rehearse__step {
    width: var(--lvms-content-width);
    max-width: calc(100% - 40px);
    background-color: #ff9600;
    margin: 0 auto;
    height: 50px;
}

.lvms-rehearse__step--tall {
    height: 75px;
    margin-top: 30px;
}

.lvms-rehearse__step-inner {
    width: 900px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 10px;
    color: white;
    font-size: 18px;
}

.lvms-rehearse__conclusion {
    width: var(--lvms-content-width);
    max-width: calc(100% - 40px);
    margin: 30px auto 0;
    height: 86px;
}

.lvms-rehearse__conclusion-inner {
    width: 800px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    color: var(--lvms-accent-gold);
    font-size: 20px;
}

/* Trial header */
.lvms-trial-header {
    width: var(--lvms-container-width);
    max-width: 100%;
    height: 84px;
    background-color: #ebebeb;
}

.lvms-trial-header__inner {
    width: var(--lvms-content-width);
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

/* Vacuum casting */
.lvms-vacuum {
    background-image: url(/d/file/p/2020/04-28/d0cf3777b61350ffec3a895950a2cf91.jpg);
    width: var(--lvms-container-width);
    max-width: 100%;
    height: 800px;
    background-color: #474747;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.lvms-vacuum__steps {
    width: 930px;
    max-width: calc(100% - 40px);
    height: 200px;
    margin: 0 auto;
    padding-top: 460px;
    color: var(--lvms-accent-orange);
    font-size: 16px;
    line-height: 30px;
}

.lvms-vacuum__conclusion {
    width: 800px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 250px;
    text-align: center;
    color: var(--lvms-accent-gold);
    font-size: 20px;
}

/* Benefits */
.lvms-benefits {
    background-image: url(/d/file/p/2020/04-28/c9fd1580c532daea811a6f0f6b08df37.jpg);
    width: 1179px;
    max-width: 100%;
    height: 832px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lvms-benefits__list {
    width: 500px;
    max-width: calc(100% - 40px);
    padding-top: 340px;
    padding-left: 80px;
    font-size: 16px;
    line-height: 35px;
}

/* Outcome */
.lvms-outcome {
    background-image: url(/d/file/p/2020/04-28/c1b57bf19c082627ef00fed3e859f4a1.jpg);
    width: var(--lvms-container-width);
    max-width: 100%;
    height: 454px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
}

.lvms-outcome__text {
    width: 500px;
    max-width: calc(100% - 40px);
    padding-top: 200px;
    padding-left: 80px;
    font-size: 16px;
    line-height: 35px;
}

/* Tags */
.lvms-tags {
    width: var(--lvms-container-width);
    max-width: 100%;
    height: 80px;
    line-height: 80px;
    padding-left: 50px;
}

.lvms-tags__link {
    color: var(--lvms-link);
    text-decoration: none;
}

.lvms-tags__link:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .lvms-hero__content {
        max-width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .lvms-hero__img {
        height: 120px;
        object-fit: cover;
    }

    .lvms-hero__content {
        padding: 1.5rem;
        text-align: left;
        left: 50%;
    }

    .lvms-hero__title {
        font-size: 1.2rem;
        margin-bottom: 0.25rem;
        line-height: 1.5;
    }

    .lvms-project-bg,
    .lvms-project-bg__inner {
        height: auto;
        min-height: 200px;
        padding: 20px;
    }

    .lvms-project-bg__inner {
        padding-top: 20px;
    }

    .lvms-challenges {
        height: auto;
        padding-bottom: 20px;
    }

    .lvms-challenges__text {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .lvms-challenges__img {
        display: block;
        width: 100%;
        margin-left: 0;
    }

    .lvms-rehearse {
        height: auto;
        padding-bottom: 20px;
    }

    .lvms-rehearse__intro {
        height: auto;
        padding: 20px 0;
    }

    .lvms-rehearse__step,
    .lvms-rehearse__step--tall {
        height: auto;
        min-height: 50px;
        padding-bottom: 10px;
    }

    .lvms-rehearse__conclusion {
        height: auto;
        padding: 0 20px 20px;
    }

    .lvms-trial-header {
        height: auto;
        padding: 20px 0;
    }

    .lvms-vacuum {
        height: auto;
        min-height: 400px;
        padding-bottom: 30px;
    }

    .lvms-vacuum__steps {
        padding-top: 40px;
        height: auto;
    }

    .lvms-vacuum__conclusion {
        padding-top: 30px;
    }

    .lvms-benefits {
        height: auto;
        min-height: 400px;
        padding-bottom: 30px;
    }

    .lvms-benefits__list {
        padding-top: 40px;
        padding-left: 20px;
    }

    .lvms-outcome {
        height: auto;
        min-height: 300px;
        padding-bottom: 30px;
    }

    .lvms-outcome__text {
        padding-top: 40px;
        padding-left: 20px;
    }

    .lvms-tags {
        height: auto;
        padding: 20px;
    }

    .lvms-media--divider {
        height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lvms *,
    .lvms-hero * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

@media (prefers-contrast: high) {
    .lvms-hero__title {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    }
}
