/* ===============================
   SAFE ZONE GLOBAL / FIXES
================================= */

html,
body {
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    isolation: isolate;
}

main {
    padding-top: 60px;
}

