    .hero {
        background: url(/assets/hero/wildly-crafted-wines-mobile.jpg), var(--green);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100svh;
        margin: 0 0 50px 0;
    }
/*  HERO END  */

/*  CONTENT  */
.orange {
    color: var(--orange) !important;
    padding: 30px 0 25px 0;
}
.midGrey {
    color: var(--midGrey);
}
.midGrey {
    color: var(--darkGrey);
}
.right {
    display: flex;
    justify-content: end;
}
.content {
    display: flex;
    flex-direction: column;
}
.content .brandLogo {
    width: 50%;
    padding: 25px;
}
.content .contentTitle {
    padding: 15px;
}
.content .contentTitle span.active {
    color: var(--darkBlue);
}
.content .contentTitle span {
    font-size: var(--fs-overview);
    padding: 10px 0;
    color: var(--midGrey);
    text-transform: uppercase;
}

.content .contentTitle a{
    font-size: inherit;
   text-decoration: none; 
    padding: 10px 0;
}
.content .contentBody {
    padding: 0 15px;
}
.content .contentBody p {
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    padding: 0 0 25px 0;
}
.content .contentBody img.wideImage {
    width: 100%;
    padding: 25px 0;
}

.contentSubHeading {
    font-size: var(--fs-subheading);
    padding: 25px 15px;
    display: block;
    color: var(--darkBlue);
}
/*  BENEFITS  */
.benefits {
    display: flex;
    flex-direction: column-reverse;
    margin: 25px 0 0 0;
}
.benefits .imagery img {
    width: 100%;
}
.information {
    display: flex;
    flex-direction: column;
    padding: 15%;
    row-gap: 25px;
    background: #C4CBCD;
}
.information .benefit {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    text-align: center;

}
.information .benefit span {
    display: inline-block;
    color: var(--green);
}
.information .benefit span strong {
    font-weight: bold;
}
/*  BENEFITS END  */
/*  CONTENT END  */



/*   BOTTLE PREVIEW   */
    .collectionPreview {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .collectionPreview .bottles {
        display: flex;
        overflow: hidden;
        overflow-x: scroll;
        width: 100%;
        scroll-snap-type: x mandatory;
    }
    .collectionPreview .bottles .bottle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100vw;
        scroll-snap-align: center;
    }
    .collectionPreview .bottles .bottle img {
        width: 100%;
        padding: 0 0 50px 0;
    }
    .collectionPreview .bottles .bottle span {
        text-align: center;
        width: 100vw;
        display: block;
        font-size: var(--fs-body);
        font-weight: bold;
    }
    .collectionPreview .bottles .bottle .bottle_cta {
        color: var(--midGrey);
        text-decoration: none;
        font-size: var(--fs-body);
    }

    .collectionPreview .bottles::-webkit-scrollbar {
      display: none;
    }

    .collectionPreview .bottles {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }

    /*  SLIDE INDICATOR  */
    .slideLocation {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 5px;
        padding: 25px 0;
        width: 100%;
    }
    .slideLocation .indicator {
        display: inline-block;
        background: url(/assets/icons/indicator-grey.svg);
        background-repeat: no-repeat;
        background-size: 5px 5px;
        width: 5px;
        height: 5px;
    }
    .slideLocation .active {
        background: url(/assets/icons/indicator-blue.svg);
        background-repeat: no-repeat;
        background-size: 5px 5px;
    }
    /*    LARGE SCREEN    */
    @media only screen and (min-width: 650px) 
    {
        .slideLocation {
            display: none;
        }
        .collectionPreview .bottles {
            justify-content: left;

            overflow: visible;
            overflow-x: clip;
        }
    }

/*   BOTTLE PREVIEW END   */


