.lz {
    background-color: #0e0e0e;
    padding-top: 100px;
}

.lz
.hero-banner {
    margin-inline: auto;
    max-width: 1220px;
    padding-inline: 48px;
    width: 100%;
}

.lz
.hero-baner-logo {
    display: block;
    height: auto;
    max-width: 320px;
    margin-inline: auto;
    width: 100%;
}

.lz
.hero-banner-title {
    background: #FF825B;
    background: linear-gradient(90deg, rgba(255, 130, 91, 1) 0%, rgba(225, 111, 142, 1) 30%, rgba(185, 83, 204, 1) 70%, rgba(165, 70, 233, 1) 100%);
    text-align: center;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 48px;
    font-family: "sf-pro-text-bold";
    margin: 0;
    margin-top: 64px;
    padding-inline: 24px;
    line-height: normal;
    letter-spacing: -0.02em;
}

.lz
.hero-banner-subtitle {
    font-family: "sf-pro-text-regular";
    font-size: 32px;
    color: var(--wwhite);
    letter-spacing: -0.02em;
    line-height: normal;
    margin: 0;
    margin-top: 8px;
    padding-inline: 24px;
    text-align: center;
}

    .lz
    .about-banner {
        margin-top: 48px;
    }

    .lz
    .about-banner-img {
        aspect-ratio: 16/9;
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .lz
    .about-banner-text {
        color: var(--wwhite);
        font-family: "sf-pro-text-regular";
        font-size: 28px;
        line-height: normal;
        letter-spacing: -0.02em;
        margin-inline: auto;
        max-width: 992px;
        padding-block: 48px;
        padding-inline: 48px;
        text-align: center;
        width: 100%;
    }

    .lz
    .about-banner-action {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-inline: auto;
        max-width: 992px;
        width: 100%;
    }

        .lz
        .about-banner-action
        a.boton.boton-primario {
            width: fit-content;
        }

    .lz
    .data-featured {
        max-width: 1000px;
        margin-inline: auto;
        padding-block: 150px;
        padding-inline: 24px;
        width: 100%;
    }

    .lz
    .data-featured-title {
        color: var(--wwhite);
        font-size: 32px;
        font-family: "sf-pro-text-semibold";
        line-height: normal;
        letter-spacing: -0.02em;
        margin: 0;
        margin-bottom: 48px;
        text-align: center;
        padding-inline: 24px;
    }

    .lz
    .data-featured-card {
        display: flex;
        align-items: center;
        flex-direction: row;
        column-gap: 24px;
    }

    .lz
    .data-featured-banner-img {
        aspect-ratio: 1/1;
        border-radius: 16px;
        height: 576px;
        object-fit: cover;
        object-position: center;
        width: 420px;
    }

    .lz
    .data-featured-paragraph {
        color: var(--wwhite);
        font-family: "sf-pro-text-regular";
        font-size: 20px;
        line-height: normal;
        letter-spacing: -0.02em;
        margin: 0;
        margin-bottom: 16px;
    }

    .lz
    .data-featured-text-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .lz
    .data-featured-grid-item {
        padding: 24px;
    }

    .lz
    .data-featured-grid-item-text {
        color: var(--wwhite);
        font-family: "sf-pro-text-regular";
        font-size: 16px;
        letter-spacing: -0.02em;
        line-height: normal;
    }

    .lz
    .data-featured-bold-text {
        color: var(--wwhite);
        font-family: "sf-pro-text-bold";
        font-size: 28px;
    }

    .lz
    .data-featured-bold-number {
        font-family: "sf-pro-text-bold";
        font-size: 40px;
    }

    .lz
    .data-featured-medium-bold-text {
        font-size: 18px;
        font-family: "sf-pro-text-bold";
    }

    .lz
    .data-featured-info {
        padding-inline: 36px;
    }

    .lz
    .data-featured-regular-text {
        font-size: 24px;
    }

    .lz
    .cite-card {
        max-width: 1000px;
        margin-inline: auto;
        padding-inline: 48px;
        width: 100%;
    }

    .lz
    .cite-card-texts {
        position: relative;
        display: flex;
        align-items: center;
        background-color: #4F4B4B;
        border-radius: 8px;
        flex-direction: row;
        padding: 36px;
        padding-bottom: 80px;
    }

    .lz
    .cite-card-img-wrap {
        padding-inline: 48px;
    }

    .lz
    .cite-card-img {
        display: block;
        position: relative;
        aspect-ratio: 16/9;
        border-radius: 16px;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
        top: -54px;
        width: 100%;
    }

    .lz
    .cite-card-legend-text {
        color: var(--wwhite);
        font-size: 24px;
        font-family: "sf-pro-text-regular";
        line-height: normal;
        letter-spacing: -0.02em;
        padding-inline: 24px;
        padding-right: 16px;
    }

    .lz
    .cite-icon-left,
    .lz
    .cite-icon-right {
        display: block;
        color: var(--wwhite);
        height: 64px;
        position: absolute;
        min-height: 64px;
        min-width: 64px;
        max-height: 64px;
        max-height: 64px;
        width: 64px;
        z-index: 2;
    }

    .lz
    .cite-icon-left {
        left: -32px;
        top: -32px;
        transform: rotate(180deg);
    }
    
    .lz
    .cite-icon-right {
        right: -32px;
        bottom: -32px;
    }

    .lz
    .cite-card-legend-title {
        color: var(--wwhite);
        font-size: 36px;
        font-family: "sf-pro-text-semibold";
        text-align: center;
        width: 320px;
    }

    .lz
    .results {
        max-width: 1000px;
        margin-inline: auto;
        margin-block: 80px;
        width: 100%;
    }

    .lz
    .results-title {
        color: var(--wwhite);
        font-size: 32px;
        font-family: "sf-pro-text-semibold";
        line-height: normal;
        letter-spacing: -0.02em;
        margin: 0;
        margin-bottom: 48px;
        text-align: center;
        padding-inline: 24px;
    }

    .lz
    .results-grid-cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(334px, 1fr));
        justify-content: center;
    }

    .lz
    .results-grid-items-card-text {
        color: #0a84ff;
        font-size: 24px;
        font-family: "sf-pro-text-semibold";
        letter-spacing: -0.02em;
        line-height: normal;
    }

    .lz
    .results-grid-item-card {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 48px;
    }

    .lz
    .results-grid-item-card
    svg {
        height: auto;
        width: 64px;
    }

    .lz
    .end-lz-modal-options {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 80px;
    }

    .lz
    .data-featured-banner {
        position: relative;
    }

