/* /Components/About sections/Conferences.razor.rz.scp.css */
.conferences-wrapper[b-zox9htacrv] {
    display: flex;
    justify-content: center;
    padding: 4rem 0;
    margin-bottom: 3rem;
}

.wrapper[b-zox9htacrv] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "type images"
        "button images";
    column-gap: 8rem;
    row-gap: 2rem;
    width: 70%;
}

.type[b-zox9htacrv] {
    grid-area: type;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.button-wrapper[b-zox9htacrv] {
    grid-area: button;
    width: fit-content;
    align-self: end;
}

.title[b-zox9htacrv] {
    font-weight: 700;
    font-size: 40px;
}

.subtitle[b-zox9htacrv] {
    font-weight: 600;
    font-size: 24px;
}

.images[b-zox9htacrv] {
    grid-area: images;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

    .images img[b-zox9htacrv] {
        display: block;
        width: 10rem;
        height: auto;
    }

.invert[b-zox9htacrv] {
    filter: invert();
}

@media (max-width: 768px) {
    .conferences-wrapper[b-zox9htacrv] {
        padding: 3rem 1.5rem;
        margin-bottom: 1rem;
    }

    .wrapper[b-zox9htacrv] {
        grid-template-columns: 1fr;
        grid-template-areas:
            "type"
            "images"
            "button";
        width: 100%;
        gap: 2rem;
    }

    .title[b-zox9htacrv] {
        font-size: 30px;
        line-height: 1.15;
    }

    .subtitle[b-zox9htacrv] {
        font-size: 18px;
        line-height: 1.4;
    }

    .images[b-zox9htacrv] {
        width: 100%;
        gap: 2rem;
    }

        .images img[b-zox9htacrv] {
            width: min(10rem, 100%);
        }

    .button-wrapper[b-zox9htacrv] {
        margin-top: 1rem;
    }
}
/* /Components/About sections/Founders.razor.rz.scp.css */
.founders-wrapper[b-6x8g1v5m9j] {
    display: flex;
    justify-content: center;
    padding: 4rem 0;
    margin-bottom: 3rem;
}

.wrapper[b-6x8g1v5m9j] {
    display: flex;
    width: 70%;
    gap: 4rem;
}

.title[b-6x8g1v5m9j] {
    font-weight: 700;
    font-size: 32px;
}

.founders[b-6x8g1v5m9j] {
    display: grid;
    grid-template-columns: repeat(2, minmax(18rem, 1fr));
    gap: 2rem;
    width: 100%;
}

.founder[b-6x8g1v5m9j] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    min-width: 0;
    /*border: 1px dotted red;*/
}

.text[b-6x8g1v5m9j] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
    padding-right: 1rem;
}

.name[b-6x8g1v5m9j] {
    font-weight: 600;
    font-size: 22px;
}

.role[b-6x8g1v5m9j] {
    font-size: 18px;
}

.founder img[b-6x8g1v5m9j] {
    width: 5rem;
    height: 5rem;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 999px;
}

/* Mobile */
@media (max-width: 999px) {
    .founders-wrapper[b-6x8g1v5m9j] {
        padding: 3rem 1.5rem;
        margin-bottom: 1rem;
    }

    .wrapper[b-6x8g1v5m9j] {
        width: 100%;
        flex-direction: column;
        gap: 2rem;
    }

    .title[b-6x8g1v5m9j] {
        font-size: 28px;
        line-height: 1.15;
    }

    .founders[b-6x8g1v5m9j] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .founder[b-6x8g1v5m9j] {
        width: 100%;
    }

    .name[b-6x8g1v5m9j] {
        font-size: 20px;
    }

    .role[b-6x8g1v5m9j] {
        font-size: 16px;
    }

    .founder img[b-6x8g1v5m9j] {
        width: 4.5rem;
        height: 4.5rem;
    }
}
/* /Components/About sections/Future.razor.rz.scp.css */
.architect-wrapper[b-n88nojdck8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    gap: 2rem;
    text-align: center;
    align-items: center;
}

.title[b-n88nojdck8] {
    width: 70%;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
}

.subtitle[b-n88nojdck8] {
    width: 50%;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

.architect-wrapper img[b-n88nojdck8] {
    display: block;
    height: 20rem;
    max-width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .architect-wrapper[b-n88nojdck8] {
        align-items: flex-start;
        padding: 4rem 1.5rem;
        gap: 1.5rem;
        text-align: left;
    }

    .title[b-n88nojdck8] {
        width: 100%;
        font-size: 36px;
        line-height: 1.05;
    }

    .subtitle[b-n88nojdck8] {
        width: 100%;
        max-width: 32rem;
        font-size: 18px;
        line-height: 1.4;
    }

    .architect-wrapper img[b-n88nojdck8] {
        
        height: auto;
        max-height: 24rem;
        object-fit: cover;
    }
}
/* /Components/About sections/Trail.razor.rz.scp.css */
.trail-wrapper[b-if3wybq7db] {
    padding: 4rem 0;
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;

    padding-top: 8rem;
}

.wrapper[b-if3wybq7db]{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    width: 60%;
    justify-content: center;
    align-items: center;
}

.title[b-if3wybq7db]{
    font-size: 44px;
    font-weight: 700;
    width: 70%;
    text-align: center;
}

.subtitle[b-if3wybq7db]{
    font-size: 18px;
    font-weight: 600;
    opacity: .9;
    width: 65%;
}

.button-wrapper[b-if3wybq7db]{
    width: fit-content;
    align-self: center;
}

.img-wrapper[b-if3wybq7db]{
    position: absolute;
    width: 35rem;
}

.left[b-if3wybq7db]{
    left: -15rem;
}

.right[b-if3wybq7db] {
    right: -20rem;
    top: -5rem;
    transform: rotate(65deg);
    opacity: .5;
}

@media (max-width: 768px) {
    .trail-wrapper[b-if3wybq7db] {
        padding: 7rem 1.5rem 4rem;
        justify-content: flex-start;
        overflow: hidden;
    }

    .wrapper[b-if3wybq7db] {
        width: 100%;
        gap: 1.5rem;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        position: relative;
        z-index: 2;
    }

    .title[b-if3wybq7db] {
        width: 100%;
        font-size: 38px;
        line-height: 1.05;
        text-align: left;
    }

    .subtitle[b-if3wybq7db] {
        width: 100%;
        max-width: 32rem;
        font-size: 18px;
        line-height: 1.35;
        text-align: left;
    }

    .button-wrapper[b-if3wybq7db] {
        align-self: flex-start;
        margin-top: 0.5rem;
    }

    .img-wrapper[b-if3wybq7db] {
        width: 24rem;
        pointer-events: none;
    }

    .left[b-if3wybq7db] {
        left: -15rem;
        top: 10rem;
        opacity: 0.4;
    }

    .right[b-if3wybq7db] {
        right: -16rem;
        top: -3rem;
        opacity: 0.35;
    }
}
/* /Components/Agentis Ray Sections/AgentisRay.razor.rz.scp.css */
.wrapper[b-t230qy44hk] {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 4rem 4rem;
    overflow: hidden;
}

.ray-wrapper[b-t230qy44hk] {
    width: min(90%, 90rem);
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0rem;
    
}

.text[b-t230qy44hk] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.subheader-wrapper[b-t230qy44hk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: -3.5rem;
    opacity: 0.9;
}

.subheader[b-t230qy44hk] {
    font-size: 20px;
    font-weight: 700;
}

.header[b-t230qy44hk] {
    font-size: 72px;
    font-weight: 700;
}

.button-wrapper[b-t230qy44hk] {
    position: relative;
}

.image-wrapper[b-t230qy44hk] {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    min-width: 35rem;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 20px rgba(138, 82, 255, 0.22));
}

.image[b-t230qy44hk] {
    display: block;
    width: 100%;
    min-height: 10rem;
    object-fit: contain;
}

.subheader-img[b-t230qy44hk] {
    width: 4rem;
    padding-bottom: 0.5rem;
}

/* Mobile */
@media (max-width: 768px) {
    .wrapper[b-t230qy44hk] {
        justify-content: flex-start;
        padding: 4rem 1.25rem;
    }

    .ray-wrapper[b-t230qy44hk] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
    }

    .text[b-t230qy44hk] {
        width: 100%;
        align-items: flex-start;
        text-align: left;
        gap: 1.5rem;
    }

    .subheader-wrapper[b-t230qy44hk] {
        margin-bottom: -1rem;
        gap: 0.4rem;
    }

    .subheader[b-t230qy44hk] {
        font-size: 15px;
    }

    .subheader-img[b-t230qy44hk] {
        width: 3rem;
        padding-bottom: 0.25rem;
    }

    .header[b-t230qy44hk] {
        font-size: clamp(2.5rem, 13vw, 4rem);
        line-height: 0.95;
        max-width: 8ch;
    }

    .button-wrapper[b-t230qy44hk] {
        width: auto;
    }

    .image-wrapper[b-t230qy44hk] {
        width: min(115%, 34rem);
        justify-content: flex-start;
        align-self: flex-start;
        margin-left: -1.25rem;
    }

    .image[b-t230qy44hk] {
        width: 100%;
        min-height: 0;
        margin-left: 1rem;
    }
}

@media (max-width: 420px) {
    .wrapper[b-t230qy44hk] {
        padding: 3rem 1rem;
    }

    .ray-wrapper[b-t230qy44hk] {
        gap: 2.5rem;
    }

    .header[b-t230qy44hk] {
        font-size: 2.75rem;
    }

    .image-wrapper[b-t230qy44hk] {
        width: calc(100% );
        margin-left: 1rem;
        /*border: 1px dotted red;;*/

    }

    .image[b-t230qy44hk]{
        margin-left: 1rem;
    }
}
/* /Components/Agentis Ray Sections/Expect.razor.rz.scp.css */
.wrapper[b-6o07hbv5gr] {
    box-sizing: border-box;
    width: 100%;
    padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 6vw, 8rem);
    display: flex;
    flex-direction: column;
    gap: 3rem;
    overflow: hidden;
}

/* Keeps the text, large image, and image row on the same width */
.text[b-6o07hbv5gr],
.img-wrapper[b-6o07hbv5gr],
.row[b-6o07hbv5gr] {
    width: min(100%, 65rem);
    margin-inline: auto;
    box-sizing: border-box;
}

.text[b-6o07hbv5gr] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.title[b-6o07hbv5gr] {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
}

