.component.component--staging-area {
    display: flex;
    align-items: center;
    text-align: center;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.component.component--staging-area > .container {
    position: relative;
    z-index: 1;
}

.component.component--staging-area:before {
    height: 266px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.500437675070028) 0%, rgba(255,255,255,0) 100%);
}

div#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.component--staging-area .title {
    font-size: 5.89rem;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--bs-green);
    margin-bottom: 35px;
}
.component--staging-area .tagline {
    font-weight: 500;
    font-size: 1.38rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 3px;
}
.light.component--staging-area .tagline {
    color: var(--bs-gray-dark);
}


@media (max-width: 1199px) {
    .component--staging-area .title {
        font-size: 82px;
        font-size: 5.1rem;
    }
}

@media(max-width: 992px) {
    .component--staging-area .title {
        font-size: 52px;
        font-size: 4.1rem;
    }
}

@media(max-width: 767px) {
    .component--staging-area .title {
        font-size: 42px;
        font-size: 2.6rem;
    }
}