/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* JDW Wk5 27th January update  - White carousel arrows added line 157+ v1 */
/*----------------
MAC bold fix.
-----------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    -webkit-font-smoothing: antialiased;
}

/* -------------------------
GENERIC STYLING DO NOT EDIT
----------------------------*/
#outerPageContainer {
    width: 100%;
    max-width: none;
}

.HP-container a,
.HP-container span {
    text-decoration: none;
    color: #000;
}

.HP-container h3 {
    font-size: 1em
}

.HP-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 auto 2%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 62.5%;
    /*DO NOT REMOVE*/
}

.HP-slot {
    position: relative;
    margin: 0 auto;
}

.HP_clickable {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    overflow: hidden;
}

.HP-hide {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.owl-carousel .owl-item img.DesktopOnly,
.DesktopOnly,
.inlineDesktopOnly {
    display: none !important;
}

.MobileOnly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inlineMobileOnly {
    display: inline;
}

.break {
    display: block;
}

.flex-boxes {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-pack: distribute;
    -ms-flex-align: center;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.flex-boxes.one {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex_image {
    width: 100%;
    height: 100%;
}

@media all and (min-width: 568px) {
    .flex-boxes {
        max-width: 414px;
    }
}

@media all and (min-width: 768px) {
    .flex-boxes {
        max-width: 1200px;
    }

    .flex-boxes.one {
        margin-bottom: 3em;
    }
}

@media all and (min-width: 1200px) {
    .flex-boxes {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .flex-boxes.one {
        max-width: 1220px;
    }

    .flex-boxes.two {
        max-width: 1300px;
    }
}

/* ---------------------
Owl Carousel
----------------------*/
.owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    margin: 0 !important;
}

.owl-prev,
.owl-next {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    pointer-events: auto;
    height: 100%;
    width: 30px;
    margin: 0 !important;
    background: transparent !important;
}

.owl-prev span,
.owl-next span {
    font-size: 36px;
}

.owl-prev {
    left: 0;
    font-size: 0 !important;
}

.owl-next {
    right: 0;
    font-size: 0 !important;
}

/* --------------------------------------------------------------
Owl Carousel WHITE ARROWS

Controls turn to white on Slot 1 when there is a black background

then turn to black above 1670px

----------------------------------------------------------------*/
.owl-prev:before {
    /*     background-image: url("/repo/JDW/mobile/pages/homepage/standard/2020/week-30/02-images/arrow_left_black.png"); */
    background-image: url("/repo/JDW/mobile/pages/homepage/standard/2020/week-30/02-images/arrow_left_white.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
}

.owl-next:before {
    /*     background-image: url("/repo/JDW/mobile/pages/homepage/standard/2020/week-30/02-images/arrow_right_black.png"); */
    background-image: url("/repo/JDW/mobile/pages/homepage/standard/2020/week-30/02-images/arrow_right_white.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
}






@media all and (min-width: 1655px) {
    .owl-prev:before {
        background-image: url("/repo/JDW/mobile/pages/homepage/standard/2020/week-30/02-images/arrow_left_black.png");
    }

    .owl-next:before {
        background-image: url("/repo/JDW/mobile/pages/homepage/standard/2020/week-30/02-images/arrow_right_black.png");
    }
}

/*------------------------------
 Fonts
 ------------------------------------*/
.HP-container h1,
.HP-container h2,
.HP-container h1 span,
.HP-container h2 span {
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.HP_CTA {
    font: 3.5vw/1em GalanoGrotesque-SemiBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 1em 0;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
}

.HP-container .flex-boxes>div:hover .HP_CTA {
    color: #fff;
    background: #000;
}

.HP-container .flex-boxes.one>div:hover .HP_CTA {
    color: #000;
    background: #fff;
}

.HP_CTA--Red {
    color: #fff !important;
    border: 1px solid #ed1b24;
    background-color: #ed1b24;
}

.HP_CTA--Grey {
    border: 1px solid #ccc;
    background-color: #ccc;
}

.HP_CTA.red-CTA {
    background: #fd6256;
    border: 1px solid #fd6256;
    color: #fff;
}

.HP-container .flex-boxes>div:hover .HP_CTA--Red,
.HP-container .flex-boxes>div:hover .HP_CTA--Grey {
    border: 1px solid #000;
}

.S__title--Red {
    color: #ed1b24;
}

@media all and (min-width: 568px) {
    .HP_CTA {
        font-size: 1.5em;
    }
}

@media all and (min-width: 768px) {
    .HP_CTA {
        padding: 0.7em 2em 0.8em;
        font-size: 1.8em;
    }
}

@media all and (min-width: 1000px) {
    .HP_CTA {
        color: #000;
        padding: 0.7em 2em 0.8em;
        min-width: 80px;
    }
}

@media all and (min-width: 1200px) {
    .HP_CTA {
        padding: 11px 30px 12px;
        min-width: 140px;
        font-size: 18px;
    }
}

/* -----------------------------------
SLOT 1 SLIDESHOW
------------------------------------*/
.HP-slot-1 img {
    width: 100%;
    /* margin-top: 1em; */
}

.HP-slot-1 {
    display: block;
    width: 100%;
}

@media all and (min-width: 568px) {
    .HP-slot-1 {
        max-width: 414px;
    }
}

@media all and (min-width: 768px) {
    .HP-slot-1 {
        max-width: 1920px;
    }

    .owl-carousel .owl-item img {
        margin: 0 auto;
    }
}

/*
@media all and (min-width: 1200px) {
.owl-carousel .owl-item img {width: inherit;}
}
*/
.HP-center--horizontal {
    position: absolute;
    top: 0;
    display: block;
    max-width: 1108px;
    margin: 0 auto;
}

.HP-slot-1 .HP-slide {
    position: relative;
    max-width: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.HP-slide img.MobileOnly {
    width: 100%;
}

@media (min-width: 768px) {
    .HP-slide img.DesktopOnly {
        width: 100%;
    }
}

/* -------------------------
 Product Categories - MOBILE ONLY
 ----------------------------*/
.HP-slot-cats {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5vw 0;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.HP-slot-cats .HP_CTA {
    font-size: 14px;
    display: inline-block;
    padding: 0.8em 0;
    color: #000;
    border: none;
    background-color: #eaeaea;
}

.HP-slot-cats .HP-slot-cats-nested:nth-child(2) {
    /* margin-left: 6vw; */
}

.HP-slot-cats .HP-slot-cats-nested:nth-child(3) {
    margin-left: 6vw;
}

.HP-slot-cats .HP_CTA {
    width: 100%;
    margin: 7px 0;
}

.HP-slot-cats-nested {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 41vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.HP-slot-cats .HP-slot-cats-first {
    width: 88vw;
}

.HP-container .flex-boxes>div.HP-slot-cats:hover .HP_CTA {
    color: inherit;
    background-color: #eaeaea;
}

.HP-container .flex-boxes>div.HP-slot-cats .HP_CTA:hover {
    color: #fff;
    background: #000;
}

@media all and (min-width: 568px) {
    .HP-slot-cats {
        max-width: 414px;
    }

    .HP-slot-cats .HP-slot-cats-first {
        width: 370px;
    }

    .HP-slot-cats .HP-slot-cats-nested:nth-child(3) {
        margin-left: 30px;
    }

    .HP-slot-cats-nested {
        width: 170px;
    }
}

/* --------------------
GENERIC STYLING END
----------------------*/

/*-------------------------------
ALL SLOT1 SLIDE1 STYLING HERE
------------------------------- */
/*MOBILE AND GENERIC */
.HP-slot-1 .HP-slide-1 {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.HP-slot-1 .HP-slide-1__HP_textbox {
    position: absolute;
    bottom: -13%;
    /*change this to move content up*/
    left: -15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.HP-slot-1 .HP-slide-1--title {
    color: #FFF;
    font: 11vw/1.2 GalanoGrotesque-SemiBold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    right: auto;
    margin: 0 auto;
    text-shadow: 0 0 0 #000;
    width: 78%;
    /*change this width keep % */
    text-align: left;
    letter-spacing: 0.02em;
    font-size: 0;
    /*incase of using an image*/
}

.HP-slot-1 .HP-slide-1--pretitle {
    font: 6vw/1 GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    display: block;
    margin-bottom: 0.5em;
    color: #FFF;
}

.HP-slot-1 .HP-slide-1--subtitle {
    font: 3vw/1.3 GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    display: block;
    letter-spacing: 0.1em;
    margin: 1em 0;
    color: #FFF;
    vertical-align: top;
}

.HP-slot-1 .HP-slide-1--subtitle small {
    vertical-align: top;
    font-size: 0.6em;
    margin-top: -0.5%;
    display: inline-block;
}

.HP-slot-1 .HP-slide-1--code {
    font: 4.5vw/0.925em GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    display: block;
    margin: 0.5em 0 0 0;
}

.HP-slot-1 .HP-slide-1--code--FSP {
    font-size: 5.5vw;
}

.HP-slot-1 .HP-slide-1--download {
    font: 7vw/0.925em GalanoGrotesque-SemiBold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 0.5em 0 0 0;
    color: #FFF;
    margin-top: 2em;
}

.HP-slot-1 .HP-slide-1--code strong {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #FFF;
}

.HP-slot-1 .HP-slide-1--bottom {
    position: absolute;
    bottom: 2%;
    /*move cta down*/
    width: 100%;
    margin: 0;
    color: #FFF;
    font: 3vw/0.925em GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.HP-slot-1 .HP-slide-1--titleimage {
    width: 50% !important;
    margin: 0 auto;
}

.HP-slot-1 .HP-slide-1--thin {
    font: 8vw/0.925em GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #FFF;
}

.HP-slot-1 img.HP-slide-1--img {
    width: 100%;
    margin-top: 55%;
}

.HP-slot-1 .HP-slide-1--terms {
    position: absolute;
    bottom: .5em;
    width: 80%;
    font: 2.5vw/1.2 GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    margin: 0;
    left: 10%;
    right: 10%;
    text-align: center;
}

/* Additional styling for 2x ctas on Mobile */
.HP-slot-1 .HP-slide-1 .HP_CTA_Area {
    position: absolute;
    bottom: 10%;
    left: 10%;
    /*move cta down*/
    -ms-flex-pack: center;
    width: 50%;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.HP-slot-1 .HP-slide-1 .HP_CTA {
    width: 68vw;
    border: none;
    margin: .5em auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0%;
    text-decoration: none !important;
    text-transform: uppercase;
    background: #000;
    color: #FFF;
}

/*----------WHEN THERE IS TWO LINKS

.HP-slot-1 .HP-slide-1 .HP_CTA:hover{background-color: #d4b96c;}


--------------*/

/*----------WHEN THERE IS ONE LINKS--------*/
.HP-slot-1 .HP-slide-1:hover .HP_CTA {
    color: #000;
    background: #d4b96c;
    text-decoration: none;
}

/*----Price-point---- */
.HP-slot-1 .HP-slide-1 img.HP-slot1--pp {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 20%;
}

.HP-slot-1 .HP-slide-1__HP_textbox,
.HP-slot-1 .HP-slide-1 .HP_CTA_Area {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media all and (min-width: 568px) {

    /*change font size vw to em for 568px*/
    .HP-slot-1 .HP-slide-1--title {
        /* bottom: 108px; */
        /*change this to move content up*/
        right: auto;
        left: auto;
    }

    .HP-slot-1 .HP-slide-1 .HP_CTA_wrapper {
        bottom: 0;
        width: 80%;
        padding: 6vw;
    }

    .HP-slot-1 .HP-slide-1--pretitle {
        font-size: 1em;
    }

    .HP-slot-1 .HP-slide-1--title {
        font-size: 5em;
        font-size: 0;
        /*incase of using an image*/
    }

    .HP-slot-1 .HP-slide-1--subtitle {
        font-size: 1.3em;
        width: 90%;
        margin: 0.5em 0
    }

    .HP-slot-1 .HP-slide-1--bottom {
        font-size: 1.5em;
    }

    .HP-slot-1 .HP-slide-1--links {
        font-size: 2.8vw;
    }

    .HP-slot-1 .HP-slide-1--terms {
        font-size: 1.1em;
    }


}

@media all and (min-width: 768px) {

    /*change font size em to vw for 768px*/
    .HP-slot-1 .HP-slide-1__HP_textbox,
    .HP-slot-1 .HP-slide-1 .HP_CTA_Area {
        left: auto;
        right: auto;
        top: 15%;
        /*move up and down*/
        bottom: auto;
        height: auto;
        width: 100%;
        margin: 0;
        font-size: 1.8em;
    }

    .HP-slot-1 .HP-slide-1 .HP_CTA_Area {
        top: 63%;
        /*move links down*/
        right: auto;
        left: auto;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        /* remove flex to display row*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .HP-slot-1 .HP-slide-1 .HP_CTA {
        display: inline-block;
        width: auto;
        min-width: 10%;
        margin: 1em 0em;
        background: #fff;
        color: #000;
    }

    .HP-slot-1 .HP-slide-1:hover .HP_CTA {
        background: #000;
        color: #FFF;

    }

    .HP-slot-1 .HP-slide-1--bottom span {
        color: #FFF
    }

    .HP-slot-1 .HP-slide-1--title {
        width: 100%;
        /*change this width keep % */
        /* margin-left:25%;margin-left aligned content*/
        text-align: center;
        bottom: auto;
        position: relative;
        right: auto;
        left: 0;
        text-shadow: 10px 5px 5px rgba(138, 114, 100, 0.2);
    }

    .HP-slot-1 .HP-slide-1--titlebox {
        background: #875e6a;
        padding: 0 5%;
        color: #FFF;
    }

    .HP-slot-1 .HP-slide-1--titlebox--space {
        margin: 1% 0;
        border: none;
        height: 0;
    }

    .HP-slot-1 .HP-slide-1--pretitle {
        margin: 0.5em 0;
        color: #000;
        text-align: left
    }

    .HP-slot-1 .HP-slide-1--titleimage {
        width: 27vw !important;
        margin: 0 auto;
        /*amend to suit image*/
        margin-top: 0.2em;
    }

    .HP-slot-1 .DesktopOnly.HP-slide-1__para {
        font: 1.15vw/1.35em GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
        margin: 1em auto 0 0.2em;
        color: #000;
        text-align: left;
        display: inline !important;
    }

    .HP-slot-1 .HP-slide-1 img.HP-slot1--pp {
        width: 7%;
        right: auto;
        left: 35%;
        bottom: auto;
        top: 5%;
    }

    .HP-slot-1 .HP-slide-1 .HP_CTA.HP_CTA--S1,
    .HP_CTA.HP_CTA--S2,
    .HP_CTA.HP_CTA--S3,
    .HP_CTA.HP_CTA--S4 {
        /* padding-left: 2.5em; */
        /* padding-right: 2.5em; */
        /* margin: 0 auto; */
    }



    .HP-slot-1 .HP-slide-1--subtitle {
        margin: 2em 0;
        text-align: center
    }

    .HP-slot-1 .HP-slide-1--terms {
        bottom: 0.5em;
        width: 100%;
        left: 0%;
        text-align: center;
        color: #fff;
    }

    /*-----------FONT SIZES------------*/
    .HP-slot-1 .HP-slide-1--pretitle {
        font-size: 2.5vw;
    }

    .HP-slot-1 .HP-slide-1--title {
        font-size: 4vw;
        font-size: 0;
        /*incase of using an image*/
    }

    .HP-slot-1 .HP-slide-1--subtitle {
        font-size: 1vw;
        line-height: 1.5em
    }

    .HP-slot-1 .HP-slide-1--bottom {
        font-size: 1vw;
    }
}

@media all and (min-width: 1600px) {
    /*.HP-slot-1 .HP-slide-1--titleimage{ width: auto !important; }*/
    /*The above line is not needed because a max width should be defined on the first css string*/

    .HP-slot-1 .HP-slide-1__HP_textbox {
        top: 20%;
    }


    .HP-slot-1 .HP-slide-1 .HP_CTA_Area {
        top: 66%;
    }

    .HP-slot-1 .HP-slide-1--titleimage {
        /* width: auto !important; */
        max-width: 415px;
    }

    .HP-slot-1 .HP-slide-1 .HP_CTA {
        min-width: 140px
    }

    .HP-slot-1 .HP-slide-1--download {
        margin-top: 20px;
    }

    .HP-slot-1 .HP-slide-1 .HP_CTA.HP_CTA--S1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .HP-slot-1 .HP-slide-1 .HP_CTA.HP_CTA--S2 {
        padding-left: 30px;
        padding-right: 30px;
    }

    /*change font size vw to em for 1600px*/
    .HP-slot-1 .HP-slide-1--pretitle {
        font-size: 3.8em;
    }

    .HP-slot-1 .HP-slide-1--title {
        font-size: 3.8em;
        font-size: 0;
        /*incase of using an image*/
    }

    .HP-slot-1 .HP-slide-1--subtitle {
        font-size: 1em;
    }

    .HP-slot-1 .HP-slide-1--terms {
        font-size: 1em;
    }

    .HP-slot-1 .HP-slide-1 .HP_CTA_Area,
    .HP-slot-1 .HP-slide-1--links {
        font-size: 18px;
        /* top: 85%; */
        /* left: 36%; */
    }
}

/*-------------------------------
ALL SLOT1 SLIDE1 END
------------------------------- */
/*-------------------------------
ALL SLOT1 SLIDE2 STYLING HERE
------------------------------- */
/*MOBILE AND GENERIC */
.HP-slot-1 .HP-slide-2 {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.HP-slot-1 .HP-slide-2__HP_textbox {
    position: absolute;
    bottom: 35%;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 71.059%;
    height: auto;
    padding: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    margin: 0 auto;
}

.HP-slot-1 .HP-slide-2--title {
    color: #000;
    font: 8vw/1.05em GalanoGrotesque-SemiBold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    position: absolute;
    right: auto;
    margin: 0 auto;
    text-align: left;
    text-shadow: 0 0 0 #000;
    width: auto;
    letter-spacing: 0.02em;
    font-size: 0;
}

.HP-slot-1 .HP-slide-2--pretitle {
    font: 6vw/1 GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    display: block;
    margin-bottom: 0.5em;
    color: #FFF;
}

.HP-slot-1 .HP-slide-2--subtitle {
    font: 4vw/0.925em GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    display: block;
    letter-spacing: 0.1em;
    margin: 0.5em 0 0 0;
    color: #FFF;
    vertical-align: top;
}

.HP-slot-1 .HP-slide-2--subtitle small {
    vertical-align: top;
    font-size: 0.6em;
    margin-top: -0.5%;
    display: inline-block;
}

.HP-slot-1 .HP-slide-2--code {
    font: 4.5vw/0.925em GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    display: block;
    margin: 0.5em 0 0 0;
}

.HP-slot-1 .HP-slide-2--code--FSP {
    font-size: 5.5vw;
}

.HP-slot-1 .HP-slide-2--download {
    font: 7vw/0.925em GalanoGrotesque-SemiBold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 0.5em 0 0 0;
    color: #FFF;
    margin-top: 2em;
}

.HP-slot-1 .HP-slide-2--code strong {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #FFF;
}

.HP-slot-1 .HP-slide-2--titleimage {}

.HP-slot-1 .HP-slide-2--terms {
    position: absolute;
    bottom: .5em;
    width: 80%;
    font: 2.5vw/1.2 GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    margin: 0;
    left: 10%;
    right: 10%;
    text-align: center;
}

.HP-slot-1 .HP-slide-2--thin {
    font: 8vw/0.925em GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #FFF;
}

.HP-slot-1 img.HP-slide-2--img {
    width: 100%;
    margin-top: 55%;
}

.HP-slot-1 .HP-slide-2 .HP_CTA {
    width: 50%;
    border: none;
    background: #FFF;
    color: #000;
    margin: .5em auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0 0 0 0%;
    text-decoration: none !important;
    text-transform: uppercase;
}

/*----------WHEN THERE IS TWO LINKS--------

.HP-slot-1 .HP-slide-2 .HP_CTA:hover{color: darkred;background: none;}
*/
/*----------WHEN THERE IS ONE LINKS--------------*/
.HP-slot-1 .HP-slide-2:hover .HP_CTA {
    color: #FFF;
    background: #666;
    text-decoration: none;
}





/* Additional styling for 2x ctas on Mobile */
.HP-slot-1 .HP-slide-2 .HP_CTA_Area {
    position: absolute;
    bottom: 2%;
    /*move cta down*/
    -ms-flex-pack: center;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: auto;
    left: auto;
}

.HP-slot-1 .HP-slide-2 .HP_CTA.HP_CTA--S1 {
    margin-bottom: 1.5em;
}

/*----Price-point---- */
.HP-slot-1 .HP-slide-2 img.HP-slot1--pp {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 20%;
}

.HP-slot-1 .HP-slide-2__HP_textbox,
.HP-slot-1 .HP-slide-2 .HP_CTA_Area {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media all and (min-width: 568px) {

    /*change font size vw to em for 568px*/
    .HP-slot-1 .HP-slide-2--title {
        /* bottom: 108px; */
        /*change this to move content up*/
        /* right:10%; */
        /* left: auto; */
    }

    .HP-slot-1 .HP-slide-2 .HP_CTA_wrapper {
        bottom: 0;
        width: 80%;
        padding: 6vw;
    }

    .HP-slot-1 .HP-slide-2 .HP_CTA {
        width: 78%;
    }

    .HP-slot-1 .HP-slide-2 .HP_CTA_Area {
        /* bottom: 11%; */
    }

    .HP-slot-1 .HP-slide-2--pretitle {
        font-size: 1em;
    }

    .HP-slot-1 .HP-slide-2--title {
        font-size: 3em;
        font-size: 0;
        /*incase of using an image*/
    }

    .HP-slot-1 .HP-slide-2--subtitle {
        font-size: 0.5em;
        width: 86%;
        margin: 0 0 0 auto
    }

    .HP-slot-1 .HP-slide-2--terms {
        font-size: 1.1em;
    }

    .HP-slot-1 .HP-slide-2 .HP_CTA {
        /* font-size: 1.3em; */
    }
}

@media all and (min-width: 768px) {

    /*change font size em to vw for 768px*/
    .HP-slot-1 .HP-slide-2__HP_textbox,
    .HP-slot-1 .HP-slide-2 .HP_CTA_Area {
        right: 0;
        left: 0;
        top: 22%;
        /*move up and down*/
        bottom: auto;
        height: auto;
        width: 100%;
        margin: 0;
        font-size: 1.8em;
    }

    .HP-slot-1 .HP-slide-2 .HP_CTA_Area {
        top: 65%;
        right: 0;
        left: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .HP-slot-1 .HP-slide-2 .HP_CTA {
        display: inline-block;
        width: auto;
        background: #FFF;
        color: #000;
    }

    .HP-slot-1 .HP-slide-2:hover .HP_CTA {
        background: #000;
        color: #fff;
    }

    .HP-slot-1 .HP-slide-2--title {
        width: 100%;
        /*change this width keep % */
        /* margin-left:25%;margin-left aligned content*/
        text-align: center;
        bottom: auto;
        position: relative;
        left: 0;
    }

    .HP-slot-1 .HP-slide-2--titlebox {
        background: #875e6a;
        padding: 0 5%;
        color: #FFF;
    }

    .HP-slot-1 .HP-slide-2--titlebox--space {
        margin: 1% 0;
        border: none;
        height: 0;
    }

    .HP-slot-1 .HP-slide-2--pretitle {
        margin: 0.5em 0;
        color: #000;
        text-align: left
    }

    .HP-slot-1 .HP-slide-2--subtitle {
        margin: 0;
        color: #000;
        text-align: left
    }

    .HP-slot-1 .HP-slide-2--titleimage {
        width: 21.25% !important;
        margin: 0 auto;
        /*amend to suit image*/
        margin-top: 0.2em;
    }

    .HP-slot-1 .DesktopOnly.HP-slide-2__para {
        font: 1.15vw/1.35em GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
        margin: 1em auto 0 0.2em;
        color: #000;
        text-align: left;
        display: inline !important;
    }

    .HP-slot-1 .HP-slide-2 img.HP-slot1--pp {
        width: 7%;
        right: auto;
        left: 35%;
        bottom: auto;
        top: 5%;
    }

    .HP-slot-1 .HP-slide-2 .HP_CTA.HP_CTA--S1 {
        width: auto;
        /* margin: 0 0 1em 0; */
    }

    .HP-slot-1 .HP-slide-2 .HP_CTA.HP_CTA--S2 {
        width: auto;
        margin: 0 0 1em 0;
    }

    .HP-slot-1 .HP-slide-2 .HP_CTA.HP_CTA--S3 {
        width: auto;
        margin: 0;
    }

    .HP-slot-1 .HP-slide-2--terms {
        bottom: 0.5em;
        width: 52%;
        left: 0%;
        text-align: center;
        color: #fff;
    }

    .HP-slot-1 .HP-slide-2--pretitle {
        font-size: 2.5vw;
    }

    .HP-slot-1 .HP-slide-2--title {
        font-size: 4vw;
        font-size: 0;
        /*change font size 0 for image*/
    }

    .HP-slot-1 .HP-slide-2--subtitle {
        font-size: 1vw;
        line-height: 1.5em
    }

    .HP-slot-1 .HP-slide-2--terms {
        font-size: 0.9vw;
    }
}

@media all and (min-width: 1600px) {

    /*.HP-slot-1 .HP-slide-2--titleimage{ width: auto !important; }*/
    /*The above line is not needed because a max width should be defined on the first css string*/
    .HP-slot-1 .HP-slide-2--titleimage {
        /* width: auto !important; */
        max-width: 680px;
    }

    .HP-slot-1 .HP-slide-2 .HP_CTA {
        min-width: 140px
    }

    .HP-slot-1 .HP-slide-2--download {
        margin-top: 20px;
    }

    /*change font size vw to em for 1600px*/
    .HP-slot-1 .HP-slide-2--pretitle {
        font-size: 3.8em;
    }

    .HP-slot-1 .HP-slide-2--title {
        font-size: 0.55em;
        font-size: 0;
        /*incase of using an image*/
    }

    .HP-slot-1 .HP-slide-2--subtitle {
        font-size: 1.2em;
    }

    .HP-slot-1 .HP-slide-2--terms {
        font-size: 1em;
    }

    .HP-slot-1 .HP-slide-2 .HP_CTA_Area {
        font-size: 18px;
    }

}

/*-------------------------------
ALL SLOT1 SLIDE2 END
------------------------------- */
/*-------------------------------
ALL SLOT1 SLIDE ALT STYLING HERE
------------------------------- */
/*MOBILE AND GENERIC */
.HP-slot-1 .HP-slide-alt {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.HP-slot-1 .HP-slide-alt__HP_textbox {
    position: absolute;
    bottom: 16%;
    /*change this to move content up*/
    left: 6%;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 55.29%;
    height: auto;
    padding: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.HP-slot-1 .HP-slide-alt--title {
    color: #FFF;
    font: 11vw/1.2 GalanoGrotesque-SemiBold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    right: auto;
    margin: 0 auto;
    text-shadow: 0 0 0 #000;
    width: 85%;
    /*change this width keep % */
    text-align: left;
    letter-spacing: 0.02em;
    font-size: 0;
    /*incase of using an image*/
}

.HP-slot-1 img.HP-slide-alt--titleimage {
    width: auto;
    margin: 0;
    max-width: 100%;
}



/* Additional styling for 2x ctas on Mobile */
.HP-slot-1 .HP-slide-alt .HP_CTA_Area {
    position: absolute;
    bottom: 1.5%;
    left: 6%;
    right: auto;
    width: auto;
    justify-content: center;
    display: flex;
    flex-flow: column wrap;
}

.HP-slot-1 .HP-slide-alt .HP_CTA {
    width: 100%;
    border: none;
    margin: .5em auto;
    transition: 0.5s;
    margin: 0;
    padding: 0.75em 0;
    text-decoration: none !important;
    text-transform: none;
    /* background: #000; */
    /* color: #FFF; */
    background: none;
    display: block;
    text-decoration: underline !important;
    text-align: left;
}

/*----------WHEN THERE IS TWO LINKS

.HP-slot-1 .HP-slide-1 .HP_CTA:hover{background-color: #d4b96c;}


--------------*/

/*----------WHEN THERE IS ONE LINKS--------*/
/* .HP-slot-1 .HP-slide-alt:hover .HP_CTA {
    color: #000;
    background: #FFF;
    text-decoration: none;
} */

/*----Price-point---- */
.HP-slot-1 .HP-slide-alt img.HP-slot1--pp {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 20%;
}

.HP-slot-1 .HP-slide-alt__HP_textbox,
.HP-slot-1 .HP-slide-alt .HP_CTA_Area {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.HP-slot-1 .HP-slide-alt--terms {
    position: absolute;
    bottom: .8em;
    width: 100%;
    font: 2.9vw/1.2 GalanoGrotesque-SemiBold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    margin: 0;
    left: 0;
    right: 0;
    text-align: center;
}

    .DeviceOnly{ display: block !important}

@media all and (min-width: 568px) {

    /*change font size vw to em for 568px*/
    .HP-slot-1 .HP-slide-alt--title {
        /* bottom: 108px; */
        /*change this to move content up*/
        right: auto;
        left: auto;
    }

    .HP-slot-1 .HP-slide-alt .HP_CTA_wrapper {
        bottom: 0;
        width: 80%;
        padding: 6vw;
    }

    .HP-slot-1 .HP-slide-alt--title {
        font-size: 5em;
        font-size: 0;
        /*incase of using an image*/
    }

    .HP-slot-1 .HP-slide-alt--terms {
        font-size: 1.2em;
    }

}

@media all and (min-width: 768px) {

    .DeviceOnly{ display: none !important}

    /*change font size em to vw for 768px*/
    .HP-slot-1 .HP-slide-alt__HP_textbox,
    .HP-slot-1 .HP-slide-alt .HP_CTA_Area {
        left: 11%;
        right: auto;
        top: 25%;
        /*move up and down*/
        bottom: auto;
        height: auto;
        width: 22.5%;
        margin: 0;
        font-size: 1.8em;
    }

    .HP-slot-1 .HP-slide-alt .HP_CTA_Area {
        top: 57%;
        /*move links down*/
        right: auto;
        left: 11%;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /* remove flex to display row*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .HP-slot-1 .HP-slide-alt .HP_CTA {
        display: inline-block;
        width: auto;
        min-width: 10%;
        margin: 0;
    }
/*
    .HP-slot-1 .HP-slide-alt:hover .HP_CTA {
        background: #000;
        color: #FFF;

    }
*/
    .HP-slot-1 .HP-slide-alt--title {
        width: 100%;
        /*change this width keep % */
        /* margin-left:25%;margin-left aligned content*/
        text-align: center;
        bottom: auto;
        position: relative;
        right: auto;
        left: 0;
        text-shadow: 10px 5px 5px rgba(138, 114, 100, 0.2);
    }


    .HP-slot-1 .HP-slide-alt--titleimage {
        width: 25vw !important;
        margin: 0 auto;
        /*amend to suit image*/
        margin-top: 0.2em;
    }



    /*-----------FONT SIZES------------*/

    .HP-slot-1 .HP-slide-alt--title {
        font-size: 4vw;
        font-size: 0;
        /*incase of using an image*/
    }
        .HP-slot-1 .HP-slide-alt--terms {
        bottom: 2em;
        width: 30%;
        margin: 0 auto;
        text-align: center;
        font-size: 0.7em;
        line-height: 1em;
    }
}
@media all and (min-width: 1000px) {
    .HP-slot-1 .HP-slide-alt--terms {
        font-size: 0.9em;
        line-height: 1.2em;
        bottom: 3em;
    }

    .DeviceOnly{ display: block !important}

}

@media all and (min-width: 1600px) {
    /*.HP-slot-1 .HP-slide-1--titleimage{ width: auto !important; }*/
    /*The above line is not needed because a max width should be defined on the first css string*/

    /* .HP-slot-1 .HP-slide-alt__HP_textbox {
        top: 10%;
    } */


    .HP-slot-1 .HP-slide-alt .HP_CTA_Area {
        left:9%;
    }

    .HP-slot-1 .HP-slide-alt--titleimage {
        /* width: auto !important; */
        max-width: 400px;
    }

    .HP-slot-1 .HP-slide-alt .HP_CTA {
        min-width: 140px
    }

    .HP-slot-1 .HP-slide-alt .HP_CTA.HP_CTA--S1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .HP-slot-1 .HP-slide-alt .HP_CTA.HP_CTA--S2 {
        padding-left: 30px;
        padding-right: 30px;
    }

    /*change font size vw to em for 1600px*/

    .HP-slot-1 .HP-slide-alt--title {
        font-size: 3.8em;
        font-size: 0;
        /*incase of using an image*/
    }

    .HP-slot-1 .HP-slide-alt .HP_CTA_Area{
        font-size: 18px;
    }

    .HP-slot-1 .HP-slide-alt--terms {
        font-size: 1.2em;
        bottom: 3.5em;
        max-width: 400px;
    }

}

/*-------------------------------
ALL SLOT1 SLIDE1 END
------------------------------- */

/*---------------------------
INSERT BANNER
-----------------------------*/
#unders1-HP-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1300px;
    color: #FFF;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 4em auto 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#unders1-HP-banner .unders1-HP-banner-textarea {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    bottom: 0;
}

#unders1-HP-banner .unders1-banner__title {
    color: #000;
    font: 5vw/1.2em GalanoGrotesque-SemiBold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    width: 100%;
    padding: 0;
    margin: 0.7em 0 0.7em 0;
    text-transform: uppercase;

}

#unders1-HP-banner .unders1-banner--para {
    font: 3vw/1.3 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 3vw auto 0vw;
    width: 85%;
    color: #fff;

}

#unders1-HP-banner .unders1-banner__title strong {
    font-family: GalanoGrotesque-Semibold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #000;
}

#unders1-HP-banner .HP_CTA {
    width: 50%;
    border: none;
    padding: 0;
    background: #000;
    margin: 5% 5% 1.5em 5%;
}

#unders1-HP-banner .unders1-banner__cta {
    font: 3.5vw/1.5 GalanoGrotesque-Semibold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}

#unders1-HP-banner:hover .unders1-banner__cta {
    background: #fff;
    color: #000;
}

@media all and (min-width: 568px) {
    #unders1-HP-banner {
        max-width: 414px;
    }

    #unders1-HP-banner .unders1-banner__title {
        font-size: 2.2em;
        margin-bottom: 0;
    }

    #unders1-HP-banner .unders1-banner--para {
        font-size: 1.4em;
    }

    #unders1-HP-banner .unders1-banner__cta {
        font-size: 1em;
    }
}





@media all and (min-width: 768px) {

    #unders1-HP-banner {
        margin-top: 3em;
        margin-bottom: 0;
        max-width: 1300px;
    }

    #unders1-HP-banner .unders1-HP-banner-textarea {
        left: 22%;
        right: auto;
        width: 25.76%;
        top: 0;
    }

    #unders1-HP-banner .unders1-banner__title {
        margin: 0 0 0em;
    }

    #unders1-HP-banner .unders1-banner__cta {
        padding: 6px 40px;
    }

    #unders1-HP-banner .HP_CTA {
        margin: 0;
        width: auto;
        position: relative;
        top: 0;
        color:  #FFF;
    }

    /*font sizes*/
    #unders1-HP-banner .unders1-banner__title {
        font-size: 2.2vw;
    }

    #unders1-HP-banner .unders1-banner--para {
        font-size: 1.4vw;
        margin: 1vw auto 1vw;
        width: 75%;
    }

    #unders1-HP-banner .HP_CTA {
        font-size: 3em;
    }

    #unders1-HP-banner .unders1-banner__cta {
        font-size: 1.9em;
    }

}

@media all and (min-width: 1300px) {
    #unders1-HP-banner {
        margin-bottom: 1em;
        padding-bottom: 0;
    }

    #unders1-HP-banner .unders1-banner__title {
        font-size: 2.5em;
    }

    #unders1-HP-banner .unders1-banner--para {
        font-size: 1.6em;
        width: 63%;
    }

    #unders1-HP-banner .unders1-banner__title {
        margin: .5em 0 0em;
    }

    #unders1-HP-banner .unders1-banner__cta {
        font-size: 18px;
        padding-left: 30px;
        padding-right: 30px;
        padding: 7px 30px;
    }
}

