.lighted-header {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 8em;
}
.lighted-header .row {
    min-height: 55.5rem;
}
.lighted-header .col-36-36 {
    padding: 14.4rem 3rem 0;
}
.lighted-header h1 {
    display: block;
    margin: 0 auto;
    color: var(--navy-blue);
    max-width: 54.5rem;
}
.lighted-header h1 :is(sup, span) {
    display: block;
}
.lighted-header h1 sup {
    text-transform: uppercase;
    font-family: var(--proxima-font);
    font-weight: 700;
    font-size: 4em;
    line-height: 1.1em;
    letter-spacing: 0.04em;
    text-align: left;
}
.lighted-header h1 span {
    font-family: var(--celine-font);
    font-size: 8em;
    line-height: 1em;
    letter-spacing: 0.0222em;
    font-weight: 400;
    text-align: right;
    margin-top: -4rem;
}
.lighted-header .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 71.5em;
    z-index: -1;
    overflow: hidden;
    background-color: transparent;
}
.lighted-header .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 72.4%, #FFF 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
}
@media only screen
and (min-width : 769px) {
    .lighted-header {
        margin: 10.6rem 0 0;
        padding: 0 0 8em;
    }
    .lighted-header .row {
        min-height: 77.5rem;
    }
    .lighted-header .col-36-36 {
        padding: 15rem 0 0;
        max-width: 72rem;
        margin: 0 auto;
        position: static;
    }
    .lighted-header .img-box {
        height: 71.5rem;
    }
    .lighted-header h1 {
        max-width: 56rem;
    }
    .lighted-header h1 sup {
        font-size: 8rem;
        line-height: .68em;
        letter-spacing: 0.025em;
    }
    .lighted-header h1 span {
        font-size: 15rem;
        line-height: .5em;
        letter-spacing: 0.013em;
        margin-bottom: 2rem;
        margin-left: 11.5rem;
        margin-top: 0;
    }
}
@media only screen
and (min-width : 769px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 768px) {
}