.subtext[b-6o07hbv5gr] {
    width: 100%;
    max-width: 55rem;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.img-wrapper[b-6o07hbv5gr] {
    display: flex;
    justify-content: center;
}

    .img-wrapper .big[b-6o07hbv5gr] {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.row[b-6o07hbv5gr] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(1rem, 2vw, 2rem);
}

    .row img[b-6o07hbv5gr] {
        display: block;
        width: 100%;
        min-width: 0;
        height: auto;
        object-fit: contain;
    }

/* Tablet */
@media (max-width: 900px) {
    .wrapper[b-6o07hbv5gr] {
        gap: 2rem;
    }

    .row[b-6o07hbv5gr] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */
@media (max-width: 360px) {
    .wrapper[b-6o07hbv5gr] {
        padding: 3rem 1.25rem;
    }

    .row[b-6o07hbv5gr] {
        grid-template-columns: 1fr;
    }

    .subtext[b-6o07hbv5gr] {
        max-width: 100%;
    }
}
/* /Components/Agentis Ray Sections/Governed.razor.rz.scp.css */
.wrapper[b-m9ce9eluwl] {
    box-sizing: border-box;
    width: 100%;
    padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 6vw, 8rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

/* Matches the 65rem width used by the previous component */
.text[b-m9ce9eluwl],
.video-container[b-m9ce9eluwl],
.button-wrapper[b-m9ce9eluwl] {
    width: min(100%, 65rem);
    margin-inline: auto;
    box-sizing: border-box;
}

.text[b-m9ce9eluwl] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
    text-align: right;
}

.header[b-m9ce9eluwl] {
    font-size: 32px;
    font-weight: 700;
}

.subtext[b-m9ce9eluwl] {
    width: 65%;
    max-width: 55rem;
    font-weight: 600;
}

.video-container[b-m9ce9eluwl] {
    aspect-ratio: 16 / 9;
}

    .video-container iframe[b-m9ce9eluwl] {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }

.button-wrapper[b-m9ce9eluwl] {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .wrapper[b-m9ce9eluwl] {
        padding: 3rem 1.25rem;
        gap: 2rem;
    }

    .text[b-m9ce9eluwl] {
        align-items: flex-start;
        text-align: left;
    }

    .header[b-m9ce9eluwl] {
        width: 100%;
        font-size: clamp(1.75rem, 8vw, 2rem);
        line-height: 1.2;
    }

    .subtext[b-m9ce9eluwl] {
        width: 100%;
        max-width: none;
        font-size: 1rem;
        line-height: 1.5;
        text-align: left;
    }

    .video-container[b-m9ce9eluwl] {
        width: 100%;
    }

    .button-wrapper[b-m9ce9eluwl] {
        justify-content:flex-end;
      
    }
}
/* /Components/Agentis Ray Sections/ProblemRay.razor.rz.scp.css */
.wrapper[b-227al81dll] {
    box-sizing: border-box;
    width: 100%;
    padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 6vw, 8rem);
    display: flex;
    justify-content: center;
}

.problemray[b-227al81dll] {
    box-sizing: border-box;
    width: min(100%, 65rem);
    min-width: 0;
    padding: clamp(3rem, 5vw, 5rem) 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    background-color: black;
    overflow: hidden;
}

    .problemray .header[b-227al81dll] {
        display: block;
        width: min(100%, 48rem);
        min-width: 0;
        margin: 0;
        color: white;
        font-size: clamp(2rem, 3.2vw, 2.75rem);
        font-weight: 700;
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

.problem-video[b-227al81dll] {
    position: relative;
    align-self: center;
    width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #111;
}

    .problem-video video[b-227al81dll] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

.bottom[b-227al81dll] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}

.left[b-227al81dll],
.right[b-227al81dll] {
    width: 40%;
    min-width: 0;
    font-weight: 600;
}

.problemray .bottom .right[b-227al81dll] {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .wrapper[b-227al81dll] {
        padding: 3rem 1.25rem;
    }

    .problemray[b-227al81dll] {
        width: 100%;
        padding: 3rem 0;
        gap: 1.5rem;
    }

        .problemray .header[b-227al81dll] {
            width: 100%;
            font-size: clamp(1.75rem, 8vw, 2.25rem);
            line-height: 1.2;
        }

    .problem-video[b-227al81dll] {
        width: 100%;
    }

    .problemray .bottom[b-227al81dll] {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.55;
    }

        .problemray .bottom span[b-227al81dll],
        .problemray .bottom .left[b-227al81dll],
        .problemray .bottom .right[b-227al81dll] {
            width: 100%;
            max-width: none;
        }
}

@media (max-width: 480px) {
    .wrapper[b-227al81dll] {
        padding: 2.5rem 1rem;
    }

    .problemray[b-227al81dll] {
        padding: 2.5rem 0;
    }

        .problemray .header[b-227al81dll] {
            font-size: 1.75rem;
        }

    .problem-video[b-227al81dll] {
        aspect-ratio: 16 / 9;
    }
}
/* /Components/Agentis Ray Sections/Purpose.razor.rz.scp.css */
.wrapper[b-0ey2g8jaro] {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 4rem 4rem;
    position: relative;
    display: flex;
    justify-content: center;
}

.wrapper-wrapper[b-0ey2g8jaro] {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.header[b-0ey2g8jaro] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.title[b-0ey2g8jaro] {
    font-weight: 700;
    font-size: 42px;
}

.subtitle[b-0ey2g8jaro] {
    margin-bottom: 2rem;
    font-size: 28px;
    font-weight: 500;
}

.text[b-0ey2g8jaro] {
    width: 60%;
    margin-bottom: 2rem;
    align-self: flex-start;
    font-weight: 600;
    line-height: 1.5;
}

.cards[b-0ey2g8jaro] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    min-height: 20rem;
    max-height: 30rem;
    margin-bottom: 4rem;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 20px rgba(138, 82, 255, 0.22));
}

    .cards .card[b-0ey2g8jaro] {
        display: block;
        height: 100%;
        width: auto;
        flex-shrink: 0;
        object-fit: contain;
        border-radius: 9px;
    }

.button-wrapper[b-0ey2g8jaro] {
    display: flex;
    justify-content: center;
    width: 100%;
}


/* Mobile */
@media (max-width: 768px) {
    .wrapper[b-0ey2g8jaro] {
        padding: 3rem 0;
        align-items: stretch;
        overflow: hidden;
    }

    .header[b-0ey2g8jaro],
    .text[b-0ey2g8jaro],
    .button-wrapper[b-0ey2g8jaro] {
        box-sizing: border-box;
        width: 100%;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .title[b-0ey2g8jaro] {
        font-size: 2rem;
        line-height: 1.2;
    }

    .subtitle[b-0ey2g8jaro] {
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
        line-height: 1.35;
    }

    .text[b-0ey2g8jaro] {
        align-self: stretch;
        margin-bottom: 2rem;
        font-size: 1rem;
        line-height: 1.55;
    }

    .cards[b-0ey2g8jaro] {
        justify-content: flex-start;
        width: 100%;
        height: auto;
        margin-bottom: 2.5rem;
        padding: 0 1.25rem 1rem;
        gap: 2rem;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 1.25rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

        .cards .card[b-0ey2g8jaro] {
            display: block;
            flex: 0 0 auto;
            width: min(78vw, 22rem);
            height: auto;
            object-fit: contain;
            scroll-snap-align: start;
            border-radius: 9px;
            clip-path: inset(0 round 9px);
        }

    .button-wrapper[b-0ey2g8jaro] {
        justify-content: flex-start;
    }
}
/* /Components/Agentis Ray Sections/SolutionOverview.razor.rz.scp.css */
.solution-wrapper[b-nz55s0ok44] {
    position: relative;
    padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 5vw, 5rem);
    position: relative;
}

    .solution-wrapper[b-nz55s0ok44]::before {
        inset: 0;
        content: "";
        position: absolute;
        background-image: url("/images/grid.png");
        z-index: -1;
        filter: grayscale(2) brightness(2);
        opacity: .2;

    }

.solution-content[b-nz55s0ok44] {
    width: min(100%, 85%);
    margin: 0 auto;
}

.title[b-nz55s0ok44] {
    max-width: 60rem;
    margin: 0 0 clamp(2.5rem, 5vw, 4rem);
    font-size: clamp(2rem, 3vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    text-wrap: balance;
}

.feature-grid[b-nz55s0ok44] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(2rem, 4vw, 4rem);
    margin-bottom: clamp(3rem, 6vw, 5rem);
}

.pairing[b-nz55s0ok44] {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    min-width: 0;
}

.feature-icon[b-nz55s0ok44] {
    width: clamp(5rem, 7vw, 8rem);
    height: auto;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    object-fit: contain;
}

.words[b-nz55s0ok44] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
}