/* ---------------------
SLOT 2
-----------------------*/
.HP-slot-del {
    height: auto;
    margin: 1vw 0 2vw 0;
}


.HP-slot-del .HP_textbox {
    width: 100%;
}

.HP-slot-del .HP_CTA {
    width: 65%;
    color: #000;
    background: #fff;
}

.HP-slot-del .HP_textbox .S2__title {
    font: 4vw/1.2em GalanoGrotesque-Semibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.HP-slot-del .HP_textbox .S2__title--thinfont {
    font: 0.8em/1.5em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media all and (min-width: 568px) {
    .HP-slot-del .HP_textbox .S2__title {
        font-size: 4vw;
    }
}

@media all and (min-width: 736px) {
    .HP-slot-del .HP_textbox .S2__title {
        font-size: 4vw;
    }
}

@media all and (min-width: 768px) {
    .HP-slot-del .HP_textbox .S2__title {
        font-size: 1.8em;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
    }

    .HP-slot-del {
        margin: 1.5em 0;
    }

    .HP-slot-del .HP_textbox .S2__title--thinfont {
        font-size: 0.75em;
    }
}

@media all and (min-width: 1000px) {
    .HP-slot-del .HP_textbox .S2__title {
        font-size: 1.6em;
    }
}

@media all and (min-width: 1200px) {
    .HP-slot-del {
        margin: 3em 0;
    }

    .HP-slot-del .HP_textbox .S2__title {
        font-size: 2.5em;
    }
}

/* ---------------------
SLOTS 2, 3 & 4
-----------------------*/
.S2__title {
    font: 1.3em/1em GalanoGrotesque-Semibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 1.5em 0;
    letter-spacing: 0.01em;
    /* text-transform: uppercase; */
}

.S2__title--thinfont {
    font-family: GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    text-transform: initial;
}

.HP-slot-2 .HP_CTA,
.HP-slot-3 .HP_CTA,
.HP-slot-4 .HP_CTA {
    background: #fff;
    color: #000;
    margin: 0 auto 0.5em 0;
    width: 82vw;
    white-space: nowrap;
    border: 1px solid #000;
}

.HP-slot-2:hover .HP_CTA,
.HP-slot-3:hover .HP_CTA,
.HP-slot-4:hover .HP_CTA {
    background: #000 !important;
    color: #FFF !important;
}

.HP-slot-3,
.HP-slot-4 {
    margin-top: 5vw;
}

/*-----------
ORDER SWAP
---------------
.HP-slot-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5vw;
}
.HP-slot-3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
}
.HP-slot-4 {
    margin-top: 5vw;
         -webkit-box-ordinal-group: 4;
             -ms-flex-order: 3;
                 order: 3;
}
*/
/*----Price-points---- */
.HP-slot-2 img.HP-slot2--pp,
.HP-slot-3 img.HP-slot3--pp {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 20%;
}

.HP-slot-4 img.HP-slot4--pp {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 20%;
}

.HP-slot-2 .S3__title,
.HP-slot-3 .S4__title,
.HP-slot-4 .S5__title {
    font: 5vw/1.15em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 1em 0;
    width: 100%;
    color: #000;
    padding: 0;
    text-align: center;
    bottom: 20%;
    text-transform: none;
}

.HP-slot-4 .HP-slot-4-extracta {
    position: absolute;
    top: 15px;
    font: 4vw/1.15 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: left;
    left: 15px;
    margin: 0 !important;
}

.HP-slot-4 .HP-slot-4-extracta span {
    text-decoration: underline;
}

@media all and (min-width: 568px) {

    .HP-slot-2 .S3__title,
    .HP-slot-3 .S4__title,
    .HP-slot-4 .S5__title {
        font-size: 2.5em;
    }

    .HP-slot-4 .HP-slot-4-extracta {
        font-size: 1.3em;
        bottom: 10.5em;
    }

}

@media all and (min-width: 768px) {

    .HP-slot-2 img.HP-slot2--pp,
    .HP-slot-3 img.HP-slot3--pp {
        width: 26.445%;
    }

    .HP-slot-4 img.HP-slot4--pp {
        width: 26.445%;
    }

    .HP-slot-2 .S3__title,
    .HP-slot-3 .S4__title,
    .HP-slot-4 .S5__title {
        font-size: 2.45em;
        bottom: 2.5em;
    }

    .S2__title--thinfont {
        display: inline-block
    }

    .HP-slot-2,
    .HP-slot-3,
    .HP-slot-4 {
        width: 31%;
        margin-top: 0
    }

    .HP-slot-2 .HP_CTA,
    .HP-slot-3 .HP_CTA,
    .HP-slot-4 .HP_CTA {
        margin: 0 auto 10px 0;
    }

    .HP-slot-2 img.HP-slot2--pp,
    .HP-slot-3 img.HP-slot3--pp {
        top: 3%;
        right: 5%;
    }

    .HP-slot-4 img.HP-slot4--pp {
        top: 3%;
        right: 5%;
        left: auto
    }

    .HP-slot-4 {
        margin-top: 0
    }

    .HP-slot-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
    }

    .HP-slot-3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .HP-slot-4 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 0;
    }

    .HP-slot-4 .HP-slot-4-extracta {
        font-size: 1.3em;
        top: 0;
    }
}

