body {
    color: #F2F2F2;
    background: #0f1724;
}
header {
    background: #0d0f12;
    color: #D9D9D9;
}
header a {
    color: #D9D9D9;
}
#hero {
    background-color: #0c121d;
}
#heroGradient {
    width: 100%;
    height: 100%;
    position: relative;
    background: #0c121d;
    background: linear-gradient(90deg, #0c121d 11%, #0c121dcf 23%, #0c121d80 31%, #0c121d00 50%);
}
#nzpIntro p {
    margin-bottom: 48px;
}
#scanAsset {
    max-width: 300px;
}
#orgChart img {
    width: 100%;
}
#nzpResearch .gridImgColR img {
    cursor: pointer;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.5));
}
/*
.useCase {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    background: #0B1018;
    border: 1px solid #515c563d;
    box-shadow: 0 5px 12px rgba(0,0,0,0.16);
}
.useCaseBackground {
    max-width: 500px;
    width: 100%;
    height: 120px;
    position: absolute;
    background-size: cover;
}
#nightlife .useCaseBackground {
    background-image: url("../images/nightlife.png");
}
#retail .useCaseBackground {
    background-image: url("../images/retail.png");
}
#hospo .useCaseBackground {
    background-image: url("../images/coffee.png");
}
#caregiving .useCaseBackground {
    background-image: url("../images/caregiver.png");
}
.useCaseContent {
    position: relative;
    height: 100%;
}
.useCaseHeader {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: flex-end;
}
.useCaseHeader h4 {
    display: inline-block;
    padding: 8px 16px;
    background: #0b1018b3;
    width: 100%;
}
.useCaseBodyContent {
    border-top: 1px solid #515c563d;
}
.useCase ul {
    padding: 8px 16px 8px 32px;
    background: #0B1018;
    margin: 0;
    transition: height 500ms;
}*/
.stationary-container {
    position: relative;
    height: 100vh;
    clip-path: inset(0 0 -160px 0);
    margin-bottom: 160px;
}
.stationary-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/rvsplash.jpeg");
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.parallax-column {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 840px;
    padding: 0;
    margin: 0 auto;
}
#rvHeroHeading {
    z-index: 2;
    padding: 128px 0 64px 0;
}
#rvHeroHeading .heroHeading {
    color: #0B141D;
}
#rvSynopsis {
    z-index: 2;
    background-color: #fffffff6;
    color: #0B1018;
    border-radius: 24px;
    padding: 48px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    max-width: 100%;
}
#rvSynopsis > div {
    flex: 1;
}
#rvSynopsis p {
    font-weight: 350;
}
#rvSynopsis > div > p:last-of-type {
    margin-bottom: 0;
}
.rvGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 32px;
    row-gap: 32px;
}
.gridItem {
    border-left: 3px solid #1E3B6F;
    padding-left: 12px;
    padding-top: 2px;
    border-bottom: 1px solid #1E3B6F4D;
}
.gridItem h5 {
    font-size: 14px;
    margin: 0 0 6px 0;
    color: #1E3B6F;
    white-space: nowrap;
}
.gridItem p {
    margin-bottom: 0;
}
#rvPersonas {
    background: #89A7BC;
}
#rvPersonas .column {
    margin: 0;
    padding: 60px 0;
}
#personasTitle {
    color: #0B1018;
    width: 380px;
    padding: 16px 0;
    position: absolute;
    right: 0;
}
#personasTitle .heroHeading {
    margin-bottom: 32px;
}
.persona-card {
    position: relative;
    width: 320px;
    overflow: hidden;
    will-change: transform;
    border-radius: 6px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.16);
    border: 1px solid #22222219;
}
.persona-card img {
    width: 320px;
    height: 320px;
}
#persona-one { 
    z-index: 2;
}
#persona-two { 
    left: 50%;
    margin-left: -160px;
    z-index: 3;
}
.personaHeader {
    position: relative;
    height: 320px;
}
.personaDetails {
    padding: 16px 16px 4px 16px;
    background: #0b1018e6;
    position: absolute;
    bottom: -1px;
    width: 100%;
}
.personaDetails * {
    margin: 0;
}
.personaDetails p {
    margin-top: 2px;
}
.personaNotes ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 16px 16px 32px;
    background: #0b1018;
}
.journey-wrapper {
    display: flex;
    width: 960px;
    gap: 72px;
    z-index: 20;
    position: relative;
    margin: -320px auto 0 auto;
}
.journey-device {
    position: relative;
    flex: 1;
    will-change: transform, opacity;
}
.journey-device img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}
#journey-callout-container {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
    z-index: 25;
}
.journey-callout {
    position: absolute;
    background: #0b1018e6;
    color: #F2F2F2;
    border: 1px solid #ffffff3D;
    width: 230px;
    font-size: 14px;
    font-weight: 300;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.16);
    will-change: transform, opacity;
    z-index: 25;
}
#results-wrapper {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    z-index: 20;
    position: relative;
}
#results-wrapper img {
    position: relative;
    flex: 1;
    width: 132px;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}
#fadeSection {
    text-align: center;
    background: #89A7BC;
    padding-top: 100px;
    background: linear-gradient(0deg, #111925 0%, #6d8ca2 94%, #89A7BC 100%);
}
.transitionalHeroHeading {
    padding: 64px 0;
}
.transitionalHeroHeading .heroHeading {
    color: #F2F2F2;
}
.transitionalHeroHeading h2 {
    max-width: 640px;
    margin: 32px auto;
}
#resultsScreens {
    margin-bottom: 0;
    padding-bottom: 0;
}
#displayScreens {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#displayTop {
    width: 250px;
}
#displayBottom {
    width: 415px;
    position: relative;
    top: -100px;
}
#displayScreens img {
    max-width: 100%;
}
#journeyMap {
    margin-top: 0;
    padding-top: 0;
}
#tabletAsset {
    max-width: 360px;
    margin: 0;
}