.header[b-nz55s0ok44] {
    font-size: clamp(1.25rem, 1.6vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
}

.subtext[b-nz55s0ok44] {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.callout-row[b-nz55s0ok44] {
    display: flex;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 3rem);
}

.callout-text[b-nz55s0ok44] {
    max-width: 52rem;
    font-weight: 600;
    line-height: 1.6;
    /*border: 1px dotted red;*/
}

.arrow[b-nz55s0ok44] {
    width: 6rem;
    height: auto;
    transform: rotate(-67deg);
    object-fit: contain;
}

.button-wrapper[b-nz55s0ok44] {
    flex-shrink: 0;
}

/* Tablet */
@media (max-width: 1100px) {
    .feature-grid[b-nz55s0ok44] {
        grid-template-columns: 1fr;
        max-width: 46rem;
    }

    .feature-icon[b-nz55s0ok44] {
        width: 6rem;
    }

    .callout-row[b-nz55s0ok44] {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .arrow[b-nz55s0ok44] {
        display: none;
    }
}

/* Mobile */
@media (max-width: 650px) {
    .solution-wrapper[b-nz55s0ok44] {
        padding: 3rem 1.25rem;
    }

    .title[b-nz55s0ok44] {
        margin-bottom: 2.5rem;
    }

    .feature-grid[b-nz55s0ok44] {
        gap: 2.5rem;
        margin-bottom: 3rem;
    }

    .pairing[b-nz55s0ok44] {
        flex-direction: column;
        gap: 1.25rem;
    }

    .feature-icon[b-nz55s0ok44] {
        width: 5rem;
    }

    .callout-row[b-nz55s0ok44] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.75rem;
    }

    .callout-text[b-nz55s0ok44] {
        width: 100%;
    }

    .button-wrapper[b-nz55s0ok44] {
        width: 100%;
    }
}
/* /Components/Buttons 2/Button.razor.rz.scp.css */
.agentis-button[b-0j1bl8w5h2] {
    position: relative;
    z-index: 23;
    height: 36px;
    box-sizing: border-box;
    padding: 0 1.5rem;
    border: 1px solid #8d8d8d;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    filter: saturate(150%);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

    .agentis-button:hover[b-0j1bl8w5h2] {
        border-color: white;
        background-color: white;
        color: black;
    }


    /* Pill button */

    .agentis-button.pill[b-0j1bl8w5h2] {
        border: 1px solid black;
        border-radius: 999px;
        background: white;
        color: black;
    }

        .agentis-button.pill:hover[b-0j1bl8w5h2] {
            border-color: #4e00bc;
            background-color: #1a003f;
            background-image: linear-gradient( 90deg, #1a003f 0%, #4e00bc 50%, #1a003f 100% );
            color: white;
            box-shadow: 0 4px 14px rgba(78, 0, 188, 0.3);
            transform: translateY(-1px);
        }


    /* White button */

    .agentis-button.white[b-0j1bl8w5h2] {
        border-color: black;
        background-color: white;
        color: black;
    }

        .agentis-button.white:hover[b-0j1bl8w5h2] {
            border-color: black;
            background-color: black;
            color: white;
        }


    /* Purple button */

    .agentis-button.purple[b-0j1bl8w5h2] {
        border-color: purple;
        background-color: purple;
        color: white;
    }

        .agentis-button.purple:hover[b-0j1bl8w5h2] {
            border-color: purple;
            background-color: white;
            color: purple;
        }


    /* Full-width button */

    .agentis-button.setwidth[b-0j1bl8w5h2] {
        width: 100%;
    }
/* /Components/Features.razor.rz.scp.css */
.features[b-snhcss0j8a] {
    background-color: black;
    padding: 2rem clamp(1.5rem, 6vw, 12rem);
    color: white;
    box-sizing: border-box;
    overflow-x: hidden;
}

.header[b-snhcss0j8a] {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    margin-bottom: 3rem;
}

.left[b-snhcss0j8a] {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .left .title[b-snhcss0j8a] {
        font-size: clamp(2.5rem, 6vw, 4rem);
        line-height: 1;
    }

    .left .sub[b-snhcss0j8a] {
        font-size: clamp(1rem, 1.6vw, 1.25rem);
    }

.right[b-snhcss0j8a] {
    width: 35%;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.cards[b-snhcss0j8a] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1rem;
    margin-bottom: 4rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

    .cards[b-snhcss0j8a]::-webkit-scrollbar {
        display: none;
    }

.card[b-snhcss0j8a] {
    flex: 0 0 20rem;
}

.image-wrapper[b-snhcss0j8a] {
    width: 100%;
    aspect-ratio: 20 / 36;
    overflow: hidden;
    border-radius: 24px;
}

.cards .image-wrapper img[b-snhcss0j8a] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .features[b-snhcss0j8a] {
        padding: 2rem 1.5rem;
    }

    .header[b-snhcss0j8a] {
        flex-direction: column;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .left[b-snhcss0j8a],
    .right[b-snhcss0j8a] {
        width: 100%;
    }

    .cards[b-snhcss0j8a] {
        margin-bottom: 2rem;
    }

    .card[b-snhcss0j8a] {
        flex: 0 0 16rem;
    }
}
/* /Components/Footer.razor.rz.scp.css */
.footer[b-0f04ngk5mu] {
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
    flex-wrap: wrap;
    background-color: black;
    flex-direction: column;
    padding: 2rem 2rem;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.logo[b-0f04ngk5mu] {
    width: 20%;
    min-width: 12rem;;
    height: auto;
    
}

.links[b-0f04ngk5mu] {
    width: 90%;
    display:flex;
    flex-direction:column;
    gap: 1rem;
    justify-content: space-between;
    color:white;
    
    min-width: 250px;
    max-width: 45%;
}

.cp[b-0f04ngk5mu]{
    opacity: .8;
}


@media (max-width: 768px) {
    .footer[b-0f04ngk5mu] {
        
        padding: 2rem 2rem;
       
    }

    .logo[b-0f04ngk5mu] {
        width: 10rem;
        min-width: unset;
        align-self: start;
    
      

    }

    .links[b-0f04ngk5mu] {
       
        max-width: 100%;
    
        text-align: left;
    }
}
/* /Components/Hero.razor.rz.scp.css */
.hero[b-q9641ngmly] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: clamp(6rem, 12vw, 16rem) clamp(1.5rem, 6vw, 12rem);
    overflow: hidden;
}

    .hero[b-q9641ngmly]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('/images/hero_background.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .hero .banner[b-q9641ngmly] {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: clamp(2rem, 6vw, 10rem);
    }

    .hero video[b-q9641ngmly] {
        object-fit: cover;
        width: 60%;
        max-width: 35rem;
        min-width: 24rem;
        box-shadow: 0 4vw 10vw rgba(0,0,0,1), 0 0 7vw rgba(0,0,0,1), 0 0 12vw rgba(0,0,0,1);
    }

    .hero .text[b-q9641ngmly] {
        display: flex;
        flex-direction: column;
        color: white;
        width: calc(50vw - 10rem);
    }

    .hero .title[b-q9641ngmly] {
        letter-spacing: -0.05em;
        line-height: 1.1;
        font-size: clamp(2.5rem, 6vw, 5rem);
        margin-bottom: 1rem;
    }

    .hero .sub[b-q9641ngmly] {
        font-size: clamp(1rem, 1.6vw, 1.5rem);
        opacity: 0.9;
        margin-bottom: 2rem;
    }

    .hero button[b-q9641ngmly] {
        text-wrap: nowrap;
        padding: 8px 16px;
        font-size: clamp(1rem, 1.5vw, 1.5rem);
        border-radius: 999px;
        border: 1px solid white;
        color: white;
        background: none;
        width: fit-content;
    }

button:hover[b-q9641ngmly] {
    border-radius: 999px;
    border: 1px solid white;
    color: black;
    background-color: white;
    width: fit-content;
    cursor: pointer;
}

@media (max-width: 768px) {
    
    
    .hero[b-q9641ngmly]::before {
        inset: auto;
        width: 100vh;
        height: 100vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        transform-origin: center;
    }

    .hero .banner[b-q9641ngmly] {
        padding-top: 3rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
    }

    .hero .text[b-q9641ngmly] {
        width: 100%;
    }

    .hero video[b-q9641ngmly] {
        
        width: 100%;
        min-width: 0;
        max-width: 32rem;
        align-self: center;
        margin-bottom: -4rem;
    }

    .hero .title[b-q9641ngmly] {
        font-size: 2.25rem;
    }

    .hero .sub[b-q9641ngmly] {
        font-size: 1rem;
    }

    .hero button[b-q9641ngmly] {
        position: relative;
        margin-bottom: 0rem;
        align-self: flex-start;
    }
}
/* /Components/Landing2 Parts/Accessible.razor.rz.scp.css */
.accessible-wrapper[b-6okycb8rzd]{
    padding: 4rem 0;
    /*border: 1px dotted white;*/
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
    gap: 1.5rem;
    z-index: 1;
    
}

    /* Dark grainy background */
    .accessible-wrapper[b-6okycb8rzd]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background-color: #111111;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.5'/%3E%3C/svg%3E");
        background-repeat: repeat;
        background-size: 180px 180px;
        filter: contrast(1.9) brightness(80%);
    }

.header[b-6okycb8rzd] {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: -1rem;
    z-index: 1;
}

.desc[b-6okycb8rzd] {
    font-weight: 600;
    font-size: 14px;
    z-index: 1;
}

.img-wrapper[b-6okycb8rzd]{
    position: absolute;
    height: 42rem;
    aspect-ratio: 1/1;
    left: -30%;
    top: -7rem;
    
}
/* /Components/Landing2 Parts/Conversation.razor.rz.scp.css */
.conversation-wrapper[b-9ha5v1a9sz] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 8rem 2rem;
    /*overflow: hidden;*/
}

/* Dark grainy background */
.conversation-wrapper[b-9ha5v1a9sz]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-color: #111111;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.5'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 180px 180px;
    filter: contrast(1.9) brightness(80%);
}

.text[b-9ha5v1a9sz] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.header[b-9ha5v1a9sz] {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}

.desc[b-9ha5v1a9sz] {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    white-space: normal;
}

.row[b-9ha5v1a9sz] {
    display: flex;
    gap: 2rem;
    width: 65%;
    margin-top: 2rem;
}

.section[b-9ha5v1a9sz] {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.image-wrapper img[b-9ha5v1a9sz] {
    display: block;
    width: 5rem;
    height: 5rem;
    object-fit: contain;
}

.section .subtext[b-9ha5v1a9sz] {
    width: 100%;
    max-width: 16rem;
    line-height: 1.4;
}

.button-wrapper[b-9ha5v1a9sz] {
    width: fit-content;
    padding-bottom: 4rem;
    padding-top: 3rem;
}

.graphic-wrapper[b-9ha5v1a9sz] {
    position: absolute;
    right: -22%;
    top: -10%;
    width: 38rem;
    pointer-events: none;
}

.video[b-9ha5v1a9sz] {
    width: 100%;
    height: 45rem;
    position: relative;
    z-index: 3;
    max-width: 65rem;
    align-self: center;
}

.foreground-video[b-9ha5v1a9sz] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Mobile */
@media (max-width: 768px) {
    .conversation-wrapper[b-9ha5v1a9sz] {
        padding: 4rem 1.5rem;
    }

    .text[b-9ha5v1a9sz] {
        align-items: flex-start;
        text-align: left;
    }

    .header[b-9ha5v1a9sz] {
        width: 100%;
        font-size: 32px;
        line-height: 1.1;
    }

    .desc[b-9ha5v1a9sz] {
        width: 100%;
        font-size: 18px;
        line-height: 1.4;
    }

    .row[b-9ha5v1a9sz] {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 2.5rem;
        margin-top: 1rem;
    }

    .section[b-9ha5v1a9sz] {
        width: 100%;
        max-width: 22rem;
        align-items: center;
        text-align: center;
    }

        .section .subtext[b-9ha5v1a9sz] {
            width: 100%;
            max-width: 18rem;
        }

    .button-wrapper[b-9ha5v1a9sz] {
        align-self: center;
    }

    .video[b-9ha5v1a9sz] {
        width: 100%;
        height: auto;
        margin-top: 2rem;
    }

    .foreground-video[b-9ha5v1a9sz] {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: contain;
    }

    .graphic-wrapper[b-9ha5v1a9sz] {
        right: -15rem;
        top: 5rem;
        width: 28rem;
        opacity: 0.4;
    }
}
/* /Components/Landing2 Parts/Demo.razor.rz.scp.css */
.wrapper[b-pug5zy30mi]{
    padding: 8rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8rem;
}

.wrapper-wrapper[b-pug5zy30mi]{
    width: 80%;
    display: flex;
    gap: 1rem;
}

.text[b-pug5zy30mi]{
    width: 50%;
    padding-bottom: 1.5rem;
    /*margin-left: 2rem;*/
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.title[b-pug5zy30mi]{
    font-weight: 700;
    font-size: 48px;
}

.subtitle[b-pug5zy30mi]{
    font-weight: 600;
    width: 70%;
}

.demo-request[b-pug5zy30mi] {
    width: min(100%, 34rem);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    
    /*background: #0e0e0e;*/
    /*border: 1px solid rgba(255, 255, 255, 0.09);*/
}

.header[b-pug5zy30mi] {
    
    color: white;
    font-size: 2rem;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: .25rem;
}

.subtext[b-pug5zy30mi] {
    font-size: 18px;
}

.field-group[b-pug5zy30mi] {
    display: flex;
    flex-direction: column;
}

label[b-pug5zy30mi] {
    margin-bottom: 0.45rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
}

[b-pug5zy30mi] .form-input {
    width: 100%;
    height: 2rem;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
    border: 1px solid #4b4b4b;
    border-radius: 6px;
    background: #1c1c1c;
    color: white;
    outline: none;
}

    [b-pug5zy30mi] .form-input:focus {
        border-color: rgba(255, 255, 255, 0.6);
    }

.submit-button[b-pug5zy30mi] {
    align-self: end;
    margin-top: 0rem;
    padding: 0.1rem .8rem;
    border: 1px solid white;
    border-radius: 999px;
    background: white;
    color: black;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    margin-right: 0;
    transition: background-color .3s ease, color .15s ease;
    display: flex;
    align-items: center;
    padding-bottom: 2px;
}

.submit-button:hover[b-pug5zy30mi]{
    color: white;
    background-color: black;
}

    .submit-button:disabled[b-pug5zy30mi] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.status-message[b-pug5zy30mi] {
    margin: 1rem 0 0;
    color: white;
}

[b-pug5zy30mi] .validation-message {
    margin: -0.65rem 0 1rem;
    color: #ff9a9a;
    font-size: 0.9rem;
}

@media (max-width: 640px) {
    .demo-request[b-pug5zy30mi] {
        padding: 1.5rem;
    }

    h2[b-pug5zy30mi] {
        font-size: 1.6rem;
    }
}


.grid[b-pug5zy30mi]{
    /*border: 1px dotted red;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
}

@media (max-width: 880px) {
    .wrapper[b-pug5zy30mi] {
        padding: 4rem 1.5rem;
        align-items: flex-start;
    }

    .wrapper-wrapper[b-pug5zy30mi] {
        width: 100%;
        flex-direction: column;
        gap: 2.5rem;
    }

    .text[b-pug5zy30mi] {
        width: 100%;
        padding-bottom: 0;
        align-items: flex-start;
        text-align: left;
    }

    .title[b-pug5zy30mi] {
        font-size: 38px;
        line-height: 1.05;
    }

    .subtitle[b-pug5zy30mi] {
        width: 100%;
        max-width: 30rem;
        line-height: 1.4;
    }

    .demo-request[b-pug5zy30mi] {
        width: 100%;
        padding: 0;
    }

    .grid[b-pug5zy30mi] {
        grid-template-columns: 1fr;
        gap: 0;
        max-width: 31rem;
    }

    .header[b-pug5zy30mi] {
        font-size: 20px;
        text-align: left;
    }

    .submit-button[b-pug5zy30mi] {
        align-self: flex-start;
    }
}
/* /Components/Landing2 Parts/Flow.razor.rz.scp.css */
.wrapper[b-ksnk5bmaqq] {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

    /* Dark grainy background */
    .wrapper[b-ksnk5bmaqq]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background-color: #111111;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.52'/%3E%3C/svg%3E");
        background-repeat: repeat;
        background-size: 180px 180px;
        filter: contrast(1.9) brightness(80%);
    }

.flow-wrapper[b-ksnk5bmaqq] {
    position: relative;
    isolation: isolate;
    display: flex;
    gap: 1rem;
    width: 75%;
    max-width: 100%;
    padding: 6rem 4rem;
    box-sizing: border-box;
    overflow: hidden;
}

    /* Prevent flex children from forcing the container wider */
    .flow-wrapper > *[b-ksnk5bmaqq] {
        min-width: 0;
        box-sizing: border-box;
    }

    .flow-wrapper[b-ksnk5bmaqq]::before {
        content: "";
        position: absolute;
        inset: 2rem;
        z-index: -1;
        pointer-events: none;
        background-image: url("/images/rayflow/flowbkg.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .flow-wrapper[b-ksnk5bmaqq]::after {
        position: absolute;
        inset: 20px;
        content: "";
        background-image: url('/images/corners.png');
        z-index: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        opacity: .2;
    }

.text[b-ksnk5bmaqq] {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 1 32%;
    flex-direction: column;
    align-items: flex-end;
    gap: 2rem;
    text-align: right;
}

.subheader-wrapper[b-ksnk5bmaqq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: -3.5rem;
    opacity: 0.9;
}

.subheader[b-ksnk5bmaqq] {
    font-size: 20px;
    font-weight: 700;
}

.subheader-img[b-ksnk5bmaqq] {
    display: block;
    width: 3rem;
    max-width: 100%;
    height: auto;
}

.header[b-ksnk5bmaqq] {
    font-size: 52px;
    font-weight: 700;
}

.desc[b-ksnk5bmaqq] {
    width: 65%;
    max-width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.button-wrapper[b-ksnk5bmaqq] {
    width: fit-content;
    max-width: 100%;
}

.arrow-wrapper[b-ksnk5bmaqq] {
    position: relative;
    z-index: 2;
    flex: 0 1 12rem;
    width: 12rem;
    min-width: 0;
    max-height: 16rem;
}

.arrow[b-ksnk5bmaqq] {
    position: relative;
    top: 10%;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: rotate(119deg);
}

/* Image is scaled proportionally and is never cropped or distorted */
.image-wrapper[b-ksnk5bmaqq] {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    min-width: 0;
}

.image[b-ksnk5bmaqq] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
    object-fit: contain;
    min-width: 28rem;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 20px rgba(138, 82, 255, 0.22));
}

.geometry-wrapper[b-ksnk5bmaqq] {
    position: absolute;
    right: 0;
    bottom: -35%;
    z-index: 0;
    width: 40%;
    pointer-events: none;
}

@media (max-width: 1100px) {
    .flow-wrapper[b-ksnk5bmaqq] {
        flex-direction: column;
        gap: 2rem;
        width: 100%;
        max-width: 100%;
        padding: 4rem 2rem;
        overflow: hidden;
    }

        .flow-wrapper[b-ksnk5bmaqq]::before {
            inset: 1rem;
        }

    .text[b-ksnk5bmaqq] {
        order: 1;
        flex: none;
        width: 100%;
        gap: 1.5rem;
        align-items: flex-start;
        text-align: left;
    }

    .subheader-wrapper[b-ksnk5bmaqq] {
        gap: 0.5rem;
        margin-bottom: -2rem;
    }

    .subheader[b-ksnk5bmaqq] {
        font-size: 16px;
    }

    .subheader-img[b-ksnk5bmaqq] {
        width: 3rem;
    }

    .header[b-ksnk5bmaqq] {
        width: 100%;
        font-size: 32px;
        line-height: 1.1;
    }

    .desc[b-ksnk5bmaqq] {
        width: 100%;
        font-size: 16px;
        line-height: 1.4;
    }

    .button-wrapper[b-ksnk5bmaqq] {
        width: fit-content;
        max-width: 100%;
        align-self: flex-start;
    }

    .image-wrapper[b-ksnk5bmaqq] {
        order: 2;
        flex: none;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }

    .image[b-ksnk5bmaqq] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: auto;
        flex-shrink: 0;
        object-fit: contain;
    }

    .arrow-wrapper[b-ksnk5bmaqq] {
        position: absolute;
        top: 15rem;
        left: 1rem;
        width: 8rem;
        height: auto;
        opacity: 0;
        pointer-events: none;
    }

    .arrow[b-ksnk5bmaqq] {
        top: 0;
        width: 100%;
        transform: rotate(119deg);
    }

    .geometry-wrapper[b-ksnk5bmaqq] {
        right: -12rem;
        bottom: -8rem;
        width: 24rem;
    }
}
/* /Components/Landing2 Parts/Footer2.razor.rz.scp.css */
.footer-wrapper[b-oybdlm6zhy] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* Increased from 2rem to 3.5rem */
    padding: 4rem 3.5rem 1.5rem;
    overflow: hidden;
}

.row1[b-oybdlm6zhy] {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    margin-bottom: 3rem;
}

.half1[b-oybdlm6zhy] {
    display: flex;
    gap: 4rem;
}

.products[b-oybdlm6zhy],
.resources[b-oybdlm6zhy],
.company[b-oybdlm6zhy] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.title[b-oybdlm6zhy] {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.item[b-oybdlm6zhy] {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.half2[b-oybdlm6zhy] {
    position: relative;
    z-index: 1;
}

.img-wrapper[b-oybdlm6zhy] {
    display: flex;
    justify-content: flex-end;
}

    .img-wrapper img[b-oybdlm6zhy] {
        width: 18rem;
        margin-bottom: 0.5rem;
    }

.subtext[b-oybdlm6zhy] {
    font-weight: 600;
}

.headquartered[b-oybdlm6zhy] {
    width: 12rem;
    font-size: 14px;
    font-weight: 600;
}

.row3[b-oybdlm6zhy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.terms[b-oybdlm6zhy],
.terms span[b-oybdlm6zhy] {
    color: #d5d5d5;
    font-size: 14px;
}

.terms[b-oybdlm6zhy] {
    display: flex;
    gap: 0.75rem;
}

.links[b-oybdlm6zhy] {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 2rem;
}

    .links div[b-oybdlm6zhy] {
        width: 24px;
        height: 24px;
        cursor: pointer;
        overflow: hidden;
    }

    .links img[b-oybdlm6zhy] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.graphic-wrapper[b-oybdlm6zhy] {
    position: absolute;
    right: -10%;
    bottom: -6rem;
    width: 30rem;
    transform: rotate(45deg);
    pointer-events: none;
}

/* Mobile */
@media (max-width: 820px) {
    .footer-wrapper[b-oybdlm6zhy] {
        gap: 2.5rem;
        padding: 3rem 1.5rem 2rem;
    }

    .row1[b-oybdlm6zhy] {
        flex-direction: column;
        gap: 3rem;
        margin-bottom: 0;
    }

    .half1[b-oybdlm6zhy] {
        order: 2;
        flex-direction: column;
        gap: 2rem;
    }

    .half2[b-oybdlm6zhy] {
        order: 1;
        align-self: flex-start;
    }

    .img-wrapper[b-oybdlm6zhy] {
        justify-content: flex-start;
    }

        .img-wrapper img[b-oybdlm6zhy] {
            width: min(16rem, 100%);
        }

    .subtext[b-oybdlm6zhy] {
        max-width: 20rem;
        line-height: 1.35;
    }

    .row2[b-oybdlm6zhy] {
        position: relative;
        z-index: 1;
    }

    .headquartered[b-oybdlm6zhy] {
        width: 100%;
        max-width: 16rem;
        line-height: 1.4;
    }

    .row3[b-oybdlm6zhy] {
        position: relative;
        z-index: 1;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .terms[b-oybdlm6zhy] {
        flex-wrap: wrap;
    }

    .links[b-oybdlm6zhy] {
        gap: 1.75rem;
    }

    .graphic-wrapper[b-oybdlm6zhy] {
        right: -13rem;
        bottom: -4rem;
        width: 24rem;
        
    }
}


.title[b-oybdlm6zhy]{
    cursor: pointer;
}

.img-wrapper[b-oybdlm6zhy]{
    cursor: pointer;
}
/* /Components/Landing2 Parts/Header.razor.rz.scp.css */
.header-wrapper[b-rp5na2j41a] {
    position: relative;
    isolation: isolate;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 8rem 2rem 0;
    overflow: hidden;
}

.wrapper[b-rp5na2j41a] {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(24rem, 1.15fr);
    grid-template-areas:
        "header video"
        "desc video"
        "button video";
    align-items: center;
    column-gap: 4rem;
    row-gap: 2rem;
    width: min(70rem, 100%);
}

.header[b-rp5na2j41a] {
    grid-area: header;
    align-self: end;
    max-width: 34rem;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.12;
}

.desc[b-rp5na2j41a] {
    grid-area: desc;
    align-self: start;
    width: 100%;
    max-width: 23rem;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.15;
}

.button-wrapper[b-rp5na2j41a] {
    grid-area: button;
    align-self: start;
    width: fit-content;
    padding-bottom: 2rem;
}

.video[b-rp5na2j41a] {
    grid-area: video;
    position: relative;
    width: 100%;
    max-width: 35rem;
    aspect-ratio: 1 / 1;
    justify-self: end;
    transform: translateY(-3rem);
    mix-blend-mode: lighten;
    filter: brightness(1.1);
}

.foreground-video[b-rp5na2j41a] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: lighten;
    filter: contrast(1.4) brightness(0.8);
}

.bkg-video-wrapper[b-rp5na2j41a] {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    background-color: black;
}

    .bkg-video-wrapper[b-rp5na2j41a]::before,
    .bkg-video-wrapper[b-rp5na2j41a]::after {
        position: absolute;
        inset: 0;
        z-index: 1;
        content: "";
        pointer-events: none;
    }

    .bkg-video-wrapper[b-rp5na2j41a]::before {
        background: transparent;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    .bkg-video-wrapper[b-rp5na2j41a]::after {
        background: linear-gradient( to bottom, black 0%, transparent 80% );
    }

.bkg-video[b-rp5na2j41a] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* Mobile */
@media (max-width: 768px) {
    .header-wrapper[b-rp5na2j41a] {
        justify-content: flex-start;
        padding: 7rem 1.5rem 4rem;
    }

    .wrapper[b-rp5na2j41a] {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "header"
            "video"
            "desc"
            "button";
        width: 100%;
        gap: 1.5rem;
    }

    .header[b-rp5na2j41a] {
        width: 100%;
        max-width: 32rem;
        font-size: clamp(36px, 10vw, 46px);
        line-height: 1.04;
        text-align: left;
    }

    .video[b-rp5na2j41a] {
        width: min(100%, 24rem);
        max-width: none;
        min-width: 0;
        justify-self: start;
        transform: none;
    }

    .desc[b-rp5na2j41a] {
        width: 100%;
        max-width: 32rem;
        font-size: 17px;
        line-height: 1.3;
        text-align: left;
    }

    .button-wrapper[b-rp5na2j41a] {
        justify-self: start;
        padding-bottom: 0;
    }

    .bkg-video-wrapper[b-rp5na2j41a]::before {
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter: blur(7px);
    }
}
/* /Components/Landing2 Parts/Innovate.razor.rz.scp.css */
.innovate-wrapper[b-e0gr8as9li] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 1rem;
    padding: 4rem 2rem;
    text-align: center;
    overflow: hidden;

}

/* Dark purple grainy background */
.innovate-wrapper[b-e0gr8as9li]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-color: #160b22;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.4' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.5' fill='%235b2a7d'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 180px 180px;
    filter: contrast(1.99) brightness(95%) saturate(140%);
}

.innovate-wrapper[b-e0gr8as9li]::after{
    content: "";
    position: absolute;
    inset: 0;
    /*border: 1px dotted red;*/
    height: 20rem;
    margin-top: auto;

    background: linear-gradient(0deg, black 0%, transparent 100%);
    z-index: 0;
}

.header[b-e0gr8as9li] {
    font-size: 42px;
    font-weight: 700;
    z-index: 2;
}

.subtext[b-e0gr8as9li] {
    font-size: 18px;
    font-weight: 600;
    z-index: 2;
    width: 65%;
}

.graphic-wrapper[b-e0gr8as9li] {
    position: absolute;
    left: -17%;
    top: 15rem;
    width: 35rem;
    pointer-events: none;
}

.graphic-wrapper2[b-e0gr8as9li] {
    position: absolute;
    right: -25%;
    top: 7rem;
    width: 40rem;
    pointer-events: none;
    transform: rotate(35deg);
}

.button-wrapper[b-e0gr8as9li]{
    margin-top: 2rem;
}

.cards[b-e0gr8as9li] {
    position: relative;
    z-index: 1;
    width: min(60rem, 100%);
    height: 35rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.deck-card[b-e0gr8as9li] {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20rem;
    cursor: pointer;
    transform-origin: center bottom;
    transform: translateX(calc(-50% + var(--card-x))) translateY(var(--card-y)) rotate(var(--card-rotation));
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
    will-change: transform;
}

    .deck-card img[b-e0gr8as9li] {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

/* Far-left card */
.card-1[b-e0gr8as9li] {
    --card-x: -18rem;
    --card-y: 2.5rem;
    --card-rotation: -14deg;
    z-index: 1;
}

/* Inner-left card */
.card-2[b-e0gr8as9li] {
    --card-x: -9rem;
    --card-y: 1rem;
    --card-rotation: -7deg;
    z-index: 2;
}

/* Default center card — not raised */
.card-3[b-e0gr8as9li] {
    --card-x: 0rem;
    --card-y: 0rem;
    --card-rotation: 0deg;
    z-index: 4;
}

/* Right card */
.card-4[b-e0gr8as9li] {
    --card-x: 12rem;
    --card-y: 1.5rem;
    --card-rotation: 9deg;
    z-index: 3;
}

/* Any hovered card moves to the center and rises */
.deck-card.active[b-e0gr8as9li] {
    z-index: 20;
    transform: translateX(-50%) translateY(-2rem) rotate(0deg) scale(1.06);
    filter: drop-shadow(0 1.5rem 1.25rem rgba(0, 0, 0, 0.45));
}

@media (max-width: 768px) {
    .innovate-wrapper[b-e0gr8as9li] {
        padding: 3rem 1rem;
    }

    .header[b-e0gr8as9li] {
        font-size: 32px;
    }

    .subtext[b-e0gr8as9li] {
        font-size: 16px;
        margin-bottom: -3rem;
    }

    .cards[b-e0gr8as9li] {
        height: 27rem;
        margin-top: 3rem;
        margin-bottom: 1rem;
    }

    .deck-card[b-e0gr8as9li] {
        width: 15rem;
    }

    .card-1[b-e0gr8as9li] {
        --card-x: -9rem;
    }

    .card-2[b-e0gr8as9li] {
        --card-x: -4.5rem;
    }

    .card-4[b-e0gr8as9li] {
        --card-x: 6rem;
    }

    .deck-card.active[b-e0gr8as9li] {
        transform: translateX(-50%) translateY(-1.25rem) rotate(0deg) scale(1.04);
    }
}


@media (max-width: 768px) {
    .innovate-wrapper[b-e0gr8as9li] {
        padding: 3rem 1rem;
        gap: 0.75rem;
    }

    .header[b-e0gr8as9li] {
        font-size: 32px;
        line-height: 1.1;
    }

    .subtext[b-e0gr8as9li] {
        max-width: 32rem;
        font-size: 16px;
        line-height: 1.5;
    }

    .cards[b-e0gr8as9li] {
        width: 100%;
        height: 23rem;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }

    .deck-card[b-e0gr8as9li] {
        width: 12.5rem;
    }

    .card-1[b-e0gr8as9li] {
        --card-x: -6.5rem;
        --card-y: 2rem;
        --card-rotation: -12deg;
    }

    .card-2[b-e0gr8as9li] {
        --card-x: -3.25rem;
        --card-y: 0.75rem;
        --card-rotation: -6deg;
    }

    .card-3[b-e0gr8as9li] {
        --card-x: 0rem;
        --card-y: 0rem;
        --card-rotation: 0deg;
    }

    .card-4[b-e0gr8as9li] {
        --card-x: 4.5rem;
        --card-y: 1.25rem;
        --card-rotation: 8deg;
    }

    .deck-card.active[b-e0gr8as9li] {
        transform: translateX(-50%) translateY(-1.25rem) rotate(0deg) scale(1.04);
    }

    .graphic-wrapper[b-e0gr8as9li] {
        left: -18rem;
        top: 15rem;
        width: 28rem;
    }

    .graphic-wrapper2[b-e0gr8as9li] {
        right: -20rem;
        top: 8rem;
        width: 30rem;
    }
}

@media (max-width: 480px) {
    .cards[b-e0gr8as9li] {
        height: 20rem;
        margin-top: 2rem;
    }

    .deck-card[b-e0gr8as9li] {
        width: 10.5rem;
    }

    .card-1[b-e0gr8as9li] {
        --card-x: -5rem;
    }

    .card-2[b-e0gr8as9li] {
        --card-x: -2.5rem;
    }

    .card-4[b-e0gr8as9li] {
        --card-x: 3.5rem;
    }

    .deck-card.active[b-e0gr8as9li] {
        transform: translateX(-50%) translateY(-1rem) rotate(0deg) scale(1.03);
    }
}
/* /Components/Landing2 Parts/Layers.razor.rz.scp.css */
.wrapper[b-x6unhxx47x] {
    padding: 8rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

.title[b-x6unhxx47x] {
    font-weight: 700;
    font-size: 34px;
}

.subtext[b-x6unhxx47x] {
    width: 65%;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 18px;
    opacity: 0.9;
}

.html-wrapper[b-x6unhxx47x] {
    position: relative;
    width: 100%;
    z-index: 1;
}

    .html-wrapper iframe[b-x6unhxx47x] {
        display: block;
        width: 100%;
        min-height: 600px;
        border: 0;
        overflow: hidden;
    }

.button-wrapper[b-x6unhxx47x] {
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .wrapper[b-x6unhxx47x] {
        padding: 3rem 1rem;
    }

    .title[b-x6unhxx47x] {
        font-size: 28px;
    }

    .subtext[b-x6unhxx47x] {
        width: 100%;
        margin-bottom: 2rem;
        font-size: 16px;
    }
}
/* /Components/Landing2 Parts/Loop.razor.rz.scp.css */
@property --loop-speed {
    syntax: "<time>";
    inherits: true;
    initial-value: 20s;
}

.loop-wrapper[b-c62msfpxj2] {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0.5rem 0;
    background-color: #1d1d1d;
}

    .loop-wrapper[b-c62msfpxj2]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        opacity: 0.9;
        background: linear-gradient( 90deg, black 0%, transparent 15%, transparent 50%, transparent 85%, black 100% );
    }

.loop-track[b-c62msfpxj2] {
    position: relative;
    z-index: 1;
    display: flex;
    width: max-content;
    animation: loop-right-b-c62msfpxj2 var(--loop-speed) linear infinite;
    will-change: transform;
}

/*
Each group is identical and is never narrower than the viewport.
If the logos do not naturally fill the viewport, the remaining
space is distributed between them.
*/
.loop-group[b-c62msfpxj2] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
    flex: 0 0 auto;
    width: max-content;
    min-width: 100vw;
    box-sizing: border-box;
    padding-inline: 1rem;
}

.img-wrapper[b-c62msfpxj2] {
    flex: 0 0 auto;
}

    .img-wrapper img[b-c62msfpxj2] {
        display: block;
        
        height: 80px;
        object-fit: contain;
    }

.slowed[b-c62msfpxj2] {
    --loop-speed: 40s;
}

@keyframes loop-right-b-c62msfpxj2 {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .loop-track[b-c62msfpxj2] {
        animation-play-state: paused;
    }
}
/* /Components/Landing2 Parts/NewNav.razor.rz.scp.css */
.nav-wrapper[b-gx1bk0zxu8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    width: 100%;
    height: 4rem;
    padding: 0 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 2px 6px rgba(0, 0, 0, 0.35);
}

.logo-wrapper[b-gx1bk0zxu8] {
    width: 12rem;
    height: 3rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .logo-wrapper img[b-gx1bk0zxu8] {
        width: 100%;
        transform: translateY(5px);
    }

.choices[b-gx1bk0zxu8] {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 2rem;
}

.choice[b-gx1bk0zxu8] {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.option[b-gx1bk0zxu8] {
    display: inline;
    color: black;
}

.text[b-gx1bk0zxu8] {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 0.5rem;
    padding: 1rem 1rem 1.5rem;
    background-color: white;
    overflow: hidden;
}

    .text[b-gx1bk0zxu8]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        pointer-events: none;
        opacity: 0.2;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
        background-repeat: repeat;
        background-size: 180px 180px;
        filter: grayscale(2) contrast(2);
    }

.featured[b-gx1bk0zxu8] {
    width: 50%;
    padding: 1rem 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    gap: 1rem;
    background-color: #d9d9d9;
}

.header[b-gx1bk0zxu8] {
    margin-bottom: 0.5rem;
    color: black;
    font-weight: 700;
    opacity: 0.7;
}

.subtext[b-gx1bk0zxu8] {
    box-sizing: border-box;
    margin-bottom: 0;
    color: black;
    text-align: center;
    opacity: 0.6;
}

.option.button-wrapper[b-gx1bk0zxu8] {
    width: 100%;
}

.img-wrapper[b-gx1bk0zxu8] {
    width: 12rem;
}

img[b-gx1bk0zxu8] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.option.search[b-gx1bk0zxu8] {
    display: flex;
    align-content: center;
    gap: 0.35rem;
}

.search svg[b-gx1bk0zxu8] {
    padding-top: 2px;
}

.search span[b-gx1bk0zxu8] {
    color: black;
    font-weight: 600;
}

.submenu[b-gx1bk0zxu8] {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    width: 30rem;
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    font-size: 12px;
    transition: grid-template-rows 0.15s ease;
}

    .submenu.on[b-gx1bk0zxu8] {
        grid-template-rows: 1fr;
    }

    .submenu.off[b-gx1bk0zxu8] {
        grid-template-rows: 0fr;
    }

.submenu-inner[b-gx1bk0zxu8] {
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.mobile-menu-toggle[b-gx1bk0zxu8],
.mobile-menu-layer[b-gx1bk0zxu8] {
    display: none;
}

@media (max-width: 768px) {
    .nav-wrapper[b-gx1bk0zxu8] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 4rem;
        padding: 0 1rem;
        align-items: center;
        z-index: 300;
    }

    .logo-wrapper[b-gx1bk0zxu8] {
        width: 10rem;
    }

    .desktop-choices[b-gx1bk0zxu8] {
        display: none;
    }

    .mobile-menu-toggle[b-gx1bk0zxu8] {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
        border: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        background: transparent;
        cursor: pointer;
    }

        .mobile-menu-toggle span[b-gx1bk0zxu8] {
            display: block;
            width: 1.5rem;
            height: 2px;
            background-color: white;
        }

    .mobile-menu-layer[b-gx1bk0zxu8] {
        position: fixed;
        top: 4rem;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100dvh - 4rem);
        z-index: 299;
        display: flex;
        justify-content: flex-end;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .mobile-menu-panel[b-gx1bk0zxu8] {
        position: fixed;
        z-index: 99999;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
        min-height: 100%;
        padding: 1.5rem 2rem;
        box-sizing: border-box;
        background-color: black;
        opacity: .9;
        padding-top: 5rem;
    }

    .mobile-menu-item[b-gx1bk0zxu8] {
       
        padding: 0.9rem 0;
        border: 0;
        background: transparent;
        color: white;
        font: inherit;
        font-size: 1.1rem;
        font-weight: 600;
        text-align: left;
        cursor: pointer;
    }

    .mobile-demo-item[b-gx1bk0zxu8] {
        margin-top: 0.75rem;
    }

    .mobile-menu-close[b-gx1bk0zxu8] {
        position: absolute;
        top: 0.75rem;
        right: 0.75rem;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.75rem;
        height: 2.75rem;
        padding: 0;
        border: 0;
        background: transparent;
        color: white;
        font-family: inherit;
        font-size: 2rem;
        font-weight: 300;
        line-height: 1;
        cursor: pointer;
        transition: opacity .3s ease;
    }

        .mobile-menu-close:hover[b-gx1bk0zxu8] {
            opacity: 0.7;
        }
}
/* /Components/Landing2 Parts/Paradox.razor.rz.scp.css */
.wrapper[b-ewe3fv1eot]{
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 3rem;
}

    /* Dark purple grainy background */
    .wrapper[b-ewe3fv1eot]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background-color: #160b22;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.4' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.5' fill='%235b2a7d'/%3E%3C/svg%3E");
        background-repeat: repeat;
        background-size: 180px 180px;
        filter: contrast(1.99) brightness(95%) saturate(140%);
    }

/* Dark purple grainy background */
.wrapper[b-ewe3fv1eot]::after {
    content: "";
    position: absolute;
    inset: 0;
    /*border: 1px dotted blue;*/
    height: 20rem;
    margin-bottom: auto;
    background: linear-gradient(180deg, black 0%, transparent 100%);
    z-index: 0;
}

.paradox-wrapper[b-ewe3fv1eot] {
    position: relative;
    display: flex;
    gap: 0;
    padding: 4rem;
    width: 65%;
}

.text[b-ewe3fv1eot] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 65%;
    position: relative;
    z-index: 4;
}

.header[b-ewe3fv1eot] {
    font-size: 55px;
    font-weight: 700;
}

.desc[b-ewe3fv1eot] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 65%;
    font-size: 18px;
    font-weight: 600;
    opacity: 0.9;
}

.img-wrapper[b-ewe3fv1eot] {
    max-height: 35rem;
}

.foreground-video[b-ewe3fv1eot] {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .paradox-wrapper[b-ewe3fv1eot] {
        flex-direction: column;
        padding: 4rem 1.5rem;
        gap: 2rem;
    }

    .text[b-ewe3fv1eot] {
        width: 100%;
    }

    .header[b-ewe3fv1eot] {
        font-size: 32px;
        line-height: 1.1;
    }

    .desc[b-ewe3fv1eot] {
        width: 100%;
        font-size: 16px;
        line-height: 1.4;
    }

    .img-wrapper[b-ewe3fv1eot] {
        width: 100%;
        max-height: none;
    }

    .foreground-video[b-ewe3fv1eot] {
        display: block;
        width: 100%;
        height: auto;
    }
}
/* /Components/Landing2 Parts/Questions.razor.rz.scp.css */
.questions-wrapper[b-h394l6v1of] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding-top: 0;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    text-align: center;
}

    /* Dark grainy background */
    .questions-wrapper[b-h394l6v1of]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        pointer-events: none;
        background-color: #111111;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.52'/%3E%3C/svg%3E");
        background-repeat: repeat;
        background-size: 180px 180px;
        filter: contrast(1.9) brightness(80%);
    }


.img-wrapper[b-h394l6v1of]{
    /*border: 1px dotted white;*/
    height: 8rem;
    width: 9rem;
    position: relative;
    top: 1.5rem;
}

.header[b-h394l6v1of]{
    font-size: 38px;
    font-weight: 700;
    line-height: .7;
}

.desc[b-h394l6v1of]{
    font-weight: 600;
    font-size: 18px;
    width: 65%;
 }

@media (max-width: 768px) {
    .desc[b-h394l6v1of] {
        width: 100%;
        padding: 0 3rem;
        text-align: left;
        line-height: 1.4;
    }
}
/* /Components/Landing2 Parts/Ray.razor.rz.scp.css */
.wrapper[b-8vle8878cz] {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

    /* Dark grainy background */
    .wrapper[b-8vle8878cz]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background-color: #111111;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.52'/%3E%3C/svg%3E");
        background-repeat: repeat;
        background-size: 180px 180px;
        filter: contrast(1.9) brightness(80%);
    }

.ray-wrapper[b-8vle8878cz] {
    position: relative;
    isolation: isolate;
    display: flex;
    gap: 1rem;
    width: 75%;
    max-width: 100%;
    padding: 6rem 4rem;
    box-sizing: border-box;
    overflow: hidden;
}

    /* Prevent flex children from forcing the container wider */
    .ray-wrapper > *[b-8vle8878cz] {
        min-width: 0;
        box-sizing: border-box;
    }

    .ray-wrapper[b-8vle8878cz]::before {
        content: "";
        position: absolute;
        inset: 2rem;
        z-index: -1;
        pointer-events: none;
        background-image: url("/images/rayflow/raybkg.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
.ray-wrapper[b-8vle8878cz]::after {
    position: absolute;
    inset: 20px;
    content: "";
    background-image: url('/images/corners.png');
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: .2;
}

.text[b-8vle8878cz] {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 1 32%;
    flex-direction: column;
    gap: 2rem;
}

.subheader-wrapper[b-8vle8878cz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: -3.5rem;
    opacity: 0.9;
}

.subheader[b-8vle8878cz] {
    font-size: 20px;
    font-weight: 700;
}

.subheader-img[b-8vle8878cz] {
    display: block;
    width: 4rem;
    max-width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
}

.header[b-8vle8878cz] {
    font-size: 52px;
    font-weight: 700;
}

.desc[b-8vle8878cz] {
    width: 65%;
    max-width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.arrow-wrapper[b-8vle8878cz] {
    position: relative;
    z-index: 2;
    flex: 0 1 12rem;
    width: 12rem;
    min-width: 0;
    max-height: 16rem;
}

.arrow[b-8vle8878cz] {
    position: relative;
    top: 10%;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: rotate(299deg);
}

/* Image is scaled proportionally and is never cropped or distorted */
.image-wrapper[b-8vle8878cz] {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    min-width: 0;
}

.image[b-8vle8878cz] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
    object-fit: contain;
    min-width: 28rem;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 20px rgba(138, 82, 255, 0.22));
}

.geometry-wrapper[b-8vle8878cz] {
    position: absolute;
    right: 0;
    bottom: -35%;
    z-index: 0;
    width: 40%;
    pointer-events: none;
}

@media (max-width: 1100px) {
    .ray-wrapper[b-8vle8878cz] {
        flex-direction: column;
        gap: 2rem;
        width: 100%;
        max-width: 100%;
        padding: 4rem 2rem;
        overflow: hidden;
    }

        .ray-wrapper[b-8vle8878cz]::before,
        .ray-wrapper[b-8vle8878cz]::after {
            inset: 1rem;
        }

    .text[b-8vle8878cz] {
        flex: none;
        width: 100%;
        gap: 1.5rem;
        align-items: flex-start;
        text-align: left;
    }

    .subheader-wrapper[b-8vle8878cz] {
        gap: 0.5rem;
        margin-bottom: -2rem;
    }

    .subheader[b-8vle8878cz] {
        font-size: 16px;
    }

    .subheader-img[b-8vle8878cz] {
        width: 3rem;
    }

    .header[b-8vle8878cz] {
        width: 100%;
        font-size: 32px;
        line-height: 1.1;
    }

    .desc[b-8vle8878cz] {
        width: 100%;
        font-size: 16px;
        line-height: 1.4;
    }

    .button-wrapper[b-8vle8878cz] {
        width: fit-content;
        max-width: 100%;
    }

    .image-wrapper[b-8vle8878cz] {
        flex: none;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }

    .image[b-8vle8878cz] {
        width: 100%;
        max-width: 100%;
        height: auto;
        flex-shrink: 0;
        object-fit: contain;
    }

    .arrow-wrapper[b-8vle8878cz] {
        position: absolute;
        top: 15rem;
        right: 1rem;
        width: 8rem;
        height: auto;
        opacity: 0;
        pointer-events: none;
    }

    .arrow[b-8vle8878cz] {
        top: 0;
        width: 100%;
    }

    .geometry-wrapper[b-8vle8878cz] {
        right: -12rem;
        bottom: -8rem;
        width: 24rem;
    }
}
/* /Components/Landing2 Parts/Watches.razor.rz.scp.css */
.wrapper[b-uj9r0jvxe8] {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

    /* Dark grainy background */
    .wrapper[b-uj9r0jvxe8]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background-color: #111111;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.52'/%3E%3C/svg%3E");
        background-repeat: repeat;
        background-size: 180px 180px;
        filter: contrast(1.9) brightness(80%);
    }

.watches-wrapper[b-uj9r0jvxe8] {
    position: relative;
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-areas:
        "text image"
        "button image";
    width: 65%;
    padding: 4rem 2rem;
    box-sizing: border-box;
}

    /* Prevent grid children from forcing the section wider */
    .watches-wrapper > *[b-uj9r0jvxe8] {
        min-width: 0;
        box-sizing: border-box;
    }

.text[b-uj9r0jvxe8] {
    grid-area: text;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}

.button-wrapper[b-uj9r0jvxe8] {
    grid-area: button;
    position: relative;
    z-index: 2;
    width: fit-content;
    margin-top: 2rem;
    align-self: start;
}

.img-wrapper[b-uj9r0jvxe8] {
    grid-area: image;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 25rem;
    min-width: 27rem;
}

.title[b-uj9r0jvxe8] {
    font-size: 48px;
    font-weight: 700;
}

.desc[b-uj9r0jvxe8] {
    width: 50%;
    font-weight: 600;
    line-height: 1.4;
    opacity: 0.9;
}

.graphic[b-uj9r0jvxe8] {
    position: absolute;
    top: -70%;
    left: -15%;
    width: 36rem;
    pointer-events: none;
}

.filler[b-uj9r0jvxe8] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

img[b-uj9r0jvxe8] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-width: 0;
    object-fit: contain;
    mix-blend-mode: screen;
    filter: saturate(2) contrast(3);
}

@media (max-width: 950px) {
    .watches-wrapper[b-uj9r0jvxe8] {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "text"
            "image"
            "button";
        width: 100%;
        max-width: 100%;
        gap: 2rem;
        margin-inline: auto;
        padding: 4rem 1.5rem;
        box-sizing: border-box;
    }

    .text[b-uj9r0jvxe8] {
        width: 100%;
        gap: 1.5rem;
        text-align: left;
    }

    .title[b-uj9r0jvxe8] {
        width: 100%;
        font-size: 32px;
        line-height: 1.1;
    }

    .desc[b-uj9r0jvxe8] {
        width: 100%;
        font-size: 16px;
        line-height: 1.4;
    }

    .graphic[b-uj9r0jvxe8] {
        top: 0;
        left: -20rem;
    }

    .img-wrapper[b-uj9r0jvxe8] {
        width: 100%;
        height: auto;
        min-width: 0;
        justify-content: center;
    }

        .filler[b-uj9r0jvxe8],
        .img-wrapper img[b-uj9r0jvxe8] {
            width: 100%;
            max-width: 100%;
            height: auto;
            min-width: 0;
        }

    .button-wrapper[b-uj9r0jvxe8] {
        margin-top: 0;
        justify-self: start;
    }
}
/* /Components/LeadCaptureModal.razor.rz.scp.css */
.modal-backdrop[b-rigu2m6py0] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.modal-shell[b-rigu2m6py0] {
    position: relative;
    width: min(100%, 34rem);
    border-radius: 24px;
    background: rgba(14, 14, 14, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}

.modal-content[b-rigu2m6py0] {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    padding: 4rem;
}

h2[b-rigu2m6py0] {
    margin: 0;
    color: white;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: .4rem;
}

.subtext[b-rigu2m6py0] {
    margin: 0 0 0.5rem 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    /*line-height: 1.5;*/
    margin-bottom: 2rem;
}

.field-group[b-rigu2m6py0] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

label[b-rigu2m6py0] {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    line-height:1;
}

input[b-rigu2m6py0] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: white;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

    input:focus[b-rigu2m6py0] {
        border-color: rgba(255, 255, 255, 0.5);
        background: rgba(255, 255, 255, 0.07);
    }

.actions[b-rigu2m6py0] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    width: 100%;
}

    .actions button[b-rigu2m6py0] {
        flex: 1;
        width: 100%;
        padding: 0.4rem 1rem;
        font-size: 1rem;
        border-radius: 999px;
        border: 1px solid white;
        cursor: pointer;
      
    }

    button.primary[b-rigu2m6py0] {
        color: black;
        background: white;
    }

        button.primary:hover[b-rigu2m6py0] {
            opacity: .9;
        }

    button.secondary[b-rigu2m6py0] {
        color: white;
        background: transparent;
    }

        button.secondary:hover[b-rigu2m6py0] {
            color: black;
            background: white;
        }

    button:disabled[b-rigu2m6py0] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.close-button[b-rigu2m6py0] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: grid;
    place-items: center;
    border:none;
    background: transparent;
    color: white;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    opacity:.7;
}

    .close-button:hover[b-rigu2m6py0]{
        opacity:1;
    }

.status-message[b-rigu2m6py0] {
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    font-size: 0.95rem;
    line-height: 1.4;
    border: 1px solid transparent;
}

.validation-message[b-rigu2m6py0],
.validation-errors[b-rigu2m6py0],
[b-rigu2m6py0] .validation-message {
    color: #ff9a9a;
    font-size: 0.9rem;
    border: 1px dotted red;
}

[b-rigu2m6py0] .validation-summary-errors {
    color: #ff9a9a;
}

@media (max-width: 640px) {
    .modal-content[b-rigu2m6py0] {
        padding: 1.5rem;
    }

    h2[b-rigu2m6py0] {
        font-size: 1.6rem;
    }

    .actions[b-rigu2m6py0] {
        flex-direction: column-reverse;
        align-items: stretch;
    }

        .actions button[b-rigu2m6py0] {
            width: 100%;
        }
}


[b-rigu2m6py0] .form-input {
    border-radius: 6px;
    height: 2rem;
    margin-bottom: 1rem;
    background-color: #1C1C1C;
    border: 1px solid #4B4B4B;
    color: white;
}
/* /Components/Misc/Graphic.razor.rz.scp.css */
.graphic-wrapper[b-vbg8cig7j4] {
    /*border: 1px dotted #222222;*/
    object-fit: cover;
    pointer-events: none;
}

img[b-vbg8cig7j4] {
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
/*    filter: brightness(0) invert(1);*/
}
/* /Components/Nav.razor.rz.scp.css */
.nav[b-8pqvza011o] {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 2rem);
    z-index: 2000;
    padding: 1.25rem 2.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    background-color: rgba(10, 10, 10, 0.1);
    backdrop-filter: blur(5px);
    box-sizing: border-box;
    overflow-x: clip;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5), 0 2px 6px rgba(0, 0, 0, 0.35);
}

    .nav.scrolled[b-8pqvza011o] {
        opacity: 0;
    }

    .nav:hover[b-8pqvza011o] {
        opacity: 1 !important;
    }

    .nav.menu-open[b-8pqvza011o] {
        opacity: 1 !important;
        background-color: rgba(10, 10, 10, 0.96) !important;
        backdrop-filter: blur(10px);
    }

        .nav.menu-open.scrolled[b-8pqvza011o] {
            opacity: 1 !important;
        }