@media all and (min-width: 1000px) {

    .HP-slot-2 .S3__title,
    .HP-slot-3 .S4__title,
    .HP-slot-4 .S5__title {
        font-size: 2.2em;
    }
}

/*---------------------------
INSERT BANNER
-----------------------------*/
#insert-HP-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1300px;
    background: #000;
    color: #FFF;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 2em auto 1em;
    padding-bottom: 0em;
}

#insert-HP-banner .insert-HP-banner-textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: auto;
    bottom: 0;
}

#insert-HP-banner .insert-banner__ctaarea {
    width: 100%;
}

#insert-HP-banner .HP_CTA {
    width: 90%;
    border: none;
    padding: 0;
}

#insert-HP-banner .insert-banner__title {
    color: #000;
    font: 4.5vw/1.3 GalanoGrotesque-Semibold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    width: 100%;
    padding: 0;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#insert-HP-banner .insert-banner__title span {
    font: 4vw/1 GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: none;

}

#insert-HP-banner .insert-banner__title img {
    /* max-width: 270px; */
    margin: 0 auto;
    width: 78%;
}

#insert-HP-banner .HP_CTA {
    background: #FFF;
    width: 82%;
    margin-bottom: 20px;
}

#insert-HP-banner .HP_CTA:hover {
    background: #000;
}