@media (min-width: 767px) {
    #displayScreens {
        flex-direction: row;
        justify-content: center;
        margin-bottom: 128px;
    }
    #displayTop {
        order: 2;
        z-index: 2;
        width: 300px;
    }
    #displayBottom {
        width: 500px;
        top: 65px;
        margin-right: -65px;
    }
}
@media (min-width: 960px) {
    #nzpResearch .gridTextColL, #resultsScreens .gridTextColL, #journeyMap .gridImgColL, #nzpConclusion .gridTextColL {
        margin-right: 64px;
    }
    #callout-1 {
        left: 80px;
        top: 100px;
    }
    #callout-2 {
        left: 280px;
        top: 350px;
    }
    #callout-3 {
        left: 650px;
        top: 60px;
    }
    #callout-4 {
        left: 520px;
        top: 225px;
    }
    #callout-5 {
        left: 720px;
        top: 515px;
    }
    #resultsScreens img {
        max-height: 400px;
        width: auto;
        justify-self: center;
    }
    #resultsScreens .gridImgColR {
        justify-self: center;
    }
}
@media (min-width: 1280px) {
    #nzpIntro .gridImgColL {
        grid-column: 3 / span 3;
    }
    #nzpIntro .gridTextColR {
        grid-column: 7 / span 4;
    }
    #displayBottom {
        top: 110px;
        margin-right: -75px;
    }
    #callout-1 {
        left: -150px;
        top: 300px;
    }
    #callout-3 {
        left: 870px;
    }
    #callout-4 {
        left: 870px;
        top: 260px;
    }
    #callout-5 {
        left: 870px;
    }
}

@media (max-width: 767px) {
    #heroImage img {
        object-position: 67% center;
    }
    .stationary-container {
        height: auto;
        min-height: 0;
        clip-path: none;
        margin-bottom: 0;
        padding: 80px 16px;
        background-image: linear-gradient(rgba(255,255,255,.15), rgba(255,255,255,.15)), url("../images/rvsplash.jpeg");
        background-size: cover;
        background-position: center;
    }
    .stationary-bg {
        display: none;
    }
    .parallax-column {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .stationary-container .parallax-column {
        padding: 0;
    }
    #rvHeroHeading {
        padding: 0 0 32px;
    }
    #rvSynopsis {
        box-sizing: border-box;
        padding: 28px 24px;
        flex-direction: column;
        gap: 32px;
        border-radius: 16px;
    }
    .rvGrid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
    }
    .gridItem h5 {
        white-space: normal;
    }
    #rvPersonas .column {
        padding: 64px 0;
    }
    #personasTitle {
        position: static;
        padding: 0 0 32px;
        margin: 64px auto 0 auto;
        width: 360px;
    }
    .persona-card {
        width: 100%;
        max-width: 360px;
        margin: 0 auto 32px;
        will-change: auto;
    }
    .persona-card img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
    .personaHeader {
        height: auto;
        aspect-ratio: 1 / 1;
    }
    #persona-two {
        left: auto;
        margin: 0 auto 32px;
    }
    .journey-wrapper {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
    .journey-device {
        width: 100%;
        flex: none;
        will-change: auto;
        max-height: 500px;
    }
    .journey-device img {
        width: 100%;
        height: 100%;
    }
    #journey-callout-container {
        position: static;
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        display: contents;
    }
    .journey-callout {
        position: static;
        width: 100%;
        box-sizing: border-box;
        opacity: 1;
        will-change: auto;
        min-width: 0;
        max-width: 100%;
    } 
    #img-left {
        grid-row: 1;
        margin-top: 128px;
    }
    #callout-1 {
        grid-row: 2;
    }
    #img-middle {
        grid-row: 3;
    }
    #callout-2 {
        grid-row: 4;
    }
    #img-right {
        grid-row: 5;
    }
    #callout-3 {
        grid-row: 6;
    }
    #callout-4 {
        grid-row: 7;
    }
    #callout-5 {
        grid-row: 8;
    }
    #fadeSection {
        margin: 0;
        padding-left: 16px;
        padding-right: 16px;
    }
    #journeyMap .gridImgColL {
        grid-column: 1 / 13;
        margin: 0 16px 16px 16px;
    }
}
@media (max-width: 959px) {
    .parallax-column {
        padding: 0 16px;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    #personasTitle {
        width: 300px;
        left: 50%;
    }

    .persona-card {
        width: 280px;
    }

    .persona-card img,
    .personaHeader {
        width: 280px;
        height: 280px;
    }

    #persona-two {
        left: clamp(240px, 38vw, 320px);
        margin-left: 0;
    }
    .journey-wrapper {
        width: calc(100% - 32px);
        max-width: 960px;
        gap: clamp(24px, 5vw, 56px);
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: auto;
    }
    #callout-1 {
        left: 0px;
        top: -100px;
    }
    #callout-2 {
        left: 250px;
        top: -100px;
    }
    #callout-3 {
        left: 500px;
        top: -100px;
    }
    #callout-4 {
        left: 510px;
        top: 475px;
    }
    #callout-5 {
        left: 510px;
        top: 535px;
    }
}