.logo[b-8pqvza011o] {
    width: 160px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.5));
    cursor: pointer;
    position: relative;
    z-index: 2002;
    flex-shrink: 0;
}

.desktop-options[b-8pqvza011o] {
    display: flex;
    gap: 2rem;
    align-items: center;
    padding-bottom: 16px;
    cursor: pointer;
}

    .desktop-options span[b-8pqvza011o],
    .mobile-menu span[b-8pqvza011o] {
        color: white;
        font-size: 20px;
        text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.9);
        cursor: pointer;
    }

button[b-8pqvza011o] {
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 999px;
    border: 1px solid white;
    color: white;
    background-color: black;
    width: fit-content;
    align-self: center;
}

    button:hover[b-8pqvza011o] {
        border: 1px solid white;
        color: black;
        background-color: white;
        cursor: pointer;
    }

.hamburger[b-8pqvza011o] {
    display: none;
    background: transparent;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2002;
    flex-shrink: 0;
}

    .hamburger:hover[b-8pqvza011o] {
        background: transparent;
        border: none;
    }

    .hamburger span[b-8pqvza011o] {
        display: block;
        position: absolute;
        left: 50%;
        width: 28px;
        height: 2px;
        background: white;
        border-radius: 999px;
        text-shadow: none;
        transform: translateX(-50%);
        transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
    }

        .hamburger span:nth-child(1)[b-8pqvza011o] {
            top: 10px;
        }

        .hamburger span:nth-child(2)[b-8pqvza011o] {
            top: 18px;
        }

        .hamburger span:nth-child(3)[b-8pqvza011o] {
            top: 26px;
        }