#insert-HP-banner .HP_CTA .insert-banner__cta:hover {
    color: #FFF !important;
}

#insert-HP-banner .insert-banner__cta {
    font: 3.5vw/1.5 GalanoGrotesque-Semibold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 12px 0;
    margin: 0 auto;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


@media all and (min-width: 568px) {
    #insert-HP-banner {
        max-width: 414px;
    }

    #insert-HP-banner .insert-banner__title {
        font-size: 1.8em;
    }

    #insert-HP-banner .insert-banner__title span {
        font-size: 1em;
    }

    #insert-HP-banner .insert-banner__cta {
        font-size: 1em;
        line-height: 1.5em;
    }
}

@media all and (min-width: 768px) {
    #insert-HP-banner {
        margin-bottom: 3em;
        margin-top: 0;
        max-width: 1300px;
    }

    #insert-HP-banner .insert-banner__title {
        font-size: 1.8vw;
        margin-bottom: 1.5em;
    }

    #insert-HP-banner .insert-banner__cta {
        padding: 10px 30px;
    }

    #insert-HP-banner .HP_CTA {
        width: 100%;
        font-size: 3em;
        margin: 1em auto;
        background: #000;
        color: #fff;
    }

    #insert-HP-banner .HP_CTA span.insert-banner__cta {
        color: #fff;
    }

    #insert-HP-banner .HP_CTA:hover {
        background: #FFF;
    }

    #insert-HP-banner .HP_CTA .insert-banner__cta:hover {
        color: #000 !important;
    }

    #insert-HP-banner .HP_CTA:nth-child(2) {
        margin: 0 auto 0 2em;
    }

    #insert-HP-banner .insert-banner__cta {
        padding: 6px 25px;
        font-size: 1.8em;
    }

    #insert-HP-banner .insert-banner__title img {
        width: 25vw;
    }

    #insert-HP-banner .HP_CTA {
        margin: 0% 0% 0em 0%;
        width: 22%;
        left: 0;
    }

    #insert-HP-banner .insert-HP-banner-textarea {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 26%;
    }
}