@media only screen and (max-width: 1024px) {
    .lz .data-featured-card {
        flex-direction: column;
    }

    .lz
    .data-featured-banner:before {
        display: block;
        position: absolute;
        content: "";
        box-shadow: 0px -140px 32px 24px rgba(14,14,14,1) inset;
        -webkit-box-shadow: 0px -140px 32px 24px rgba(14,14,14,1) inset;
        -moz-box-shadow: 0px -140px 32px 24px rgba(14,14,14,1) inset;
        height: 100%;
        width: 100%;
    }

    .lz
    .data-featured {
        padding-bottom: 0;
    }

    .lz
    .data-featured-banner-img {
        aspect-ratio: 16/9;
        height: 100%;
        width: 100%;
    }

    .lz
    .data-featured-info {
        position: relative;
        top: -110px;
    }

    .lz
    .lz .results-grid-cards {
        padding-inline: 24px;
    }

    .lz
    .results-grid-item-card {
        align-items: center;
    }

    .lz
    .results-grid-items-card-text {
        text-align: center;
        padding-inline: 24px;
    }

}

@media only screen and (max-width: 992px) {


    .lz
    .hero-banner-title {
        font-size: 40px;
    }

    .lz
    .hero-banner-subtitle {
        font-size: 28px;
    }

    .lz
    .about-banner-text {
        font-size: 24px;
    }

    .lz
    .cite-card-legend-text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 840px) {
    .lz
    .cite-card-texts {
        flex-direction: column-reverse;
    }

    .lz .cite-card-legend-title {
        margin: 0;
    }

    .lz
    .data-featured {
        padding-block: 80px;
        padding-bottom: 0;
    }

    .lz
    .results {
        margin-block: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .lz
    .about-banner-text {
        font-size: 20px;
    }

    .lz
    .cite-card-img {
        max-height: 256px;
    }
}

@media only screen and (max-width: 572px) {
    .lz
    .data-featured-text-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .lz
    .data-featured-grid-item {
        padding: 16px;
    }

    .lz
    .results-grid-items-card-text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .lz
    .data-featured-paragraph {
        font-size: 18px;
    }

    .lz
    .cite-card-texts {
        padding: 16px;
        padding-bottom: 80px;
    }

    .lz
    .cite-card-legend-text {
        font-size: 16px;
    }

    .lz .data-featured-banner::before {
        box-shadow: 0px -116px 32px 24px rgba(14,14,14,1) inset;
        -webkit-box-shadow: 0px -116px 32px 24px rgb(14, 14, 14) inset;
        -moz-box-shadow: 0px -116px 32px 24px rgba(14,14,14,1) inset;
    }
}