.nav.menu-open .hamburger span:nth-child(1)[b-8pqvza011o] {
    top: 18px;
    transform: translateX(-50%) rotate(45deg);
}

.nav.menu-open .hamburger span:nth-child(2)[b-8pqvza011o] {
    opacity: 0;
}

.nav.menu-open .hamburger span:nth-child(3)[b-8pqvza011o] {
    top: 18px;
    transform: translateX(-50%) rotate(-45deg);
}

.mobile-menu[b-8pqvza011o] {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 2rem);
    min-height: 100vh;
    z-index: 1999;
    background-color: rgba(10, 10, 10, 0.96);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 7rem 2.25rem 2rem;
    box-sizing: border-box;
    overflow-x: clip;
}

    .mobile-menu button[b-8pqvza011o] {
        width: 100%;
        max-width: 220px;
    }

img[b-8pqvza011o] {
    cursor: pointer;
}

@media (max-width: 768px) {
    .nav[b-8pqvza011o] {
        padding: 1.25rem 2rem;
        width: calc(100% + 1.5rem);
        opacity: 1 !important;
        background-color: rgba(10, 10, 10, 0.1) !important;
        backdrop-filter: blur(10px);
    }

        .nav.scrolled[b-8pqvza011o] {
            opacity: 1 !important;
            background-color: rgba(10, 10, 10, 0.96) !important;
            backdrop-filter: blur(10px);
        }

        .nav:hover[b-8pqvza011o] {
            opacity: 1 !important;
        }

    .logo[b-8pqvza011o] {
        width: 120px;
    }

    .desktop-options[b-8pqvza011o] {
        display: none;
    }

    .hamburger[b-8pqvza011o] {
        display: block;
    }

    .mobile-menu[b-8pqvza011o] {
        width: calc(100% + 1.5rem);
        padding: 7rem 2rem 2rem;
    }

        .mobile-menu span[b-8pqvza011o] {
            font-size: 18px;
        }
}
/* /Components/Pages/Landing.razor.rz.scp.css */
/* /Components/Pages/Leadership.razor.rz.scp.css */
.leadership[b-2whnge6oz9] {
    /*border: 1px dotted red;*/
    color: white;
    display: flex;
    padding: 4rem;
}

