.immersive-hero {
    width: 100%;
    height: calc(100% - 72px);
    height: calc(100vh - 72px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
@media all and (max-width: 767px) {
    .immersive-hero {
        min-height: 460px;
    }
}
@media all and (min-width: 768px) {
    .immersive-hero {
        background-image: none;
        position: relative;
        width: auto;
    }
}
@media all and (min-width: 1200px) {
    .immersive-hero {
        margin-top: 0;
        height: calc(100% - 133px);
        height: calc(100vh - 133px);
        display: block;
    }
}
.immersive-hero-background {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.immersive-hero-background video {
    display: none;
}
@media all and (min-width: 768px) {
    .immersive-hero-background video {
        display: inline-block;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100vh;
        width: 100%;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .immersive-hero-background {
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
.immersive-hero-content {
    z-index: 1;
    height: 100%;
}
.immersive-hero-content__img-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .immersive-hero-content__img-wrapper {
        left: 0;
    }
}
.immersive-hero-content__img-wrapper img {
    width: 284px;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transition: opacity .7s cubic-bezier(.445, .05, .55, .95), -webkit-transform .7s cubic-bezier(.445, .05, .55, .95);
    transition: opacity .7s cubic-bezier(.445, .05, .55, .95), -webkit-transform .7s cubic-bezier(.445, .05, .55, .95);
    transition: opacity .7s cubic-bezier(.445, .05, .55, .95), transform .7s cubic-bezier(.445, .05, .55, .95);
    transition: opacity .7s cubic-bezier(.445, .05, .55, .95), transform .7s cubic-bezier(.445, .05, .55, .95), -webkit-transform .7s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
@media all and (min-width: 768px) {
    .immersive-hero-content__img-wrapper img {
        width: 500px;
    }
}
@media all and (min-width: 1200px) and (min-height: 700px) {
    .immersive-hero-content__img-wrapper img {
        width: 544px;
    }
}
.immersive-hero-content__img-wrapper img.slideIn {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.immersive-hero-content__copy {
    margin: 0 26px;
    max-width: calc(100vw - 52px);
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    /*max-width: 350px;*/
    /*left: calc((100% - 350px) / 2);*/
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transition: opacity 1s cubic-bezier(.445, .05, .55, .95), -webkit-transform 1s cubic-bezier(.445, .05, .55, .95);
    transition: opacity 1s cubic-bezier(.445, .05, .55, .95), -webkit-transform 1s cubic-bezier(.445, .05, .55, .95);
    transition: opacity 1s cubic-bezier(.445, .05, .55, .95), transform 1s cubic-bezier(.445, .05, .55, .95);
    transition: opacity 1s cubic-bezier(.445, .05, .55, .95), transform 1s cubic-bezier(.445, .05, .55, .95), -webkit-transform 1s cubic-bezier(.445, .05, .55, .95);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
@media all and (max-width: 350px) {
    .immersive-hero-content__copy {
        left: 0;
        width: 100%;
    }
}
@media all and (min-width: 768px) {
    .immersive-hero-content__copy {
        margin: 0 60px;
        max-width: calc(100vw - 88px);
        /*left: calc((100% - 680px) / 2);*/
    }
    .hero-full-width .immersive-hero-content__copy {
        max-width: 100%;
        left: 0;
    }
    .hero-large-width .immersive-hero-content__copy {
        max-width: 80%;
        left: calc((20%) / 2);

    }
}
@media all and (min-width: 1200px) {
    .immersive-hero-content__copy {
        margin: 0 auto;
        max-width: 1120px;
        /*left: calc((100% - 1120px) / 2);*/
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .immersive-hero-content__copy {
        left: 10%;
    }
}
.immersive-hero-content__copy.slideIn {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.immersive-hero-content__copy img {
    height: 52px;
    max-width: 100%;
    margin-top: calc((100% - 50px - 284px) / 2 + 190px);
    margin-top: calc((100vh - 50px - 284px) / 2 + 190px);
}
@media all and (min-width: 768px) {
    .immersive-hero-content__copy img {
        height: 116px;
        margin-top: calc((100% - 133px - 500px) / 2 + 285px);
        margin-top: calc((100vh - 133px - 500px) / 2 + 285px);
    }
}
@media all and (min-width: 1200px) {
    .immersive-hero-content__copy img {
        margin-top: calc((100% - 133px - 544px) / 2 + 350px);
        margin-top: calc((100vh - 133px - 544px) / 2 + 350px);
    }
}
.immersive-hero-content__copy img.eyebrow {
    height: 40px;
    margin-top: calc((100% - 50px - 284px) / 2 + 160px);
    margin-top: calc((100vh - 50px - 284px) / 2 + 160px);
}
@media all and (min-width: 768px) {
    .immersive-hero-content__copy img.eyebrow {
        margin-top: calc((100% - 50px - 500px) / 2 + 195px);
        margin-top: calc((100vh - 50px - 500px) / 2 + 195px);
    }
}
@media all and (min-width: 1200px) {
    .immersive-hero-content__copy img.eyebrow {
        height: 50px;
        margin-top: calc((100% - 133px - 544px) / 2 + 190px);
        margin-top: calc((100vh - 133px - 544px) / 2 + 190px);
    }
}
.immersive-hero-content__copy h2 {
    color: #FFFFFF;
    font-family: 'GS Serif';
    margin: 0;
    font-size: 48px;
    line-height: 48px;
}
.video-hero-lg-text .immersive-hero-content__copy h2 {
    font-size: 65px;
    line-height: 65px;
}
@media all and (min-width: 768px) {
    .immersive-hero-content__copy h2 {
        width: 75%;
        font-size: 100px;
        line-height: 100px;
    }
    .video-hero-lg-text .immersive-hero-content__copy h2 {
        font-size: 128px;
        line-height: 128px;
    }
}
@media all and (min-height: 1200px) {
    .immersive-hero-content__copy h2 {
        margin-top: 55px;
    }
}
.immersive-hero-content__copy h2::first-line {
    font-family: 'GS Serif';
    line-height: 3.875rem;
}
@media all and (min-width: 768px) {
    .immersive-hero-content__copy h2::first-line {
        line-height: 6.9375rem;
    }
}
@media all and (min-width: 1200px) {
    .immersive-hero-content__copy h2::first-line {
        line-height: 6.25rem;
    }
}
.immersive-hero-content__copy h2 span {
    height: 2px;
    background-color: white;
    display: inline-block;
    width: 60px;
    margin-left: .9375rem;
    margin-bottom: .9375rem;
    display: none;
}
@media all and (min-width: 768px) {
    .immersive-hero-content__copy h2 span {
        width: 125px;
        margin-left: 2rem;
        margin-bottom: 1.875rem;
    }
}
@media all and (min-width: 1200px) {
    .immersive-hero-content__copy h2 span {
        width: 182px;
        margin-left: 1.25rem;
        margin-bottom: 1.25rem;
    }
}
.immersive-hero__down-arrow {
    cursor: pointer;
    cursor: -webkit-grab;
    cursor:         grab;
    position: absolute;
    display: block;
    height: 2rem;
    bottom: 1.5625rem;
    padding: 0 2rem;
    width: 100%;
}
.immersive-hero__down-arrow img {
    display: block;
    margin: 0 auto;
}
@media all and (max-width: 767px) and (orientation: landscape) {
    .immersive-hero__down-arrow {
        bottom: 0;
        height: 1.5em;
    }
}
@media all and (min-width: 768px) {
    .immersive-hero__down-arrow {
        bottom: 2.1875rem;
    }
}
@media all and (min-width: 767px) and (orientation: portrait) {
    .immersive-hero__down-arrow {
        bottom: 8.75rem;
    }
}

.immersive-hero .immersive-hero-content__copy > p {
    font-size: 24px;
    margin-bottom: 0;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    color: white;
    line-height: 1.5;
}

@media all and (min-width: 768px) {
    .immersive-hero .immersive-hero-content__copy > p {
        font-size: 32px;
    }
}

.onlyLogo .immersive-hero .immersive-hero-background {
    background-position: center center;
}
.onlyLogo .immersive-hero .immersive-hero-background-mobile {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
}
@media all and (min-width: 992px) {
    .onlyLogo .immersive-hero .immersive-hero-background-mobile {
        display: none;
    }
}
@media all and (max-width: 1199px) and (orientation: portrait) {
    .onlyLogo .immersive-hero .immersive-hero-background-mobile {
        display: block;
    }
}
.onlyLogo .immersive-hero .immersive-hero-content__img {
    width: 347px;
}
@media all and (min-width: 768px) {
    .onlyLogo .immersive-hero .immersive-hero-content__img {
        width: 614px;
    }
}
@media all and (min-width: 1200px) {
    .onlyLogo .immersive-hero .immersive-hero-content__img {
        width: 50%;
        max-width: calc(1120px / 2);
    }
}
.onlyLogo .immersive-hero .immersive-hero__down-arrow {
    display: block;
}
.center-hero .immersive-hero-content__copy img.eyebrow {
    margin-top: calc(50vh - 140px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.center-hero .immersive-hero-content__copy h2 {
    text-align: center;
}
@media all and (min-width: 768px) {
    .center-hero .immersive-hero-content__copy img.eyebrow {
        margin-top: calc(50vh - 200px);
    }
}
@media all and (min-width: 1200px) {
    .center-hero .immersive-hero-content__copy {
        left: calc((100% - 680px) / 2);
    }
}
