.bgimgnr {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bgimg {
    background-size: 100%;
    background-position: center center;
    background-repeat: repeat;
}
.topSlideshowSlide {
    width: 100%;
    height: 50rem;
}
.carouselOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50rem;
}
.carouselHoverText {
    max-width: 70%;
    -webkit-backdrop-filter: blur(5px) brightness(50%);
    backdrop-filter: blur(5px) brightness(50%);
    border-radius: 2rem;
    color: white;
    font-family: 'Permanent Marker';
    box-sizing: border-box;
    padding: 1rem;
}
img {
    max-width: 100%;
}
.focusText {
    width: 90%;
    margin: auto;
    max-width: 40rem;
}
.bgblur {
    -webkit-backdrop-filter: blur(40px) contrast(30%) brightness(170%);
    backdrop-filter: blur(40px) contrast(30%) brightness(170%);
}
.ox {
    font-family: 'Oxygen';
}
body, .ws, --bs-body-sans-serif {
    font-family: 'Work Sans';
}
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-display: swap;
    src: url(__fonts/work-sans-normal-500.woff2) format('woff2');
}
@font-face {
    font-family: 'Permanent Marker';
    font-style: normal;
    font-display: swap;
    src: url(__fonts/permanent-marker-normal-400.woff2) format('woff2');
}
.hidden_nz {
    display: none;
}
