/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/blocks/hero/style.css ***!
  \*******************************************************************************************************************************************************************************/
.lit-hero-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
    gap: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    background-color: transparent;
}

@media (min-width: 1024px) {
    .lit-hero-section {
        padding-top: 9rem;
        gap: 6rem;
    }
}

@media (min-width: 1536px) {
    .lit-hero-section {
        max-width: 1536px;
        margin-left: auto;
        margin-right: auto;
    }
}

.lit-hero-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.lit-hero-title {
    font-size: 3rem;
    line-height: 1;
    color: var(--color-light-gray, #ececee);
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -0.02em;
    text-align: center;
}

@media (min-width: 1024px) {
    .lit-hero-title {
        font-size: 3.75rem;
    }
}

.lit-hero-description {
    text-align: center;
    font-weight: 500;
    max-width: 720px;
    font-size: 1.5rem;
    line-height: 2rem;
    color: white;
    margin: 0;
}

.lit-hero-video-container {
    width: 100%;
    position: relative;
    min-height: 200px;
    background-color: rgba(255, 255, 255, 0.05);
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

@media (min-width: 1024px) {
    .lit-hero-video-container {
        min-height: 90vh;
    }
}

@media (min-width: 1536px) {
    .lit-hero-video-container {
        min-height: 820px;
    }
}


.animate-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: blur(12px);
    z-index: 1;
}

.lit-hero-video-inner {
    position: absolute;
    inset: 0.125rem;
    overflow: hidden;
    z-index: 2;
}

.lit-hero-video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

/*# sourceMappingURL=style-index.css.map*/