/*   QUOTES   */
.quotes {
    display: flex;
    align-items: center;
    background-color: var(--orange);
    position: relative;
    margin: 50px 0;
}
.quotes .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    pointer-events: none;
}
.quotes .quoteFrame {
    display: flex;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll; 
    scroll-snap-type: x mandatory;
}
.quotes .navigation .left img, .quotes .navigation .right img {
    width: 3em;
    padding: 10px;
    cursor: pointer;
    pointer-events:auto;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.quoteFrame::-webkit-scrollbar {
  display: none;
}

.quoteFrame {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.quotes .quote {
    padding: 10vw;
    scroll-snap-align: center;
}
.quotes .quote span {
    font-size: 5em;
    color: white;
    display: block;
    width: calc(100vw - 20vw);
}
.quotes .quote span {
    font-size: 5em;
    text-align: center;
    display: inline-block;
}
/*   QUOTES END   */

/*   DOWNLOAD CATALOGUE   */
.downloadCatalogue {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 25px 0px;
    row-gap: 25px;
}

.inspirationText{
    font-size: inherit;
}

.downloadButton {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50px;
    background: url(../../assets/icons/file-download-white.svg);
    background-repeat: no-repeat;
    background-position: 34px center;
    background-color: #EA6851;
    color: white;
    font-weight: 600;
    border: none;
    font-size: 4em;  
    background-size: 24px;
    padding: 14px 45px 14px 70px;
    margin: 30px auto;
    max-width: 70%;
    text-align: center;
}
/*   DOWNLOAD CATALOGUE END   */


/*    LARGE SCREEN    */

@media only screen and (min-width: 650px) 
{
    /*  HERO  */
        .hero {
            background: url(/assets/hero/wildly-crafted-wines.jpg), var(--green);
            background-size: cover;
            background-repeat: no-repeat;
            background-position-x: center;
        }
    /*  HERO END  */

    /*  CONTENT  */
        .content {
            flex-direction: row;
            /* padding: 50px 0; */
        }
        .content .brandLogo {
            width: 30%;
        }
        .contentTitle {
            width: 30%;
            padding: 0 0 0 25px !important;
        }
        .contentBody {
            width: 70%;
        }
        .content .contentBody p {
            width: 85%;
        }
        .contentSubHeading {
            display: block;
            padding: 50px 10%;
            font-size: 1.8em;
        }
        .tableofcontents {
            position: sticky;
            top: 0;
        }
        .tocActive {
            color: var(--darkGrey) !important;
        }
        /*  BENEFITS  */
        .benefits {
            flex-direction: row-reverse;
        }
        .benefits .imagery {
            width: 50%;
        }
        .benefits .imagery img {
            display: block;
        }
        .benefits .information {
            width: 50%;
            padding: 0;
            justify-content: center;
        }
        .benefits .information .benefit {
            flex-direction: row;
            justify-content: space-around;
        }
        .benefits .information .benefit span {
            padding: 20%;
        }
        .benefits .information .benefit strong {
            display: inline-block;
            padding: 0 0 25px 0;
        }
        /*  BENEFITS END  */
    /*  CONTENT END  */


/*   BOTTLE PREVIEW   */
.collectionPreview {
    padding: 0% 0 5%;

}
    .collectionPreview .bottles {
        flex-wrap: wrap;
    }
    .collectionPreview .bottles .bottle {
        width: 25%;
    }
    .collectionPreview .bottles .bottle span {
        width: 50%;
        font-size: var(--fs-body);
    }
    .collectionPreview .bottles .bottle .bottle_cta {
        font-size: 1.1em;
    }
/*   BOTTLE PREVIEW END   */


/*   QUOTE   */
    .quotes {
        justify-content: center;
    }
    .quotes .navigation {
        width: 80%;
    }
    .quotes .quote {
        display: flex;
        align-items: center;
        padding: 200px 25vw;
    }
    .quotes .quote span {
        font-size: 2em;
        width: calc(100vw - 50vw)
    }
/*   QUOTE END   */

  /*   DOWNLOAD CATALOGUE   */
  .downloadCatalogue {
    flex-direction: row;
    align-items: center;
    margin:0;
}
.downloadButton {
    font-size: var(--fs-h3);
    height: fit-content;
    margin: 50px 10%;
}
/*   DOWNLOAD CATALOGUE END   */

}

/*    LARGE SCREEN PORTRAIT    */
@media only screen and (min-width: 650px) and (orientation: portrait) 
{
        .content {
            padding: 0;
        }
        .video {
            padding: 25px 0 0 0;
        }
        .contentSubHeading {
            padding: 25px 10%;
        }
        .quotes {
            margin: 50px 0;
        }
        .quotes .quote {
            padding: 100px 25vw;
        }
}
/*    LARGE SCREEN PORTRAIT END    */