@media all and (min-width: 1300px) {
    #insert-HP-banner {
        margin-bottom: 4em;
        padding-bottom: 0;
    }

    #insert-HP-banner .insert-banner__title {
        font-size: 2.1em;
        margin-top: 0px;
        margin-bottom: 1em;
    }

    #insert-HP-banner .HP_CTA {
        min-width: 320px;
    }

    #insert-HP-banner .insert-banner__cta {
        padding: 7px 50px 12px;
        font-size: 18px;
    }

    #insert-HP-banner .insert-banner__title img {
        max-width: 372px;
        width: auto;
    }

    #insert-HP-banner .HP_CTA {
        margin-top: 1em;
    }
}

/* ---------------------
SLOTS 5, 6 & 7
-----------------------*/
/* ----------SLOT 5------------*/
.HP-slot-5-JDW {
    width: 100%;
    margin-top: 5vw;
}

.HP-slot-5-JDW__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 6vw 0;
    padding: 0;
    -webkit-box-align: center;
    bottom: 0;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    position: absolute;
}

.HP-slot-5-JDW__container img {
    max-width: 266px;
    margin: 0 auto;
    width: 90%;
}

.S5-JDW__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    color: #fff;
    margin: 0px 2% 8% auto;
    width: 45%;
}

.S5-JDW__titleheading {
    margin: 0;
    color: #000;
    text-align: center;
}

