/* page css */

* {
    box-sizing: border-box;
}

*:before {
    box-sizing: border-box;
}

*:after {
    box-sizing: border-box;
}

.page-wrapper {
    display: block;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    font-weight: 400;
}

.page-wrapper p,
.page-wrapper h3,
.page-wrapper h2,
.page-wrapper ul {
    margin: 0;
    padding: 0;
}

.page-wrapper.spa-wrap img {
    display: block;
}

.spa-wrap .inner-section {
    width: 100%;
    max-width: 1250px;
    margin: 0px auto 100px auto;
    color: #333333;
}

.spa-wrap .header-section {
    width: 990px;
    margin: 0 auto;
}

.spa-wrap .header-section .logo {
    width: 348px;
    margin: 20px auto;
}

.spa-wrap .section-title {
    font-family: "ClarinsRegular", "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 60px;
    line-height: 66px;
    text-align: center;
    margin: 20px 0;
}

.spa-wrap .header-section h5 {
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}

.spa-wrap .spa-content {
    width: 100%;
    max-width: 1170px;
    margin: 26px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.spa-wrap .spa-content div.spa-box {
    max-width: 31.5%;
}

.spa-wrap .spa-content .spa-box .image-wrap img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.spa-wrap .spa-content .spa-box .text-group {
    text-align: center;
    margin-top: 32px;
}

.spa-wrap .spa-content .spa-box .inner-headline {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial,
        sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 20px;
}

.spa-wrap .spa-content .spa-box p {
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}

.spa-wrap .spa-content .spa-box .text-group.sm p {
    padding: 0 30px;
}

.spa-wrap .spa-content .spa-box .text-group a {
    font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 10px;
}

.spa-wrap .spa-content .spa-box .text-group a:hover {
    color: #be0f34;
}

@media screen and (max-width: 1023px) {
    .spa-wrap .header-section {
        width: 100%;
    }

    .spa-wrap .section-title {
        font-size: 5.877vw;
    }

    .spa-wrap .section-subtitle,
    .spa-wrap .header-section .logo {
        width: 310px;
    }

    .spa-wrap .spa-content .spa-box .text-group.sm p {
        padding: 0;
    }
}

@media screen and (max-width: 761px) {
    .spa-wrap .header-section {
        margin-bottom: 5vw;
    }

    .spa-wrap .section-title {
        font-size: 9.198vw;
        line-height: 11vw;
    }

    .spa-wrap .spa-content .spa-box .text-group .inner-headline,
    .spa-wrap .spa-content .spa-box .text-group p,
    .spa-wrap .spa-content .spa-box .text-group a {
        font-size: 3.679vw;
        line-height: 5.256vw;
    }

    .spa-wrap .spa-content .spa-box .text-group {
        margin-bottom: 7vw;
    }

    .spa-wrap .spa-content {
        margin-top: 0;
        flex-direction: column;
    }

    .spa-wrap .spa-content div.spa-box {
        margin: 30px auto 0 auto;
    }

    .spa-wrap .spa-content div.spa-box {
        max-width: 636px;
        margin-top: 10px;
    }

    .spa-wrap .inner-section {
        margin: 0 auto;
        width: 89%;
    }

    .spa-wrap .header-section .logo {
        width: 82.786vw;
    }
}


/*DTW EDITS*/

.spa-wrap .spa-content .spa-box p {
    min-height: 160px;
    width: 335px;
    margin: auto;
}

.spa-wrap .spa-content .spa-box .text-group.sm p {
    width: 402px;
    margin-left: -17px;
}




/*Ipad Air 3 Landscape*/
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .spa-wrap .spa-content .spa-box p {
        min-height: 180px;
    }

}

/*Ipad Air 3 Portrait*/
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .spa-wrap .spa-content .spa-box p {
        min-height: 200px;
    }

    .spa-wrap .spa-content .spa-box .text-group.sm p {
        width: 195px;
        margin-left: 35px;
    }

    .spa-wrap .spa-content .spa-box p {
        min-height: 160px;
        width: 235px;
        margin: auto;
    }

    .spa-wrap .spa-content .spa-box p {
        min-height: 265px;
    }
}


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .spa-wrap .spa-content .spa-box .text-group.sm p {
        width: 300px !important;
        margin-left: 17px;
    }
}

@media only screen and (device-width : 414px) and (device-height : 736px) and (-webkit-device-pixel-ratio : 3) {
    .spa-wrap .spa-content .spa-box .text-group.sm p {
        width: 340px !important;
        margin-left: 17px;
    }
}