.hb-display-none {
    display: none;
}

.hb-bg-frame {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.hb-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
}

.hb-absolute-fill-body {
    overflow-x: hidden;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    padding: 0;
}

.hb-brochure-nav-links {
    margin-top: 110%;
    margin-top: 110vh;
}

.hb-brochure-preloader {
    background-color: #F2F2F2;
}

.hb-popup-brochure {
    display: none;
    max-width: 500px;
}

.hb-popup-welcome {
    display: none;
    max-width: 920px;
    padding: 0;
    width: 90%;
}

.hb-desktopheader-top {
    z-index: 1000;
}

.hb-social-icon-offset {
    margin-top: 3px;
}

.hb-position-relative {
    position: relative;
}

.hb-position-absolute {
    position: absolute;
}

.hb-stroke-dash-long {
    stroke-dashoffset: 0;
    stroke-dasharray: 99999px;
}

.hb-stroke-dash-progress {
    stroke-dashoffset: 0;
    stroke-dasharray: 0px, 999999px;
}

.hb-threejs-globe-frame {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.hb-opacity-0 {
    opacity: 0;
}

.hb-z-1 {
    z-index: 1;
}

.hb-z-2 {
    z-index: 2;
}

.hb-z-3 {
    z-index: 3;
}

.hb-z-4 {
    z-index: 4;
}

.hb-z-5 {
    z-index: 5;
}

.hb-z-6 {
    z-index: 6;
}

.hb-z-7 {
    z-index: 7;
}

.hb-z-8 {
    z-index: 8;
}

.hb-z-9 {
    z-index: 9;
}

.hb-z-10 {
    z-index: 9!important;
}