.S5-JDW__titleheading--one {
    font: 4vw/1.15em GalanoGrotesque-SemiBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.S5-JDW__titleheading--one sup {
    font: .5em/1.15em GalanoGrotesque-Semibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
}

.S5-JDW__titleheading--two {
    font: 7vw/1 GalanoGrotesque-Semibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    color: #000 !important;
}

.S5-JDW--para {
    font: 3vw/1.5 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 3vw auto 0vw;
    text-align: center;
    color: #000;
    width: 86%;
}

.S5-JDW__title--medium {
    font-size: 8vw;
}

.S5-JDW__title--big {
    font-size: 10vw;
}

.S5-JDW__title--small {
    font-size: 6vw;
}

.HP-slot-5-JDW .HP_CTA {
    color: #000;
    border: none;
    background: #fff;
    width: 39vw;
    margin: 0px 4vw 0% auto;
}

.HP-container .flex-boxes>.HP-slot-5-JDW:hover .HP_CTA {
    color: #fff;
    background: #000;
}

@media all and (min-width: 568px) {
    .HP-slot-5-JDW__container {
        margin: 2.5em 0;
    }

    .S5-JDW__title {
        font-size: 1.3em;
        line-height: 1.8em;
    }

    .S5-JDW__titleheading--one {
        font-size: 1.4em;
    }

    .S5-JDW--para {
        font-size: 1em;
    }

    .HP-slot-5-JDW .HP_CTA {
        width: 80%
    }
}

@media all and (min-width: 768px) {
    .HP-slot-5-JDW {
        width: 48.5%;
        margin: 0
    }

    .HP-slot-5-JDW__container {
        width: 50%;
        padding: 0;
        margin: 0;
        top: 0%;
        right: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .S5-JDW__title {
        width: 100%;
        padding: 0;
        margin: 0px auto 10%;
    }

    .S5-JDW__titleheading {}

    .S5-JDW__titleheading--one {
        font-size: 1.8vw;
    }

    .S5-JDW--para {
        font-size: 1.3vw;
        font-family: GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
        margin: 0.8em auto 0em;
    }

    .HP-slot-5-JDW .HP_CTA {
        margin: 0;
        /* background: #fff; */
        /* color: #000; */
    }

    .HP-container .flex-boxes>.HP-slot-5-JDW:hover .HP_CTA {
        /* color: #FFF; */
        /* background: #000; */
    }
}

@media (min-width: 1300px) {
    .S5-JDW__titleheading--one {
        font-size: 2.2em;
    }

    .S5-JDW--para {
        font: 1.5em/1.3em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
        margin: 1em auto 0;
      width: 71%;
    }

    .S5-JDW__title {
        width: 100%;
        padding: 0;
        font-size: 1em;
    }
}

/* ----------SLOT 6------------*/
.HP-slot-6-JDW {
    width: 100%;
    margin-top: 5vw;
}

.HP-slot-6-JDW__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 12vw 0;
    padding: 0;
    -webkit-box-align: center;
    bottom: 0;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    position: absolute;
}

.HP-slot-6-JDW__container img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    height:auto;
}

.HP-slot-6-JDW img.HP-slot6--pp {
    position: absolute;
    top: 3%;
    left: 28%;
    width: 20%;
}

.S6-JDW__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    color: #fff;
    margin: 0px auto 6% 4vw;
    width: 42.798%;
}

.S6-JDW__titleheading {
    margin: 0;
    color: #000;
    text-align: center;
}

.S6-JDW__titleheading--one {
    font: 4vw/1.2em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    color: #000;
    /* text-transform: uppercase; */
    letter-spacing: .1em;
}

.S6-JDW__titleheading--one sup {
    font: .5em/1.15em GalanoGrotesque-Semibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
}

.S6-JDW__titleheading--two {
    font: 7vw/1 GalanoGrotesque-Semibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    color: #FFF !important;
}

.S6-JDW--para {
    font: 3vw/1.5 GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 3vw auto 0vw;
    text-align: center;
    color: #000;
    width: 79%;
}

.S6-JDW__title--medium {
    font-size: 8vw;
}

.S6-JDW__title--big {
    font-size: 10vw;
}

.S6-JDW__title--small {
    font-size: 6vw;
}

.HP-slot-6-JDW .HP_CTA {
    color: #000;
    border: none;
    background: #fff;
    width: 39vw;
    margin: 0px auto 0 5.5vw;
}

