/* Banner */
.our-story-banner-video-v4 {
    max-height: 470px;
}

.our-story-banner-paragraph-v4 h2 {
    padding: 20px 0;
}

.our-insights-details-banner-content-v4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.our-story-banner-paragraph-v4 p {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1.33px;
}

.our-insights-details-banner-content-socmed-v4 {
    display: flex;
    gap: 25px;
}

.our-insights-details-banner-content-socmed-v4 img {
    max-width: 50px;
}

.our-story-banner-paragraph-v4 {
    width: 100%;
}

/* Details Section */
.our-insights-details-v4 {
    background: #FFF;
    padding: 95px 40px;
}

.our-insights-details-container-v4 {
    max-width: 1200px;
    margin: auto;
}

/* Details - Coffee Section */
.our-insights-details-coffee-v4 {
    position: relative;
    margin: 0 0 65px;
}

.our-insights-details-coffee-video-v4 {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.our-insights-details-coffee-container-v4 {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    border: 2.67px solid rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.our-insights-details-coffee-content-v4 {
    width: 100%;
    max-width: 1045px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.our-insights-details-coffee-left-v4 {
    width: 100%;
    max-width: 290px;
}

.our-insights-details-coffee-left-v4 h3 {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #FFF;
}

.our-insights-details-coffee-left-v4 img {
    max-width: 190px;
    object-fit: cover;
}

.our-insights-details-coffee-right-v4 {
    width: 100%;
    max-width: 590px;
    display: grid;
    grid-template-columns: fit-content(100%) 1fr fit-content(100%);
    place-items: center;
    column-gap: 20px;
}

.our-insights-details-coffee-right-v4 h4 {
    width: 100%;
    font-family: 'InterFace', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #FFF;
    padding: 0 0 5px;
}

.our-insights-details-coffee-right-v4 p {
    width: 100%;
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFF;
}

.our-insights-details-coffee-right-v4-input-container {
    width: 81px;
    padding: 0 0 0 20px;
    border-left: 2.67px solid rgba(144, 144, 139, 1);
}

.our-insights-details-coffee-right-v4 input[type="range"] { 
    margin: 10px 0;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 100%;
    cursor: pointer;
    border-radius: 0; /* iOS */
    background: transparent;
    pointer-events: none;
}

.our-insights-details-coffee-right-v4 ::-webkit-slider-runnable-track {
    background: transparent;
}

/*
 * 1. Set to 0 width and remove border for a slider without a thumb
 * 2. Shadow is negative the full width of the input and has a spread 
 *    of the width of the input.
 */
.our-insights-details-coffee-right-v4 ::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1px; /* 1 */
    height: 25px;
    background: #da6521;
    box-shadow: -200px 0 0 200px #da6521; /* 2 */
}

.our-insights-details-coffee-right-v4 ::-moz-range-track {
    height: 25px;
    background: #ddd;
}

.our-insights-details-coffee-right-v4 ::-moz-range-thumb {
    background: #fff;
    height: 25px;
    width: 1px; /* 1 */
    border: 3px solid #999; /* 1 */
    border-radius: 0 !important;
    box-shadow: -200px 0 0 200px #da6521;
    box-sizing: border-box;
}

.our-insights-details-coffee-right-v4 ::-ms-fill-lower { 
    background: #da6521;
}

.our-insights-details-coffee-right-v4 ::-ms-thumb { 
    background: #fff;
    border: 2px solid #999; /* 1 */
    height: 25px;
    width: 1px; /* 1 */
    box-sizing: border-box;
}

.our-insights-details-coffee-right-v4 ::-ms-ticks-after { 
    display: none; 
}

.our-insights-details-coffee-right-v4 ::-ms-ticks-before { 
    display: none; 
}

.our-insights-details-coffee-right-v4 ::-ms-track { 
    background: #ddd;
    color: transparent;
    height: 25px;
    border: none;
}

.our-insights-details-coffee-right-v4 ::-ms-tooltip { 
    display: none;
}

.our-insights-details-coffe-right-1st-v4 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.our-insights-details-coffe-right-3rd-v4 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.our-insights-details-coffe-right-2nd-v4 {
    display: flex;
    align-items: flex-end;
}

.our-insights-details-coffe-right-2nd-image-v4 {
    border-left: 2.67px solid rgba(144, 144, 139, 1);
    padding: 0 0 0 20px;
}

.our-insights-details-coffe-right-2nd-image-v4 img {
    max-width: 59px;
}

/* Details - Paragraph Section */
.our-insights-details-paragraph-v4 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.our-insights-details-paragraph-v4 h3 {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 49.17px;
    letter-spacing: -0.53px;
    color: rgba(51, 38, 36, 1);
}

.our-insights-details-paragraph-v4 p {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 20.5px;
    line-height: 38.4px;
    letter-spacing: 0.8px;
    color: rgba(51, 38, 36, 0.75);
}

/* Experience Footer */
.experience-section-v4 {
    background: #FFF;
}

@media (max-width: 1440px) {

    /* Banner */
    .our-story-banner-paragraph-v4 h4 {
        font-size: 22px;
    }

    .our-story-banner-paragraph-v4 p {
        font-size: 22px;
    }

    .our-insights-details-banner-content-socmed-v4 img {
        max-width: 44px;
    }

    /* Details Section */
    .our-insights-details-paragraph-v4 h3 {
        font-size: 44px;
        line-height: 120%;
    }

    .our-insights-details-coffee-v4 {
        margin: 0 0 50px;
    }

    /* Details - Coffee Section */
    .our-insights-details-coffee-video-v4 {
        max-height: 360px;
    }

    .our-insights-details-coffee-left-v4 h3 {
        font-size: 28px;
    }

    .our-insights-details-coffee-left-v4 img {
        max-width: 180px;
    }

    .our-insights-details-coffee-right-v4 h4 {
        font-size: 28px;
    }

    .our-insights-details-coffee-right-v4 p {
        font-size: 22px;
    }

}

@media (max-width: 1024px) {

    /* Banner */
    .our-story-banner-paragraph-v4 h4 {
        font-size: 20px;
    }

    .our-story-banner-paragraph-v4 p {
        font-size: 20px;
    }

    .our-insights-details-banner-content-socmed-v4 img {
        max-width: 38px;
    }

    .our-insights-details-banner-content-socmed-v4 {
        gap: 20px;
    }

    /* Details Section */
    .our-insights-details-v4 {
        padding: 80px 25px;
    }

    .our-insights-details-paragraph-v4 p {
        font-size: 19px;
        line-height: 34px;
    }

    .our-insights-details-paragraph-v4 h3 {
        font-size: 38px;
    }

    .our-insights-details-coffee-v4 {
        margin: 0 0 40px;
    }

    /* Details - Coffee Section */
    .our-insights-details-coffee-video-v4 {
        max-height: 320px;
    }

    .our-insights-details-coffee-left-v4 h3 {
        font-size: 24px;
    }

    .our-insights-details-coffee-left-v4 img {
        max-width: 170px;
    }

    .our-insights-details-coffee-right-v4 h4 {
        font-size: 24px;
    }

    .our-insights-details-coffee-right-v4 p {
        font-size: 20px;
    }

    .our-insights-details-coffe-right-2nd-v4 {
        flex: none;
    }

    .our-insights-details-coffee-left-v4 {
        max-width: 250px;
    }

    .our-insights-details-coffee-right-v4 {
        max-width: 480px;
    }

    /* Experience Section */
    .experience-section-v4 {
        background: rgba(229, 229, 218, 1);
    }

}

@media (max-width: 768px) {

    /* Banner */
    .our-story-banner-paragraph-v4 h4 {
        font-size: 18px;
    }

    .our-story-banner-paragraph-v4 h2 {
        font-size: 32px;
    }

    .our-story-banner-paragraph-v4 p {
        font-size: 18px;
    }

    .our-insights-details-banner-content-socmed-v4 img {
        max-width: 32px;
    }

    .our-insights-details-banner-content-socmed-v4 {
        gap: 15px;
    }

    .our-insights-details-banner-content-v4 {
        gap: 20px;
    }

    /* Details Section */
    .our-insights-details-v4 {
        padding: 60px 25px;
    }

    .our-insights-details-paragraph-v4 p {
        font-size: 18px;
        line-height: 28px;
    }

    .our-insights-details-paragraph-v4 h3 {
        font-size: 32px;
    }

    .our-insights-details-coffee-v4 {
        margin: 0 0 30px;
    }

    /* Details - Coffee Section */
    .our-insights-details-coffee-content-v4 {
        gap: 20px;
    }

    .our-insights-details-coffee-left-v4 {
        max-width: 200px;
    }

    .our-insights-details-coffee-right-v4 {
        column-gap: 20px;
        max-width: 350px;
    }

    .our-insights-details-coffee-right-v4 input[type="range"] {
        margin: 3px 0;
    }

    .our-insights-details-coffee-video-v4 {
        max-height: 290px;
    }

    .our-insights-details-coffee-left-v4 h3 {
        font-size: 20px;
    }

    .our-insights-details-coffee-left-v4 img {
        max-width: 140px;
    }

    .our-insights-details-coffee-right-v4 h4 {
        font-size: 20px;
    }

    .our-insights-details-coffee-right-v4 p {
        font-size: 18px;
    }

    .our-insights-details-coffe-right-1st-v4 {
        gap: 10px;
    }

    .our-insights-details-coffe-right-3rd-v4 {
        gap: 10px;
    }

    .our-insights-details-coffe-right-2nd-image-v4 img {
        max-width: 50px;
    }
}

@media (max-width: 640px) {

    /* Details - Coffee Section */
    .our-insights-details-coffee-video-v4 {
        max-height: 250px;
    }

    .our-insights-details-coffee-container-v4 {
        padding: 30px;
    }

    .our-insights-details-coffee-left-v4 h3 {
        font-size: 16px;
    }

    .our-insights-details-coffee-left-v4 img {
        max-width: 110px;
    }

    .our-insights-details-coffee-left-v4 {
        max-width: 150px;
    }

    .our-insights-details-coffee-right-v4 h4 {
        font-size: 16px;
    }

    .our-insights-details-coffee-right-v4 p {
        font-size: 16px;
    }

    .our-insights-details-coffe-right-2nd-image-v4 img {
        max-width: 40px;
    }

    .our-insights-details-coffe-right-2nd-image-v4 {
        padding: 0 0 0 10px;
    }

    .our-insights-details-coffee-right-v4 {
        max-width: 300px;
    }
}

@media (max-width: 520px) {

    /* Details - Coffee Section */
    .our-insights-details-coffee-video-v4 {
        max-height: 200px;
    }

    .our-insights-details-coffee-container-v4 {
        padding: 25px;
    }

    .our-insights-details-coffee-left-v4 h3 {
        font-size: 14px;
    }

    .our-insights-details-coffee-left-v4 img {
        max-width: 90px;
    }

    .our-insights-details-coffee-right-v4 h4 {
        font-size: 14px;
    }

    .our-insights-details-coffee-right-v4 p {
        font-size: 14px;
    }

    .our-insights-details-coffe-right-2nd-image-v4 img {
        max-width: 35px;
    }

    .our-insights-details-coffe-right-1st-v4 {
        gap: 7px;
    }

    .our-insights-details-coffe-right-3rd-v4 {
        gap: 7px;
    }

    .our-insights-details-coffee-left-v4 {
        max-width: 115px;
    }

    .our-insights-details-coffee-right-v4 {
        max-width: 230px;
    }
}

@media (max-width: 450px) {

    /* Details - Coffee Section */
    .our-insights-details-coffee-left-v4 h3 {
        font-size: 13px;
    }

    .our-insights-details-coffee-right-v4 h4 {
        font-size: 13px;
    }

    .our-insights-details-coffee-right-v4 p {
        font-size: 13px;
    }

    .our-insights-details-coffee-left-v4 img {
        max-width: 80px;
    }

    .our-insights-details-coffee-left-v4 {
        max-width: 105px;
    }

    .our-insights-details-coffe-right-2nd-image-v4 img {
        max-width: 30px;
    }

    .our-insights-details-coffee-right-v4 {
        max-width: 190px;
    }

    .our-insights-details-coffee-video-v4 {
        max-height: 180px;
    }

    .our-insights-details-coffe-right-2nd-image-v4 {
        padding: 0 0 0 5px;
    }

    .our-insights-details-coffee-right-v4 {
        column-gap: 10px;
    }

    .our-insights-details-coffee-content-v4 {
        gap: 10px;
    }

}

@media (max-width: 390px) { 

    /* Banner */
    .our-insights-details-banner-content-socmed-v4 {
        gap: 10px;
    }

    /* Details - Coffee Section */
    .our-insights-details-coffee-container-v4 {
        padding: 20px;
    }

    .our-insights-details-coffee-left-v4 h3 {
        font-size: 12px;
    }

    .our-insights-details-coffee-left-v4 img {
        max-width: 70px;
    }

    .our-insights-details-coffee-right-v4 h4 {
        font-size: 12px;
    }

    .our-insights-details-coffee-right-v4 p {
        font-size: 11px;
    }

    .our-insights-details-coffe-right-2nd-image-v4 img {
        max-width: 25px;
    }
}