.grid[b-2whnge6oz9] {
    padding-left: 2rem;
    /*border: 1px green dotted;*/
    width: 60%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.title[b-2whnge6oz9] {
    font-weight: 500;
    font-size: 48px;
    width: 40%;
    
    /*border: 1px dashed blue;*/
}

.leader[b-2whnge6oz9]{
    margin-bottom: 2rem;
    display: flex;
}

.profile[b-2whnge6oz9]{
    min-width: 4rem;
    height: 4rem;
    background-color: white;
    border-radius: 999px;
    margin-right: 1rem;
}

.writing[b-2whnge6oz9]{
    position: relative;
    top: .5rem;
}

.position[b-2whnge6oz9]{
    opacity: .7;
}

.name[b-2whnge6oz9]{
    opacity: .9;
    margin-bottom: .5rem;
    font-size: 18px;
}

/* Breakpoint */
@media (max-width: 768px) {
    .grid[b-2whnge6oz9] {
        grid-template-columns: 1fr;
        width: 100%;
        padding-left: 0rem;
    }

    .leadership[b-2whnge6oz9] {
        flex-direction: column;
       
    }

    .title[b-2whnge6oz9]{
        font-size: 32px;
        width: 100%;
        margin-bottom: 2rem;
    }
}
/* /Components/Pages/NewLanding.razor.rz.scp.css */
/* /Components/Pages/NewRay.razor.rz.scp.css */


.newray-page[b-7dno7vp84o] {
    width: 100%;
    min-width: 0;
    min-height: 100vh;
    background-color: black;
}

    /*
    Do not place overflow: hidden on the entire page.
    That would prevent horizontally scrolling card components.
*/
    .newray-page main[b-7dno7vp84o] {
        display: block;
        width: 100%;
        min-width: 0;
    }

.ray-hero-group[b-7dno7vp84o] {
    position: relative;
    isolation: isolate;
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    background-image: url("/images/ray_background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: saturate(1.25)
}

    /* Noise layer */
    .ray-hero-group[b-7dno7vp84o]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        opacity: 0.2;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='4' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
        filter: brightness(95%) contrast(200%) saturate(5);
    }

    /* Darkens the purple background */
    .ray-hero-group[b-7dno7vp84o]::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background: rgb(0 0 0 / 11%);
    }