.HP-container .flex-boxes>.HP-slot-6-JDW:hover .HP_CTA {
    color: #fff;
    background: #000;
}

@media all and (min-width: 568px) {
    .HP-slot-6-JDW__container {
        margin: 4.5em 0;
    }

    .S6-JDW__title {
        font-size: 1.3em;
        line-height: 1.8em;
    }

    .S6-JDW__titleheading--one {
        font-size: 1.4em;
    }

    .S6-JDW--para {
        font-size: 1em;
    }

    .HP-slot-6-JDW .HP_CTA {
        width: 80%
    }

    .HP-slot-6-JDW img.HP-slot6--pp {
        width: 19.5%;
        max-width: 100px;
    }
}

@media all and (min-width: 768px) {
    .HP-slot-6-JDW {
        width: 48.5%;
        margin: 0
    }

    .HP-slot-6-JDW__container {
        width: 41.61%;
        padding: 0;
        margin: 0;
        top: 0%;
        right: 3%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .S6-JDW__title {
        width: 100%;
        padding: 0;
        margin: 0px auto 10%;
    }

    .S6-JDW__titleheading--one {
        font-size: 1.8vw;
    }

    .S6-JDW--para {
        font-size: 1.3vw;
        font-family: GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
        margin: 0.8em auto 0em;
        width: 85%;
    }

    .HP-slot-6-JDW .HP_CTA {
        margin: 0;
        /* background: #fff; */
        /* color: #000; */
    }

    .HP-slot-6-JDW img.HP-slot6--pp {
        top: 3%;
        left: 26%;
        width: 20%;
    }

}

@media (min-width: 1300px) {
    .S6-JDW__titleheading--one {
        font-size: 2.2em;
    }

    .S6-JDW--para {
        font: 1.5em/1.3em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
        margin: 1em auto 0em;
        width: 75%;
    }

    .S6-JDW__title {
        width: 100%;
        padding: 0;
        font-size: 1em;
    }

    .HP-slot-6-JDW__container {}

    .HP-slot-6-JDW img.HP-slot6--pp {
        top: 5%;
        left: 29%;
        width: 20%;
    }
}

/*--------------MARISOTA SLOT 6------------*/
.HP-slot-6-FSP {
    width: 100%;
    margin-top: 5vw;
}

.HP-slot-6-FSP__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}

.HP-slot-6-FSP__container img {
    width: 62px;
    margin: 0 auto;
}

