/* Awareness */

.nav-link {
    display: block;
    padding: 0 1rem
}

.nav {
    display: block
}

.content--Bar {
    background: #2cb0b7;
    width: 100%;
    height: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 0
}

.content--Bar li {
    font-weight: 400;
    list-style: none;
    display: inline-block;
    line-height: 50px;
    padding: 0 70px;
    letter-spacing: .2em
}

.content--Bar ul {
    text-align: center
}

.content--Bar li a {
    color: #fff
}

section#section01 {
    overflow: hidden
}

.big--title {
    white-space: nowrap
}

h2 span {
    padding-left: 23%;
    line-height: 11vw
}

.textBlock01 {
    padding-left: 27%
}

img.shellHero {
    max-width: 833px;
    padding-top: 50%
}

.shellHero {
    overflow: hidden
}

.intro--offsetUp {
    margin-top: -9.8vh
}

h3.galleryTitle {
    text-align: right;
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 20px;
    letter-spacing: .03em
}

.slide--Nav {
    letter-spacing: .3em;
    font-size: 12px;
    padding: 14px 10px
}

a.nav-link.active {
    color: #042031
}

.picture01 {
    transform: translateX(-200px);
    z-index: 0
}

.wellbeingText {
    position: relative;
    z-index: 1
}

.iconRow img {
    width: 185px;
    display: block;
    margin: 0 auto
}

.row.iconRow {
    text-align: center;
    font-size: 22px;
    letter-spacing: .04em
}

.iconText {
    width: 15em;
    max-width: 100%
}

.icon-box {
    overflow: hidden
}

.heartSoulText {
    transform: translateX(-150px)
}

.marginTop {
    margin-top: -100px
}

a.soulriders {
    color: #2cb0b7;
    text-decoration: underline;
    background-color: transparent
}

.shape01 {
    background-image: url(/assets/images/awareness/yellow-stick.svg);
    background-position: -201% 0;
    background-size: 86%;
    height: 80vh;
    background-repeat: no-repeat;
    width: 50%;
    position: absolute;
    top: 0;
    left: -21%;
    transform: rotate(-34deg)
}

.shape02 {
    background-image: url(/assets/images/home/semi_circle_orange.svg);
    background-position: 100% 100%;
    background-position-x: 100%;
    background-position-y: 100%;
    background-size: 76%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0
}

.shape03 {
    background-image: url(/assets/images/space/shape-blue-02.svg);
    background-position: -468% 0;
    background-size: 107%;
    height: 100vh;
    background-repeat: no-repeat;
    width: 56%;
    position: absolute;
    top: 140%;
    right: 0
}

.shape04 {
    background-image: url(/assets/images/awareness/yellow-stick-reverse.svg);
    background-position: 100% 0;
    background-size: 100%;
    height: 1000px;
    background-repeat: no-repeat;
    width: 50%;
    position: absolute;
    top: 2665px;
    left: -13%
}

.shape05 {
    background-image: url(/assets/images/home/zig_zag_orange.svg);
    background-position: -11% 0;
    background-size: 2000px;
    height: 2000px;
    background-repeat: no-repeat;
    width: 50%;
    position: absolute;
    top: 3000px;
    right: 0
}

@media only screen and (max-width: 1200px) {
    .shape02 {
        background-position: 100% 100%;
        background-size: 66%;
        height: 110vh;
        width: 85%;
        top: 0;
        right: 0
    }
}

@media only screen and (max-width: 992px) {
    .content--Bar li {
        padding: 0 12px
    }

    img.shellHero {
        max-width: 690px;
        padding-top: 70%
    }

    .iconRow img {
        width: 150px
    }

    .shape05 {
        background-position: -23% 0;
        background-size: 1500px;
        height: 2000px;
        width: 80%;
        top: 2585px;
        right: 0
    }

    .shape04 {
        background-position: 97% 0;
        background-size: 100%;
        height: 1000px;
        width: 50%;
        top: 2232px;
        left: -26%
    }
}

@media only screen and (max-width: 575px) {
    .page--head--title h1 {
        padding-left: 8%
    }

    .textBlock01 {
        padding-left: 0
    }

    img.shellHero {
        max-width: 460px;
        padding-top: 0
    }

    .icon-box {
        max-width: 245px
    }

    .marginTop {
        margin-top: 0
    }

    .nav-link {
        display: block;
        padding: 0 0;
        font-size: 10px
    }

    .shape02 {
        background-position: 115% 82%;
        background-size: 66%;
        height: 100vh;
        width: 140%
    }

    .shape03 {
        background-position: -114% 0;
        background-size: 170%;
        height: 100vh;
        width: 100%;
        top: 140%
    }

    .shape04 {
        background-position: 100% 0;
        background-size: 100%;
        height: 100vh;
        width: 100%;
        top: 282%;
        left: -51%
    }

    .shape05 {
        background-position: -17% 0;
        background-size: 241%;
        height: 100vh;
        width: 50%;
        top: 219%;
        right: 0
    }

    .iconRow img {
        width: 100px
    }

    .heartSoulText {
        transform: translateX(0)
    }
}