.ray-gradient-overlay[b-7dno7vp84o] {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

    /* Black fade at the top */
    .ray-gradient-overlay[b-7dno7vp84o]::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 20rem;
        background: linear-gradient( to bottom, black 0%, black 10%, transparent 100% );
    }

    /* Black fade at the bottom */
    .ray-gradient-overlay[b-7dno7vp84o]::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 20rem;
        background: linear-gradient( to top, black 0%, black 10%, transparent 100% );
    }

.ray-foreground[b-7dno7vp84o] {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    min-width: 0;
    padding-top: 10rem;
}

@media (max-width: 768px) {
    .ray-foreground[b-7dno7vp84o] {
        padding-top: 7rem;
    }

    .ray-gradient-overlay[b-7dno7vp84o]::before,
    .ray-gradient-overlay[b-7dno7vp84o]::after {
        height: 12rem;
    }
}
/* /Components/Problem.razor.rz.scp.css */
.problem[b-hj3wzk8hxe] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5rem clamp(1.5rem, 6vw, 12rem);
    background-color: black;
}

.header[b-hj3wzk8hxe] {
    font-size: clamp(2rem, 3.2vw, 2.25rem);
    max-width: 50%;
    color: white;
    margin-bottom: 2rem;
}

.video-wrapper[b-hj3wzk8hxe] {
    align-self: center;
    width: min(85%, 56rem);
    overflow: hidden;
    margin-bottom: 2rem;
}

    .video-wrapper video[b-hj3wzk8hxe] {
        display: block;
        width: 105%;
        height: auto;
        object-fit: cover;
    }