.S6-FSP__title {
    font-family: GalanoGrotesque-Semibold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0.1em 0;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.S6-FSP__title span {
    color: #fff;
}

.S6-FSP__title--medium {
    font-size: 8vw;
}

.S6-FSP__title--big {
    font-size: 10vw;
}

.S6-FSP__title--small {
    font-size: 6vw;
}

.HP-slot-6-FSP .HP_CTA {
    color: #bf5a86;
    border: 1px solid transparent;
    background: #fff;
    width: 68vw;
}

@media all and (min-width: 568px) {
    .S6-FSP__title {
        line-height: 5vw
    }

    .S6-FSP__title--medium {

        font-size: 4vw
    }

    .S6-FSP__title--big {
        font-size: 6vw
    }

    .S6-FSP__title--small {
        font-size: 3vw
    }
}

@media all and (min-width: 768px) {
    .HP-slot-6-FSP {
        width: 48.5%;
        margin: 0
    }

    .S6-FSP__title {
        line-height: 4em
    }

    .S6-FSP__title--medium {
        font-size: 3em;
        line-height: 1em
    }

    .S6-FSP__title--big {
        font-size: 5em
    }

    .S6-FSP__title--small {
        font-size: 1.5em;
        line-height: 1em;
        margin-bottom: .5em
    }
}

@media all and (min-width: 1000px) {
    .HP-slot-6-FSP .HP_CTA {
        margin-top: 0
    }
}

@media all and (min-width: 1200px) {
    .HP-slot-6-FSP__container img {
        margin: 1.5em auto
    }

    .S6-FSP__title {
        line-height: 3.5em
    }

    .S6-FSP__title--big {
        font-size: 4em;

        line-height: .7em
    }

    .S6-FSP__title--small {
        line-height: 1em
    }

    .S6-FSP__title--medium {
        font-size: 2.5em
    }
}

/*-------------------------------
ALL SLOT 7 STYLING
------------------------------- */
/* ----------JDW S7 JH ALL STYLING HERE ------------ */
.HP-slot-7 {
    margin: 4vw 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.HP-slot-7__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.HP-slot-7 .HP-slot-7__boxleft {
    top: 5%;
    left: 5.5%;
    position: absolute;
    width: 90%;
    text-align: center;
}

.HP-slot-7 .HP-slot-7__boxmiddle img {
    max-width: 100%;
    vertical-align: top;
}

.HP-slot-7 .HP-slot-7__boxmiddle {
    top: 13%;
    left: 0;
    right: 0;
    position: absolute;
    width: 71.059%;
    margin: 0 auto;
}

.HP-slot-7 .S7__title {
    font: 9vw/1 "GalanoGrotesque-Semibold", Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-transform: none;
    width: 100%;
    color: #000;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*font-size: 0;when there is an image*/
    padding: 0;
    margin: 2% auto 10%;
    text-transform: uppercase;
    letter-spacing: 1.5em;
}

.HP-slot-7 .S7__title .S7__title--bold {
    /* font-size: 1em; */
    letter-spacing: 0.2em;
}

.HP-slot-7 .S7__subtitle {
    font: 3.1vw/1.3 GalanoGrotesque-Regular, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    /* text-transform: uppercase; */
    margin: 2% 0;
    letter-spacing: 0;
}

.HP-slot-7 .S7__subtitle span {
    font: 10.5vw/1.15 GalanoGrotesque-Semibold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #d4b96c;
}

.HP-slot-7 .S7__para_img {
    width: 100%;
    margin: 1em 0;
}

.S7__para {
    color: #000;
    margin: 0.5em auto;
    line-height: 1.2em;
    width: 70%;
    font: 3vw/1.5em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.HP-slot-7 .S7__para--boxleft {
    font: 3.5vw/1.5 GalanoGrotesque-SemiBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 auto 1em;
}

.HP-slot-7 .HP_CTA {
    width: 50%;
    position: relative;
    border: 0;
    margin: 0 auto;
}

.S7__title.desktop {
    display: none;
}



/* hover styling for more than 1 cta
.HP-container .flex-boxes>div.HP-slot-7:hover .HP_CTA{
    background: #000;
    color: #fff;
}
*/
/* .HP-container .flex-boxes>div.HP-slot-7:hover .HP_CTA{
    background: #FFF;
    color: #000;
} */
/* .HP-container .flex-boxes>div.HP-slot-7 .HP_CTA:hover{
    background: #000;
    color: #FFF;
} */

/* Additional styling for 2x ctas on Mobile */
.HP-slot-7 .HP_CTA_Area {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 2%;
    /*move cta down*/
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.HP-slot-7 .HP_CTA.HP_CTA--S1,
.HP-slot-7 .HP_CTA.HP_CTA--S2,
.HP-slot-7 .HP_CTA.HP_CTA--S3 {
    margin-bottom: 15px;
}

.HP-slot-7 .HP_CTA_Area {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.HP-slot-7 img.HP-slot7--pp {
    position: absolute;
    top: 44%;
    right: 3%;
    width: 20%;
}

@media all and (min-width: 568px) {
    .HP-slot-7 .S7__title {
        font-size: 3.9em;
        /*font-size: 0;when there is an image*/
    }

    .HP-slot-7 .S7__subtitle {
        font-size: 1.3em;
        margin: 4% 0;
    }

    .HP-slot-7 .S7__subtitle span {
        font-size: 2em;
    }

    .HP-slot-7 .S7__title--image {
        width: 80%;
    }

    .HP-slot-7 .S7__para {
        font-size: 1.2em;
        padding-top: 0;
        width: auto;
    }

    /* .HP-slot-7 .HP_CTA.HP_CTA--S1,
    .HP-slot-7 .HP_CTA.HP_CTA--S2,
    .HP-slot-7 .HP_CTA.HP_CTA--S3 {
        width: 100%;
    } */


}

@media all and (min-width: 768px) {
    .HP-slot-7 img.HP-slot7--pp {
        width: 8%;
        top: 2em;
        right: 2em;
        left: auto
    }

    .HP-slot-7 {
        margin: 4em 0 0 0;
    }

    .HP-slot-7__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .HP-slot-7 .HP-slot-7__boxmiddle {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        right: auto;
        left: auto;
        top: 15%;
        width: 28.25%;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .HP-slot-7 .S7__title {
        font-size: 3.6vw;
        /*font-size: 0;when there is an image*/
        text-shadow: 0 0 0
            /* text-transform:uppercase; */
        ;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .HP-slot-7 .S7__subtitle {
        font-size: 1.3vw;
        /*font-size: 0;when there is an image*/
        text-shadow: 0 0 0
            /* text-transform:uppercase; */
        ;
        margin: 0.8em auto 0em;
        text-align: center;
        line-height: 1.4;
    }

    .HP-slot-7 .S7__para {
        position: relative;
        font-size: 1.4vw;
        margin: 0.8em 0 .5em;
        padding-top: 0;
        display: inline;
        width: auto;
        text-align: center;
    }

    .HP-slot-7 .HP_CTA {
        display: inline-block;
        position: relative;
        right: inherit;
        left: inherit;
        bottom: inherit;
    }

    .HP-slot-7 .HP_CTA_Area {
        bottom: 7%;
        /*move cta down*/
        left: 8%;
        right: auto;
        width: 72%;
    }

    .HP-slot-7 .HP_CTA.HP_CTA--S1,
    .HP-slot-7 .HP_CTA.HP_CTA--S2,
    .HP-slot-7 .HP_CTA.HP_CTA--S3 {
        margin: 0 0.5em;
        margin-bottom: 0.75em;
        width: 33%;
        padding: 10px 0;
    }

    .HP-slot-7 .S7__title--image {
        width: 65%;
    }

    /* COLUMN 1*/
    .HP-slot-7 .HP-slot-7__boxleft {
        width: 45%;
        left: auto;
        top: 13%;
    }

    .HP-slot-7 .S7__para_img {
        max-width: 220px;
    }

    .HP-slot-7 .S7__para {
        width: auto;
        font-size: 1.3vw;
        margin: 1em auto 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /*COLUMN 2*/
    .HP-slot-7 .HP-slot-7__boxright {
        top: 20%;
        right: 0;
        left: auto;
        position: absolute;
        width: 30%;
        text-align: center;
    }

    .HP-slot-7 .HP-slot-7__boxright .S7__para {
        font: 2vw/1 GalanoGrotesque-SemiBold, Arial, "Helvetica Neue", Helvetica, sans-serif;
        margin: 0 auto;
    }

    /* .HP-slot-7 .HP-slot-7__boxmiddle img {
        width: 25vw;
    } */
}

@media all and (min-width: 1000px) {
    .HP-slot-7 .S7__title--image {
        width: auto;
    }

}

@media all and (min-width: 1300px) {
    .HP-slot-7 .HP-slot-7__boxleft {
        margin: 0 auto;
        top: 9%;
    }

    .HP-slot-7 .S7__title {
        font-size:3.6em;
        /*font-size: 0;when there is an image*/
        margin: 0 auto;
    }

    .HP-slot-7 .S7__title .S7__title--bold {}

    .HP-slot-7 .S7__subtitle {
        /*font-size: 0;when there is an image*/
        font: 1.5em/1.3em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
        margin: 1em auto 0em;
    }

    .HP-slot-7 .S7__para {
        font-size: 1.5em;
        margin-top: 0.8em;
        width: auto;
    }

    .HP-slot-7 .HP-slot-7__boxright .S7__para {
        margin: 0;
        font-size: 3em;
    }

    .HP-slot-7 .HP-slot-7__boxright {
        top: 15%;
    }

    .HP-slot-7 .HP-slot-7__boxmiddle{
        top: 20%
    }
    .HP-slot-7 .HP-slot-7__boxmiddle img {
        max-width: 342px;
    }
    .HP-slot-7 .HP_CTA.HP_CTA--S1,
    .HP-slot-7 .HP_CTA.HP_CTA--S2,
    .HP-slot-7 .HP_CTA.HP_CTA--S3{
        width: auto;
        padding: 10px 30px;
    }
    .HP-slot-7 .HP_CTA_Area{
        bottom: 6%;
    }
}

/* ----------JDW S7 END ------------ */

.bottom__para {
    font: 3vw/1.5em GalanoGrotesque-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    max-width: 1000px;
    margin: 1em;
    text-align: center;
}

@media all and (min-width: 568px) {
    .bottom__para {
        font-size: 1.75vw;
        margin: 1em 6em;
    }
}

@media all and (min-width: 768px) {
    .bottom__para {
        font-size: 1em;
        margin: 1em 1.5em;
    }
}

@media all and (min-width: 1200px) {
    .bottom__para {
        margin: 2em 1.5em 3em;
    }
}

/*------------------
MOBILE FIRST GENERIC
--------------------*/
.mobilebreak {
    display: block;
}

@media all and (min-width: 568px) {

    .HP-slot-2 .HP_CTA,
    .HP-slot-3 .HP_CTA,
    .HP-slot-4 .HP_CTA,
    .HP-slot-7 .HP_CTA {
        width: 44vw;
    }

    .HP-slot-7 .HP_CTA {
        width: 45vw;
    }

    .HP-slot-5-JDW .HP_CTA,
    .HP-slot-5-FSP .HP_CTA,
    .HP-slot-6-JDW .HP_CTA,
    .HP-slot-6-FSP .HP_CTA {
        width: 39%;
    }
}

@media all and (min-width: 768px) {

    .HP-slot-2 .HP_CTA,
    .HP-slot-3 .HP_CTA,
    .HP-slot-4 .HP_CTA,
    .HP-slot-7 .HP_CTA,
    .HP-slot-5-JDW .HP_CTA,
    .HP-slot-6-JDW .HP_CTA,
    .HP-slot-5-FSP .HP_CTA,
    .HP-slot-6-FSP .HP_CTA {
        width: auto;
    }

    .desktopbreak {
        display: block;
        width: 100%;
    }

    .mobilebreak {
        display: none;
    }

    .break {
        display: inline;
    }

    .DesktopOnly {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .inlineDesktopOnly {
        display: inline !important;
    }

    .MobileOnly,
    .inlineMobileOnly {
        display: none !important;
    }

    .HP-slide-1--titleimage.MobileOnly {
        display: none !important;
    }

    .hd-backtotop {
        display: none !important;
    }
}

/*---------------------------------
FONT SIZE TRICK - DO NOT EDIT BELOW
------------------------------------*/
@media only screen and (min-width: 768px) {

    /*iPad Portait*/
    #unders1-HP-banner .HP_CTA,
    #insert-HP-banner .HP_CTA,
    .HP-slot-1 .HP-slide-1 .HP_CTA,
    .HP-slot-1 .HP-slide-2 .HP_CTA,
    .HP-slot-1 .HP-slide-alt .HP_CTA,
    .HP-slot-2,
    .HP-slot-3,
    .HP-slot-4,
    .HP-slot-5-JDW,
    .HP-slot-6-JDW,
    .HP-slot-5-FSP,
    .HP-slot-6-FSP,
    .HP-slot-7 {
        font-size: 60% !important;
    }
}

@media only screen and (min-width: 1024px) {

    #unders1-HP-banner .HP_CTA,
    #insert-HP-banner .HP_CTA,
    .HP-slot-1 .HP-slide-1 .HP_CTA,
    .HP-slot-1 .HP-slide-2 .HP_CTA,
    .HP-slot-1 .HP-slide-alt .HP_CTA,
    .HP-slot-2,
    .HP-slot-3,
    .HP-slot-4,
    .HP-slot-5-JDW,
    .HP-slot-6-JDW,
    .HP-slot-5-FSP,
    .HP-slot-6-FSP,
    .HP-slot-7 {
        font-size: 80% !important;
    }
}

@media only screen and (min-width: 1200px) {

    /*DESKTOP*/
    #unders1-HP-banner .HP_CTA,
    #insert-HP-banner .HP_CTA,
    .HP-slot-1 .HP-slide-1 .HP_CTA,
    .HP-slot-1 .HP-slide-2 .HP_CTA,
    .HP-slot-1 .HP-slide-alt .HP_CTA,
    .HP-slot-2,
    .HP-slot-3,
    .HP-slot-4,
    .HP-slot-5-JDW,
    .HP-slot-6-JDW,
    .HP-slot-5-FSP,
    .HP-slot-6-FSP,
    .HP-slot-7 {
        font-size: 100% !important;
    }
}

/*
  Add christmas offer
*/
.call-out {
    position: absolute;
    top: 6%;
    right: 6%;
    width: 8%;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .call-out {
        top: 10px;
        width: 21%;
        left: auto;
        right: 30px;
    }

    .hide-mb {
        display: none;
    }
}