@media only screen and (min-width: 0rem) {
    #hero-1160 {
        padding: clamp(12.5rem, 33.95vw, 22.75rem) 1rem 0;
        padding-bottom: 45vw;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    #hero-1160 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #hero-1160 .cs-content {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    #hero-1160 .cs-topper {
        font-size: var(--topperFontSize);
        line-height: 1.2em;
        text-transform: uppercase;
        text-align: inherit;
        letter-spacing: 0.1em;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0.25rem;
        display: block;
    }
    #hero-1160 .cs-title {
        font-size: clamp(2.4375rem, 6.4vw, 5rem);
        line-height: 1.2em;
        text-align: inherit;
        max-width: 20ch;
        margin: 0 0 1rem 0;
        color: #fff;
        position: relative;
    }
    #hero-1160 .cs-text {
        font-size: clamp(1rem, 1.95vw, 1.25rem);
        line-height: 1.5em;
        text-align: inherit;
        width: 100%;
        max-width: clamp(29rem, 60vw, 38.785rem);
        margin: 0 0 2.5rem 0;
        color: #fff;
    }
    #hero-1160 .cs-button-transparent {
        color: #fff;
    }
    #hero-1160 .cs-watermark {
        width: 80vw;
        max-width: 36rem;
        height: auto;
        opacity: 0.13;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -70%);
        z-index: -1;
    }
    #hero-1160 .cs-graphic {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: -1px;
        left: 0;
    }
    #hero-1160 .cs-background {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
    }
    #hero-1160 .cs-background.video {
        display: none;
    }
    #hero-1160 .cs-background:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #1a1a1a;
        opacity: 0.84;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: 1;
        pointer-events: none;
    }
    #hero-1160 .cs-background video, #hero-1160 .cs-background img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    #hero-1160 .cs-trees {
        position: absolute;
        bottom: -1px;
        width: 100%;
        height: auto;
        left: 0;
        display: flex;
        align-items: flex-end;
    }
    #hero-1160 .cs-trees img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 81.25rem) {
    #hero-1160 {
        padding-bottom: 27vw;
    }
    #hero-1160 .cs-background {
        z-index: -2;
    }
    #hero-1160 .cs-background.video {
        display: block;
        z-index: -1;
    }
}