/* /Components/Hero.razor.rz.scp.css */
.about-container[b-tg5htstusx] {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.header[b-tg5htstusx] {
    position: relative;
    text-align: center;
    background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
    color: white;
    height: 100%;
    min-height: calc(100vh - var(--rz-header-height, 50px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.inner-header[b-tg5htstusx] {
    flex: 1.618;
    width: 100%;
    margin: 0;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
}

.header-content-toggle[b-tg5htstusx] {
    border: 1px solid rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.12);
    color: #fff;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    font-size: 0.9rem;
    cursor: pointer;
}

.header-content-toggle:hover[b-tg5htstusx] {
    background: rgba(255,255,255,0.2);
}

.content-container[b-tg5htstusx] {
    max-width: 61.8%;
    margin: 0 auto;
    width: 100%;
}

.header-content[b-tg5htstusx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: min(32vw, 375px);
}

.logo-image[b-tg5htstusx] {
    max-height: 25.5vh;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 0;
}

.brand-word[b-tg5htstusx] {
    display: inline-block;
    margin: 0;
    width: auto;
    text-align: center;
    white-space: nowrap;
    font-family: "Signika", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "GRAD" 0;
    font-size: clamp(4.7rem, 6.7vw, 6.4rem);
    letter-spacing: 0.06em;
    color: #ffffff;
}

.waves[b-tg5htstusx] {
    position: relative;
    width: 100%;
    flex: 1;
    min-height: 100px;
    max-height: 150px;
    margin-bottom: -7px;
}

.content[b-tg5htstusx] {
    position: relative;
    height: 5vh;
    text-align: center;
    background-color: white;
}

@media (min-width: 742px) {
    .content-container[b-tg5htstusx]  .rz-row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .content-container[b-tg5htstusx]  .rz-column {
        position: relative !important;
        width: 100% !important;
        min-height: 1px !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

        .content-container[b-tg5htstusx]  .rz-column[size-md="4"] {
            flex: 0 0 33.3333% !important;
            max-width: 33.3333% !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }
}

.parallax > use[b-tg5htstusx] {
    animation: move-forever-b-tg5htstusx 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax > use:nth-child(1)[b-tg5htstusx] {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2)[b-tg5htstusx] {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3)[b-tg5htstusx] {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4)[b-tg5htstusx] {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever-b-tg5htstusx {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width: 742px) {
    .header-content[b-tg5htstusx] {
        max-width: min(63vw, 375px);
    }

    .inner-header[b-tg5htstusx] {
        padding-top: 5vh;
        flex: 1.618;
    }

    .logo-image[b-tg5htstusx] {
        max-height: 28vh;
    }

    .brand-word[b-tg5htstusx] {
        font-size: clamp(2rem, 7.2vw, 3.2rem);
        letter-spacing: 0.04em;
    }

    .waves[b-tg5htstusx] {
        height: 40px;
        min-height: 40px;
        flex: 1;
    }

    .content[b-tg5htstusx] {
        height: 5vh;
    }

    .content-container[b-tg5htstusx] {
        max-width: 90%;
    }
}

.golden-divider[b-tg5htstusx] {
    width: 61.8%;
    height: 2px;
    margin: 0.5rem auto;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100% );
    opacity: 0.5;
}

@media (max-width: 460px) {
    .brand-word[b-tg5htstusx] {
        font-size: clamp(1.4rem, 5.2vw, 2rem);
        letter-spacing: 0.03em;
    }

    .logo-image[b-tg5htstusx] {
        max-height: 22vh;
    }
}
