@import 'WebIT24.Client.lmy8hji3av.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';
@import '_content/WbtAdmin/WbtAdmin.wj0gsyu2ku.bundle.scp.css';
@import '_content/WbtComponents/WbtComponents.e41jvxx4ws.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-b1uyozxsdp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b1uyozxsdp] {
    flex: 1;
}

.logo[b-b1uyozxsdp] {
    max-width: 250px;
}

.top-row[b-b1uyozxsdp] {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    z-index:4!important;
    position:sticky;
    top:0;
}

#top-bar[b-b1uyozxsdp] {
    display: block;
    position: relative;
    z-index: 999;
    background: #1c1c1c;
    padding: 7px 0;
}

.top-bar-info[b-b1uyozxsdp] {
    display: inline-block;
    vertical-align: middle;
}
.top-bar-info a[b-b1uyozxsdp] {
    text-decoration:none;
}

    .top-bar-info ul[b-b1uyozxsdp] {
        margin-bottom: 0;
    }

    .top-bar-info li[b-b1uyozxsdp] {
        font-weight: 500;
        color: #fff;
        list-style-type: none;
        font-size: 13px;
        padding: 0 5px 0;
        display: inline-block;
        margin-bottom: 0;
    }

        .top-bar-info li i[b-b1uyozxsdp] {
            font-size: 16px;
            color: #fab702;
            margin-right: 8px;
            margin-top: 0;
            display: inline-block;
            vertical-align: text-bottom;
        }

.top-social-icon[b-b1uyozxsdp] {
    padding: 0;
    float: right;
    margin: 0;
}

    .top-social-icon li[b-b1uyozxsdp] {
        font-size: 14px;
        list-style-type: none;
        float: left;
        text-align: center;
        margin: 0;
        padding: 0 7px;
    }

        .top-social-icon li a[b-b1uyozxsdp] {
            color: #fff;
            line-height: 28px;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            padding: 0 3px;
        }

        .top-social-icon li:last-child a[b-b1uyozxsdp] {
            padding-right: 0;
        }


@media (max-width: 640.98px) {
    .logo[b-b1uyozxsdp] {
        max-width: 200px;
    }
    .top-row[b-b1uyozxsdp] {
        justify-content: space-between;
    }

    .top-row[b-b1uyozxsdp]  a, .top-row[b-b1uyozxsdp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-b1uyozxsdp] {
        flex-direction: row;
    }



    .top-row[b-b1uyozxsdp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-b1uyozxsdp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-b1uyozxsdp], article[b-b1uyozxsdp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-b1uyozxsdp] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-b1uyozxsdp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/ContentPage/ContentBanner.razor.rz.scp.css */
.ContentBanner[b-mmojgyougi] {
    position: relative;
    min-width: 100%;

    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    box-sizing: border-box;
    background: var(--n2l-accent);
}

.ContentBanner img[b-mmojgyougi] {
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ContentBannerOverlay[b-mmojgyougi] {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-color:rgba(0,0,0,0.4);
}

.ContentBannerCaption[b-mmojgyougi] {
    position: absolute;
    top: 55%;
    left: clamp(7.5rem, 6vw, 6rem);
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    text-align: left;
    
    width: min(55rem, 88%);
    box-sizing: border-box;
}

.ContentBanerIntro[b-mmojgyougi] {
    font-size: clamp(1rem, 1.45vw, 1.25rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 55rem;
}

.ContentBannerCaption h1[b-mmojgyougi] {

    font-size: clamp(2.2rem, 5vw, 3rem);
    line-height: 1.05;
    margin: 0 0 0.85rem;
}

@media (max-width: 640.99px) {
    .ContentBanner[b-mmojgyougi] {
        min-height: 22rem;
    }

    .ContentBannerCaption[b-mmojgyougi] {
        left: 1rem;
        width: calc(100% - 2rem);
        top: 60%;
    }

    .ContentBannerCaption h1[b-mmojgyougi] {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }
}
/* /Components/Pages/ContentPage/PageContentView.razor.rz.scp.css */

    .contentsection .row[b-5it0irml24]{
        position:relative;
        z-index:1;
    }
/* /Components/Pages/ContentPage/PageSections.razor.rz.scp.css */
.contentsection[b-yukpmgnbsv] {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    isolation: isolate;
}

.contentsection.parallax[b-yukpmgnbsv] {
    background-attachment: fixed;
    background-size:cover;
}

.sectionoverlay[b-yukpmgnbsv] {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/* /Components/Pages/ContentPage/VideoBanner.razor.rz.scp.css */
.BannerContainer[b-lmohuxvakg] {
    position: relative;
    min-width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: left;
    align-items: start;
    box-sizing: border-box;
    
}

.SlidePane[b-lmohuxvakg] {
    position: relative;
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
}
.slide-in[b-lmohuxvakg] {
    width: 100%;
    opacity: 0;
    transition: opacity 2s;
}

    .slide-in.active[b-lmohuxvakg] {
        opacity: 1;
    }
.SlidePane .SlideContent[b-lmohuxvakg] {
    position: absolute; /* Position .SlideContent absolutely to place it over the images */
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    .SlidePane .SlideContent.active[b-lmohuxvakg] {
        opacity: 1;
    }
    .SlidePane .SlideContent.active .row[b-lmohuxvakg] {
        opacity: 1;
        margin:0;
    }
        .SlidePane .SlideContent.active .slidecol[b-lmohuxvakg] {
            display: flex;
            flex-direction: column;
            max-width:900px;
        }
        .SlidePane .SlideContent.active .slidecol .center-content[b-lmohuxvakg] {
            color: #fff;

        }

@media (min-width: 641px) {
    .SlidePane .SlideContent.active .slidecol[b-lmohuxvakg] {
        
    }
}
