/**
 * Portal Styles
 *
 * @package Swyft Child Theme
 */

/* ================================
   Hero - Fullscreen
   ================================ */


.nzdrvlj-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
}

.nzdrvlj-hero .cs-container {
    width: 100%;
}

.nzdrvlj-no-margin {
    margin-top: 0 !important;
}