span[b-hj3wzk8hxe] {
    max-width: 90%;
    color: white;
}

.bottom[b-hj3wzk8hxe] {
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    width: 100%;
}

    .bottom .right[b-hj3wzk8hxe] {
        align-self: flex-end;
    }


@media (max-width: 768px) {
    .problem[b-hj3wzk8hxe] {
        padding: 3rem 1.5rem;
        align-items: center;
    }

    .header[b-hj3wzk8hxe] {
        max-width: 100%;
        font-size: 2rem;
        text-align: left;
        align-self: flex-start;
    }

    .video-wrapper[b-hj3wzk8hxe] {
        width: 100%;
    }

        .video-wrapper video[b-hj3wzk8hxe] {
            width: 100%;
        }

    .bottom[b-hj3wzk8hxe] {
        width: 100% ;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

        .bottom span[b-hj3wzk8hxe] {
            max-width: 100%;
        }
}
/* /Components/Resources Sections/Database.razor.rz.scp.css */
.wrapper[b-ltgncrch50] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    margin-bottom: 6rem;
}

.database-wrapper[b-ltgncrch50] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 70%;
}

.buttons[b-ltgncrch50] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
}

.type-button[b-ltgncrch50] {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 3px 0.5rem;
    white-space: nowrap;
    color: white;
    background-color: black;
    border: 1px solid white;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.2;
    opacity: 0.8;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.15s ease, opacity 0.2s ease;
}

    .type-button:hover[b-ltgncrch50] {
        color: black;
        background-color: white;
        opacity: 1;
    }

.title[b-ltgncrch50] {
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .wrapper[b-ltgncrch50] {
        padding: 3rem 1.5rem;
        margin-bottom: 3rem;
    }

    .database-wrapper[b-ltgncrch50] {
        align-items: flex-start;
        width: 100%;
        gap: 2rem;
    }

    .buttons[b-ltgncrch50] {
        justify-content: flex-start;
        gap: 0.4rem;
    }

    .type-button[b-ltgncrch50] {
        padding: 3px 0.45rem;
        font-size: 11px;
    }

    .title[b-ltgncrch50] {
        width: 100%;
        font-size: 22px;
        text-align: left;
    }
}
/* /Components/Resources Sections/Resources.razor.rz.scp.css */
.resources-wrapper[b-amenli31vj] {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 8rem 0 4rem;
}

.wrapper[b-amenli31vj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 70%;
}

.title[b-amenli31vj] {
    margin-bottom: 3rem;
    font-size: 32px;
    font-weight: 700;
}

.video-wrapper[b-amenli31vj] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 2rem;
    width: 100%;
}

.video-container[b-amenli31vj] {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: black;
    
}

    .video-container iframe[b-amenli31vj] {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
        
    }

.text[b-amenli31vj] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.video-label[b-amenli31vj] {
    width: fit-content;
    height: 18px;
    padding: 0 0.8rem;
    border-radius: 999px;
    background-color: white;
    color: black;
    font-size: 12px;
    font-weight: 600;
}

.vid-title[b-amenli31vj] {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
}

.subtext[b-amenli31vj] {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    opacity: 0.9;
}

@media (max-width: 950px) {
    .resources-wrapper[b-amenli31vj] {
        justify-content: flex-start;
        padding: 7rem 1.5rem 4rem;
    }

    .wrapper[b-amenli31vj] {
        width: 100%;
    }

    .title[b-amenli31vj] {
        margin-bottom: 1.5rem;
        font-size: 28px;
        line-height: 1.05;
        text-align: left;
    }

    .video-wrapper[b-amenli31vj] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .video-container[b-amenli31vj] {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .text[b-amenli31vj] {
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }

    .vid-title[b-amenli31vj] {
        width: 100%;
        font-size: 24px;
        line-height: 1.15;
    }

    .subtext[b-amenli31vj] {
        width: 100%;
        max-width: 34rem;
        font-size: 16px;
        line-height: 1.45;
    }
}
/* /Components/Solution.razor.rz.scp.css */
.solution[b-nj9w375fuh] {
    background-color: black;
    padding: 2rem clamp(1.5rem, 6vw, 12rem);
    color: white;
    text-align: right;
    display: flex;
    flex-direction: column;
}

.head[b-nj9w375fuh] {
    font-size: 64px;
}

.sub[b-nj9w375fuh] {
    font-size: 20px;
    width: 60%;
    margin-left: auto;
    margin-bottom: 1.5rem;
}

.video[b-nj9w375fuh] {
    position: relative;
    width: min(100%, 1400px);
    aspect-ratio: 16 / 9;
    align-self: center;
    overflow: hidden;
    background: black;
}

    .video iframe[b-nj9w375fuh] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: block;
        border: 0;
        z-index: 1;
       
    }

    .video .poster[b-nj9w375fuh] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 2;
        opacity: 1;
        transition: opacity 0.6s ease;
    }

    .video.loaded .poster[b-nj9w375fuh] {
        opacity: 0;
        pointer-events: none;
    }

button[b-nj9w375fuh] {
    padding: 8px 16px;
    font-size: 24px;
    border-radius: 999px;
    border: 1px solid white;
    color: white;
    background-color: black;
    width: fit-content;
    align-self: end;
    margin-bottom: 4rem;
}

    button:hover[b-nj9w375fuh] {
        border: 1px solid white;
        color: black;
        background-color: white;
        cursor: pointer;
    }

@media (max-width: 768px) {
    .solution[b-nj9w375fuh] {
        padding: 2rem 1.5rem;
        text-align: left;
        align-items: flex-start;
    }

    .sub[b-nj9w375fuh] {
        width: 100%;
        margin-left: 0;
    }

    button[b-nj9w375fuh] {
        align-self: flex-start;
    }

    .head[b-nj9w375fuh] {
        font-size: 2.5rem;
    }

    .sub[b-nj9w375fuh] {
        font-size: 1rem;
    }

    button[b-nj9w375fuh] {
        font-size: 20px;
    }
}
